diff --git a/docs/db/jeecg-3.6.6-oracle11g_20170217.dmp b/docs/db/jeecg-3.6.6-oracle11g_20170217.dmp new file mode 100644 index 00000000..75b0c4cf Binary files /dev/null and b/docs/db/jeecg-3.6.6-oracle11g_20170217.dmp differ diff --git a/docs/db/jeecg-3.6.6-sqlserver2005_20170217.sql b/docs/db/jeecg-3.6.6-sqlserver2005_20170217.sql new file mode 100644 index 00000000..5f690ac6 --- /dev/null +++ b/docs/db/jeecg-3.6.6-sqlserver2005_20170217.sql @@ -0,0 +1,33158 @@ +/* +Navicat SQL Server Data Transfer + +Source Server : mssql +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: 2017-02-16 18:58:30 +*/ + + +-- ---------------------------- +-- 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

人事部

照片

{|-是 否 -|}

档案表

{|-是 否 -|}

身份证

{|-是 否 -|}

学位证

{|-是 否 -|}

其他证件

分配电话


经办人:        日期:      

部门意见

经办人:        日期:     

总经理意见

经办人:       日期:     

新员工意见

经办人:       日期:      


 


 


', 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

人事部

照片

{|-是 否 -|}

档案表

{|-是 否 -|}

身份证

{|-是 否 -|}

学位证

{|-是 否 -|}

其他证件

分配电话


经办人:        日期:      

部门意见

经办人:        日期:     

总经理意见

经办人:       日期:     

新员工意见

经办人:       日期:      


 


 


","parse":"

员工入职单


填表日期:

基本信息

姓名

部门

职务


生日

籍贯

学历

身份证

入职日期

工号

手机

邮箱

MSN

人事部

照片

是 否 

档案表

是 否 

身份证

是 否 

学位证

是 否 

其他证件

分配电话


经办人:        日期:      

部门意见

经办人:        日期:     

总经理意见

经办人:       日期:     

新员工意见

经办人:       日期:      


 


 


","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'
员工离职单
姓名编号
职务
入职时间
离职方式{|-辞工 急辞工 辞退 开除 自动离职 -|}
申请离职日期正式离职日期
领工资人及身份证号
离职须知
离职原因
面谈记录和意见
办公用品移交
人力资源部审核应发薪资     应扣薪资 
实发薪资     领取时间 
总经理审批
说明

', 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":"
员工离职单
姓名编号
职务
入职时间
离职方式{|-辞工 急辞工 辞退 开除 自动离职 -|}
申请离职日期正式离职日期
领工资人及身份证号
离职须知
离职原因
面谈记录和意见
办公用品移交
人力资源部审核应发薪资     应扣薪资 
实发薪资     领取时间 
总经理审批
说明

","parse":"
员工离职单
姓名编号
职务
入职时间
离职方式辞工 急辞工 辞退 开除 自动离职 
申请离职日期正式离职日期
领工资人及身份证号
离职须知
离职原因
面谈记录和意见
办公用品移交
人力资源部审核应发薪资     应扣薪资 
实发薪资     领取时间 
总经理审批
说明

","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'4028efa25214f7ca0152164db04b001c', N'employee_leave_form', N'请假申请单', N'', N'
请假申请单
姓名申请日期
部门职务
请假类别{|-  -|}
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


', N'管理员', N'admin', N'2016-01-06 17:38:56.000', N'admin', N'2016-12-21 12:46:40.000', N'A02', N'A0', N'{"fields":0,"template":"
请假申请单
姓名申请日期
部门职务
请假类别{|-  -|}
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


","parse":"
请假申请单
姓名申请日期
部门职务
请假类别  
请假原因
开始时间
结束时间
共计
联系方式
职务代理人
直接主管
部门负责人
人力行政部
行政部备案


","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":{}}', 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'动态查询SQL' +, @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'动态查询SQL' +, @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'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'数据源ID' +, @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'数据源ID' +, @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 + +-- ---------------------------- +-- 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'数据源ID' +, @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'数据源ID' +, @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 +INSERT INTO [dbo].[cgform_enhance_java] ([id], [button_code], [cg_java_type], [cg_java_value], [form_id]) VALUES (N'4028ef815602f891015602fb7cac0001', N'add', N'class', N'org.jeecgframework.web.cgform.service.impl.enhance.CgformEnhanceJavaServiceImpl', N'4028b881535b12bd01535b1ae3680001') +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(300) 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'档案表', 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'父ID', 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'402880ee5a17e711015a17ed96b400a0', N'主键', N'admin', N'2017-02-07 17:35:30.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b500a1', N'创建人名称', N'admin', N'2017-02-07 17:35:30.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', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b500a2', N'创建人登录名称', N'admin', N'2017-02-07 17:35:30.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', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b500a3', N'创建日期', N'admin', N'2017-02-07 17:35:30.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', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b600a4', N'更新人名称', N'admin', N'2017-02-07 17:35:30.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', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b600a5', N'更新人登录名称', N'admin', N'2017-02-07 17:35:30.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', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b600a6', N'更新日期', N'admin', N'2017-02-07 17:35:30.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', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b700a7', N'所属部门', N'admin', N'2017-02-07 17:35:30.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', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b700a8', N'所属公司', N'admin', N'2017-02-07 17:35:30.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', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b700a9', N'地铁站名', N'admin', N'2017-02-07 17:35:30.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b800aa', N'启动时间', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b800ab', N'说明', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'500', N'content', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96b800ac', N'类型', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'ctype', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96ea00ad', N'主键', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96eb00ae', N'创建人名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96eb00af', N'创建人登录名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96eb00b0', N'创建日期', N'admin', N'2017-02-07 17:35:31.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', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96ec00b1', N'更新人名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96ec00b2', N'更新人登录名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96ec00b3', N'更新日期', N'admin', N'2017-02-07 17:35:31.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', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96ed00b4', N'所属部门', N'admin', N'2017-02-07 17:35:31.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', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96ed00b5', N'所属公司', N'admin', N'2017-02-07 17:35:31.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', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96ed00b6', N'地铁站名', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96ee00b7', N'启动时间', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96ee00b8', N'说明', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'500', N'content', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed96ee00b9', N'类型', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'ctype', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972100ba', N'主键', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972100bb', N'创建人名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972100bc', N'创建人登录名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972200bd', N'创建日期', N'admin', N'2017-02-07 17:35:31.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', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972200be', N'更新人名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972200bf', N'更新人登录名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972300c0', N'更新日期', N'admin', N'2017-02-07 17:35:31.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', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972300c1', N'所属部门', N'admin', N'2017-02-07 17:35:31.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', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972300c2', N'所属公司', N'admin', N'2017-02-07 17:35:31.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', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972400c3', N'地铁站名', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972400c4', N'启动时间', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972500c5', N'说明', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'500', N'content', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed972500c6', N'类型', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'ctypedd', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975800c7', N'主键', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975900c8', N'创建人名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975900c9', N'创建人登录名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975a00ca', N'创建日期', N'admin', N'2017-02-07 17:35:31.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', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975a00cb', N'更新人名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975a00cc', N'更新人登录名称', N'admin', N'2017-02-07 17:35:31.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', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975b00cd', N'更新日期', N'admin', N'2017-02-07 17:35:31.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', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975b00ce', N'所属部门', N'admin', N'2017-02-07 17:35:31.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', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975b00cf', N'所属公司', N'admin', N'2017-02-07 17:35:31.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', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975c00d0', N'地铁站名', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975c00d1', N'启动时间', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975c00d2', N'说明', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'', N'', N'', N'', N'', N'500', N'content', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'402880ee5a17e711015a17ed975d00d3', N'类型', N'admin', N'2017-02-07 17:35:31.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'ctypedd', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'正式离职日期', 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'动态查询SQL', 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'数据源ID', 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'Y', N'Y', N'50', N'', N'', N'cardid', N'9', 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'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'Y', N'Y', N'100', N'', N'', N'habitation', N'10', 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'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'N', N'N', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'group', N'list', N'string', N'admin', N'2016-08-10 18:05:29.000', N'管理员', N'402881e4534c0aea01534c0cfca50012', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'4028ef8156176adb015617801ec00002', N'主键', N'admin', N'2016-07-23 19:24: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'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ec10003', N'创建人名称', N'admin', N'2016-07-23 19:24: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'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ec30004', N'创建人登录名称', N'admin', N'2016-07-23 19:24: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'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ec30005', N'创建日期', N'admin', N'2016-07-23 19:24: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'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ec40006', N'更新人名称', N'admin', N'2016-07-23 19:24: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'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ec50007', N'更新人登录名称', N'admin', N'2016-07-23 19:24: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'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ece0008', N'更新日期', N'admin', N'2016-07-23 19:24: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'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ed00009', N'所属部门', N'admin', N'2016-07-23 19:24: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'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ed1000a', N'所属公司', N'admin', N'2016-07-23 19:24: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'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ed3000c', N'地铁站名', N'admin', N'2016-07-23 19:24:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'name', N'10', N'0', N'single', N'text', N'string', N'admin', N'2016-09-12 12:31:20.000', N'管理员', N'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ed4000d', N'启动时间', N'admin', N'2016-07-23 19:24:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'begin_date', N'11', N'0', N'single', N'date', N'Date', N'admin', N'2016-08-17 11:51:15.000', N'管理员', N'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ed4000e', N'说明', N'admin', N'2016-07-23 19:24:47.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'content', N'', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'content', N'12', N'0', N'single', N'file', N'string', N'admin', N'2016-08-17 13:39:01.000', N'管理员', N'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef8156176adb015617801ed5000f', N'类型', N'admin', N'2016-07-23 19:24:47.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'ctypedd', N'13', N'0', N'single', N'checkbox', N'string', N'admin', N'2016-08-17 13:41:21.000', N'管理员', N'4028ef8156176adb015617801ebd0001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673f080180002', N'id', N'admin', N'2016-08-10 18:12:36.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', 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-08-10 18:12:47.000', N'管理员', N'4028ef815673ecb9015673f080160001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673f080180003', N'简历信息表ID', N'admin', N'2016-08-10 18:12:36.000', N'管理员', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'N', N'Y', N'Y', N'36', N'id', N'jform_resume_info__0', N'resume_id', N'2', N'0', N'group', N'list', N'string', N'admin', N'2016-08-10 18:19:01.000', N'管理员', N'4028ef815673ecb9015673f080160001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673f080190004', N'开始日期', N'admin', N'2016-08-10 18:12:36.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'N', 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-08-10 18:12:47.000', N'管理员', N'4028ef815673ecb9015673f080160001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673f0801a0005', N'结束日期', N'admin', N'2016-08-10 18:12:36.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'N', N'N', 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-08-10 18:12:47.000', N'管理员', N'4028ef815673ecb9015673f080160001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673f0801b0006', N'公司名称', N'admin', N'2016-08-10 18:12:36.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'company_name', N'', N'N', N'N', N'N', N'Y', N'Y', N'200', N'', N'', N'company_name', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-08-10 18:12:47.000', N'管理员', N'4028ef815673ecb9015673f080160001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673f0801b0007', N'部门名称', N'admin', N'2016-08-10 18:12:36.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', N'N', N'N', 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-08-10 18:12:47.000', N'管理员', N'4028ef815673ecb9015673f080160001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673f0801c0008', N'职位', N'admin', N'2016-08-10 18:12:36.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'post', N'', N'N', N'N', 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-08-10 18:12:47.000', N'管理员', N'4028ef815673ecb9015673f080160001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673f0801e0009', N'工作描述', N'admin', N'2016-08-10 18:12:36.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'experience', N'', N'N', N'N', 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-08-10 18:12:47.000', N'管理员', N'4028ef815673ecb9015673f080160001', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673fa637d001f', N'id', N'admin', N'2016-08-10 18:23: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'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673fa637d0020', N'简历信息表ID', N'admin', N'2016-08-10 18:23:24.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'N', N'N', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'group', N'list', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673fa637d0021', N'开始日期', N'admin', N'2016-08-10 18:23:24.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', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673fa637e0022', N'结束日期', N'admin', N'2016-08-10 18:23:24.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', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673fa637e0023', N'公司名称', N'admin', N'2016-08-10 18:23:24.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', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673fa637f0024', N'部门名称', N'admin', N'2016-08-10 18:23:24.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', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673fa637f0025', N'职位', N'admin', N'2016-08-10 18:23:24.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', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef815673ecb9015673fa637f0026', N'工作描述', N'admin', N'2016-08-10 18:23:24.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', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d10016', N'id', N'admin', N'2016-08-15 12:09:53.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d20017', N'简历主键', N'admin', N'2016-08-15 12:09:53.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'resume_id', N'', N'N', N'Y', N'N', N'N', N'N', N'36', null, null, N'resume_id', N'2', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d20018', N'开始时间', N'admin', N'2016-08-15 12:09:53.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'begin_date', N'3', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d30019', N'结束时间', N'admin', N'2016-08-15 12:09:53.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'end_date', N'4', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d3001a', N'学校名称', N'admin', N'2016-08-15 12:09:53.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'school_name', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'school_name', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d3001b', N'专业', N'admin', N'2016-08-15 12:09:53.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'major', N'', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'major', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6437d4001c', N'学历', N'admin', N'2016-08-15 12:09:53.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'Y', N'N', N'N', N'Y', N'30', null, null, N'degree', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff370001f', N'id', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff3700020', N'姓名', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff3700021', N'性别', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff3710022', N'生日', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff3710023', N'电话号码', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'telnum', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff3720024', N'电子邮箱', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff3720025', N'最高学历', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff3720026', N'工作年限', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'workyear', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff3730027', N'身份证号', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'cardid', N'', N'N', N'N', N'N', N'Y', N'Y', N'50', N'', N'', N'cardid', N'9', N'0', N'group', N'text', N'string', N'admin', N'2016-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff3730028', N'现居地', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'habitation', N'', N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', N'habitation', N'10', N'0', N'group', N'text', N'string', N'admin', N'2016-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff3740029', N'户口所在地', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'residence', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff374002a', N'期望薪资', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'salary', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff374002b', N'期望工作地点', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'work_place', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff375002c', N'工作类型', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'work_type', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff375002d', N'到岗时间', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'arrival_time', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json]) VALUES (N'4028ef81568c5de601568c6ff376002e', N'自我评价', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'', N'', N'', N'', N'', N'120', N'introduction', N'', N'N', N'N', 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-08-15 12:22:52.000', N'管理员', N'4028ef81568c5de601568c6ff36c001e', N'') +GO +GO +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [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'120', 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'checkbox', N'string', N'admin', N'2016-08-16 09:59:59.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'120', 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'file', N'string', N'admin', N'2016-08-16 10:01:21.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}

+
+

档案表

+
+

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

+
+

正式离职日期

+
+

#{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'自定义模板word风格', 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-07-21 18:49:05.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} 

+
+

职务代理人

+
+

#{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'1', N'3', N'', N'admin', N'2017-02-08 18:09:40.000', N'管理员', null) +GO +GO +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'4028ef8156598a2c0156598bb30a0001', N'4028ef8156176adb015617801ebd0001', N'999', N'admin', N'2016-08-05 15:12:22.000', N'管理员', N' + + + + + + + + + + + +
#{jform_hidden_field} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

 

+
+

员工入职单

+
+

 

+
+

填表日期:

+
+

#{create_date}

+
+

基本信息

+
+

姓名

+
+

#{employee_name}

+
+

部门

+
+

#{employee_depart}

+
+

职务

+
+

#{employee_job}

+
+

 

+
+

生日

+
+

#{employee_birthday}

+
+

籍贯

+
+

#{employee_origin}

+
+

学历

+
+

#{employee_degree}

+
+

身份证

+
+

#{employee_identification}

+
+

入职日期

+
+

#{employee_entry_date}

+
+

工号

+
+

#{employee_code}

+
+

手机

+
+

#{employee_phone}

+
+

邮箱

+
+

#{employee_mail}

+
+

MSN

+
+

#{employee_msn}

+
+

人事部

+
+

照片

+
+

#{hr_pic}

+
+

档案表

+
+

#{hr_archives}

+
+

身份证

+
+

#{hr_identification}

+
+

学位证

+
+

#{hr_degree}

+
+

其他证件

+
+

#{hr_other}

+
+

分配电话

+
+

#{hr_tel}

+
 
+

经办人:#{hr_op_user}         日期:#{hr_op_date}                             

+
+

部门意见

+
+

#{depart_opinion}

+
+

经办人:#{depart_op_user}         日期:#{depart_op_date}                             

+
+

总经理意见

+
+

#{manager_opinion}

+
+

经办人:#{manager_op_user}         日期:#{manager_op_date}                             

+
+

新员工意见

+
+

#{employee_opinion}

+
+

经办人:#{employee_op_user}         日期:#{employee_op_date}                             

+
+

 

+
+ +

 

+ + + + +', N'0', N'1', N'', null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for cgform_head +-- ---------------------------- +DROP TABLE [dbo].[cgform_head] +GO +CREATE TABLE [dbo].[cgform_head] ( +[id] nvarchar(32) NOT NULL , +[content] nvarchar(200) NOT NULL , +[create_by] nvarchar(32) NULL , +[create_date] datetime NULL , +[create_name] nvarchar(32) NULL , +[is_checkbox] nvarchar(5) NOT NULL , +[is_dbsynch] nvarchar(20) NOT NULL , +[is_pagination] nvarchar(5) NOT NULL , +[is_tree] nvarchar(5) NOT NULL , +[jform_pk_sequence] nvarchar(200) NULL , +[jform_pk_type] nvarchar(100) NULL , +[jform_type] int NOT NULL , +[jform_version] nvarchar(10) NOT NULL , +[querymode] nvarchar(10) NOT NULL , +[relation_type] int NULL , +[sub_table_str] nvarchar(1000) NULL , +[tab_order] int NULL , +[table_name] nvarchar(50) NOT NULL , +[update_by] nvarchar(32) NULL , +[update_date] datetime NULL , +[update_name] nvarchar(32) NULL , +[tree_parentid_fieldname] nvarchar(50) NULL , +[tree_id_fieldname] nvarchar(50) NULL , +[tree_fieldname] nvarchar(50) NULL , +[jform_category] nvarchar(50) NOT NULL , +[form_template] nvarchar(50) NULL , +[form_template_mobile] nvarchar(50) NULL , +[table_type] nvarchar(50) NULL , +[table_version] int NULL , +[physice_id] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_head', +'COLUMN', N'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 +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_head', +'COLUMN', N'table_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'''0''为物理表,‘1’为配置表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_head' +, @level2type = 'COLUMN', @level2name = N'table_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'''0''为物理表,‘1’为配置表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_head' +, @level2type = 'COLUMN', @level2name = N'table_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_head', +'COLUMN', N'physice_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'物理表id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_head' +, @level2type = 'COLUMN', @level2name = N'physice_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'物理表id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_head' +, @level2type = 'COLUMN', @level2name = N'physice_id' +GO + +-- ---------------------------- +-- Records of cgform_head +-- ---------------------------- +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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'', null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881a151f09a900151f0ad74120001', N'员工离职单', N'admin', N'2015-12-30 10:17:58.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'3', N'single', N'0', null, null, N'jform_employee_resignation', N'admin', N'2016-02-19 18:48:59.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'jform00002', null, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e451fce3050151fd3dd20c0002', N'员工费用报销申请信息表', N'admin', N'2016-01-01 20:51:06.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'36', N'group', N'0', N'jform_employee_other_cost,jform_employee_meals_cost', null, N'jform_employee_cost_claim', N'admin', N'2016-06-23 16:37:29.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'o2mTableStyle', N'', null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e451fce3050151fd3e196b0019', N'员工餐费明细表', N'admin', N'2016-01-01 20:51:24.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'6', N'group', N'0', null, null, N'jform_employee_meals_cost', N'admin', N'2016-01-01 21:04:55.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', null, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e451fce3050151fd3e1b680021', N'员工其他费用明细表', N'admin', N'2016-01-01 20:51:25.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'7', N'group', N'0', null, null, N'jform_employee_other_cost', N'admin', N'2016-01-01 21:04:59.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', null, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e4534c0aea01534c0cf9f70001', N'简历信息表', N'admin', N'2016-03-06 21:10:32.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'69', N'group', N'0', N'jform_resume_degree_info,jform_resume_exp_info', null, N'jform_resume_info', N'admin', N'2016-08-13 11:09:22.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'resume', N'resume', N'', null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e4534c0aea01534c0cfca50012', N'工作信息表', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'14', N'group', N'0', null, null, N'jform_resume_exp_info', N'admin', N'2016-08-10 18:05:29.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e4534c0aea01534c0cfe2b001b', N'教育经历', N'admin', N'2016-03-06 21:10:33.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'7', N'group', N'0', null, null, N'jform_resume_degree_info', N'admin', N'2016-05-07 16:30:05.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'', null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'40288388506b3aa601506b67e97b0002', N'客户资料管理', N'admin', N'2015-10-15 20:09:44.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'6', N'single', N'0', null, null, N'jeecg_custom_info', N'admin', N'2016-03-15 11:40:53.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'olstyle00002', N'', null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402885d8506e5d9201506e72f4920001', N'客户跟踪记录表', N'admin', N'2015-10-16 10:20:39.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'43', N'single', N'0', null, null, N'jeecg_custom_record', N'admin', N'2016-02-25 11:32:02.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'olstyle00001', null, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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'', null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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'', null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef8156176adb015617801ebd0001', N'地铁站点', N'admin', N'2016-07-23 19:24:47.000', N'管理员', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'30', N'group', N'0', null, null, N'test_ditie', N'admin', N'2017-02-07 17:35:30.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'RowsEdit', N'', N'', null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef815673c48f015673c557af0003', N'地铁站点', N'admin', N'2016-08-10 17:25:28.000', N'管理员', N'N', N'N', N'Y', N'N', N'', N'UUID', N'1', N'1', N'single', N'0', null, null, N'test_ditie__0', N'admin', N'2016-08-10 17:28:08.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'RowsEdit', N'', N'1', N'0', N'4028ef8156176adb015617801ebd0001') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef815673c48f015673c775d70012', N'地铁站点', N'admin', N'2016-08-10 17:27:46.000', N'管理员', N'N', N'N', N'Y', N'N', N'', N'UUID', N'1', N'1', N'single', N'0', null, null, N'test_ditie__1', null, null, null, null, N'id', null, N'bdfl_ptbd', N'RowsEdit', N'', N'1', N'1', N'4028ef8156176adb015617801ebd0001') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef815673ecb9015673f080160001', N'工作信息表', N'admin', N'2016-08-10 18:12:36.000', N'管理员', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'3', N'4', N'group', N'0', null, null, N'jform_resume_exp_info__0', N'admin', N'2016-08-10 18:19:01.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'', N'', N'1', N'0', N'402881e4534c0aea01534c0cfca50012') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef815673ecb9015673fa637c001e', N'工作信息表', N'admin', N'2016-08-10 18:23:24.000', N'管理员', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'3', N'1', N'group', N'0', null, null, N'jform_resume_exp_info__1', null, null, null, null, N'id', null, N'bdfl_ptbd', N'', N'', N'1', N'1', N'402881e4534c0aea01534c0cfca50012') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef81567e88db01567e8a34ef0002', N'地铁站点', N'admin', N'2016-08-12 19:36:41.000', N'管理员', N'N', N'N', N'Y', N'N', N'', N'UUID', N'1', N'1', N'single', N'0', null, null, N'test_ditie__2', null, null, null, null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'1', N'2', N'4028ef8156176adb015617801ebd0001') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef81567e88db01567e8a56930010', N'地铁站点', N'admin', N'2016-08-12 19:36:50.000', N'管理员', N'N', N'N', N'Y', N'N', N'', N'UUID', N'1', N'1', N'single', N'0', null, null, N'test_ditie__3', null, null, null, null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'1', N'3', N'4028ef8156176adb015617801ebd0001') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef81568c5de601568c6437d10015', N'教育经历', N'admin', N'2016-08-15 12:09:53.000', N'管理员', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'1', N'1', N'group', N'0', null, null, N'jform_resume_degree_info__0', null, null, null, null, N'id', null, N'bdfl_ptbd', N'', N'', N'1', N'0', N'402881e4534c0aea01534c0cfe2b001b') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef81568c5de601568c6ff36c001e', N'简历信息表', N'admin', N'2016-08-15 12:22:42.000', N'管理员', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'2', N'2', N'group', N'0', N'jform_resume_degree_info,jform_resume_exp_info', null, N'jform_resume_info__0', N'admin', N'2016-08-15 12:22:52.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'resume', N'resume', N'1', N'0', N'402881e4534c0aea01534c0cf9f70001') +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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'', null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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'141', N'group', N'0', null, null, N'jform_leave', N'admin', N'2017-02-08 17:57:29.000', N'管理员', null, N'id', null, N'bdfl_ptbd', N'moblieCommon001', N'', N'', null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'8a8ab0b246dc81120146dc818486013d', N'订单客户信息', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'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'', null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'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, null, null, null) +GO +GO +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'8a8ab0b246dc81120146dc81848b013f', N'价格认证机构统计表', N'admin', N'2014-06-27 16:46:54.000', N'管理员', N'N', N'Y', N'Y', N'N', null, N'UUID', N'1', N'3', N'group', N'0', null, null, N'jform_price1', N'admin', N'2015-10-15 11:24:54.000', N'管理员', null, null, null, N'bdfl_ptbd', null, null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for cgform_index +-- ---------------------------- +DROP TABLE [dbo].[cgform_index] +GO +CREATE TABLE [dbo].[cgform_index] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[index_name] nvarchar(100) NULL , +[index_field] nvarchar(500) NULL , +[index_type] nvarchar(32) NULL , +[table_id] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'index_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'索引名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'索引名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'index_field')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'索引栏位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_field' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'索引栏位' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_field' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'index_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'索引类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'索引类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'index_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_index', +'COLUMN', N'table_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主表id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'table_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主表id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_index' +, @level2type = 'COLUMN', @level2name = N'table_id' +GO + +-- ---------------------------- +-- Records of cgform_index +-- ---------------------------- + +-- ---------------------------- +-- 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'一对多全TAB模式', 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 +INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'hol_reson', N'4028ef81569113f5015691154af60001', N'jform_leave', N'4028ef81569111e501569115983b0007') +GO +GO +INSERT INTO [dbo].[cgform_uploadfiles] ([CGFORM_FIELD], [CGFORM_ID], [CGFORM_NAME], [id]) VALUES (N'hol_reson', N'4028ef81569113f5015691154af60001', N'jform_leave', N'4028ef81569111e501569115d8fe0008') +GO +GO + +-- ---------------------------- +-- Table structure for chat_message_his +-- ---------------------------- +DROP TABLE [dbo].[chat_message_his] +GO +CREATE TABLE [dbo].[chat_message_his] ( +[id] nvarchar(36) NOT NULL , +[msg_type] nvarchar(50) NULL , +[msg] nvarchar(1024) NULL , +[from_user] nvarchar(50) NULL , +[from_name] nvarchar(100) NULL , +[to_user] nvarchar(50) NULL , +[to_name] nvarchar(100) NULL , +[accountid] nvarchar(36) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(255) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'chat_message_his', +'COLUMN', N'msg_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'消息类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'msg_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'消息类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'msg_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'chat_message_his', +'COLUMN', N'msg')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'消息数据' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'msg' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'消息数据' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'msg' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'chat_message_his', +'COLUMN', N'from_user')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'消息发送者' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'from_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'消息发送者' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'from_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'chat_message_his', +'COLUMN', N'from_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'发送者的真实姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'from_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'发送者的真实姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'from_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'chat_message_his', +'COLUMN', N'to_user')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'消息接收者' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'to_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'消息接收者' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'to_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'chat_message_his', +'COLUMN', N'to_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'接收者的真实姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'to_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'接收者的真实姓名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'chat_message_his' +, @level2type = 'COLUMN', @level2name = N'to_name' +GO + +-- ---------------------------- +-- Records of chat_message_his +-- ---------------------------- +INSERT INTO [dbo].[chat_message_his] ([id], [msg_type], [msg], [from_user], [from_name], [to_user], [to_name], [accountid], [create_date], [create_by]) VALUES (N'115C3CC613EF4E7BA9852F9E2E6CE35E', N'friend', N'0000', N'8a8ab0b246dc81120146dc8181950052', N'管理员', N'8a8ab0b246dc81120146dc81819d0053', N'张代浩', null, null, null) +GO +GO +INSERT INTO [dbo].[chat_message_his] ([id], [msg_type], [msg], [from_user], [from_name], [to_user], [to_name], [accountid], [create_date], [create_by]) VALUES (N'18D158EC78FC4C5899DDA94F4023B35C', N'friend', N'000', N'8a8ab0b246dc81120146dc8181950052', N'管理员', N'8a8ab0b246dc81120146dc81819d0053', N'张代浩', null, null, null) +GO +GO +INSERT INTO [dbo].[chat_message_his] ([id], [msg_type], [msg], [from_user], [from_name], [to_user], [to_name], [accountid], [create_date], [create_by]) VALUES (N'20254AF789F1486D885DB9D4EF66798C', N'friend', N'111', N'8a8ab0b246dc81120146dc8181950052', N'管理员', N'8a8ab0b246dc81120146dc81819d0053', N'张代浩', null, null, null) +GO +GO +INSERT INTO [dbo].[chat_message_his] ([id], [msg_type], [msg], [from_user], [from_name], [to_user], [to_name], [accountid], [create_date], [create_by]) VALUES (N'2236E68595FE47B1BD27BEE77FD21ED8', N'friend', N'你好', N'8a8ab0b246dc81120146dc8181950052', N'管理员', N'8a8ab0b246dc81120146dc81819d0053', N'张代浩', null, null, null) +GO +GO +INSERT INTO [dbo].[chat_message_his] ([id], [msg_type], [msg], [from_user], [from_name], [to_user], [to_name], [accountid], [create_date], [create_by]) VALUES (N'9B5D86C36B324A4ABF240070521BB9E8', N'friend', N'face[晕] ', N'8a8ab0b246dc81120146dc8181950052', N'管理员', N'8a8ab0b246dc81120146dc81819d0053', N'张代浩', null, null, null) +GO +GO +INSERT INTO [dbo].[chat_message_his] ([id], [msg_type], [msg], [from_user], [from_name], [to_user], [to_name], [accountid], [create_date], [create_by]) VALUES (N'B7BD27DF21C9473EA8A09BF6E094FD38', N'friend', N'1111', N'8a8ab0b246dc81120146dc8181950052', N'管理员', N'8a8ab0b246dc81120146dc81819d0053', N'张代浩', null, null, null) +GO +GO +INSERT INTO [dbo].[chat_message_his] ([id], [msg_type], [msg], [from_user], [from_name], [to_user], [to_name], [accountid], [create_date], [create_by]) VALUES (N'C8C744D046FA490D8902B9BAAC922327', N'friend', N'00000', N'8a8ab0b246dc81120146dc8181950052', N'管理员', N'8a8ab0b246dc81120146dc81819d0053', N'张代浩', null, null, null) +GO +GO +INSERT INTO [dbo].[chat_message_his] ([id], [msg_type], [msg], [from_user], [from_name], [to_user], [to_name], [accountid], [create_date], [create_by]) VALUES (N'CE3EB7D8CD8D40FBB8CA083DEB526C16', N'friend', N'99face[悲伤] ', N'8a8ab0b246dc81120146dc8181950052', N'管理员', N'8a8ab0b246dc81120146dc81819d0053', N'张代浩', null, null, null) +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 +-- ---------------------------- + +-- ---------------------------- +-- 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-23 12:00:00.000', N'402880e447e99cf10147e9a03b320003', N'', N'', N'', null, N'1', N'1', N'9001', 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: 171008 kB; (`teacher_ID`) REFER `jeecg_20170207' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_demo_course' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 171008 kB; (`teacher_ID`) REFER `jeecg_20170207' +, @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_person +-- ---------------------------- +DROP TABLE [dbo].[jeecg_demo_person] +GO +CREATE TABLE [dbo].[jeecg_demo_person] ( +[ID] nvarchar(32) NOT NULL , +[AGE] int NULL , +[BIRTHDAY] datetime NULL , +[CREATEDT] datetime NULL , +[NAME] nvarchar(255) NOT NULL , +[SALARY] decimal(19,2) NULL +) + + +GO + +-- ---------------------------- +-- Records of jeecg_demo_person +-- ---------------------------- +INSERT INTO [dbo].[jeecg_demo_person] ([ID], [AGE], [BIRTHDAY], [CREATEDT], [NAME], [SALARY]) VALUES (N'1', N'20', N'2015-10-27 12:21:48.000', N'2015-10-27 00:00:00.000', N'小王', N'5000.00') +GO +GO +INSERT INTO [dbo].[jeecg_demo_person] ([ID], [AGE], [BIRTHDAY], [CREATEDT], [NAME], [SALARY]) VALUES (N'12', N'12', N'2015-10-30 22:15:29.000', N'2015-10-15 00:00:00.000', N'1', N'1.00') +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: 171008 kB; (`COURSE_ID`) REFER `jeecg_20170207/' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_demo_student' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 171008 kB; (`COURSE_ID`) REFER `jeecg_20170207/' +, @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: 171008 kB; (`parent_ID`) REFER `jeecg_20170207/' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jeecg_matter_bom' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 171008 kB; (`parent_ID`) REFER `jeecg_20170207/' +, @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'18611744545', N'12', null, null, N'0', N'张三') +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'402813815a467c97015a468c6f650006', null, null, null, null, null, N'demo', null, null, null, null, null, N'0', null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_order_main +-- ---------------------------- +DROP TABLE [dbo].[jeecg_order_main] +GO +CREATE TABLE [dbo].[jeecg_order_main] ( +[ID] nvarchar(32) NOT NULL , +[CREATE_DT] datetime NULL , +[CRTUSER] nvarchar(12) NULL , +[CRTUSER_NAME] nvarchar(10) NULL , +[DEL_DT] datetime NULL , +[DELFLAG] int NULL , +[GO_ALL_PRICE] decimal(10,2) NULL , +[GO_CONTACT_NAME] nvarchar(16) NULL , +[GO_CONTENT] nvarchar(66) NULL , +[GO_ORDER_CODE] nvarchar(12) NOT NULL , +[GO_ORDER_COUNT] int NULL , +[GO_RETURN_PRICE] decimal(10,2) NULL , +[GO_TELPHONE] nvarchar(11) NULL , +[GODER_TYPE] nvarchar(255) NULL , +[MODIFIER] nvarchar(12) NULL , +[MODIFIER_NAME] nvarchar(10) NULL , +[MODIFY_DT] datetime NULL , +[USERTYPE] nvarchar(255) NULL +) + + +GO + +-- ---------------------------- +-- Records of jeecg_order_main +-- ---------------------------- +INSERT INTO [dbo].[jeecg_order_main] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ALL_PRICE], [GO_CONTACT_NAME], [GO_CONTENT], [GO_ORDER_CODE], [GO_ORDER_COUNT], [GO_RETURN_PRICE], [GO_TELPHONE], [GODER_TYPE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT], [USERTYPE]) VALUES (N'402813815a467c97015a468c55e00005', null, null, null, null, null, N'123.00', N'123', N'123', N'demo', N'123', N'123.00', null, null, null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jeecg_order_product +-- ---------------------------- +DROP TABLE [dbo].[jeecg_order_product] +GO +CREATE TABLE [dbo].[jeecg_order_product] ( +[ID] nvarchar(32) NOT NULL , +[CREATE_DT] datetime NULL , +[CRTUSER] nvarchar(12) NULL , +[CRTUSER_NAME] nvarchar(10) NULL , +[DEL_DT] datetime NULL , +[DELFLAG] int NULL , +[GO_ORDER_CODE] nvarchar(12) NOT NULL , +[GOP_CONTENT] nvarchar(66) NULL , +[GOP_COUNT] int NULL , +[GOP_ONE_PRICE] decimal(10,2) NULL , +[GOP_PRODUCT_NAME] nvarchar(33) NULL , +[GOP_PRODUCT_TYPE] nvarchar(1) NOT NULL , +[GOP_SUM_PRICE] decimal(10,2) NULL , +[MODIFIER] nvarchar(12) NULL , +[MODIFIER_NAME] nvarchar(10) NULL , +[MODIFY_DT] datetime NULL +) + + +GO + +-- ---------------------------- +-- Records of jeecg_order_product +-- ---------------------------- +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'商品代码' +, @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'商品代码' +, @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'季节' +, @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'季节' +, @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'代理价' +, @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'代理价' +, @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'修改人id' +, @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'修改人id' +, @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'创建人id' +, @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'创建人id' +, @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 +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'4028ef8156fe0cf20156fe0e25c80003', 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'cc', N'1', N'cc', N'管理员', N'2016-09-06 14:11:06.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 +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'4028ef8156fe0cf20156fe0e25c80004', N'', N'', N'4028ef8156fe0cf20156fe0e25c80003', N'', N'', N'name', N'name', N'', 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'4028ef8156fe0cf20156fe0e25c80005', N'', N'', N'4028ef8156fe0cf20156fe0e25c80003', N'', N'', N'value', N'value', N'', 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'4028ef8156fe0cf20156fe0e25c80006', N'', N'', N'4028ef8156fe0cf20156fe0e25c80003', N'', N'', N'color', N'color', N'', 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'动态报表ID' +, @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'动态报表ID' +, @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'修改人id' +, @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'修改人id' +, @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'创建人id' +, @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'创建人id' +, @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 + +-- ---------------------------- +-- 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 + +-- ---------------------------- +-- 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'动态报表ID' +, @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'动态报表ID' +, @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'档案表' +, @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'档案表' +, @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'2017-02-16 17:53:02.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 + +-- ---------------------------- +-- 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'批定职务代理人' +, @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'批定职务代理人' +, @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'402880f3591fca6701591fca678b0000', N'11', N'2016-12-21 00:00:00.000', null, N'事假', null, null, null, N'1111', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f3591fd24a01591fd24a920000', N'12121', null, null, N'事假', null, null, null, N'1212', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f3591fd24a01591fd31bb40001', N'张三', null, null, N'年假', null, null, null, N'8000', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f3591fd5d601591fd5d6dc0000', N'111', null, null, N'事假', null, null, null, N'11', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'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'正式离职日期' +, @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'正式离职日期' +, @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 +INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content]) VALUES (N'4028ef81569113f501569113f5fa0000', N'223', N'33', N'0', N'2016-08-16 00:00:00.000', N'2016-08-16 10:00:16.000', null, N'402880e447e99cf10147e9a03b320003', N'3', N'33', N'33') +GO +GO +INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content]) VALUES (N'4028ef81569113f5015691154af60001', N'12', N'12', N'0', N'2016-08-16 00:00:00.000', N'2016-08-16 10:01:33.000', null, N'402880e447e99cf10147e9a03b320003', N'upload/files/201608161002239NrNvNKP.docx', N'77', N'77') +GO +GO +INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content]) VALUES (N'4028ef81569113f50156911741030002', N'44', N'44', N'0,1', N'2016-08-16 00:00:00.000', N'2016-08-16 10:03:28.000', null, N'402880e447e99cf10147e9a03b320003', null, N'4', N'4') +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'402813815a46557b015a46559c430003', N'4028ef815673f03a015673f35d8c0003', N'2016-08-10 00:00:00.000', N'2016-08-10 00:00:00.000', N'99', null, null) +GO +GO +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028ef8156826b380156826b4e160004', N'4028ef815673f03a015673f03a880000', N'2016-08-10 00:00:00.000', N'2016-08-10 00:00:00.000', N'北京大学', N'计算机专业', null) +GO +GO + +-- ---------------------------- +-- Table structure for jform_resume_exp_info +-- ---------------------------- +DROP TABLE [dbo].[jform_resume_exp_info] +GO +CREATE TABLE [dbo].[jform_resume_exp_info] ( +[id] nvarchar(36) NOT NULL , +[resume_id] nvarchar(36) NULL , +[begin_date] datetime NULL , +[end_date] datetime NULL , +[company_name] nvarchar(200) 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'402813815a46557b015a46559b120002', N'4028ef815673f03a015673f35d8c0003', N'2016-08-10 00:00:00.000', N'2016-08-10 00:00:00.000', N'99', N'99', null, null) +GO +GO +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8156826b380156826b4dcf0002', N'4028ef815673f03a015673f03a880000', N'2016-08-10 00:00:00.000', N'2016-08-10 00:00:00.000', N'88', N'88', N'88', N'88') +GO +GO +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8156826b380156826b4df50003', N'4028ef815673f03a015673f03a880000', N'2016-08-10 00:00:00.000', N'2016-08-10 00:00:00.000', N'北京国炬', N'IT研发', N'开发经理', N'表现优秀') +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'4028ef815673f03a015673f03a880000', N'张三', N'1', N'2016-08-10 00:00:00.000', N'18611788888', null, null, null, N'123123', N'123123', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[jform_resume_info] ([id], [name], [sex], [birthday], [telnum], [email], [degree], [workyear], [cardid], [habitation], [residence], [salary], [work_place], [work_type], [arrival_time], [introduction]) VALUES (N'4028ef815673f03a015673f35d8c0003', N'小妹', N'1', N'2016-08-10 00:00:00.000', null, null, null, null, N'121212', N'1212212', null, null, null, null, null, null) +GO +GO + +-- ---------------------------- +-- Table structure for jform_tree +-- ---------------------------- +DROP TABLE [dbo].[jform_tree] +GO +CREATE TABLE [dbo].[jform_tree] ( +[id] nvarchar(36) NOT NULL , +[create_name] nvarchar(50) NULL , +[create_by] nvarchar(50) NULL , +[create_date] datetime NULL , +[update_name] nvarchar(50) NULL , +[update_by] nvarchar(50) NULL , +[update_date] datetime NULL , +[name] nvarchar(32) NULL , +[father_id] nvarchar(32) NULL , +[age] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'物料编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'物料编码' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'jform_tree' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'jform_tree', +'COLUMN', N'father_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'父ID' +, @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'父ID' +, @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方式提供,插件模式、松耦合、可插拔、支持独立部署,也可以无缝集成Jeecg平台中。

【架构说明】

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方式,启动Web项目
+  http://localhost/jeecg-p3-web/{页面访问地址}
+4.页面层面不能采用jsp,需要采用模板语言Velocity
+5.插件式开发,每个业务组件以jar包方式提供
+6.数据库配置文件:
+  jeecg-p3-web/src/main/resources/dbconfig.properties

【项目说明】

jeecg-p3-web      | 启动主项目
+jeecg-p3-biz-demo | 插件项目Demo

【开发入门】

☆准备工作:
+    1.标准开发工具:eclipse + jdk7 + tomcat7 + mysql
+    2.项目为maven工程,采用maven方式导入eclipse等IDE开发工具 
+
+☆快捷启动:
+    第一步:创建Mysql数据库jeecg-p3,采用UTF-8编码,执行下面数据库脚本
+            jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql
+    第二步:双击运行jeecg-p3-web\bin\run-tomcat7.bat或bin\run-tomcat.bat,
+            启动Web服务器(第一次运行,需要下载依赖jar包,请耐心等待)。
+    第三步:测试访问地址
+            1. http://localhost/jeecg-p3-web/p3/wxActInvite.do?list
+            2. http://localhost/jeecg-p3-web/p3/auth.do?list    
+
+☆Eclipse运行步骤:
+    第一步:创建Mysql数据库jeecg-p3,采用UTF-8编码,执行下面数据库脚本
+            jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql
+    第二步:采用maven方式启动项目 (jeecg-p3-web)
+            项目右建->debug as->debug configurations->选中jeecg-p3-web项目->输入命令:tomcat:run
+            注意:[1].update snapshots需要选中,官方会不断更新底层包
+                  [2].插件项目不能单独启动,需以maven方式引入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.配置文件:jeecg-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. 代码生成器,支持restful后台代码生成;

  3. Online表单提供对外HTTP接口;

  4. 用户,角色,组织机构,导入功能;

  5. 多附件上传报错处理;

  6. 查询过滤器查询报错处理;

  7. online代码生成器支持bootstrap表单风格生成;

  8. online代码生成器支持上传组件生成;

  9. 升级minidao;

  10. 在线文档管理;

  11. 邮件管理;

  12. 封装标签:用户标签,组织机构标签;

  13. 移动报表展示;

  14. 插件演示;


', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'4028ef8154032519015403287cc9000c', N'张代浩', N'scott', N'2016-04-11 10:31:05.000', N'测试邮件', null, N'

测试邮件

', N'01', N'管理员', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'46604968EFE1483481BE6EDAFC657CBC', N'管理员', N'admin', N'2016-07-17 22:41:40.000', N'12', null, N' + 12 + ', N'02', N'张代浩', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'5F99D18C7CED41D0BF5DB9B351D5522E', N'管理员', N'admin', null, N'1212', null, N'1212121212', N'02', N'张三,管理员', N'4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'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 +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'E9B0557DBA994D46A3D44495AFA428B0', N'管理员', N'admin', N'2017-01-10 10:25:26.000', N'1212', null, N'121212', N'01', N'demo', N'402880e74d75c4dd014d75d44af30005') +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'9E7454B4F67A4BBFB34A23BD806BC3C6', N'2017-01-10 10:25:26.000', N'2017-01-10 10:25:26.000', N'E9B0557DBA994D46A3D44495AFA428B0', N'402880e74d75c4dd014d75d44af30005', N'00', N'0 ') +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'9FC0C28ECE474448888B9E872DC3B72D', N'2016-07-05 14:40:15.000', null, N'3A230A6CC3544E1B9D941136ACBB4E1B', N'', N'00', null) +GO +GO +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'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: 171008 kB; (`id`) REFER `jeecg_20170207/t_s_att' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_finance_files' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 171008 kB; (`id`) REFER `jeecg_20170207/t_s_att' +, @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'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 +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028ef81567cb00901567cb41f960007', null, N'H5活动平台运营方案', null, N'2016-08-12 11:03:14.000', N'docx', null, N'upload/files/20160812110314OSHH9KmL.docx', N'org.jeecgframework.web.system.pojo.base.TSDocument', N'upload/files/20160812110314OSHH9KmL.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'4028ef81569111e501569115983b0007', null, N'新建MicrosoftOfficeExcel2007Workbook', null, null, N'xlsx', null, N'upload/files/20160816100206gFOmf1Ny.xlsx', null, N'upload/files/20160816100206gFOmf1Ny.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'4028ef81569111e501569115d8fe0008', null, N'JEECG-关联查询文档_v3', null, null, N'docx', null, N'upload/files/201608161002239NrNvNKP.docx', null, N'upload/files/201608161002239NrNvNKP.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: 171008 kB; (`departid`) REFER `jeecg_20170207/t' +, @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: 171008 kB; (`departid`) REFER `jeecg_20170207/t' +, @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'402880f159a546550159a547aaed0001', null, null, N'3cc69c68200e39a7', N'111', null, N'1', N'普通用户', N'111', 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'402881875988e889015988ec36770001', null, null, N'f68bb6f881b0ebe0', N'7777', null, N'1', N'demo', N'777', null, N'1') +GO +GO +INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'4028ef81538330cd01538333b7bc0001', null, null, N'fa83c6e9a2006c62', N'李四', null, N'1', N'普通用户', N'lisi', 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'4028ef81563ae5be01563ae92d7f0002', null, null, N'bff95c03433b66af', N'999', null, N'1', N'demo', N'999', null, N'1') +GO +GO +INSERT INTO [dbo].[t_s_base_user] ([ID], [activitiSync], [browser], [password], [realname], [signature], [status], [userkey], [username], [departid], [delete_flag]) VALUES (N'8a8ab0b246dc81120146dc8181950052', null, null, N'c44b01947c9e6e3f', N'管理员', null, N'1', N'管理员', N'admin', N'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: 171008 kB; (`userid`) REFER `jeecg_20170207/t_s' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_config' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 171008 kB; (`userid`) REFER `jeecg_20170207/t_s' +, @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 +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef81568c31ec01568c3307080004', N'管理员', N'admin', N'2016-08-15 11:16:09.000', null, null, null, N'A03', N'A0', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'2') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_data_rule +-- ---------------------------- +DROP TABLE [dbo].[t_s_data_rule] +GO +CREATE TABLE [dbo].[t_s_data_rule] ( +[id] nvarchar(96) NULL , +[rule_name] nvarchar(96) NULL , +[rule_column] nvarchar(300) NULL , +[rule_conditions] nvarchar(300) NULL , +[rule_value] nvarchar(300) NULL , +[create_date] datetime NULL , +[create_by] nvarchar(96) NULL , +[create_name] nvarchar(96) NULL , +[update_date] datetime NULL , +[update_by] nvarchar(96) NULL , +[update_name] nvarchar(96) NULL , +[functionId] nvarchar(96) NULL +) + + +GO + +-- ---------------------------- +-- 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 +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'4028ef81574ae99701574aed26530005', N'用户名', N'userName', N'!=', N'admin', N'2016-09-21 12:07:18.000', N'admin', N'管理员', null, null, null, N'4028ef81574ae99701574aeb97bd0003') +GO +GO + +-- ---------------------------- +-- 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'ea3d519525358e00', N'mysql', N'jeewx-yunying') +GO +GO +INSERT INTO [dbo].[t_s_data_source] ([id], [db_key], [description], [driver_class], [url], [db_user], [db_password], [db_type], [db_name]) VALUES (N'8a8aada9486347c001486401180a0003', N'SAP_DB', N'sap db', N'oracle.jdbc.driver.OracleDriver', N'jdbc:oracle:thin:@127.0.0.1:1521:oral', N'db_user', N'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: 171008 kB; (`demopid`) REFER `jeecg_20170207/t_' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_demo' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 171008 kB; (`demopid`) REFER `jeecg_20170207/t_' +, @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 , +[depart_order] nvarchar(5) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_depart', +'COLUMN', N'depart_order')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'排序' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_depart' +, @level2type = 'COLUMN', @level2name = N'depart_order' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'排序' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_depart' +, @level2type = 'COLUMN', @level2name = N'depart_order' +GO + +-- ---------------------------- +-- Records of t_s_depart +-- ---------------------------- +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e99cf10147e9a03b320003', N'北京国炬软件', N'', null, N'A01', N'1', N'', N'', N'', N'1') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e9a9570147e9b677320003', N'软件信息部', N'', N'402880e447e99cf10147e9a03b320003', N'A01A01', N'2', null, null, null, N'0') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e9a9570147e9b6a3be0005', N'销售部门', N'', N'402880e447e99cf10147e9a03b320003', N'A01A02', N'2', null, null, null, N'0') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e9a9570147e9b710d20007', N'人力资源部', N'', N'402880e447e99cf10147e9a03b320003', N'A01A03', N'2', null, null, null, N'0') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e9a9570147e9b762e30009', N'销售经理', N'', N'402880e447e9a9570147e9b6a3be0005', N'A01A02A01', N'2', null, null, null, N'0') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e447e9ba550147e9c53b2e0013', N'财务', N'', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A02', N'2', null, null, null, N'0') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880e6487e661a01487e6b504e0001', N'销售人员', N'销售人员', N'402880e447e9a9570147e9b762e30009', N'A01A02A01A01', N'3', null, null, null, N'0') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402880f15986303c0159864816180002', N'部门经理', N'', N'8a8ab0b246dc81120146dc8180a20016', N'A02A01', N'3', N'', N'', N'1', N'0') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402881875992e76c015992f641b0002c', N'北京国炬软件B', N'', null, N'B01', N'1', N'', N'', N'', N'0') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'402881875992e76c015992f641bd002d', N'软件信息部B', N'', N'402881875992e76c015992f641b0002c', N'B01B01', N'2', N'', N'', N'', N'0') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'8a8ab0b246dc81120146dc8180a20016', N'中国人寿总公司', N'', null, N'A02', N'1', N'', N'', N'', N'3') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'8a8ab0b246dc81120146dc8180ba0017', N'JEECG开源社区', N'', null, N'A03', N'1', N'', N'', N'', N'2') +GO +GO +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order]) VALUES (N'8a8ab0b246dc81120146dc8180bd0018', N'软件开发部', N'研发技术难题', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A01', N'2', null, null, null, N'0') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_document +-- ---------------------------- +DROP TABLE [dbo].[t_s_document] +GO +CREATE TABLE [dbo].[t_s_document] ( +[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'9999999', null, null, N'4028ef81567cb00901567cb41f960007', 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 , +[function_icon_style] nvarchar(255) NULL , +[create_by] nvarchar(32) NULL , +[create_name] nvarchar(32) NULL , +[update_by] nvarchar(32) NULL , +[update_date] datetime NULL , +[create_date] datetime NULL , +[update_name] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 171008 kB; (`parentfunctionid`) REFER `jeecg_20' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 171008 kB; (`parentfunctionid`) REFER `jeecg_20' +, @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'创建人id' +, @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'创建人id' +, @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'修改人id' +, @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'修改人id' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_function', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'修改人' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_function' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO + +-- ---------------------------- +-- Records of t_s_function +-- ---------------------------- +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'297eaafb599137290159918fb5110011', null, N'1', N'数据权限', N'5', N'functionController.do?function&type=1', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'管理员', null, null, N'2017-01-12 15:23:51.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'2c90ac564c9d1734014c9d6f4e370024', null, N'1', N'menu.graph.configuration', N'4', N'jformGraphreportHeadController.do?jformGraphreportHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402831814d8a2853014d8a55a7c90005', null, N'2', N'datagrid查询默认条件', N'19', N'jeecgDemoController.do?jeecgDemo2&sex=1', N'4028ef81568bf29301568bf580fc0003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-09-04 22:45:58.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40287d81522a428401522a44aafb0002', null, N'1', N'Online移动图表', N'5', N'cgDynamGraphConfigHeadController.do?cgDynamGraphConfigHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-03-15 12:34:36.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40288088481d019401481d2fcebf000d', null, N'1', N'menu.input.demo', N'1', N'jeecgDemoController.do?addorupdate', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461226e0001', null, N'0', N'消息中间件', N'8', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-commenting', null, null, N'admin', N'2016-01-14 11:20:51.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461b3ac0004', null, N'1', N'menu.business.management', N'1', N'tSSmsSqlController.do?tSSmsSql', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488462658f0006', null, N'1', N'menu.message.template', N'2', N'tSSmsTemplateController.do?tSSmsTemplate', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488463aa210009', null, N'1', N'menu.Business.configuration', N'3', N'tSSmsTemplateSqlController.do?tSSmsTemplateSql', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f014884649488000c', null, N'1', N'menu.send.message', N'0', N'tSSmsController.do?tSSms', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e448a28b750148a290c0e50001', null, N'1', N'menu.sort.management', N'16', N'categoryController.do?category', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76f5505a0012', null, N'0', N'在线演示', N'4', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-play-circle', null, null, N'admin', N'2017-01-10 23:20:35.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76f5cc2e0014', null, N'1', N'请假列表', N'1', N'cgAutoListController.do?list&id=jform_leave', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-03-15 12:30:36.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76fa7e970024', null, N'1', N'数据报表', N'2', N'cgReportController.do?list&id=user_msg', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-03-14 11:37:27.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e74d76e784014d76fd1bd60030', null, N'1', N'图形报表', N'3', N'graphReportController.do?list&isIframe&id=yhcztj', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-03-14 11:37:16.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e9563b945801563b9856da0001', null, N'2', N'下拉菜单树', N'20', N'jeecgDemoController.do?ztreelist', N'4028ef81568c06a201568c16dbb9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:46:48.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ea53303a060153304a9ad50001', null, N'1', N'系统公告', N'7', N'noticeController.do?tSNotice', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-06-27 18:16:34.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ea560cd87901560cf1d99a0001', null, N'2', N'datagrid自定义查询2', N'21', N'jeecgDemoController.do?customDatagridList', N'4028ef81568bf29301568bf580fc0003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:58:16.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f159a546550159a55a1a190006', null, N'0', N'111', N'111', N'11', null, null, null, N'1', null, null, null, N'admin', N'2017-01-16 11:37:48.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881875992e76c015992eb2a3b0009', null, N'1', N'百度', N'2', N'https://www.baidu.com', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'管理员', null, null, N'2017-01-12 21:43:22.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028819e5505ee23015505f646190001', null, N'2', N'商品管理(特殊布局)', N'102', N'goodsController.do?list', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:41:55.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'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, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e54df73c73014df75ab670000f', null, N'1', N'自定义表单列表', N'9', N'autoFormController.do?autoForm', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, 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], [function_icon_style], [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, 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], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e74e68621b014e686407c20001', null, N'2', N'表单特殊布局', N'102', N'demoController.do?demoLayoutList', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:42:11.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e74e6d6066014e6d62d4ce0002', null, N'2', N'存储过程实例', N'103', N'jeecgProcedureController.do?procedure', N'4028ef81568c06a201568c19a905002a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:49:46.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54df53718014df538fc100001', null, N'1', N'menu.online.template', N'2', N'cgformTemplateController.do?cgformTemplate', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54e2ef618014e2f0086d70001', null, N'2', N'一对多模型(并列TAB)', N'4', N'jeecgOrderMainPTabController.do?jeecgOrderMain', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:38:35.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54e439ce7014e43c1d63c0003', null, N'2', N'行编辑demo', N'101', N'jeecgDemoController.do?goDemo&demoPage=rowEditDemo', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:42:29.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402882b54f027310014f0274db7a0001', null, N'2', N'事务回滚', N'102', N'transactionTestController.do?showPage', N'4028ef81568c06a201568c19a905002a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:49:37.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402885814e3d2d09014e3d2e77800001', null, N'1', N'数据日志', N'4', N'systemController.do?dataLogList', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81810d002f', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402889fb486e848101486e8de3d60005', null, N'0', N'menu.data.permission', N'100', N'', null, N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'fa-gears', null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028948150f5ba6a0150f5d0b0200004', null, N'1', N'客户跟踪记录', N'4', N'cgAutoListController.do?list&id=jeecg_custom_record', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028948150f5ba6a0150f5d34aca000a', null, N'1', N'客户资料管理', N'5', N'cgAutoListController.do?list&id=jeecg_custom_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'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, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'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, 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], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815373fb53015373fef1c50003', null, N'1', N'通讯录分组', N'9', N'cgAutoListController.do?list&id=jform_contact_group', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-06-27 18:16:01.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815373fb53015373ff521d0005', null, N'1', N'通讯录', N'10', N'cgAutoListController.do?list&id=jform_contact', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-06-27 18:16:09.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8153781af3015378643c1e000b', null, N'1', N'移动填报表单', N'8', N'jeecgDemoController.do?addorupdatemobile', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, 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], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f0153787764cc0004', null, N'1', N'移动请假单', N'2', N'cgFormBuildController.do?ftlForm&tableName=jform_leave&olstylecode=moblieCommon001', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, 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], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f01537879315e0009', null, N'1', N'PC请假单', N'2', N'cgFormBuildController.do?ftlForm&tableName=jform_leave&mode=onbutton', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, 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], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378ddc2380001', null, N'1', N'3D饼图', N'7', N'cgDynamGraphController.do?design&id=t_s_log>ype=Pie3D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-03-15 14:04:46.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e019750003', null, N'0', N'移动报表', N'2', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pie-chart', null, null, N'admin', N'2016-07-25 12:08:54.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e0d39d0006', null, N'1', N'折线图', N'1', N'cgDynamGraphController.do?design&id=t_s_log>ype=LineBasic2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-01-12 21:40:11.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e1395d0008', null, N'1', N'面积图 ', N'2', N'cgDynamGraphController.do?design&id=t_s_log>ype=Area2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'管理员', null, null, N'2016-03-15 14:05:39.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e19969000a', null, N'1', N'条状图', N'3', N'cgDynamGraphController.do?design&id=t_s_log>ype=Bar2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'管理员', null, null, N'2016-03-15 14:06:04.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e207cf000c', null, N'1', N'3D柱状图', N'4', N'cgDynamGraphController.do?design&id=t_s_log>ype=Column3D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'管理员', null, null, N'2016-03-15 14:06:32.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e27ae5000e', null, N'1', N'2D柱状图', N'5', N'cgDynamGraphController.do?design&id=t_s_log>ype=Column2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'管理员', null, null, N'2016-03-15 14:07:01.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e30f760010', null, N'1', N'2D饼图', N'6', N'cgDynamGraphController.do?design&id=t_s_log>ype=Pie2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, 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], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e3e6530013', null, N'1', N'综合报表', N'8', N'cgDynamGraphController.do?design&id=t_s_log', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'管理员', null, null, N'2016-03-15 14:08:34.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd33c6670001', null, N'0', N'插件模块', N'0', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'icon-download-alt', null, null, N'admin', N'2016-07-25 12:12:52.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd344cdd0003', null, N'1', N'普通列表', N'1', N'p3/wxActInvite.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-07-22 13:45:46.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd348df80005', null, N'1', N'树形列表', N'2', N'p3/auth.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, N'admin', N'2016-07-18 16:52:19.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd3564520008', null, N'1', N'我的邮箱', N'3', N'mail/p3MailJformInnerMail.do?toSendMail', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, N'admin', N'管理员', null, null, N'2016-07-18 16:53:02.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81568bf29301568bf580fc0003', null, N'1', N'UI标签', N'1', N'', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', null, null, N'admin', N'2016-09-04 22:45:57.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81568c06a201568c1002bd000b', null, N'1', N'表单布局', N'2', N'', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-list', null, null, N'admin', N'2016-09-04 22:47:13.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81568c06a201568c16dbb9001d', null, N'1', N'常用控件', N'3', N'', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-random', null, null, N'admin', N'2016-09-04 22:48:17.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81568c06a201568c19a905002a', null, N'1', N'数据库相关', N'4', N'', N'8a8ab0b246dc81120146dc8180d7001c', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-database', null, null, N'admin', N'2016-09-04 22:48:44.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81574ae99701574aeb97bd0003', null, N'1', N'用户列表数据权限', N'2', N'userController.do?datagrid', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'管理员', null, null, N'2016-09-21 12:05:36.000', null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f0c9528200c701528207d42c0001', null, N'2', N'电子签章', N'104', N'demoController.do?eSign', N'4028ef81568c06a201568c16dbb9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:47:37.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180ce0019', null, N'0', N'online.develop', N'5', N'', null, N'8a8ab0b246dc81120146dc8180890008', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-cloud', null, null, N'admin', N'2016-04-08 22:28:17.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d2001a', null, N'0', N'system.manage', N'9', N'', null, N'8a8ab0b246dc81120146dc8180860006', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-home', null, null, N'admin', N'2016-01-14 11:30:31.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d4001b', null, N'0', N'common.query.statistics', N'3', N'', null, N'8a8ab0b246dc81120146dc8180890008', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-bar-chart-o', null, null, N'admin', N'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], [function_icon_style], [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', N'fa-twitch', null, null, N'admin', N'2016-01-14 11:30:57.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180d9001d', null, N'0', N'system.monitor', N'6', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-headphones', null, null, N'admin', N'2016-01-14 11:21:59.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180df001f', null, N'1', N'user.manage', N'1', N'userController.do?user', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e30021', null, N'1', N'role.manage', N'2', N'roleController.do?role', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e10020', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e70023', null, N'1', N'menu.manage', N'4', N'functionController.do?function&type=0', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e50022', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'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, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180f30027', null, N'1', N'icon.manage', N'8', N'iconController.do?icon', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180f00026', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180f60028', null, N'1', N'department.manage', N'3', N'departController.do?depart', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180fe002b', null, N'1', N'user.analysis', N'1', N'logController.do?statisticTabs&isIframe', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180810002', N'8a8ab0b246dc81120146dc8180fb002a', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818106002d', null, N'1', N'form.config', N'1', N'cgFormHeadController.do?cgFormHeadList', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc818102002c', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818109002e', null, N'1', N'dynamic.form.config', N'3', N'cgreportConfigHeadController.do?cgreportConfigHead', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', null, N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181100030', null, N'1', N'data.monitor', N'1', N'dataSourceController.do?goDruid&isIframe', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81810d002f', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81811d0032', null, N'1', N'system.log', N'2', N'logController.do?log', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181150031', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181250034', null, N'1', N'common.schedule.task', N'3', N'timeTaskController.do?timeTask', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181210033', N'0', null, null, null, null, null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81812b0036', null, N'2', N'menu.form.validation', N'1', N'demoController.do?formTabs', N'4028ef81568bf29301568bf580fc0003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181290035', N'0', N'', null, null, N'admin', N'2016-08-15 10:09:19.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181300037', null, N'2', N'menu.demo.example', N'2', N'jeecgDemoController.do?jeecgDemo', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:38:23.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181330038', null, N'2', N'menu.minidao.example', N'2', N'jeecgMinidaoController.do?jeecgMinidao', N'4028ef81568c06a201568c19a905002a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:48:45.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181370039', null, N'2', N'menu.form.model', N'3', N'jeecgNoteController.do?jeecgNote', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:38:08.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81813a003a', null, N'2', N'menu.one_to_many.model', N'4', N'jeecgOrderMainController.do?jeecgOrderMain', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:38:47.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81813e003b', null, N'2', N'menu.import_export.excel', N'5', N'courseController.do?course', N'4028ef81568c06a201568c16dbb9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:45:39.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818141003c', null, N'2', N'menu.uploads_downloads', N'6', N'commonController.do?listTurn&turn=system/document/filesList', N'4028ef81568c06a201568c16dbb9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:45:56.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818145003d', null, N'2', N'menu.JqueryFileUpload.example', N'6', N'fileUploadController.do?fileUploadSample&isIframe', N'4028ef81568c06a201568c16dbb9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-09-04 22:48:18.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818148003e', null, N'2', N'menu.no.paging', N'7', N'userNoPageController.do?user', N'4028ef81568bf29301568bf580fc0003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:49:00.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81814b003f', null, N'2', N'menu.jdbc.example', N'8', N'jeecgJdbcController.do?jeecgJdbc', N'4028ef81568c06a201568c19a905002a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:49:13.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181510041', null, N'2', N'menu.dictionary.labels', N'10', N'demoController.do?dictSelect', N'4028ef81568bf29301568bf580fc0003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:33:56.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181530042', null, N'2', N'menu.form.thePop_UpStyle', N'11', N'demoController.do?demoList', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:39:08.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181590044', null, N'2', N'menu.special.layout', N'12', N'demoController.do?demoIframe', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181560043', N'0', N'', null, null, N'admin', N'2016-09-04 22:47:13.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81815c0045', null, N'2', N'menu.single.table', N'50', N'jeecgEasyUIController.do?jeecgEasyUI', N'4028ef81568bf29301568bf580fc0003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:59:06.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181610046', null, N'2', N'menu.one_to_many.example', N'51', N'jeecgOrderMainNoTagController.do?jeecgOrderMainNoTag', N'4028ef81568bf29301568bf580fc0003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:59:18.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181640047', null, N'2', N'menu.html.editor', N'15', N'jeecgDemoController.do?ckeditor&isIframe', N'4028ef81568c06a201568c16dbb9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:46:10.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8181680048', null, N'2', N'menu.word.online', N'16', N'webOfficeController.do?webOffice', N'4028ef81568c06a201568c16dbb9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:46:35.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81816b0049', null, N'2', N'menu.webOfficeo.fficialExample', N'17', N'webOfficeController.do?webOfficeSample&isIframe', N'4028ef81568c06a201568c16dbb9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:46:22.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818173004b', null, N'2', N'menu.moreAccessoriesManagement', N'18', N'tFinanceController.do?tFinance', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81816e004a', N'0', N'', null, null, N'admin', N'2016-08-15 10:48:08.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818176004c', null, N'2', N'datagrid自定义查询1', N'20', N'userController.do?userDemo', N'4028ef81568bf29301568bf580fc0003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:58:31.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc81817b004d', null, N'2', N'menu.materialPom', N'20', N'jeecgMatterBomController.do?goList', N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-09-04 22:47:13.000', null, N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'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, null) +GO +GO +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc818183004f', null, N'2', N'menu.ckfinderDemo', N'100', N'jeecgDemoCkfinderController.do?jeecgDemoCkfinder', N'4028ef81568c06a201568c16dbb9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2016-08-15 10:47:17.000', null, N'管理员') +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'用户管理', N'plug-in/sliding/icon/Finder.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180e10020', N'png', N'deskIcon', null, N'角色管理', N'plug-in/sliding/icon/friendgroup.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180e50022', N'png', N'deskIcon', null, N'菜单管理', N'plug-in/sliding/icon/kaikai.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180eb0024', N'png', N'deskIcon', null, N'数据字典管理', N'plug-in/sliding/icon/friendnear.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180f00026', N'png', N'deskIcon', null, N'系统图标', N'plug-in/sliding/icon/kxjy.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8180fb002a', N'png', N'deskIcon', null, N'用户分析', N'plug-in/sliding/icon/User.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc818102002c', N'png', N'deskIcon', null, N'Online表单开发', N'plug-in/sliding/icon/Applications Folder.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc81810d002f', N'png', N'deskIcon', null, N'数据监控', N'plug-in/sliding/icon/Super Disk.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181150031', N'png', N'deskIcon', null, N'系统日志', N'plug-in/sliding/icon/fastsearch.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181210033', N'png', N'deskIcon', null, N'定时任务', N'plug-in/sliding/icon/Utilities.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181290035', N'png', N'deskIcon', null, N'表单验证', N'plug-in/sliding/icon/qidianzhongwen.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc8181560043', N'png', N'deskIcon', null, N'特殊布局', N'plug-in/sliding/icon/xiami.png', N'3') +GO +GO +INSERT INTO [dbo].[t_s_icon] ([ID], [extend], [iconclas], [content], [name], [path], [type]) VALUES (N'8a8ab0b246dc81120146dc81816e004a', N'png', N'deskIcon', null, N'多附件管理', N'plug-in/sliding/icon/vadio.png', N'3') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_log +-- ---------------------------- +DROP TABLE [dbo].[t_s_log] +GO +CREATE TABLE [dbo].[t_s_log] ( +[ID] nvarchar(32) NOT NULL , +[broswer] nvarchar(100) NULL , +[logcontent] nvarchar(MAX) NOT NULL , +[loglevel] smallint NULL , +[note] nvarchar(MAX) NULL , +[operatetime] datetime NOT NULL , +[operatetype] smallint NULL , +[userid] nvarchar(32) NULL +) + + +GO + +-- ---------------------------- +-- Records of t_s_log +-- ---------------------------- +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1cfe79320000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-08 17:12:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1cfe7b220001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-08 17:12:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1cfe7bf00002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-08 17:12:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1d064a7f0003', N'Chrome', N'修改成功', N'5', N'192.168.147.1', N'2017-02-08 17: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'402813815a1cfdcb015a1d06f6060004', N'Chrome', N'修改成功', N'5', N'192.168.147.1', N'2017-02-08 17: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'402813815a1cfdcb015a1d0739aa0005', N'Chrome', N'修改成功', N'5', N'192.168.147.1', N'2017-02-08 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'402813815a1cfdcb015a1d07adde0006', N'Chrome', N'修改成功', N'5', N'192.168.147.1', N'2017-02-08 17:22:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1d127d560007', N'Chrome', N'修改成功', N'5', N'192.168.147.1', N'2017-02-08 17:33:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1d1380850008', N'Chrome', N'取消激活成功', N'5', N'192.168.147.1', N'2017-02-08 17:35:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1d1400920009', N'Chrome', N'激活成功', N'5', N'192.168.147.1', N'2017-02-08 17: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'402813815a1cfdcb015a1d281276000a', N'Chrome', N'修改成功', N'5', N'192.168.147.1', N'2017-02-08 17:57:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1d282cdb000b', N'Chrome', N'取消激活成功', N'5', N'192.168.147.1', N'2017-02-08 17: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'402813815a1cfdcb015a1d31bf6e000c', N'Chrome', N'语言 更新成功', N'5', N'192.168.147.1', N'2017-02-08 18:08:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1d31d7b6000d', N'Chrome', N'语言 更新成功', N'5', N'192.168.147.1', N'2017-02-08 18: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'402813815a1cfdcb015a1d333a25000e', N'Chrome', N'激活成功', N'5', N'192.168.147.1', N'2017-02-08 18: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'402813815a1cfdcb015a1d5c39f6000f', N'Chrome', N'菜单删除成功', N'4', N'192.168.147.1', N'2017-02-08 18:54:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1d5c68f00010', N'Chrome', N'菜单删除成功', N'4', N'192.168.147.1', N'2017-02-08 18:54:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1d5caa910011', N'Chrome', N'菜单删除成功', N'4', N'192.168.147.1', N'2017-02-08 18: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'402813815a1cfdcb015a1d5cc8840012', N'Chrome', N'菜单删除成功', N'4', N'192.168.147.1', N'2017-02-08 18:55:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1cfdcb015a1d5ce6340013', N'Chrome', N'菜单删除成功', N'4', N'192.168.147.1', N'2017-02-08 18:55:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1e22a7015a1e2396cd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-08 22:32:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a1e22a7015a1e239e7b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-08 22: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'402813815a1e22a7015a1e2ac4170002', N'Chrome', N'错误异常: SQLException,错误描述:Invalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.147.1', N'2017-02-08 22:40:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a3c8031015a3c81088b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-14 20: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'402813815a3c8031015a3c81105b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-14 20:02:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a417202015a41751b1d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-15 19:07:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a417202015a41755b210001', N'Chrome', N'错误异常: SQLServerException,错误描述:除非另外还指定了 TOP 或 FOR XML,否则,ORDER BY 子句在视图、内联函数、派生表、子查询和公用表表达式中无效。', N'6', N'192.168.147.1', N'2017-02-15 19:08:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a464fa5015a465042450000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-16 17: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'402813815a46519c015a4653e06c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-16 17:49:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a46519c015a46540ec90001', N'Chrome', N'错误异常: SQLServerException,错误描述:除非另外还指定了 TOP 或 FOR XML,否则,ORDER BY 子句在视图、内联函数、派生表、子查询和公用表表达式中无效。', N'6', N'192.168.147.1', N'2017-02-16 17: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'402813815a46519c015a4657041d0002', N'Chrome', N'删除成功', N'4', N'192.168.147.1', N'2017-02-16 17:53:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a46519c015a4657dd990003', N'Chrome', N'错误异常: SQLServerException,错误描述:对象名 ''cms_menu'' 无效。', N'6', N'192.168.147.1', N'2017-02-16 17:54:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a46519c015a46587f290004', N'Chrome', N'错误异常: SQLServerException,错误描述:对象名 ''cms_menu'' 无效。', N'6', N'192.168.147.1', N'2017-02-16 17:54:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a46519c015a4658bc460005', N'Chrome', N'动态报表配置抬头删除成功', N'4', N'192.168.147.1', N'2017-02-16 17:55:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a46519c015a4658d6610006', N'Chrome', N'动态报表配置抬头删除成功', N'4', N'192.168.147.1', N'2017-02-16 17:55:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a465fe9015a46612a670000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-16 18:04:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a465fe9015a4663627c0001', N'Chrome', N'错误异常: SQLServerException,错误描述:除非另外还指定了 TOP 或 FOR XML,否则,ORDER BY 子句在视图、内联函数、派生表、子查询和公用表表达式中无效。', N'6', N'192.168.147.1', N'2017-02-16 18:06:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402813815a4678fa015a467a5a320000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.147.1', N'2017-02-16 18:31:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +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'402880ee5a17e711015a17e99c2a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.110', N'2017-02-07 17:31:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880ee5a17e711015a17ec3aa00035', N'Chrome', N'修改成功', N'5', N'192.168.0.110', N'2017-02-07 17:34:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880ee5a17e711015a17ecd48b006a', N'Chrome', N'修改成功', N'5', N'192.168.0.110', N'2017-02-07 17:34:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880ee5a17e711015a17ed08e4009f', N'Chrome', N'修改成功', N'5', N'192.168.0.110', N'2017-02-07 17:34:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880ee5a17e711015a17ed977900d4', N'Chrome', N'修改成功', N'5', N'192.168.0.110', N'2017-02-07 17: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'402880f15986303c0159863118d60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.113', N'2017-01-10 10:24:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f15986303c0159863b13490001', N'MSIE 8.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.113', N'2017-01-10 10:35:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f15986303c01598648163d0003', N'Chrome', N'组织机构 录入成功', N'3', N'192.168.0.113', N'2017-01-10 10:49:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f159865623015986566bc70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.113', N'2017-01-10 11:05:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f1599b0bbf01599b0c0b120000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.113', N'2017-01-14 11:36:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f1599b0df101599b0e4e930000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.113', N'2017-01-14 11:38:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f159a546550159a5469e6d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.113', N'2017-01-16 11:16:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f159a546550159a547ab150005', N'Chrome', N'用户: 111添加成功', N'3', N'192.168.0.113', N'2017-01-16 11: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'402880f159a546550159a55a1a220007', N'Chrome', N'菜单 录入成功', N'3', N'192.168.0.113', N'2017-01-16 11:37:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f159a546550159a55a31650008', N'Chrome', N'菜单 更新成功', N'5', N'192.168.0.113', N'2017-01-16 11:37:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591f866001591f86cbdb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.115', N'2016-12-21 11:57:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591f866001591f8777af0001', N'Chrome', N'表单表删除成功', N'4', N'192.168.0.115', N'2016-12-21 11: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'402880f3591f866001591f89873d0002', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgFormHeadController.do'', method ''GET'', parameters map[''jformType'' -> array[''''], ''tableName'' -> array[''employee_leave_form''], ''isDbSynch'' -> array['''']]', N'6', N'192.168.0.115', N'2016-12-21 12:00:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591f866001591f89a6640003', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgFormHeadController.do'', method ''GET'', parameters map[''jformType'' -> array[''''], ''tableName'' -> array[''employee_leave_form''], ''isDbSynch'' -> array['''']]', N'6', N'192.168.0.115', N'2016-12-21 12:00:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591f866001591f89c20e0004', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgFormHeadController.do'', method ''GET'', parameters map[''jformType'' -> array[''''], ''tableName'' -> array[''employee_leave_form''], ''isDbSynch'' -> array['''']]', N'6', N'192.168.0.115', N'2016-12-21 12:00:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591fa47f01591fa4cbc60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.115', N'2016-12-21 12:30:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591fa47f01591fa539a50001', N'Chrome', N'删除成功', N'4', N'192.168.0.115', N'2016-12-21 12:30:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591fa47f01591fa5e2f00036', N'Chrome', N'修改成功', N'5', N'192.168.0.115', N'2016-12-21 12: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'402880f3591fa47f01591fa88273003b', N'Chrome', N'更新成功', N'5', N'192.168.0.115', N'2016-12-21 12:34:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591fa47f01591fa96769003c', N'Chrome', N'表单更新成功!', N'5', N'192.168.0.115', N'2016-12-21 12: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'402880f3591fa47f01591fab6297003d', N'Chrome', N'表单表删除成功', N'4', N'192.168.0.115', N'2016-12-21 12:37:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591fafa101591fb05f560000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.115', N'2016-12-21 12:42:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591fafa101591fb060670001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.115', N'2016-12-21 12:42:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591fafa101591fb3e5190002', N'Chrome', N'表单更新成功!', N'5', N'192.168.0.115', N'2016-12-21 12:46:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591fb6ff01591fb7dda70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.115', N'2016-12-21 12:51:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591fd0a601591fd135f60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.115', N'2016-12-21 13:18:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f3591fd4b101591fd57b520000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.115', N'2016-12-21 13:23:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f35929b1f1015929b5af3e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.115', N'2016-12-23 11:24:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f5596d4d9f01596d4e509f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.117', N'2017-01-05 14:26:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f5596d511c01596d5190860000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.117', N'2017-01-05 14:29:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f559726141015972645ba00000', N'MSIE 8.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:08:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f559726141015972645e1a0001', N'MSIE 8.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:08:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f559726141015972645e6d0002', N'MSIE 8.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:08:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f5597284b50159728545db0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:44:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f5597284b50159728592060001', N'MSIE 8.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:44:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f5597284b50159728673df0002', N'MSIE 7.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:45:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f5597284b501597286e15a0003', N'MSIE 8.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.0.117', N'2017-01-06 14:45:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402880f5597284b501597288be910004', N'MSIE 8.0', N'删除成功', N'4', N'192.168.0.117', N'2017-01-06 14:48:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875988e889015988e9a3d00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.1.7', N'2017-01-10 23:05:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875988e889015988ec369a0004', N'Chrome', N'用户: 777添加成功', N'3', N'192.168.1.7', N'2017-01-10 23:08:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875988e889015988f6212b0006', N'Chrome', N'用户admin已退出', N'2', N'192.168.1.7', N'2017-01-10 23: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'402881875988e889015988f632900007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.1.7', N'2017-01-10 23:19:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875988f6b9015988f73e1e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.1.7', N'2017-01-10 23:20:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875988f6b9015988f774bb0001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.1.7', N'2017-01-10 23: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'402881875988f6b9015988ff7a000003', N'Chrome', N'组织机构 录入成功', N'3', N'192.168.1.7', N'2017-01-10 23: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'402881875988f6b9015988ff85e40004', N'Chrome', N'组织机构 更新成功', N'5', N'192.168.1.7', N'2017-01-10 23:29:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992e7d3f00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.1.7', N'2017-01-12 21:39:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992e841b90001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.1.7', N'2017-01-12 21:40:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992e8caab0003', N'Chrome', N'用户admin已退出', N'2', N'192.168.1.7', N'2017-01-12 21:40:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992e8d95a0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.1.7', N'2017-01-12 21:40:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992e96de10006', N'Chrome', N'菜单 录入成功', N'3', N'192.168.1.7', N'2017-01-12 21:41:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992e9a35c0007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.1.7', N'2017-01-12 21: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'402881875992e76c015992e9e9c80008', N'Chrome', N'菜单删除成功', N'4', N'192.168.1.7', N'2017-01-12 21:42:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992eb2a47000a', N'Chrome', N'菜单 录入成功', N'3', N'192.168.1.7', N'2017-01-12 21: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'402881875992e76c015992ebad5b000c', N'Chrome', N'用户admin已退出', N'2', N'192.168.1.7', N'2017-01-12 21:43:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992ebc733000d', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.1.7', N'2017-01-12 21:44:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992ed2c3f0011', N'Chrome', N'用户: qq添加成功', N'3', N'192.168.1.7', N'2017-01-12 21: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'402881875992e76c015992eda23a0015', N'Chrome', N'用户: qq更新成功', N'5', N'192.168.1.7', N'2017-01-12 21:46:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992ee8df00019', N'Chrome', N'用户: qq更新成功', N'5', N'192.168.1.7', N'2017-01-12 21:47:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992efd3d5001a', N'Chrome', N'用户:qq删除成功', N'4', N'192.168.1.7', N'2017-01-12 21: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'402881875992e76c015992f0da90001b', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:49:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f0e55e001c', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:49:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f0f908001d', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:49:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f12d80001e', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:49:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f1660b001f', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:10.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f16dc60020', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f17eb00021', N'Chrome', N'组织机构 更新成功', N'5', N'192.168.1.7', N'2017-01-12 21:50:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f190360022', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f198b30023', N'Chrome', N'组织机构 更新成功', N'5', N'192.168.1.7', N'2017-01-12 21: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'402881875992e76c015992f1a39f0024', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f1ad0c0025', N'Chrome', N'组织机构 更新成功', N'5', N'192.168.1.7', N'2017-01-12 21: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'402881875992e76c015992f1b7c40026', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f1c1030027', N'Chrome', N'组织机构 更新成功', N'5', N'192.168.1.7', N'2017-01-12 21: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'402881875992e76c015992f1cbdc0028', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:50:37.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f1d6f60029', N'Chrome', N'组织机构 更新成功', N'5', N'192.168.1.7', N'2017-01-12 21:50:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f40030002a', N'Chrome', N'删除成功', N'4', N'192.168.1.7', N'2017-01-12 21:53:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f55c69002b', N'Chrome', N'组织机构删除成功', N'4', N'192.168.1.7', N'2017-01-12 21:54:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f65399002e', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:55:33.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f67968002f', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:55:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f6930a0030', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:55:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f6a4710031', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:55:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875992e76c015992f6fa670032', N'Chrome', N'错误异常: QueryException,错误描述:could not resolve property: order of: org.jeecgframework.web.system.pojo.base.TSDepart', N'6', N'192.168.1.7', N'2017-01-12 21:56:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875998d719015998d7a7310000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.1.7', N'2017-01-14 01:19:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'402881875998e4df015998e5337f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.1.7', N'2017-01-14 01:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028818958ca1f250158ca1f6e340000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.1.9', N'2016-12-04 21:56:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +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,错误描述:No 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,错误描述:No 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,错误描述:query 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,错误描述:query 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,错误描述:query 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,错误描述:null', 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,错误描述:Index: 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,错误描述:Index: 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'用户:scott激活成功!', 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,错误描述:null', 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,错误描述:No 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,错误描述:No 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,错误描述:No 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:Provided 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,错误描述:Provided 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,错误描述:For 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,错误描述:For 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,错误描述:Provided 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,错误描述:Provided 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,错误描述:java.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,错误描述:java.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,错误描述:Data 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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:java.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,错误描述:Invalid 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,错误描述:Template 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,错误描述:Template 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,错误描述:Template 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,错误描述:Template 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,错误描述:Template 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,错误描述:Template 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,错误描述:Error 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,错误描述:Error 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,错误描述:Error 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,错误描述:Duplicate 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,错误描述:Duplicate 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,错误描述:Cannot 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,错误描述:Cannot 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,错误描述:Cannot 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,错误描述:Cannot 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,错误描述:Cannot 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,错误描述:Cannot 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,错误描述:Cannot 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,错误描述:No 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,错误描述:No 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,错误描述:No 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,错误描述:No 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,错误描述:null', 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,错误描述:null', 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,错误描述:Packet 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,错误描述:Unknown 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,错误描述:could 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,错误描述:Unknown 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,错误描述:Unknown 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,错误描述:could 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,错误描述:Unknown 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,错误描述:could 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,错误描述:Unknown 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,错误描述:null', 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,错误描述:Data 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,错误描述:Data 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,错误描述:Data 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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'用户:lisi锁定成功!', 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'用户:lisi激活成功!', 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,错误描述:null', 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,错误描述:null', 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,错误描述:You 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,错误描述:You 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,错误描述:You 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,错误描述:You 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,错误描述:You 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,错误描述:You 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,错误描述:You 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,错误描述:You 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,错误描述:You 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,错误描述:You 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,错误描述:You 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,错误描述:You 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,错误描述:Table ''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,错误描述:Table ''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,错误描述:Table ''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,错误描述:Table ''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,错误描述:Table ''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,错误描述:Table ''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,错误描述:Table ''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,错误描述:Table ''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,错误描述:Transaction 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,错误描述:Transaction 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:Table ''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,错误描述:Table ''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,错误描述:Data 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,错误描述:Data 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,错误描述:Data 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,错误描述:Data 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,错误描述:No 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,错误描述:No 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,错误描述:No 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:Unknown 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,错误描述:null', 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,错误描述:null', 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,错误描述:null', 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,错误描述:Unknown 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,错误描述:null', 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,错误描述:Access 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,错误描述:Unknown 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,错误描述:invalidate: 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,错误描述:Table ''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,错误描述:Table ''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 +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815600b7bd015600b92b210000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 09:15:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815600b7bd015600d886310001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 09:50:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815600dd8d015600de53340000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 09:56:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560138d70156013937040000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 11:35:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815601b4d1015601b55bc60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 13:51:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815601ff02015601ffd7c80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 15:12:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156020d8d0156020de56d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 15:28:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815602324401560232cf8a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 16:08:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815602630401560264ce040000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 17:02:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156026e9f0156026f224a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 17:14:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815602872901560287a8520000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 17:41:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815602f891015602f9665f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-19 19:45:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815602f891015602fb7cf20002', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-07-19 19:47:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815607929101560795248b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-20 17:13:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815607929101560795c4330008', N'Chrome', N'错误异常: MySQLIntegrityConstraintViolationException,错误描述:Column ''jform_category'' cannot be null', N'6', N'192.168.111.1', N'2016-07-20 17:14:30.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560cd59901560cd636b00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 17:43:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560cd59901560cd698df0001', N'Chrome', N'移除成功', N'4', N'192.168.111.1', N'2016-07-21 17:43:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560cd59901560cd700450002', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 17:43:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560cd59901560cd7ad320003', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 17:44:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560cd59901560cd7bd270004', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 17:44:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560cd59901560cd99f450005', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 17:46:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560ce70e01560ce7b19f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 18:02:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560ce8ba01560ce9d1010000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 18:04:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560ce8ba01560ceb1e410001', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:05:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560cefff01560cf08e490000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 18:11:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560cefff01560cf23fb80001', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:13:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560cefff01560cf246b00002', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:13:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d013e01560d01b30a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 18:30:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d013e01560d022d070001', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:31:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d013e01560d028c5f0002', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:31:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d013e01560d02b1350003', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:31:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d013e01560d02c7940004', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:31:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d013e01560d0374090005', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:32:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d013e01560d03b41c0006', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:32:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d0752500000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 18:36:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d082e9e0001', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:37:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d0916510002', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:38:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d0d00510003', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:42:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d0e0e840004', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:44:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d107f3c0005', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:46:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d109d580006', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:46:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d10e4bc0007', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:47:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d11396a0008', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:47:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d1242170009', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:48:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d129373000a', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:48:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d12b8c0000b', N'Chrome', N'取消激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:49:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d06a701560d12caeb000c', N'Chrome', N'激活成功', N'5', N'192.168.111.1', N'2016-07-21 18:49:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560d1be101560d1d563b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 19:00:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560da1da01560da332ea0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 21:26:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560da1da01560da4884c0003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-21 21:28:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560da1da01560da4ae110004', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 21:28:31.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560da1da01560da57c290005', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-07-21 21:29:24.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560da1da01560da5898e0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 21:29:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560da1da01560da5ed6f0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-21 21:29:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81560da1da01560da638230008', N'Chrome', N'用户: demo[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-07-21 21:30:12.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815610fe4c015610fed9cd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-22 13:05:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815610fe4c0156112233d20002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-22 13:44:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815610fe4c0156112243f20003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-22 13:44:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815610fe4c01561122cfce0005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-22 13:45:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815610fe4c01561122e28d0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-22 13:45:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815610fe4c01561123167d0007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-07-22 13:45:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815610fe4c0156112363350008', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-07-22 13:45:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb0156177e7c4c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-23 19:23:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb015617801fd80010', N'Chrome', N'创建成功', N'3', N'192.168.111.1', N'2016-07-23 19:24:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb01561780afdc0011', N'Chrome', N'bpm_status删除成功', N'4', N'192.168.111.1', N'2016-07-23 19:25:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb01561780b1ac0012', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-23 19:25:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb01561781821d0013', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-23 19:26:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb0156178223e80014', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-23 19:27:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb01561782f7980015', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-23 19:27:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb015617840b970016', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-23 19:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb01561784cabf0017', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-23 19:29:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb0156178524a90018', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-23 19:30:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb0156178aa67d0019', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-23 19:36:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb0156178b421c001a', N'Chrome', N'用户: scott[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-07-23 19:36:57.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb0156178b5a6e001b', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-07-23 19:37:03.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb0156178b70b8001c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-23 19:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156176adb01561793bbf3001d', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-23 19:46:13.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561fe114e30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:27:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561fe1dfba0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:28:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561fe4faf60002', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-07-25 10:31:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561fe514e80003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 10:32:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561fe5294f0004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:32:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561fe5d39f0005', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-07-25 10:32:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561fe5db690006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 10:32:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561fe5e9a70007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:32:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561feda3580008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 10:41:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561fedb28b0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:41:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561fee2ad4000a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 10:41:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561feeb347000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:42:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561ff028d2000c', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-07-25 10:44:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561ff06741000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 10:44:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561ff08304000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:44:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561ff0a836000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 10:44:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561ff0b30d0010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:44:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561ff1c22b0011', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 10:45:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81561fe09801561ff1d11a0012', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 10:45:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156200b09920000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 11:13:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203a3f760001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:05:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203c2d8c0002', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 12:07:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203c3e620003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:07:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203c79060004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 12:07:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203c8a1f0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:07:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203d8c5e0006', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-07-25 12:08:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203dc5740007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-07-25 12:08:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203de21f0008', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 12:09:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203def3d0009', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:09:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203e2dd0000a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 12:09:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156203e3adf000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:09:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156200240015620416609000c', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-07-25 12:12:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156204176cb000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-25 12:12:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562002400156204188bf000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 12:13:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562120ba01562121121e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 16:17:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562161ec0156216248a70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-25 17:28:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562161ec0156216297e60001', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-25 17:28:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562161ec0156216297e90002', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-25 17:28:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562161ec0156216820ad0003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-25 17:34:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562161ec0156216820d90004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-07-25 17:34:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815625368201562539c53a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-26 11:22:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562cb7ab01562cb81db90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-27 22:17:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562cb7ab01562cb931fa0001', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-27 22:19:09.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562cb7ab01562cb9803d0002', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jg_person'' doesn''t exist', N'6', N'192.168.111.1', N'2016-07-27 22:19:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f31bf120000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-28 09:50:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f38012c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-28 09:56:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f3aecf20005', N'Chrome', N'用户: 22添加成功', N'3', N'192.168.111.1', N'2016-07-28 10:00:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f3afdf90006', N'Chrome', N'用户:22删除成功', N'4', N'192.168.111.1', N'2016-07-28 10:00:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f4265100007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-28 10:08:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f43a0c40008', N'Chrome', N'图标删除成功', N'4', N'192.168.111.1', N'2016-07-28 10:09:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f471f750009', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-28 10:13:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f4777bc000a', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-07-28 10:13:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f4d35fc000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-28 10:20:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f4d4fcd000c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-28 10:20:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f4da895000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-28 10:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f4db775000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-28 10:20:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f4e3049000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-28 10:21:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81562f313e01562f4e422e0010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-28 10:21:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156301e4f0156301ee9ba0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-28 14:09:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815634e456015634e573bb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 12:24:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815636278b01563628479e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:17:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156362ea70156362f50d60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:24:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156362ea70156362fcc880001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:25:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815636363d01563636a0770000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:32:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156363ac20156363c69620000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:39:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156363ac20156363ce0ba0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:39:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81563641d401563643ea3c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 18:47:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365a560156365b148a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:12:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365a560156365b81ed0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:13:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365a560156365cb95d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:14:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df60156365e95760000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:16:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df60156366027b10006', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-07-29 19:18:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df60156366032fe0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-29 19:18:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df60156366061ca0008', N'Chrome', N'用户: lisi[软件开发部]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:18:21.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df601563660c1c50009', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-29 19:18:45.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df601563660ceaa000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:18:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df601563660f8b6000e', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-07-29 19:19:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df601563661006d000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-29 19:19:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df60156366110620010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:19:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df6015636612e9e0011', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-07-29 19:19:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df6015636614de10012', N'Chrome', N'用户: lisi[财务]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:19:21.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df6015636624ef50013', N'Chrome', N'用户lisi已退出', N'2', N'192.168.111.1', N'2016-07-29 19:20:27.000', N'1', N'4028ef81538330cd01538333b7bc0001') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156365df60156366263e60014', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-29 19:20:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81563ae2a801563ae3e04b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-30 16:20:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81563ae2a801563ae48c240004', N'Chrome', N'用户: 999添加成功', N'3', N'192.168.111.1', N'2016-07-30 16:21:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81563ae2a801563ae495860005', N'Chrome', N'错误异常: HttpRequestMethodNotSupportedException,错误描述:Request method ''GET'' not supported', N'6', N'192.168.111.1', N'2016-07-30 16:21:14.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81563ae2a801563ae4c31e0006', N'Chrome', N'错误异常: HttpRequestMethodNotSupportedException,错误描述:Request method ''GET'' not supported', N'6', N'192.168.111.1', N'2016-07-30 16:21:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81563ae5be01563ae82bd50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-07-30 16:25:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81563ae5be01563ae860f00001', N'Chrome', N'用户:999删除成功', N'4', N'192.168.111.1', N'2016-07-30 16:25:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81563ae5be01563ae92e100005', N'Chrome', N'用户: 999添加成功', N'3', N'192.168.111.1', N'2016-07-30 16:26:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81563ae5be01563ae98caf0009', N'Chrome', N'用户: lisi更新成功', N'5', N'192.168.111.1', N'2016-07-30 16:26:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81563ae5be01563ae9fd9a000b', N'Chrome', N'图标删除成功', N'4', N'192.168.111.1', N'2016-07-30 16:27:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815643f5ec015643f705000000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-01 10:37:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815643f5ec015643f7934e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-01 10:38:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815643f5ec015643fcda380002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-01 10:44:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815643ff37015643ffecb80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-01 10:47:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564a157201564a16f4a00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-02 15:10:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564a157201564a16f7110001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-02 15:10:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564a157201564a16f7f60002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-02 15:10:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564e492d01564e49a55c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 10:44:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564e492d01564e49a84b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 10:44:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564e492d01564e49a8fc0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 10:44:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f1ae501564f1b4eed0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:33:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f1ae501564f1b51140001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f1ae501564f1b51b10002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:33:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f1ae501564f1cb7040003', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:34:57.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f21cb01564f228fc30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:41:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f21cb01564f22922a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:41:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f21cb01564f2292df0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:41:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f21cb01564f23a1460003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:42:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f21cb01564f23e9260004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-03 14:42:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f21cb01564f24472e0005', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:43:12.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f2c4701564f2de74c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:53:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f2c4701564f2de9b70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:53:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f2c4701564f2e9ea20002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:54:30.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f310101564f3216700000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:58:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f310101564f3218c90001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:58:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f310101564f321a000002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:58:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f310101564f328a8d0003', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 14:58:47.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f47c301564f484e7a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:22:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f47c301564f4850910001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f47c301564f48510f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f4ec301564f4fba620000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:30:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f4ec301564f4fbcfe0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:30:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f4ec301564f4fbd6d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:30:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f513c01564f521b0a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:33:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f513c01564f521d690001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:33:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f513c01564f5299da0002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:33:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f513c01564f541f500003', N'rv:11.0', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:35:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f513c01564f5a3d8b0004', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 15:42:09.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f62ff01564f6c78ea0000', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/loginController.do'', method ''GET'', parameters map[''list'' -> array['''']]', N'6', N'192.168.111.1', N'2016-08-03 16:02:04.000', N'3', null) +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f71f001564f7290460000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:08:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f71f001564f7292b40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:08:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f71f001564f7293360002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:08:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f78aa01564f790e860000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:15:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f78aa01564f7910ec0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:15:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f78aa01564f7911c00002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:15:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f78aa01564f791f9e0003', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/loginController.do'', method ''GET'', parameters map[''loginddd'' -> array['''']]', N'6', N'192.168.111.1', N'2016-08-03 16:15:53.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f7b1301564f7d26af0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f7b1301564f7d29200001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f7b1301564f7dd3eb0002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:21:01.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f9b1901564f9b7b7b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:53:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f9b1901564f9b7e110001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:53:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f9b1901564f9b7e9c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:53:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f9f8601564f9fe6050000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:58:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f9f8601564f9fe8440001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:58:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81564f9f8601564f9fe95f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-03 16:58:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156598a2c0156598adac00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 15:11:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815659d09e015659d152000000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 16:28:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815659d09e015659d154e30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 16:28:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815659d09e015659d155990002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 16:28:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815659e54c015659f7554e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 17:09:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815659e54c015659f758060001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 17:09:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815659e54c015659f758560002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 17:09:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81565a3c6c01565a3cea7d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:25:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81565a3c6c01565a3ced240001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:25:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81565a3c6c01565a3cee0c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:25:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81565a4dba01565a4e30eb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:44:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81565a4dba01565a4e32e80001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:44:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81565a4dba01565a4e33700002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:44:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81565a4dba01565a50e8550003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:47:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81565a4dba01565a51bcf50004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-05 18:48:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81565a4dba01565a54e3b20005', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-05 18: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'4028ef81565a4dba01565a55742f0006', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-05 18:52:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566929a40156692a10b60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-08 15:59:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566929a40156692a13090001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-08 15:59:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566929a40156692a1f110002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-08 15:59:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566929a40156692ab10b0004', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-08-08 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'4028ef81566929a401566931e7410005', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-08-08 16:08:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566929a4015669321e240006', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-08-08 16:08:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566929a40156693253d90008', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-08-08 16:08:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566929a4015669329f680009', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-08-08 16:09:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566929a4015669332fe3000b', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-08-08 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'4028ef81566929a40156693373ba001c', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-08-08 16:09:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566929a4015669338071001d', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-08-08 16:09:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566929a401566933963f001e', N'Chrome', N'表单更新成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-08-08 16: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'4028ef81566929a401566933e45b001f', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-08-08 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'4028ef81566a581301566a58ab9e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-08 21:30:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566a581301566a58aebf0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-08 21:30:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566a581301566a58af7c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-08 21:30:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566d570701566d5803270000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-09 11:28:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566d570701566d5805270001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-09 11:28:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566d570701566d5805e80002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-09 11:28:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566e3ca101566e3cff4b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-09 15:38:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566e3ca101566e3d01c20001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-09 15:38:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566e3ca101566e3d025b0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-09 15:38:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81566e3ca101566e3d3b740003', N'Chrome', N'1212被删除成功', N'4', N'192.168.111.1', N'2016-08-09 15:38:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673486e01567348d3fa0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-10 15:09:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673486e01567348d66a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-10 15:09:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673486e01567348d6da0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-10 15:09:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673c513440000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-10 17:25:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673c515f80001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-10 17:25:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673c516750002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-10 17:25:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673c6e02d0011', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 17:27:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673c7cb86003a', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 17: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'4028ef815673c48f015673c8e419004c', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jform_resume_info__0'' doesn''t exist', N'6', N'192.168.111.1', N'2016-08-10 17:29:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673c941d5004d', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jform_resume_info__0'' doesn''t exist', N'6', N'192.168.111.1', N'2016-08-10 17:29:44.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673c94b5c004e', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jform_resume_info__0'' doesn''t exist', N'6', N'192.168.111.1', N'2016-08-10 17:29:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673ca39680057', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 17: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'4028ef815673c48f015673ca665c0058', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jform_resume_info__0'' doesn''t exist', N'6', N'192.168.111.1', N'2016-08-10 17:30:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673caede20067', N'Chrome', N'移除成功', N'4', N'192.168.111.1', N'2016-08-10 17: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'4028ef815673c48f015673cea9840068', N'Chrome', N'错误异常: MySQLSyntaxErrorException,错误描述:Table ''jeecg.jform_resume_info__0'' doesn''t exist', N'6', N'192.168.111.1', N'2016-08-10 17:35:38.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673ced7960069', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-08-10 17:35:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673cefbac006a', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-08-10 17:35:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673d5519c006b', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Data too long for column ''cardid'' at row 1', N'6', N'192.168.111.1', N'2016-08-10 17:42:55.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673d5c128006c', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Incorrect datetime value: '','' for column ''begin_date'' at row 1', N'6', N'192.168.111.1', N'2016-08-10 17:43:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673d67ad4006d', N'Chrome', N'错误异常: MysqlDataTruncation,错误描述:Data truncation: Incorrect datetime value: '','' for column ''begin_date'' at row 1', N'6', N'192.168.111.1', N'2016-08-10 17:44:11.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673d7fcb30088', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 17: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'4028ef815673c48f015673d994480099', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 17:47:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673e2e9f7009a', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 17:57:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673e3feef00ac', N'Chrome', N'移除成功', N'4', N'192.168.111.1', N'2016-08-10 17:58:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673e7868e00ad', N'Chrome', N'移除成功', N'4', N'192.168.111.1', N'2016-08-10 18: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'4028ef815673c48f015673e7a71d00ae', N'Chrome', N'移除成功', N'4', N'192.168.111.1', N'2016-08-10 18:02:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673e849dc00af', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 18:03:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673e9fe8b00b0', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 18:05:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673ea444500b1', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-08-10 18: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'4028ef815673c48f015673ea44ba00b2', N'Chrome', N'错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:05:48.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673ea4ed000b3', N'Chrome', N'错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:05:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673ea5e2900b4', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-08-10 18: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'4028ef815673c48f015673ea5ebc00b5', N'Chrome', N'错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:05:54.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673eaaf7a00b6', N'Chrome', N'错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:06:15.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673ead99300b7', N'Chrome', N'错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:06:26.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673ebc17f00b8', N'Chrome', N'错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:07:25.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673c48f015673ebcb5a00b9', N'Chrome', N'错误异常: LazyInitializationException,错误描述:failed to lazily initialize a collection of role: org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity.columns, no session or session was closed', N'6', N'192.168.111.1', N'2016-08-10 18:07:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673ecb9015673ef473a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-10 18:11:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673ecb9015673f0aabf000a', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 18:12:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673ecb9015673f2d056000b', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 18:15:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815673ecb9015673f661d5001d', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-10 18:19:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815677838b0156778445040000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-11 10:52:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815677838b0156778447950001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-11 10:52:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815677838b01567784489e0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-11 10:52:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815677838b015677858f210003', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-11 10:54:16.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567a0b0c01567a0b96aa0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-11 22:39:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567a0b0c01567a0b9a530001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-11 22:39:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567a0b0c01567a0b9b3f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-11 22:39:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567a0b0c01567a0c82840003', N'Chrome', N'JeecgDemo例子: 99991被更新成功', N'5', N'192.168.111.1', N'2016-08-11 22:40:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567a0b0c01567a12feff0004', N'Chrome', N'JeecgDemo例子: 100被更新成功', N'5', N'192.168.111.1', N'2016-08-11 22:48:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567a0b0c01567a153cd40005', N'Chrome', N'JeecgDemo例子: 900被更新成功', N'5', N'192.168.111.1', N'2016-08-11 22: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'4028ef81567a0b0c01567a17700d0006', N'Chrome', N'JeecgDemo例子: 9001被更新成功', N'5', N'192.168.111.1', N'2016-08-11 22:52:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cb00901567cb18bba0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:00:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cb00901567cb18de50001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:00:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cb00901567cb18e720002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:00:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cb00901567cb1fc980003', N'Chrome', N'JeecgDemo例子: 9001被更新成功', N'5', N'192.168.111.1', N'2016-08-12 11: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'4028ef81567cb00901567cb347da0004', N'Chrome', N'JeecgDemo例子: 9001被更新成功', N'5', N'192.168.111.1', N'2016-08-12 11:02:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cb00901567cb35f5a0005', N'Chrome', N'JeecgDemo例子: 9001被更新成功', N'5', N'192.168.111.1', N'2016-08-12 11: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'4028ef81567cb00901567cb3fed30006', N'Chrome', N'666被删除成功', N'4', N'192.168.111.1', N'2016-08-12 11:03:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cbd1001567cbe04060000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:14:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cbd1001567cbe92770001', N'Chrome', N'JeecgDemo例子: 9001被更新成功', N'5', N'192.168.111.1', N'2016-08-12 11:14:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cbd1001567cbf1f500002', N'Chrome', N'JeecgDemo例子: 9001被更新成功', N'5', N'192.168.111.1', N'2016-08-12 11: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'4028ef81567cc2af01567cc323b00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:19:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cc2af01567cc40b920001', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-08-12 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'4028ef81567cc2af01567cc431680003', N'Chrome', N'表单添加成功,主数据源为空,请选择主数据源!', N'5', N'192.168.111.1', N'2016-08-12 11:20:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cc2af01567cc4ac260014', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-08-12 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'4028ef81567cc2af01567cc4bf9e0015', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-08-12 11: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'4028ef81567cc2af01567cc4eded0016', N'Chrome', N'表单更新成功', N'5', N'192.168.111.1', N'2016-08-12 11:21:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cc2af01567cc75fec0018', N'Chrome', N'表单添加成功!(主数据源,尚未设置)', N'5', N'192.168.111.1', N'2016-08-12 11: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'4028ef81567cc2af01567cc7a6c80019', N'Chrome', N'表单更新成功!(主数据源,尚未设置)!', N'5', N'192.168.111.1', N'2016-08-12 11: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'4028ef81567cc2af01567cc7e3d2001a', N'Chrome', N'表单更新成功!(主数据源尚未设置)', N'5', N'192.168.111.1', N'2016-08-12 11:24:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567cc2af01567cc827ff001b', N'Chrome', N'表单更新成功!(主数据源尚未设置)', N'5', N'192.168.111.1', N'2016-08-12 11:25:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ccb6301567ccbc64f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:29:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ce67b01567ce6f3d00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:58:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ce67b01567ce6f6560001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:58:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ce67b01567ce6f6e00002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 11:58:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ce67b01567cf29cc80003', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-08-12 12:11:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567e88db01567e8948600000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 19:35:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567e88db01567e894ac60001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 19:35:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ec45401567ec4c0f10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:40:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ec45401567ec4c36c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:40:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ec8eb01567eccde6d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:49:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ec8eb01567ecce08e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:49:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ec8eb01567ecce1100002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:49:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81567ec8eb01567ecdc10f0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-12 20:50:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815681dca5015681de4ebb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-13 11:07:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815681dca5015681de521b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-13 11:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815681dca5015681de52d90002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-13 11:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815681dca5015681deec9a0003', N'Chrome', N'JeecgDemo例子: 9001被更新成功', N'5', N'192.168.111.1', N'2016-08-13 11:08:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815681dca5015681e019d30014', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-13 11:09:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568269d10156826acf0d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-13 13:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568269d10156826ad1520001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-13 13:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568269d10156826ad1d80002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-13 13:40:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568269d10156826b197b0003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-08-13 13:41:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815683265e01568326eede0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-13 17:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815683265e01568326f0bb0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-13 17:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815683265e01568326f1520002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-13 17:06:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568bf29301568bf340150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:06:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568bf29301568bf343b50001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:06:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568bf29301568bf344cc0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:06:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568bf29301568bf581940004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-08-15 10:08:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568bf29301568bf5d7740005', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:09:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568bf29301568bf619b80006', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568bf29301568bf623150007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568bf29301568bf633540008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:09:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568bf29301568bf68898000a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-15 10:10:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568bf29301568bf6984f000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:10:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568bf29301568c038343000c', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:24:15.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c070c860000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:28:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c070ece0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:28:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c070f5b0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:28:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c0795800003', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:28:42.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c08f7220004', N'Chrome', N'用户scott已退出', N'2', N'192.168.111.1', N'2016-08-15 10:30:13.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c0909be0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:30:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c0c62000006', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:33:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c0cf3f20007', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c0da24c0008', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c0e56510009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-15 10:36:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c0e6f53000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:36:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c10030b000c', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-08-15 10:37:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c10392a000d', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:38:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1073ac000e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:38:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c10a154000f', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c10d1c30010', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 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'4028ef81568c06a201568c1122b40011', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:39:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c121bdf0012', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:40:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c128e810013', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:40:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c12d49b0014', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c1359c10015', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c13b0010016', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c13ec140017', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:42:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1432850018', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:42:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1532c4001a', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:43:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c15e1f2001b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c15f381001c', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:44:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c16dbf0001e', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-08-15 10:45:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1719ec001f', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:45:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c175c880020', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:45:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1792220021', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c17c1d50022', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:46:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c17f3960023', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:46:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1829a40024', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:46:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1860cf0025', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:47:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1897550026', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c18e9410027', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:47:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c191fed0028', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:47:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c19608b0029', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:48:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c19a959002b', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c19ef16002c', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:48:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1a2d4f002d', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c1a5e94002e', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:49:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1a8408002f', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:49:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1abb190030', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c1addf10031', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:49:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1ae52b0032', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-15 10:49:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1affd20033', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:49:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1b584a0038', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-15 10:50:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1b66610039', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:50:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c1e8b8d003a', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c21141e003b', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c214b94003c', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c2154fc003d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-15 10:56:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c216091003e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 10:56:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c2230e4003f', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:57:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c22646f0040', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:57:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c22a71b0041', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c22e1820042', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10:58:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c06a201568c236a770043', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c239aa30044', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-08-15 10: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'4028ef81568c06a201568c2779fc0045', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-08-15 11: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'4028ef81568c06a201568c300e970046', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-08-15 11: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'4028ef81568c31ec01568c3246750000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:15:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c31ec01568c3248ea0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:15:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c31ec01568c32495f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:15:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c31ec01568c32b75e0003', N'Chrome', N'Minidao例子更新成功', N'5', N'192.168.111.1', N'2016-08-15 11:15:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c31ec01568c3307460005', N'Chrome', N'JeecgDemo例子: null被更新成功', N'5', N'192.168.111.1', N'2016-08-15 11: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'4028ef81568c31ec01568c3355460006', N'Chrome', N'错误异常: SQLException,错误描述:Invalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.111.1', N'2016-08-15 11:16:29.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c31ec01568c344a880007', N'Chrome', N'JeecgDemo例子: 9001被更新成功', N'5', N'192.168.111.1', N'2016-08-15 11:17:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c31ec01568c3567cb0008', N'Chrome', N'JeecgDemo例子: 9001被更新成功', N'5', N'192.168.111.1', N'2016-08-15 11: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'4028ef81568c31ec01568c404e630009', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-15 11:30:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c31ec01568c4063b2000a', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:30:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c466b01568c46f5630000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:37:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c466b01568c46f7ba0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:37:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c466b01568c46f8580002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:37:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c466b01568c4805c00003', N'Chrome', N'菜单删除成功', N'4', N'192.168.111.1', N'2016-08-15 11: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'4028ef81568c466b01568c4985f00004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-15 11:40:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c466b01568c4994430005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 11:40:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c5de601568c6315830000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 12:08:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c5de601568c6317e30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 12:08:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c5de601568c63887c0002', N'Chrome', N'移除成功', N'4', N'192.168.111.1', N'2016-08-15 12: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'4028ef81568c5de601568c63d6350014', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-15 12:09:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c5de601568c6fe220001d', N'Chrome', N'移除成功', N'4', N'192.168.111.1', N'2016-08-15 12: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'4028ef81568c5de601568c701acc002f', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-15 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'4028ef81568c5de601568c71d15d003b', N'Chrome', N'创建成功', N'3', N'192.168.111.1', N'2016-08-15 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'4028ef81568c5de601568c737f08003c', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-08-15 12: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'4028ef81568c9a8b01568c9af08f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:09:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c9a8b01568c9af2fe0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:09:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c9a8b01568c9af4540002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:09:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568c9a8b01568ca386110003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-15 13: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'4028ef81568c9a8b01568ca397f30004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:19:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568ca46901568ca4fc820000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:20:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568caadb01568cab74790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:27:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568caadb01568cab76e70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:27:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568caadb01568cab77820002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:27:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568caefb01568caf5faa0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 13:31:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568d64a701568d6538570000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 16:50:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568d64a701568d653acd0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 16:50:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568d64a701568d653b690002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 16:50:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568d980801568d986e230000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 17:46:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568d980801568d9870c00001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 17:46:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568d980801568d9871600002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 17:46:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568db6f401568db753750000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 18:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568db6f401568db7564a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 18:20:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568db6f401568db757050002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 18:20:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568db6f401568ddb0a080003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 18:59:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568e287b01568e2901f20000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 20:24:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568e287b01568e29052e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 20:24:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81568e287b01568e2906180002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-15 20:24:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569111e501569112a5a90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 09:58:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569111e501569112a8810001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 09:58:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569111e501569112a9d10002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 09:58:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569111e501569113a7a80003', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-16 09:59:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569111e501569114e88a0004', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-16 10:01:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569111e50156911538b20006', N'Chrome', N'错误异常: MySQLIntegrityConstraintViolationException,错误描述:Column ''CGFORM_FIELD'' cannot be null', N'6', N'192.168.111.1', N'2016-08-16 10:01:42.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569111e5015691172818000a', N'Chrome', N'错误异常: MySQLIntegrityConstraintViolationException,错误描述:Column ''CGFORM_FIELD'' cannot be null', N'6', N'192.168.111.1', N'2016-08-16 10:03:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569111e50156911b711f000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:08:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815691202e0156912107dd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:14:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815691202e015691210a210001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:14:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815691202e015691210aaa0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:14:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569148d80156914978750000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:58:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569148d8015691497ab90001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:58:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569148d8015691497b2f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 10:58:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156924e320156924ea7400000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:44:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156924e320156924ea97d0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:44:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156924e320156924eaa0d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:44:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569254110156925514f00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:51:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569254110156925517890001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:51:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815692541101569255181e0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 15:51:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156925411015692798c860003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 16:30:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569254110156927dab140004', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-08-16 16: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'4028ef815692d215015692da124c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815692d215015692da14b70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 18:16:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815692d215015692da152e0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 18:16:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815693b4f1015693b5ac640000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815693b4f1015693b5aedf0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815693b4f1015693b5afc50002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:16:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815693b4f1015693b71ffa0003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-16 22:17:47.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815693b4f1015693b793a30004', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-16 22:18:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815693b4f1015693b838fd0005', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-16 22:18:59.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815693b4f1015693b884100006', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-08-16 22: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'4028ef815693bf51015693c061d60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:27:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815693bf51015693c064310001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:27:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815693bf51015693c0651c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-16 22:27:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815696919401569692f43d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 11:37:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815696919401569692f8200001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 11:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815696919401569692f92f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 11:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156969194015696959e7c0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 11:40:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569691940156969fe6a00038', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-17 11: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'4028ef8156969194015696a03508006d', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-17 11:51:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697000101569700bf2b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 13:37:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697000101569700c2580001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 13:37:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697000101569700c31c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 13:37:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697000101569700fc3c0003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-08-17 13:37:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697000101569701039d0004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-08-17 13:37:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156970001015697017d180039', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-17 13:37:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569700010156970215e0003b', N'Chrome', N'错误异常: RuntimeException,错误描述:文件上传失败:Data truncation: Data too long for column ''content'' at row 1', N'6', N'192.168.111.1', N'2016-08-17 13:38:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156970001015697024e71003c', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-08-17 13:38:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156970001015697028e3e0071', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-17 13:39:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569700010156970398870074', N'Chrome', N'新建MicrosoftOfficeExcel2007Workbook被删除成功', N'4', N'192.168.111.1', N'2016-08-17 13: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'4028ef815697000101569703f6db0075', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-08-17 13:40:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569700010156970477be0076', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-08-17 13: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'4028ef815697000101569704b1a400ab', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-08-17 13:41:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f22f015697f2ff4f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:01:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f22f015697f301e60001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:01:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f22f015697f3025b0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:01:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f711015697f7874c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:06:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f711015697f789d20001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:06:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f711015697f78a410002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:06:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f711015697f8505d0004', N'Chrome', N'通知公告添加成功', N'3', N'192.168.111.1', N'2016-08-17 18: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'4028ef815697f711015697fbb54a0007', N'Chrome', N'通知公告添加成功', N'3', N'192.168.111.1', N'2016-08-17 18:11:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f711015697fbeb220009', N'Chrome', N'通知公告角色授权保存成功', N'3', N'192.168.111.1', N'2016-08-17 18:11:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f711015697fcd8c0000b', N'Chrome', N'通知公告更新成功', N'5', N'192.168.111.1', N'2016-08-17 18:12:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f711015697fcf240000d', N'Chrome', N'通知公告用户授权保存成功', N'3', N'192.168.111.1', N'2016-08-17 18:12:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f711015697fe1636000f', N'Chrome', N'通知公告添加成功', N'3', N'192.168.111.1', N'2016-08-17 18:13:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f7110156980255f80010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-17 18:18:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f7110156980663bf0013', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-08-17 18:22:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815697f711015698068d120014', N'Chrome', N'图表配置删除成功', N'4', N'192.168.111.1', N'2016-08-17 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'4028ef81569cc98201569cca30270000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-18 16:35:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569cc98201569cca329b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-18 16:35:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81569cc98201569cca34760002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-18 16:35:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a091c30156a0995a9d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:20:19.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a091c30156a0995cad0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:20:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a091c30156a0995ed60002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:20:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a091c30156a09a2bce000f', N'Chrome', N'创建成功', N'3', N'192.168.111.1', N'2016-08-19 10:21:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a091c30156a09add020010', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-08-19 10: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'4028ef8156a0aa0f0156a0ab65bc0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:40:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0aa0f0156a0ab68250001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:40:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0aa0f0156a0ab68910002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:40:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0aa0f0156a0abf10c0003', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 10:40:38.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0f0b60156a0f1242e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 11:56:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0f0b60156a0f126580001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 11:56:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0f0b60156a0f127bd0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 11:56:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0f0b60156a0f19be30004', N'Chrome', N'表单样式表添加成功', N'3', N'192.168.111.1', N'2016-08-19 11: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'4028ef8156a0f0b60156a0f1a4450005', N'Chrome', N'表单样式表删除成功', N'4', N'192.168.111.1', N'2016-08-19 11: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'4028ef8156a0f0b60156a0f1e2a60007', N'Chrome', N'表单添加成功!(主数据源尚未设置)', N'5', N'192.168.111.1', N'2016-08-19 11: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'4028ef8156a0f0b60156a0f253730029', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-08-19 11:57:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0f0b60156a0f274c1002a', N'Chrome', N'表单更新成功!(主数据源尚未设置)', N'5', N'192.168.111.1', N'2016-08-19 11:57:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0f0b60156a0f2867b002b', N'Chrome', N'表单更新成功!', N'5', N'192.168.111.1', N'2016-08-19 11: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'4028ef8156a0f0b60156a0f325df002c', N'Chrome', N'表单数据源删除成功', N'4', N'192.168.111.1', N'2016-08-19 11:58:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0f0b60156a0f45d7a003c', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-08-19 11:59:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0f0b60156a0f498db003d', N'Chrome', N'表单更新成功!(主数据源尚未设置)', N'5', N'192.168.111.1', N'2016-08-19 11:59:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a0f0b60156a0f4a82f003e', N'Chrome', N'表单更新成功!', N'5', N'192.168.111.1', N'2016-08-19 12: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'4028ef8156a0f0b60156a0f535cc003f', N'Chrome', N'表单表删除成功', N'4', N'192.168.111.1', N'2016-08-19 12: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'4028ef8156a107640156a1089ecb0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:21:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a107640156a108a0f10001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:21:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a107640156a10aa68f0002', N'Chrome', N'错误异常: NoSuchRequestHandlingMethodException,错误描述:No matching handler method found for servlet request: path ''/cgreportConfigHeadController.do'', method ''GET'', parameters map[''form'' -> array['''']]', N'6', N'192.168.111.1', N'2016-08-19 12:24:05.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a10b4c0156a10ba9f60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:25:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a10b4c0156a10bac790001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:25:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a10b4c0156a10bad210002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:25:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a10b4c0156a10bc5120003', N'Chrome', N'错误异常: MissingServletRequestParameterException,错误描述:Required String parameter ''id'' is not present', N'6', N'192.168.111.1', N'2016-08-19 12:25:18.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a10b4c0156a10c09650004', N'Chrome', N'错误异常: MissingServletRequestParameterException,错误描述:Required String parameter ''id'' is not present', N'6', N'192.168.111.1', N'2016-08-19 12:25:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a10cbc0156a10d17d10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:26:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a10cbc0156a10d1a830001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:26:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a10cbc0156a10d1ae60002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:26:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a115410156a115a83d0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:36:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a115410156a115aadb0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:36:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156a115410156a115abc30002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-19 12:36:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156b021a80156b02242630000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-22 10:44:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156b021a80156b02245210001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-22 10:44:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156b021a80156b02245ce0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-22 10:44:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156b021a80156b022d1930003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-22 10:44:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c0d0fa0156c0d193360000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-25 16:29:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c0d0fa0156c0d1955e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-25 16:29:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c0d0fa0156c0d196020002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-25 16:29:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c0d0fa0156c0d1db050003', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-08-25 16: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'4028ef8156c0d0fa0156c0d36e140004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-25 16:31:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c0d0fa0156c0d3e2b70005', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-08-25 16: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'4028ef8156c0d0fa0156c0d4a8ba0006', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-08-25 16: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'4028ef8156c0d0fa0156c0d4cdbd0007', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-08-25 16:33:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c0d0fa0156c0d4f9bc0008', N'Chrome', N'多数据源管理 更新成功', N'5', N'192.168.111.1', N'2016-08-25 16:33:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c4e8ec0156c4e94b650000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-26 11:33:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c4e8ec0156c4e94ebf0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-26 11:33:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c4e8ec0156c4e94fa30002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-26 11:33:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c502a40156c5066cce0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-26 12:05:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c502a40156c5066f0a0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-26 12:05:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156c502a40156c5066f890002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-26 12:05:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d42fe60156d430dc6b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 10:46:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d42fe60156d430df620001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 10:46:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d42fe60156d430e0270002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 10:46:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d42fe60156d431c6620003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 10:47:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4369c0156d43808a30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 10:54:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d443ac0156d44411e70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d443ac0156d44414130001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d443ac0156d44414a90002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:07:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d44d880156d44df1d90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:18:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d44d880156d44df4240001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:18:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d44d880156d44df5080002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 11:18:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4d0180156d4d09a0a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 13:40:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4d0180156d4d09c910001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 13:40:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4d0180156d4d09d4d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 13:40:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4d0180156d4ebc5c20003', N'Chrome', N'错误异常: SQLException,错误描述:Invalid value for getInt() - ''4028ef815335c28f015335c28f0a0000''', N'6', N'192.168.111.1', N'2016-08-29 14:10:36.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d4fb83760000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 14:27:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d4fb86160001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 14:27:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d4fb86900002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 14:27:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d4fc1b9d0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-08-29 14:28:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d4fc2d9d0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 14:28:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d4ff2799000f', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-08-29 14: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'4028ef8156d4fa080156d4ffbe790011', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-08-29 14:32:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d4ffcbc10012', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-29 14:32:28.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d4ffd5ff0013', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-29 14:32:31.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d500ad140015', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-08-29 14:33:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d500c2130017', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-08-29 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'4028ef8156d4fa080156d501a69f0019', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-08-29 14:34:30.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d501bd59001b', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-08-29 14: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'4028ef8156d4fa080156d50228cb001c', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-29 14:35:03.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d50236d2001d', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-29 14:35:07.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d502676d001f', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-08-29 14: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'4028ef8156d4fa080156d5026da90020', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-29 14:35:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d50270210021', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-29 14:35:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d50270d20022', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-29 14:35:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d50272ba0023', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-29 14:35:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d50273630024', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-29 14:35:22.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d50727aa0026', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-08-29 14: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'4028ef8156d4fa080156d50750700028', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-08-29 14:40:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d50771500029', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-08-29 14:40:50.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d4fa080156d508a62c002a', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-08-29 14:42:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d575a30156d5760d360000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:41:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d575a30156d5760f580001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:41:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d575a30156d576101f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:41:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d579bd0156d57a2f800000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:46:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d579bd0156d57a32490001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:46:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d579bd0156d57a32d60002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-29 16:46:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d94b500156d94bba140000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-30 10:33:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d94b500156d94bbc6f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-30 10:33:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d94b500156d94bbd1e0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-08-30 10:33:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d94b500156d95498700004', N'Chrome', N'类型分组: 222被添加成功', N'3', N'192.168.111.1', N'2016-08-30 10:43:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156d94b500156d954b11a0005', N'Chrome', N'类型分组: 222 被删除 成功', N'4', N'192.168.111.1', N'2016-08-30 10: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'4028ef8156e3bd950156e3be187b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:15:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156e3bd950156e3be1cb70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:15:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156e3bd950156e3be1d480002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:15:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156e3c3e70156e3c48a550000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:22:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156e3c3e70156e3c48cf40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156e3c3e70156e3c48d550002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-01 11:22:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea16e90156ea175e2a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:50:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea16e90156ea1761930001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:50:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea16e90156ea17620d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:50:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea16e90156ea18ec9e0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:51:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea16e90156ea1b88480004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-02 16:54:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea16e90156ea1ba62e0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:54:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea16e90156ea1fcba70006', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-02 16:59:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea16e90156ea1fddd90007', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-02 16:59:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea2d150156ea2d72170000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-02 17:14:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea2d150156ea2d74a60001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-02 17:14:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea2d150156ea2d75310002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-02 17:14:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea2d150156ea2eb7e60003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-09-02 17:15:45.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea2d150156ea2ecb140004', N'Chrome', N'动态报表配置抬头删除成功', N'4', N'192.168.111.1', N'2016-09-02 17:15:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea2d150156ea2ed3230005', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-09-02 17:15:52.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ea2d150156ea2ee1320006', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-09-02 17:15:56.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f330230156f330f6fa0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 11:14:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f330230156f330f9550001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 11:14:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f330230156f330f9db0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 11:14:48.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f330230156f33241db0003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-09-04 11:16:12.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f3f2df0156f3f366290000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 14:47:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f3f2df0156f3f369060001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 14:47:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f3f2df0156f3f369b90002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 14:47:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f4786c0156f47908190000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:13:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f4786c0156f4790aab0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:13:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f4786c0156f4790b250002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:13:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f482db0156f48339750000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:24:15.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f482db0156f4833c0e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:24:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f482db0156f4833c8f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 17:24:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f533740156f533d2340000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f533740156f533d4d60001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:37:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f533740156f533d56e0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:37:10.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f533740156f53cf3ac0003', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:47:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f53f350156f53f96c60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5464a0156f546b4010000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 20:57:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f578290156f57b7f300000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 21:55:26.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f578290156f57b81940001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 21:55:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f578290156f57b82f50002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 21:55:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f591c80156f5927ce80000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:20:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f591c80156f592c6a40002', N'Chrome', N'类型分组: dd被添加成功', N'3', N'192.168.111.1', N'2016-09-04 22: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'4028ef8156f591c80156f592de2c0004', N'Chrome', N'类型分组: aa被添加成功', N'3', N'192.168.111.1', N'2016-09-04 22:20:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f591c80156f592ee920006', N'Chrome', N'类型分组: cc被添加成功', N'3', N'192.168.111.1', N'2016-09-04 22:21:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f591c80156f592f8160007', N'Chrome', N'类型分组: cc 被删除 成功', N'4', N'192.168.111.1', N'2016-09-04 22:21:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f591c80156f59300d70008', N'Chrome', N'类型分组: aa 被删除 成功', N'4', N'192.168.111.1', N'2016-09-04 22:21:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f591c80156f59307040009', N'Chrome', N'类型分组: dd 被删除 成功', N'4', N'192.168.111.1', N'2016-09-04 22:21:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5a7e00156f5a8a1a70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:44:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5a7e00156f5a8a3c20001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:44:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5a7e00156f5a8a43a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:44:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5a7e00156f5a9c0c60003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-09-04 22: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'4028ef8156f5a7e00156f5aae7290004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-09-04 22:47:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5a7e00156f5abe3910005', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-09-04 22: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'4028ef8156f5a7e00156f5ac4af90006', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-09-04 22:48:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5a7e00156f5ac533d0007', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-04 22:48:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5a7e00156f5ad71c60008', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:50:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5ae260156f5ae7fb30000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:51:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5ae260156f5ae81f20001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:51:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f5ae260156f5ae826b0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-04 22:51:09.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f848210156f848d3e50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 10:58:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f848210156f848d8480001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 10:58:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f848210156f848d9210002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 10:58:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f848210156f84aa307000c', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-09-05 11:00:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f848210156f84c360b000e', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 11: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'4028ef8156f848210156f84c58b60010', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 11: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'4028ef8156f848210156f84d92890012', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 11:04:08.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f848210156f84e0e810013', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 11:04:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f848210156f84e2b9c0015', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 11:04:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f877c50156f8782e0f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 11:50:40.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f877c50156f87830f60001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 11:50:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f877c50156f878317f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 11:50:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f877c50156f8784ffe0003', N'Chrome', N'错误异常: InvalidDataAccessApiUsageException,错误描述:No value supplied for the SQL parameter ''lang_key'': No value registered for key ''lang_key''', N'6', N'192.168.111.1', N'2016-09-05 11:50:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f87b680156f87bc55c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 11:54:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f87b680156f87bc7fb0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 11:54:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f87b680156f87c1b000002', N'Chrome', N'错误异常: InvalidDataAccessApiUsageException,错误描述:No value supplied for the SQL parameter ''lang_key'': No value registered for key ''lang_key''', N'6', N'192.168.111.1', N'2016-09-05 11:54:58.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8878b0156f888170e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:08:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8878b0156f88819230001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:08:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8878b0156f888199c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:08:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8878b0156f88865a60003', N'Chrome', N'错误异常: InvalidDataAccessApiUsageException,错误描述:No value supplied for the SQL parameter ''lang_key'': No value registered for key ''lang_key''', N'6', N'192.168.111.1', N'2016-09-05 12:08:23.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f88d890156f88de8920000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:14:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f88d890156f88deaee0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:14:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f88d890156f88deb4d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:14:25.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f88d890156f88e10c40003', N'Chrome', N'错误异常: InvalidDataAccessApiUsageException,错误描述:No value supplied for the SQL parameter ''lang_key'': No value registered for key ''lang_key''', N'6', N'192.168.111.1', N'2016-09-05 12:14:35.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f891c90156f892481a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:19:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f894ae0156f89529310000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:22:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f894ae0156f8952b550001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:22:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f894ae0156f8952be60002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:22:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f894ae0156f895a0930004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 12:22:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f894ae0156f895d0370006', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 12:23:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f899160156f899858c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:27:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f899160156f899888e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:27:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f899160156f89989220002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:27:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f899160156f899c2fa0003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-05 12:27:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f899160156f899dace0004', N'Chrome', N'User: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:27:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f89fda0156f8a061340000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:34:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f89fda0156f8a063630001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:34:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f89fda0156f8a063ca0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:34:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f89fda0156f8a155e60003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-05 12:35:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f89fda0156f8a174a00004', N'Chrome', N'User: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 12:35:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f89fda0156f8a555cc0006', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 12:40:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8f07b0156f8f0f7e00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:02:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8f07b0156f8f0faca0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:02:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8f07b0156f8f0fb930002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:02:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8f07b0156f8f14f2d0003', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 14:02:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8f07b0156f8f183c40005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 14:03:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8f5c80156f8f63bf40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:08:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8f5c80156f8f63dfc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:08:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f8f5c80156f8f63e900002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 14:08:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f95d810156f95e28ef0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:01:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f95d810156f95e2ada0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:01:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f95d810156f95e2b600002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:01:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f95d810156f95e93b70003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-09-05 16:02:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f95d810156f95ef5300004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 16:02:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f95d810156f95f83570005', N'Chrome', N'错误异常: NumberFormatException,错误描述:For input string: "1 - 1"', N'6', N'192.168.111.1', N'2016-09-05 16:03:21.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f95d810156f95fbaed0006', N'Chrome', N'错误异常: NumberFormatException,错误描述:For input string: "1 - 1"', N'6', N'192.168.111.1', N'2016-09-05 16: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'4028ef8156f95d810156f95fef930007', N'Chrome', N'错误异常: NumberFormatException,错误描述:For input string: "1 - 1"', N'6', N'192.168.111.1', N'2016-09-05 16:03:49.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f95d810156f961ad910008', N'Chrome', N'错误异常: NumberFormatException,错误描述:For input string: "1 - 1"', N'6', N'192.168.111.1', N'2016-09-05 16:05:43.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f967920156f9683cc60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:12:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f974790156f9756d370000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:27:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f974790156f9756f940001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:27:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f974790156f975701d0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:27:18.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f98f94ec0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 16:55:51.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f9901f190001', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 16:56:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f99087270002', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 16: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'4028ef8156f98dcb0156f990cd6f0003', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 16:57:11.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f991195a0004', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 16:57:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f9934cdc0005', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 16: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'4028ef8156f98dcb0156f99372640006', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 17:00:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f993b5c60007', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 17:00:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f994a42f0008', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 17:01:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f9960e4a0009', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 17:02:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f99692ac000a', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 17:03:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f99726cc000c', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 17: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'4028ef8156f98dcb0156f99768af000d', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 17: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'4028ef8156f98dcb0156f9978a82000e', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 17: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'4028ef8156f98dcb0156f9987f12000f', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 17:05:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f98dcb0156f99cdb850011', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-05 17:10:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156f9a7ec0156f9a85d510000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 17:22:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fa10ba0156fa114e000000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 19:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fa10ba0156fa11503f0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 19:17:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156faee150156faf1a0300000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:22:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156faee150156faf1a3f50001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156faee150156faf1a4e90002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:22:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156faee150156fafa737e0003', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-05 23: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'4028ef8156faee150156fafa83560004', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:32:16.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fafb240156fafb88670000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:33:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fafb240156fafb8ab70001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:33:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fafb240156fafb8b3b0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:33:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fafb240156fafcc2b70003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-09-05 23:34:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fafb240156fafccb930004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-05 23:34:46.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fafb240156fafcd8a40005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-05 23:34:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fd95c70156fd965c510000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 11:41:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fd95c70156fd965f290001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 11:41:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fd95c70156fd965fc70002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 11:41:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fd95c70156fd972f3e0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-06 11: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'4028ef8156fd95c70156fd9740070005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 11:42:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe0cf20156fe0d61cd0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:51:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe0cf20156fe0d63440001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:51:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe0cf20156fe0d63a30002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:51:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe0cf20156fe0e26360007', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-09-06 13: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'4028ef8156fe13b70156fe14c6d70000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:59:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe13b70156fe14c9760001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:59:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe13b70156fe14c9d90002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 13:59:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe13b70156fe1edc140003', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-09-06 14:10:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe13b70156fe1ee48c0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-06 14:10:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe13b70156fe1ef0220005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 14:10:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe13b70156fe1f1c890006', N'Chrome', N'更新成功', N'5', N'192.168.111.1', N'2016-09-06 14: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'4028ef8156fe57b10156fe586f540000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 15:13:43.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe57b10156fe5871a60001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 15:13:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156fe57b10156fe5872210002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 15:13:44.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156feb0570156feb1eca00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 16:51:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156feb0570156feb1ef2c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 16:51:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ffea5c0156ffec69760000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 22:34:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ffea5c0156ffec6cf50001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 22:34:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ffea5c0156ffec6d860002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 22:34:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ffea5c0156ffecb21b0004', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-06 22:35:17.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8156ffea5c0156ffecc0cc0005', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-06 22:35:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157024ec60157024f9aa40000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-07 09:42:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157024ec60157026a342d0001', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-09-07 10: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'4028ef8157027f1f0157027ff6610000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-07 10:35:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157027f1f0157027ff8e10001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-07 10:35:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157027f1f0157027ff9800002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-07 10:35:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815703693501570369d4710000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-07 14:50:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815703693501570369d6850001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-07 14:50:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815703693501570369d6fe0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-07 14:50:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81570369350157036a4a5f0003', N'Chrome', N'错误异常: HttpRequestMethodNotSupportedException,错误描述:Request method ''GET'' not supported', N'6', N'192.168.111.1', N'2016-09-07 14:51:20.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81570369350157036ab4320004', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-09-07 14:51:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81570369350157036abe260005', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-07 14:51:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81570369350157036af5fe0006', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-07 14:52:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815708a5d7015708a641a00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-08 15:14:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815708a5d7015708a644a80001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-08 15:14:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815708a5d7015708a6463f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-08 15:14:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81570905000157090577710000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-08 16:58:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815709050001570905796c0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-08 16:58:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81570905000157090579ee0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-08 16:58:56.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815709050001570905c7580003', N'Chrome', N'错误异常: NullPointerException,错误描述:null', N'6', N'192.168.111.1', N'2016-09-08 16:59:16.000', N'3', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81571ca7e101571ca85b510000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-12 12:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81571ca7e101571ca85dab0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-12 12:29:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81571ca7e101571ca85f9c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-12 12:29:39.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81571ca7e101571ca9c2050037', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-09-12 12: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'4028ef81571ca7e101571ca9ef1b006c', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-09-12 12: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'4028ef815746cf6f015746d0860c0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-20 16:57:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746cf6f015746d087f30001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-20 16:57:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746cf6f015746d0889a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-20 16:57:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746cf6f015746d1943e0004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-09-20 16: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'4028ef815746cf6f015746d1e22b0005', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-09-20 16:59:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746cf6f015746d257210007', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-09-20 16:59:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746cf6f015746d29a1b000a', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-20 16:59:49.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746cf6f015746d2adc9000b', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-20 16:59:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746cf6f015746d314fe000c', N'Chrome', N'菜单 更新成功', N'5', N'192.168.111.1', N'2016-09-20 17: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'4028ef815746cf6f015746d31da8000d', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-20 17: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'4028ef815746cf6f015746d33338000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-20 17:00:28.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746d5b6015746d614460000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-20 17:03:37.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746d5b6015746d616eb0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-20 17:03:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746d5b6015746d617540002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-20 17:03:38.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746d5b6015746d74d5b0004', N'Chrome', N'表单样式表添加成功', N'3', N'192.168.111.1', N'2016-09-20 17:04:57.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746d5b6015746d760d10005', N'Chrome', N'表单样式表删除成功', N'4', N'192.168.111.1', N'2016-09-20 17:05:02.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746d5b6015746d8cc5b0007', N'Chrome', N'表单添加成功!(主数据源尚未设置)', N'5', N'192.168.111.1', N'2016-09-20 17:06:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815746d5b6015746d988aa000f', N'Chrome', N'添加成功', N'3', N'192.168.111.1', N'2016-09-20 17:07:23.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81574ae99701574aea02150000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:03:52.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81574ae99701574aea05590001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:03:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81574ae99701574aea06150002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:03:53.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81574ae99701574aeb984c0004', N'Chrome', N'菜单 录入成功', N'3', N'192.168.111.1', N'2016-09-21 12:05:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81574ae99701574aed26900006', N'Chrome', N'操作 录入成功', N'3', N'192.168.111.1', N'2016-09-21 12: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'4028ef81574ae99701574aedc1da000b', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-21 12:07:58.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81574ae99701574aede9d9000c', N'Chrome', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:08:08.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81574ae99701574aee4875000d', N'Chrome', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-09-21 12:08:32.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81574ae99701574aee57b3000e', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:08:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81574ae99701574aef1e57000f', N'Chrome', N'用户admin已退出', N'2', N'192.168.111.1', N'2016-09-21 12:09:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81574ae99701574aef64cf0010', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-21 12:09:45.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815750914701575091e5df0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-22 14:25:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815750914701575091e9fa0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-22 14:25:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815750914701575091eb050002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-22 14:25:22.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769695b01576969cf3a0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:12:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769695b01576969d2900001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:12:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769695b01576969d3540002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:12:05.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769695b0157696a3a320037', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-09-27 10:12:31.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157697fb001576980146f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:36:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157697fb00157698016dc0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:36:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157697fb001576980175c0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:36:24.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157697fb0015769808ac50037', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-09-27 10: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'4028ef8157697fb0015769818793006c', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-09-27 10:37:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769821e01576982a9f90000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:39:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769821e01576982ac240001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:39:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769821e01576982aca00002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:39:14.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769821e015769832deb0037', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-09-27 10:39:47.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157698c4d0157698cba0b0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:50:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157698c4d0157698cbc690001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 10:50:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769b322015769b381790000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 11:32:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769b322015769b3839e0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 11:32:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769b322015769b384490002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-09-27 11:32:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815769b322015769b5bc3b0037', N'Chrome', N'修改成功', N'5', N'192.168.111.1', N'2016-09-27 11:35:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa09330157fa0996d00000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:11:54.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa09330157fa099a190001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:11:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa09330157fa099ada0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:11:55.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa09330157fa0a96c80003', N'rv:11.0', N'用户: demo[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:13:00.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa0bd90157fa0c68f50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:14:59.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa0bd90157fa0c6b630001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:15:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa0bd90157fa0c6c340002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:15:00.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa0bd90157fa0c9af30003', N'rv:11.0', N'用户: demo[销售人员]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:15:12.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa0bd90157fa0d49da0004', N'rv:11.0', N'用户demo已退出', N'2', N'192.168.111.1', N'2016-10-25 12:15:57.000', N'1', N'402880e74d75c4dd014d75d44af30005') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa0bd90157fa0d6d790005', N'rv:11.0', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:16:06.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa0bd90157fa0e11ea0006', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:16:48.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa11320157fa11a86a0000', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:20:43.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157fa11320157fa11c3a40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 12:20:50.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157faf98e0157fafa0f900000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 16:34:34.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157faf98e0157fafa11790001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 16:34:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157faf98e0157fafa11ef0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-25 16:34:35.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157ff0b900157ff0c5eb10000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-26 11:33:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157ff0b900157ff0c61730001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-26 11:33:03.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157ff0b900157ff0c63810002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-26 11:33:04.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157ff0b900157ff0cbdf30003', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-10-26 11:33:27.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157ff0b900157ff0cc5c20004', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-10-26 11:33:29.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157ff0b900157ff0ccc510005', N'Chrome', N'删除成功', N'4', N'192.168.111.1', N'2016-10-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'4028ef8157ff7e540157ff7f13a50000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-26 13:38:20.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157ff7e540157ff7f16170001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-26 13:38:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8157ff7e540157ff7f16a00002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-26 13:38:21.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581a3d3501581a3db5060000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:16:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581a3d3501581a3db6f40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:16:41.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581a3d3501581a3db7830002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:16:42.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581a3d3501581a3e48210003', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:17:19.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581a421c01581a43804f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:23:01.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581a462e01581a46c76e0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:26:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581a462e01581a46c9d20001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:26:36.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581a462e01581a4e8e160002', N'Chrome', N'用户: scott[中国人寿总公司]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 18:35:05.000', N'1', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581b02ae01581b05c5890000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 21:55:12.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581b02ae01581b05c77b0001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 21:55:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef81581b02ae01581b05c8070002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-10-31 21:55:13.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815884d839015884d909c60000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-11-21 11:06:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815884d839015884d90c540001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-11-21 11:06:06.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef815884d839015884d90e1a0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-11-21 11:06:07.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8158949adf0158949c298f0000', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-11-24 12:33:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8158949adf0158949c2bf40001', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-11-24 12:33:32.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'4028ef8158949adf0158949c2e6f0002', N'Chrome', N'用户: admin[JEECG开源社区]common.login.success', N'1', N'192.168.111.1', N'2016-11-24 12:33:33.000', N'1', N'8a8ab0b246dc81120146dc8181950052') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid]) VALUES (N'F63FA7A4AC6D4CB3B9193734DE4C25BC', N'Chrome', N'【admin(JEECG开源社区)】登陆系统成功', N'0', N'本地', N'2017-01-12 22:58:54.000', N'0', 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'2c948a855611e7c8015611ea72800001', N'menu.funiconstyle', N'菜单图标样式', N'zh-cn', N'2016-07-22 17:23:13.000', N'admin', N'管理员', N'2016-07-22 17:24:24.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2c948a855611e7c8015611eb204f0003', N'menu.funiconstyle', N'Menu Icon Style', N'en', N'2016-07-22 17:23:57.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2c948a85567d940f01567db64d4e0005', N'confirm.copy.form', N'确认复制表单', N'zh-cn', N'2016-08-12 15:45:15.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2c948a85567d940f01567db6bcc00007', N'confirm.copy.form', N'Confirm copy form', N'en', N'2016-08-12 15:45:43.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2d70c1a8158b415b9aff12e1957c1819', N'common.repeat.password', N'Repeat Password', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'2fe5274af5d94fb49240d82b7b8d2a95', N'common.tel', N'Telephone', N'en', N'2014-07-03 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'3db54b3731434dc38bc5ea3b20de7db8', N'common.middle', N'Middle', N'en', N'2014-07-04 18:39:43.000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.000', N'4028818d46f764fb0146f7661cb60052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402831814d8a1ae0014d8a239f520001', N'common.unlock.user', N'激活用户', N'zh-cn', N'2015-05-25 16:14:59.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402831814d8a1ae0014d8a2402d40003', N'common.unlock.user', N'unlock user', N'en', N'2015-05-25 16:15:25.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'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'编码不能是add/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'402881c347205fcc0014720704aa5000', N'menuname.rang2to15', N'菜单名称范围2~15位字符,且不为空', N'zh-cn', N'2014-07-10 21:22:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:22:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881c347205fcd0014720718d36000', N'menuname.rang2to15', N'Menu name should be 2-15 characters and should not empty', N'en', N'2014-07-10 21:23:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:23:38.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f486df0146f49af73f0001', N'pk.strategies', N'Primary key strategies', N'en', N'2014-07-02 09:05:35.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:05:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f486df0146f49c57320003', N'pk.strategies', N'主键策略', N'zh-cn', N'2014-07-02 09:07:05.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:07:05.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f492d60001', N'table.name', N'表名', N'zh-cn', N'2014-07-02 15:23:04.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:04.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f4b8fe0003', N'table.name', N'Table Name', N'en', N'2014-07-02 15:23:14.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:14.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f536b50005', N'table.description', N'Table Desc', N'en', N'2014-07-02 15:23:46.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f56e0d0007', N'table.description', N'表描述', N'zh-cn', N'2014-07-02 15:24:00.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f648c00009', N'table.type', N'Table Type', N'en', N'2014-07-02 15:24:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:24:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f5f672b6000b', N'table.type', N'表类型', N'zh-cn', N'2014-07-02 15:25:07.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:25:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f61534a0000d', N'sequence.name', N'Sequence', N'en', N'2014-07-02 15:58:43.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2016-03-01 21:26:48.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f621503b0019', N'master.table', N'主表', N'zh-cn', N'2014-07-02 16:11:56.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:11:56.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f621dddd001b', N'master.table', N'Master Table', N'en', N'2014-07-02 16:12:33.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:12:33.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6279e0f001d', N'common.yes', N'Yes', N'en', N'2014-07-02 16:18:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:18:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f627cd1f001f', N'common.yes', N'是', N'zh-cn', N'2014-07-02 16:19:02.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:02.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f627f2040021', N'common.no', N'No', N'en', N'2014-07-02 16:19:11.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:11.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6281f900023', N'common.no', N'否', N'zh-cn', N'2014-07-02 16:19:23.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:23.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f62fe8800025', N'single.query', N'Single Choice Query', N'en', N'2014-07-02 16:27:53.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:27:53.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6302a9f0027', N'single.query', N'单表查询', N'zh-cn', N'2014-07-02 16:28:10.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:10.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f630e67d0029', N'combine.query', N'组合查询', N'zh-cn', N'2014-07-02 16:28:58.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:58.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6312721002b', N'combine.query', N'Combined Query', N'en', N'2014-07-02 16:29:14.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:29:14.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6422c510036', N'common.isnull', N'Is Null', N'en', N'2014-07-02 16:47:50.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:47:50.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6428fd00038', N'common.isnull', N'是否为空', N'zh-cn', N'2014-07-02 16:48:15.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:15.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f642e30f003a', N'common.pk', N'Primary Key', N'en', N'2014-07-02 16:48:37.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:37.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f64311fb003c', N'common.pk', N'主键', N'zh-cn', N'2014-07-02 16:48:49.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:49.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6457894003e', N'field.type', N'Filed Type', N'en', N'2014-07-02 16:51:26.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:26.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e446f5ec0b0146f6459cd30040', N'field.type', N'字段类型', N'zh-cn', N'2014-07-02 16:51:35.000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:35.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df72de2170028', N'form.db.type', N'数据源类型', N'zh-cn', N'2015-06-15 20:24:48.000', N'admin', N'管理员', N'2015-06-15 20:34:07.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df72f5a47002b', N'form.db.type', N'formDbType', N'en', N'2015-06-15 20:26:25.000', N'admin', N'管理员', N'2015-06-16 16:23:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73a703d0031', N'form.db.type.table', N'数据库表', N'zh-cn', N'2015-06-15 20:38:31.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73ac0d20033', N'form.db.type.table', N'TABLE', N'en', N'2015-06-15 20:38:52.000', N'admin', N'管理员', null, null, null) +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73b30750035', N'form.db.type.sql', N'动态SQL', 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.6', N'zh-cn', N'2016-03-03 18:31:56.000', N'admin', N'管理员', N'2017-02-08 18:08: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'4028ef81533c078201533c08e2370003', N'system.version.number', N'3.6.6', N'en', N'2016-03-03 18:32:08.000', N'admin', N'管理员', N'2017-02-08 18:08: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'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'附表不能代码生成', 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'代码生成', 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'动态查询SQ', 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'甲骨文Oracle数据库', 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'甲骨文MySQL', 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'Jquery上传示例', N'zh-cn', N'2015-06-02 15:35:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:30.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d044', N'menu.JqueryFileUpload.example', N'JqueryUploadDemo', N'en', N'2015-06-02 15:35:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:32.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d045', N'menu.no.paging', N'无分页列表', N'zh-cn', N'2015-06-02 15:39:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d046', N'menu.no.paging', N'No paging list', N'en', N'2015-06-02 15:39:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:37.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d047', N'menu.jdbc.example', N'jdbc示例', N'zh-cn', N'2015-06-02 15:42:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d048', N'menu.jdbc.example', N'jdbc example', N'en', N'2015-06-02 15:42:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d049', N'menu.sql.separation', N'SQL分离', N'zh-cn', N'2015-06-02 15:47:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:17.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d050', N'menu.sql.separation', N'SQL separation', N'en', N'2015-06-02 15:47:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:23.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d051', N'menu.dictionary.labels', N'字典标签', N'zh-cn', N'2015-06-02 15:49:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d052', N'menu.dictionary.labels', N'The dictionary labels', N'en', N'2015-06-02 15:50:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:40.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d053', N'menu.form.thePop_UpStyle', N'表单弹出风格', N'zh-cn', N'2015-06-02 15:54:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d054', N'menu.form.thePop_UpStyle', N'Form the pop-up style', N'en', N'2015-06-02 15:54:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:15.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d055', N'menu.special.layout', N'左右布局', N'zh-cn', N'2015-06-02 15:58:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d056', N'menu.special.layout', N'page layout', N'en', N'2015-06-02 15:58:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:59.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d057', N'menu.single.table', N'单表例子(无tag)', N'zh-cn', N'2015-06-02 16:02:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d058', N'menu.single.table', N'Single table example(no tag)', N'en', N'2015-06-02 16:02:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:54.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d059', N'menu.one_to_many.example', N'一对多例子(无tag)', N'zh-cn', N'2015-06-02 16:06:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:01.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d060', N'menu.one_to_many.example', N'one to many example(no tag)', N'en', N'2015-06-02 16:07:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:04.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d061', N'menu.html.editor', N'HTML编辑器', N'zh-cn', N'2015-06-02 16:11:39.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:00.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d062', N'menu.html.editor', N'HTML editor', N'en', N'2015-06-02 16:11:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:03.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d063', N'menu.word.online', N'在线word(IE)', N'zh-cn', N'2015-06-02 16:14:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d064', N'menu.word.online', N'word online(IE)', N'en', N'2015-06-02 16:14:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:58.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d065', N'menu.webOfficeo.fficialExample', N'WebOffice官方例子', N'zh-cn', N'2015-06-02 16:19:45.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:05.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d066', N'menu.webOfficeo.fficialExample', N'The official example of WebOffice', N'en', N'2015-06-02 16:19:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:07.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d067', N'menu.moreAccessoriesManagement', N'多附件管理', N'zh-cn', N'2015-06-02 16:24:18.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:36.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d068', N'menu.moreAccessoriesManagement', N'More accessories management', N'en', N'2015-06-02 16:24:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:39.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d069', N'menu.datagridHandHtml', N'Datagrid自定义查询条件', N'zh-cn', N'2015-06-02 16:28:48.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:58:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d070', N'menu.datagridHandHtml', N'Datagrid Custom Condition', N'en', N'2015-06-02 16:28:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:59:27.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d071', N'menu.materialPom', N'树列表', N'zh-cn', N'2015-06-02 16:37:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:27.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d072', N'menu.materialPom', N'tree list', N'en', N'2015-06-02 16:37:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:29.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d073', N'menu.ckfinderDemo', N'ckfinder例子', N'zh-cn', N'2015-06-02 16:40:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:26.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d074', N'menu.ckfinderDemo', N'ckfinder demo', N'en', N'2015-06-02 16:40:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:28.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d075', N'menu.queryEditor', N'查询编辑器', N'zh-cn', N'2015-06-02 16:44:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba487c37d001487c488a4d076', N'menu.queryEditor', N'The query editor', N'en', N'2015-06-02 16:44:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:38.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0001', N'common.wage', N'wage', N'en', N'2015-06-03 16:34:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0002', N'common.clear.localstorage', N'清除缓存', N'zh-cn', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0003', N'common.clear.localstorage', N'Clear Cache', N'en', N'2015-04-28 10:26:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0004', N'common.messageSend.record', N'消息发送记录表', N'zh-cn', N'2015-06-03 10:50:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:48.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0005', N'common.messageSend.record', N'data record to send message', N'en', N'2015-06-03 10:50:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:50.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0006', N'common.messageHeader', N'消息标题', N'zh-cn', N'2015-06-03 11:05:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:46.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0007', N'common.messageHeader', N'message header', N'en', N'2015-06-03 11:05:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0008', N'common.messageType', N'消息类型', N'zh-cn', N'2015-06-03 11:09:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:35.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0009', N'common.messageType', N'message type', N'en', N'2015-06-03 11:09:13.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:38.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0010', N'common.sender', N'发送人', N'zh-cn', N'2015-06-03 11:13:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:26.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0011', N'common.sender', N'sender', N'en', N'2015-06-03 11:13:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:29.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0012', N'common.receiver', N'接收人', N'zh-cn', N'2015-06-03 11:15:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:21.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0013', N'common.receiver', N'receiver', N'en', N'2015-06-03 11:16:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:24.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0014', N'common.content_2', N'内容', N'zh-cn', N'2015-06-03 11:19:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0015', N'common.content_2', N'content', N'en', N'2015-06-03 11:19:53.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:16.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0016', N'common.dateCreated', N'创建日期', N'zh-cn', N'2015-06-03 11:22:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0017', N'common.dateCreated', N'date created', N'en', N'2015-06-03 11:22:34.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:59.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0018', N'common.sendtime', N'发送时间', N'zh-cn', N'2015-06-03 11:25:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:02.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0019', N'common.sendtime', N'sendtime', N'en', N'2015-06-03 11:25:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:05.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0020', N'common.sendState', N'发送状态', N'zh-cn', N'2015-06-03 11:30:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:23.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0021', N'common.sendState', N'send state', N'en', N'2015-06-03 11:30:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:26.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0022', N'common.remark', N'备注', N'zh-cn', N'2015-06-03 11:32:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:32:56.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0023', N'common.remark', N'remark', N'en', N'2015-06-03 11:32:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:33:00.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0024', N'common.esId', N'主键', N'zh-cn', N'2015-06-03 11:37:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:38.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0025', N'common.esId', N'ID', N'en', N'2015-06-03 11:37:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:41.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0026', N'common.iconEdit', N'消息修正', N'zh-cn', N'2015-06-03 11:40:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:09.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0027', N'common.iconEdit', N'Message modification', N'en', N'2015-06-03 11:40:52.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:11.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0028', N'common.businessSqlTable', N'业务SQL表', N'zh-cn', N'2015-06-03 11:50:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:48.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0029', N'common.businessSqlTable', N'The SQL table of business', N'en', N'2015-06-03 11:50:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0030', N'common.sqlName', N'SQL名称', N'zh-cn', N'2015-06-03 11:53:08.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:28.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0031', N'common.sqlName', N'SQL name', N'en', N'2015-06-03 11:53:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:33.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0032', N'common.sqlContent', N'SQL内容', N'zh-cn', N'2015-06-03 11:55:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:47.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0033', N'common.sqlContent', N'SQL content', N'en', N'2015-06-03 11:55:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0034', N'common.operate', N'操作', N'zh-cn', N'2015-06-03 11:57:51.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0035', N'common.operate', N'operate', N'en', N'2015-06-03 11:57:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:16.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0036', N'common.delete_2', N'删除', N'zh-cn', N'2015-06-03 12:01:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:48.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0037', N'common.delete_2', N'delete', N'en', N'2015-06-03 12:01:25.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:51.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0038', N'common.add_2', N'录入', N'zh-cn', N'2015-06-03 12:04:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:28.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0039', N'common.add_2', N'add', N'en', N'2015-06-03 12:04:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:31.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0040', N'common.edit_2', N'编辑', N'zh-cn', N'2015-06-03 12:06:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:46.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0041', N'common.edit_2', N'edit', N'en', N'2015-06-03 12:06:26.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:50.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0042', N'common.batchDelete', N'批量删除', N'zh-cn', N'2015-06-03 12:09:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0043', N'common.batchDelete', N'Batch Delete', N'en', N'2015-06-03 12:09:32.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0044', N'common.search', N'查询', N'zh-cn', N'2015-06-03 12:12:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:37:34.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0045', N'common.search', N'check', N'en', N'2015-06-03 12:13:01.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:13:17.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0046', N'common.isId', N'主键', N'zh-cn', N'2015-06-03 14:29:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:06.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0047', N'common.isId', N'ID', N'en', N'2015-06-03 14:29:49.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0048', N'common.createName', N'创建人名称', N'zh-cn', N'2015-06-03 14:32:21.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:41.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0049', N'common.createName', N'createName', N'en', N'2015-06-03 14:32:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:45.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0050', N'common.create.By', N'创建人登录名', N'zh-cn', N'2015-06-03 14:35:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:23.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0051', N'common.create.By', N'createBy', N'en', N'2015-06-03 14:35:47.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:27.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0052', N'common.createDate', N'创建日期', N'zh-cn', N'2015-06-03 14:38:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:42.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0053', N'common.createDate', N'createDate', N'en', N'2015-06-03 14:38:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:45.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0054', N'common.updateName', N'更新人名称', N'zh-cn', N'2015-06-03 14:41:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0055', N'common.updateName', N'updateName', N'en', N'2015-06-03 14:41:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:37.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0056', N'common.updateByName', N'更新人登录名称', N'zh-cn', N'2015-06-03 14:44:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:30.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0057', N'common.updateByName', N'updateByName', N'en', N'2015-06-03 14:44:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0058', N'common.updateDate', N'更新日期', N'zh-cn', N'2015-06-03 14:46:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:41.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0059', N'common.updateDate', N'updateDate', N'en', N'2015-06-03 14:46:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:44.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0060', N'common.templateName', N'模板名称', N'zh-cn', N'2015-06-03 14:49:29.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:54.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0061', N'common.templateName', N'templateName', N'en', N'2015-06-03 14:49:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0062', N'common.templateType', N'模板类型', N'zh-cn', N'2015-06-03 14:51:59.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:18.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0063', N'common.templateType', N'templateType', N'en', N'2015-06-03 14:52:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:21.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0064', N'common.templateContent', N'模板内容', N'zh-cn', N'2015-06-03 14:54:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:00.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0065', N'common.templateContent', N'templateContent', N'en', N'2015-06-03 14:54:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:04.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0066', N'common.opt', N'操作', N'zh-cn', N'2015-06-03 14:56:50.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0067', N'common.opt', N'opt', N'en', N'2015-06-03 14:56:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:15.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0068', N'common.deleteTo', N'删除', N'zh-cn', N'2015-06-03 15:01:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:22.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0069', N'common.deleteTo', N'delete', N'en', N'2015-06-03 15:01:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:25.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0070', N'common.icon.add', N'录入', N'zh-cn', N'2015-06-03 15:03:55.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:15.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0071', N'common.icon.add', N'add', N'en', N'2015-06-03 15:03:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:18.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0072', N'common.icon.edit', N'编辑', N'zh-cn', N'2015-06-03 15:06:14.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0073', N'common.icon.edit', N'edit', N'en', N'2015-06-03 15:06:17.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:38.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0074', N'common.icon.remove', N'批量删除', N'zh-cn', N'2015-06-03 15:08:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0075', N'common.icon.remove', N'Batch Delete', N'en', N'2015-06-03 15:08:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:58.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0076', N'common.icon.search', N'查询', N'zh-cn', N'2015-06-03 15:10:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:36:46.000', N'admin', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0077', N'common.icon.search', N'search', N'en', N'2015-06-03 15:10:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:11:10.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0078', N'common.msgTemplateTable', N'消息模板表', N'zh-cn', N'2015-06-03 15:14:16.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:35.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0079', N'common.msgTemplateTable', N'message template table', N'en', N'2015-06-03 15:14:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:39.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0080', N'common.sqlDataTable', N'消息模板_业务SQL配置表', N'zh-cn', N'2015-06-03 15:29:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:01.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0081', N'common.sqlDataTable', N'message template_sql configuration', N'en', N'2015-06-03 15:29:46.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:04.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0082', N'common.createLoginName', N'创建人登录名称', N'zh-cn', N'2015-06-03 15:46:04.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:25.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0083', N'common.createLoginName', N'create by name to login', N'en', N'2015-06-03 15:46:07.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:30.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0084', N'common.configurationCODE', N'配置CODE', N'zh-cn', N'2015-06-03 15:50:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:50:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0085', N'common.configurationCODE', N'configurationCODE', N'en', N'2015-06-03 15:50:43.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:51:00.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0086', N'common.configurationName', N'配置名称', N'zh-cn', N'2015-06-03 15:53:03.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:19.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0087', N'common.configurationName', N'configurationName', N'en', N'2015-06-03 15:53:06.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:22.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0088', N'common.sqlBusinessId', N'业务SQLID', N'zh-cn', N'2015-06-03 15:56:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:56:59.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0089', N'common.sqlBusinessId', N'ID of SQL business', N'en', N'2015-06-03 15:56:40.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:57:01.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0090', N'common.msgModeliD', N'消息模本ID', N'zh-cn', N'2015-06-03 16:01:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0091', N'common.msgModeliD', N'message model ID ', N'en', N'2015-06-03 16:01:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:52.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0092', N'common.pushTest', N'推送测试', N'zh-cn', N'2015-06-03 16:04:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:13.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0093', N'common.pushTest', N'push test', N'en', N'2015-06-03 16:04:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:16.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0094', N'common.moblePhone', N'手机', N'zh-cn', N'2015-06-03 16:24:12.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:29.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0095', N'common.moblePhone', N'moble phone', N'en', N'2015-06-03 16:24:15.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:33.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0096', N'common.age', N'年龄', N'zh-cn', N'2015-06-03 16:26:36.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:54.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0097', N'common.age', N'age', N'en', N'2015-06-03 16:26:38.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0098', N'common.email', N'电子邮箱', N'zh-cn', N'2015-06-03 16:29:02.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:19.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0099', N'common.email', N'email', N'en', N'2015-06-03 16:29:05.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:22.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c488a4d0100', N'common.wage', N'工资', N'zh-cn', N'2015-06-03 16:34:33.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0002', N'common.sex', N'性别', N'zh-cn', N'2015-06-03 16:37:19.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:36.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0003', N'common.sex', N'sex', N'en', N'2015-06-03 16:37:23.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:39.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0004', N'common.birthday', N'生日', N'zh-cn', N'2015-06-03 16:40:24.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:49.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0005', N'common.birthday', N'birthday', N'en', N'2015-06-03 16:40:27.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:53.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0022', N'common.sendSuccess', N'发送成功', N'zh-cn', N'2015-06-05 10:38:37.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:53.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0023', N'common.sendSuccess', N'send success', N'en', N'2015-06-05 10:38:41.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0024', N'common.failToSend', N'发送失败', N'zh-cn', N'2015-06-05 10:42:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:42:58.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0025', N'common.failToSend', N'fail to send', N'en', N'2015-06-05 10:42:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:43:01.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0026', N'common.didNotSend', N'未发送', N'zh-cn', N'2015-06-05 10:47:58.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:18.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0027', N'common.didNotSend', N'Did not send', N'en', N'2015-06-05 10:48:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:20.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0028', N'common.smsAlerts', N'短信提醒', N'zh-cn', N'2015-06-05 10:51:28.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:42.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0029', N'common.smsAlerts', N'SMS alerts', N'en', N'2015-06-05 10:51:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:45.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0030', N'common.emailAlerts', N'邮件提醒', N'zh-cn', N'2015-06-05 10:58:42.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:55.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0031', N'common.emailAlerts', N' Email Alerts', N'en', N'2015-06-05 10:58:44.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:57.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0032', N'common.sysAlerts', N'系统提醒', N'zh-cn', N'2015-06-05 11:02:54.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:08.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0033', N'common.sysAlerts', N'SYS alerts', N'en', N'2015-06-05 11:02:56.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:10.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0034', N'common.smsAlertsModel', N'短信提醒模板', N'zh-cn', N'2015-06-05 11:07:30.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:43.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0035', N'common.smsAlertsModel', N'SMS alerts model', N'en', N'2015-06-05 11:07:31.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:45.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0036', N'common.emailAlertsModel', N'邮件提醒模板', N'zh-cn', N'2015-06-05 11:11:57.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:12.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d0037', N'common.emailAlertsModel', N'Email alerts model', N'en', N'2015-06-05 11:12:00.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:14.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1111', N'common.lock.user.tips', N'确定锁定用户吗', N'zh-cn', N'2015-06-05 16:56:09.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:23.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1112', N'common.lock.user.tips', N'is confirm lock user', N'en', N'2015-06-05 16:56:11.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:26.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1113', N'common.unlock.user.tips', N'确定激活用户吗', N'zh-cn', N'2015-06-05 16:59:20.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:34.000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'jglongjba87c37d001487c499a4d1114', N'common.unlock.user.tips', N'Sure to activate user', N'en', N'2015-06-05 16:59:22.000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:36.000', N'admin', N'admin') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_notice +-- ---------------------------- +DROP TABLE [dbo].[t_s_notice] +GO +CREATE TABLE [dbo].[t_s_notice] ( +[id] nvarchar(36) NOT NULL , +[notice_title] nvarchar(255) NULL , +[notice_content] nvarchar(MAX) NULL , +[notice_type] nvarchar(2) NULL , +[notice_level] nvarchar(2) NULL , +[notice_term] datetime NULL , +[create_user] nvarchar(32) NULL , +[create_time] datetime NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知公告表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知公告表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'notice_title')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知标题' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_title' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知标题' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_title' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'notice_content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知公告内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知公告内容' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'notice_type')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通知公告类型(1:通知,2:公告)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通知公告类型(1:通知,2:公告)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'notice_level')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告授权级别(1:全员,2:角色,3:用户)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_level' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告授权级别(1:全员,2:角色,3:用户)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_level' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'notice_term')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'阅读期限' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_term' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'阅读期限' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'notice_term' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'create_user')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建者' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'create_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建者' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'create_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice', +'COLUMN', N'create_time')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'create_time' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice' +, @level2type = 'COLUMN', @level2name = N'create_time' +GO + +-- ---------------------------- +-- Records of t_s_notice +-- ---------------------------- +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ea53303a060153304cf8860006', N'jeecg快速平台增加UI选择', N'jeecg快速平台增加UI选择', 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快速平台增加UI选择', N'

jeecg快速平台增加UI选择

', N'1', N'3', 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营销活动平台专题公开课

    还在为如何做好微信营销头疼吗?

    微信时代,层出不穷花样百出的营销活动已毫无质疑地成为商家吸粉营销的首选利器,而其中HTML5作为营销界新宠儿,“多快好省”的杰出代表,其灵活性高、开发成本低且制作周期短的种种特性使其在移动营销领域大放异彩。新年伊始,JEEWX隆重推出H5营销活动平台,汇集各种您想到的想不到的小游戏小活动,各种需求轻松创建,一键营销!

    为帮助大家快速掌握捷微H5营销活动平台的使用及开发流程,JEECG开源社区近期将推出专题公开课,欢迎大家报名参加,共同学习!


    开课时间:2016年1月7日20:30-21:30     1月12日20:30-21:30

    开课地点:http://ke.qq.com/course/111073#term_id=100119113

    内容概要:入门讲解(以捷微H5营销活动平台为基础,讲解微信公众号如何进行活动推广)

                     实例开发讲解(实例讲解捷微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营销活动平台专题公开课

    还在为如何做好微信营销头疼吗?

    微信时代,层出不穷花样百出的营销活动已毫无质疑地成为商家吸粉营销的首选利器,而其中HTML5作为营销界新宠儿,“多快好省”的杰出代表,其灵活性高、开发成本低且制作周期短的种种特性使其在移动营销领域大放异彩。新年伊始,JEEWX隆重推出H5营销活动平台,汇集各种您想到的想不到的小游戏小活动,各种需求轻松创建,一键营销!

    为帮助大家快速掌握捷微H5营销活动平台的使用及开发流程,JEECG开源社区近期将推出专题公开课,欢迎大家报名参加,共同学习!


    开课时间:2016年1月7日20:30-21:30     1月12日20:30-21:30

    开课地点:http://ke.qq.com/course/111073#term_id=100119113

    内容概要:入门讲解(以捷微H5营销活动平台为基础,讲解微信公众号如何进行活动推广)

                     实例开发讲解(实例讲解捷微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 +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'4028ef815697f711015697f8500e0003', N'今天放假', N'

今天放假

', N'2', N'1', N'2016-08-17 00:00:00.000', null, N'2016-08-17 18:07:28.000') +GO +GO +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'4028ef815697f711015697fbb50c0006', N'8888888888888888', N'

99999999999999999

', N'1', N'2', N'2016-08-17 00:00:00.000', null, N'2016-08-17 18:11:10.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'4028ef815697f711015697fe15f2000e', N'3333', N'

3333333

', N'1', N'1', N'2016-08-17 00:00:00.000', null, N'2016-08-17 18:13:46.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 +INSERT INTO [dbo].[t_s_notice_authority_role] ([id], [notice_id], [role_id]) VALUES (N'4028ef815697f711015697fbeaa00008', N'4028ef815697f711015697fbb50c0006', N'8a8ab0b246dc81120146dc8181870050') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_notice_authority_user +-- ---------------------------- +DROP TABLE [dbo].[t_s_notice_authority_user] +GO +CREATE TABLE [dbo].[t_s_notice_authority_user] ( +[id] nvarchar(36) NOT NULL , +[notice_id] nvarchar(36) NULL , +[user_id] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_user', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告授权用户表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告授权用户表' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_user', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_user', +'COLUMN', N'notice_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'通告ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'notice_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'通告ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'notice_id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_notice_authority_user', +'COLUMN', N'user_id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'授权用户ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'user_id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'授权用户ID' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_notice_authority_user' +, @level2type = 'COLUMN', @level2name = N'user_id' +GO + +-- ---------------------------- +-- Records of t_s_notice_authority_user +-- ---------------------------- +INSERT INTO [dbo].[t_s_notice_authority_user] ([id], [notice_id], [user_id]) VALUES (N'4028ef815697f711015697fcf1b6000c', N'402880ea53303a060153304cf88600062', N'8a8ab0b246dc81120146dc81819d0053') +GO +GO + +-- ---------------------------- +-- 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 +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815697f711015697f917840005', N'4028ef815697f711015697f8500e0003', N'8a8ab0b246dc81120146dc8181950052', N'2016-08-17 18:08:19.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef815697f711015697fc12f9000a', N'4028ef815697f711015697fbb50c0006', N'8a8ab0b246dc81120146dc8181950052', N'2016-08-17 18:11:34.000') +GO +GO +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [create_time]) VALUES (N'4028ef8156e3bd950156e3bf0d750003', N'4028ef815697f711015697fe15f2000e', N'8a8ab0b246dc81120146dc8181950052', N'2016-09-01 11:16:04.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: 169984 kB; (`iconid`) REFER `jeecg_20170207/t_s' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_operation' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 169984 kB; (`iconid`) REFER `jeecg_20170207/t_s' +, @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'修改人id' +, @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'修改人id' +, @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'创建人id' +, @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'创建人id' +, @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(2000) 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: 169984 kB; (`roleid`) REFER `jeecg_20170207/t_s' +, @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: 169984 kB; (`roleid`) REFER `jeecg_20170207/t_s' +, @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'402880e9563b945801563b98c5040003', null, N'402880ea560cd87901560cf1d99a0001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402880e9563b945801563b98c5070004', null, N'402880e9563b945801563b9856da0001', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881875992e76c015992e8931d0002', null, N'297eaafb599137290159918fb5110011', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'402881875992e76c015992eba70b000b', null, N'402881875992e76c015992eb2a3b0009', 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'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'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'4028ef81560da1da01560da45f160001', N'8a8ab0b246dc81120146dc81824f0078,8a8ab0b246dc81120146dc818258007a,', N'8a8ab0b246dc81120146dc8181300037', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81560da1da01560da45f190002', null, N'8a8ab0b246dc81120146dc8180d7001c', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef815610fe4c015611222e100001', null, N'8a8ab0b246dc81120146dc8180f30027', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81568bf29301568bf677460009', null, N'4028ef81568bf29301568bf580fc0003', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81568c06a201568c14e3a60019', null, N'4028ef81568c06a201568c1002bd000b', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81568c06a201568c1b4e020034', null, N'4028ef81568c06a201568c16dbb9001d', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81568c06a201568c1b4e040035', null, N'8a8ab0b246dc81120146dc81814b003f', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81568c06a201568c1b4e040037', null, N'4028ef81568c06a201568c19a905002a', N'8a8ab0b246dc81120146dc8181870050', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81574ae99701574aed784f0007', null, N'4028ef81568c06a201568c1002bd000b', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81574ae99701574aed78520008', null, N'4028ef81574ae99701574aeb97bd0003', N'402880e74d75c4dd014d75d3c5f40001', N'4028ef81574ae99701574aed26530005,') +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81574ae99701574aedb7e00009', null, N'8a8ab0b246dc81120146dc8180df001f', N'402880e74d75c4dd014d75d3c5f40001', null) +GO +GO +INSERT INTO [dbo].[t_s_role_function] ([ID], [operation], [functionid], [roleid], [datarule]) VALUES (N'4028ef81574ae99701574aedb7e2000a', null, N'8a8ab0b246dc81120146dc8180d2001a', N'402880e74d75c4dd014d75d3c5f40001', 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'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 + +-- ---------------------------- +-- 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: 169984 kB; (`userid`) REFER `jeecg_20170207/t_s' +, @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: 169984 kB; (`userid`) REFER `jeecg_20170207/t_s' +, @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'402880f159a546550159a547ab0f0004', N'8a8ab0b246dc81120146dc81818b0051', N'402880f159a546550159a547aaed0001') +GO +GO +INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'402881875988e889015988ec36940003', N'402880e74d75c4dd014d75d3c5f40001', N'402881875988e889015988ec36770001') +GO +GO +INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'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'4028ef81563ae5be01563ae92de10004', N'402880e74d75c4dd014d75d3c5f40001', N'4028ef81563ae5be01563ae92d7f0002') +GO +GO +INSERT INTO [dbo].[t_s_role_user] ([ID], [roleid], [userid]) VALUES (N'4028ef81563ae5be01563ae98c8f0008', 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_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 , +[create_date] datetime NULL , +[create_name] nvarchar(36) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_type', +NULL, NULL)) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 169984 kB; (`typegroupid`) REFER `jeecg_2017020' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_type' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 169984 kB; (`typegroupid`) REFER `jeecg_2017020' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_type' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_type', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_type' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_type' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_type', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建用户' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_type' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建用户' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_type' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO + +-- ---------------------------- +-- Records of t_s_type +-- ---------------------------- +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'297e201047e95ee30147e9baab5c000b', N'1', N'common.company', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'297e201047e95ee30147e9baef97000d', N'2', N'common.department', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'297e201047e95ee30147e9bb1210000f', N'3', N'common.position', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'2c90ac564c9d1734014c9db1e025002d', N'Y', N'是', null, N'2c90ac564c9d1734014c9db1a167002b', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'2c90ac564c9d1734014c9db20b0d002f', N'N', N'否', null, N'2c90ac564c9d1734014c9db1a167002b', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402880884883eff4014884180bf80029', N'1', N'蔷薇七村', null, N'402880884883eff401488415cbb60027', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402880cd4dbd4baa014dbd9c184f0003', N'WXTP', N'图片', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1bb1b520004', N'cigong', N'辞工', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1bc55b10006', N'jicigong', N'急辞工', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1bca0680008', N'citui', N'辞退', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1bcbf62000a', N'kaichu', N'开除', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1bce839000c', N'zidonglizhi', N'自动离职', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e44df713f5014df73ef09a003d', N'table', N'form.db.type.table', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e44df713f5014df73f1436003f', N'sql', N'form.db.type.sql', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e44df713f5014df73f3f830041', N'clazz', N'form.db.type.clazz', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e54dcb624a014dcbf65e5a0010', N'bdfl_ptbd', N'普通表单', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e54dcb624a014dcbf6a4620012', N'bdfl_fzbd', N'复杂表单', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e54dce16ba014dce17990c0001', N'bdfl_vipbd', N'VIP表单', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e64ca6fd1b014ca7052d930006', N'spline', N'曲线图', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e64ca6fd1b014ca705b2b40008', N'column', N'柱状图', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e64ca6fd1b014ca7061fb7000a', N'pie', N'饼图', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e946e71f5f0146e736c4e80008', N'en', N'common.english', null, N'402881e946e71f5f0146e73619bb0002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'402881e946e71f5f0146e740dcad0012', N'zh-cn', N'common.chinese', null, N'402881e946e71f5f0146e73619bb0002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850c35b6a0150c372e3b10005', N'*', N'非空', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850c35b6a0150c3abef800019', N'n', N'数字', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850c35b6a0150c3ac17f9001b', N's', N'字母', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d267a61e0001', N'p', N'邮政编码', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d267d5c10003', N'm', N'手机号码', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d26812d40005', N'e', N'电子邮件', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d26850210007', N'url', N'网址', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d268ae510009', N'*6-16', N'6到16位任意字符', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d268e229000b', N'n6-16', N'6到16位数字', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028838850d2666a0150d26912e2000d', N's6-18', N'6到18位字符串', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533adf65370003', N'Pie2D', N'2D饼图', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae0363d0005', N'Pie3D', N'3D饼图', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae2d2a50007', N'Column2D', N'2D柱状图', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae305340009', N'Column3D', N'3D柱状图', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae45759000b', N'Bar2D', N'条状图', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae4c6de000d', N'Area2D', N'面积图', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533ae50a67000f', N'LineBasic2D', N'折线图', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028ef8154753f2601547546bb620007', N'1', N'单选', null, N'4028ef8154753f2601547546249f0005', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'4028ef8154753f2601547546d3d60009', N'2', N'多选', null, N'4028ef8154753f2601547546249f0005', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e520bdc0010', N'spring', N'java.enhance.type.spring', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e524b560012', N'class', N'java.enhance.type.class', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a3859a2c1001a', N'1', N'common.smsAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a385a01d1001c', N'2', N'common.emailAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a385d30300020', N'1', N'common.smsAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a385d86c30022', N'2', N'common.emailAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a385dc1370024', N'3', N'common.sysAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a3860603f0028', N'1', N'common.didNotSend', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a38608d98002a', N'2', N'common.sendSuccess', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a3860b181002c', N'3', N'common.failToSend', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181f30060', N'2', N'menu.icon', null, N'8a8ab0b246dc81120146dc8181aa0056', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181f70061', N'1', N'system.icon', null, N'8a8ab0b246dc81120146dc8181aa0056', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181fa0062', N'files', N'common.attachment', null, N'8a8ab0b246dc81120146dc8181ca005e', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181fe0063', N'1', N'lang.excellent.order', null, N'8a8ab0b246dc81120146dc8181b10057', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182010064', N'2', N'lang.normal.order', null, N'8a8ab0b246dc81120146dc8181b10057', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182050065', N'1', N'lang.contract.customer', null, N'8a8ab0b246dc81120146dc8181b50058', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182080066', N'2', N'lang.normal.customer', null, N'8a8ab0b246dc81120146dc8181b50058', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81820b0067', N'1', N'lang.special.servcie', null, N'8a8ab0b246dc81120146dc8181b90059', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182100068', N'2', N'lang.normal.service', null, N'8a8ab0b246dc81120146dc8181b90059', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182130069', N'single', N'common.single.condition.query', null, N'8a8ab0b246dc81120146dc8181bc005a', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc818216006a', N'group', N'common.scope.query', null, N'8a8ab0b246dc81120146dc8181bc005a', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81821a006b', N'Y', N'common.yes', null, N'8a8ab0b246dc81120146dc8181c0005b', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81821d006c', N'N', N'common.no', null, N'8a8ab0b246dc81120146dc8181c0005b', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc818221006d', N'Integer', N'common.db.integer', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc818224006e', N'Date', N'common.db.date', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc818227006f', N'String', N'common.db.string', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81822b0070', N'Long', N'common.db.long', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81822f0071', N'act', N'common.workflow.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182320072', N't_s', N'common.system.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182350073', N't_b', N'common.business.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182390074', N't_p', N'common.customer.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc81823c0075', N'news', N'common.news', null, N'8a8ab0b246dc81120146dc8181ca005e', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182400076', N'0', N'common.male', null, N'8a8ab0b246dc81120146dc8181cd005f', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8182430077', N'1', N'common.female', null, N'8a8ab0b246dc81120146dc8181cd005f', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0ba487c527201487c7863ec001b', N'oracle', N'common.oracle', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0ba487c527201487c78aefc001d', N'sqlserver2008', N'common.sqlserver2008', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'8a8ab0ba487c527201487c78fbb5001f', N'mysql', N'common.mysql', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed71f6b40005', N'>', N'大于', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed72a9dc0007', N'>=', N'大于等于', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed750e1c0009', N'<', N'小于', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed753b6f000b', N'<=', N'小于等于', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed75afe5000d', N'=', N'等于', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed75ed62000f', N'IN', N'包含', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed7638b20011', N'LIKE', N'模糊', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed767c240013', N'!=', N'不等于', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b0e0b80003', N'hour', N'小时', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b1609d0006', N'day', N'天', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b283a10008', N'perday', N'天/人', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b29550000a', N'permoney', N'元/人', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b2a6e5000c', N'money', N'元', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b2bab4000e', N'age', N'岁', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'ff80808151399d0d015139b2c9ce0010', N'class', N'课时', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000001', N'WXGZYD', N'关注引导', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000002', N'WXNRQ', N'内容区', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000003', N'WXYWYD', N'原文引导', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000004', N'WXBT', N'标题', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000005', N'WXFGX', N'分隔线', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000006', N'WXHTZH', N'互推账号', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000007', N'WXQT', N'其他', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name]) VALUES (N'jglongjbtstype201506041030000008', N'WXWDYS', N'我的样式', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_typegroup +-- ---------------------------- +DROP TABLE [dbo].[t_s_typegroup] +GO +CREATE TABLE [dbo].[t_s_typegroup] ( +[ID] nvarchar(32) NOT NULL , +[typegroupcode] nvarchar(50) NULL , +[typegroupname] nvarchar(50) NULL , +[create_date] datetime NULL , +[create_name] nvarchar(36) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_typegroup', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_typegroup' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_typegroup' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N't_s_typegroup', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建用户' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_typegroup' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建用户' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_typegroup' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO + +-- ---------------------------- +-- Records of t_s_typegroup +-- ---------------------------- +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297e201047e95ee30147e9ba56ce0009', N'orgtype', N'common.org.type', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'2c90ac564c9d1734014c9db1a167002b', N'sf_yn', N'是否YN', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402880884883eff401488415cbb60027', N'smsTplType', N'模板类型', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881a151f1af7c0151f1b9d7f50002', N'outType', N'离职方式', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e44df713f5014df738349c002f', N'formDbType', N'form.db.type', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e54dcb624a014dcbf4912b000e', N'bdfl', N'表单分类', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e64ca6fd1b014ca7044c370004', N'tblx', N'图表类型', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e946e71f5f0146e73619bb0002', N'lang', N'common.mutilang', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'4028838850c35b6a0150c37251e00002', N'dataType', N'校验规则', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'4028ab8c5134f1ed0151350f08d90003', N'units', N'常用单位', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'4028b881533ac16a01533adb50460001', N'graphType', N'动态图表类型', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'4028ef8154753f2601547546249f0005', N'pop_retype', N'POP返回类型', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'4028efa25219c9f0015219d1d2720004', N'leaveType', N'请假类别', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'enhanceType', N'java.enhance.type', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a3858fca40018', N'msgTplType', N'消息模板分类', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a385cb115001e', N'msgType', N'消息类别', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a71b40e4a38319b014a386022bd0026', N'msgStatus', N'消息发送状态', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181aa0056', N'icontype', N'common.icon.type', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181b10057', N'order', N'lang.order.type', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181b50058', N'custom', N'lang.customer.type', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181b90059', N'service', N'lang.service.item.type', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181bc005a', N'searchmode', N'common.query.module', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181c0005b', N'yesorno', N'common.logic.condition', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181c3005c', N'fieldtype', N'field.type', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181c6005d', N'database', N'common.data.table', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181ca005e', N'fieltype', N'common.document.category', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0b246dc81120146dc8181cd005f', N'sex', N'common.sex.type', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'8a8ab0ba487c527201487c7732790019', N'dbtype', N'common.dbtype', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'f852d85d47ed64a40147ed70894c0003', N'rulecon', N'规则条件', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'jglongjbtstypegourp2015060400001', N'weixin', N'微信模板类型', N'2016-09-04 22:19:12.000', N'管理员') +GO +GO + +-- ---------------------------- +-- Table structure for t_s_user +-- ---------------------------- +DROP TABLE [dbo].[t_s_user] +GO +CREATE TABLE [dbo].[t_s_user] ( +[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: 169984 kB; (`id`) REFER `jeecg_20170207/t_s_bas' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N't_s_user' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 169984 kB; (`id`) REFER `jeecg_20170207/t_s_bas' +, @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'修改人id' +, @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'修改人id' +, @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'创建人id' +, @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'创建人id' +, @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'', N'', N'', null, N'402880f159a546550159a547aaed0001', N'管理员', N'2017-01-16 11:17:47.000', N'admin', N'管理员', N'2017-01-16 11:17:34.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'', null, N'402881875988e889015988ec36770001', N'管理员', N'2017-01-10 23:08:33.000', N'admin', N'管理员', N'2017-01-10 23:08:18.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-30 16:26:39.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'', null, N'4028ef81563ae5be01563ae92d7f0002', N'管理员', N'2016-07-30 16:26:20.000', N'admin', N'管理员', N'2016-07-30 16:26:15.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'402880f159a546550159a547aafc0002', N'402880f159a546550159a547aaed0001', N'402881875992e76c015992f641b0002c') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'402881875988e889015988ec36880002', N'402881875988e889015988ec36770001', N'8a8ab0b246dc81120146dc8180ba0017') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'402881875988e889015988ec64590005', N'402881875988e889015988ec36770001', N'8a8ab0b246dc81120146dc8180a20016') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'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'4028ef81563ae5be01563ae92dc20003', N'4028ef81563ae5be01563ae92d7f0002', N'8a8ab0b246dc81120146dc8180a20016') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81563ae5be01563ae98bd40006', N'4028ef81538330cd01538333b7bc0001', N'402880e447e9ba550147e9c53b2e0013') +GO +GO +INSERT INTO [dbo].[t_s_user_org] ([ID], [user_id], [org_id]) VALUES (N'4028ef81563ae5be01563ae98bd40007', 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 +-- ---------------------------- + +-- ---------------------------- +-- Table structure for test_ditie +-- ---------------------------- +DROP TABLE [dbo].[test_ditie] +GO +CREATE TABLE [dbo].[test_ditie] ( +[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 , +[begin_date] datetime NULL , +[content] nvarchar(500) NULL , +[ctypedd] nvarchar(32) NULL +) + + +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'id')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'id' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'主键' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'id' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'create_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'create_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'create_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'create_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'create_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'create_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'create_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'create_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'创建日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'create_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'update_name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'update_name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'update_name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'update_by')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'update_by' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新人登录名称' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'update_by' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'update_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'update_date' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'更新日期' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'update_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'sys_org_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属部门' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'sys_org_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'sys_company_code')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'所属公司' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'sys_company_code' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'name')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'地铁站名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'name' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'地铁站名' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'name' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'begin_date')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'启动时间' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @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'test_ditie' +, @level2type = 'COLUMN', @level2name = N'begin_date' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'content')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'说明' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'content' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'说明' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'content' +GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'test_ditie', +'COLUMN', N'ctypedd')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'ctypedd' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'类型' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'test_ditie' +, @level2type = 'COLUMN', @level2name = N'ctypedd' +GO + +-- ---------------------------- +-- Records of test_ditie +-- ---------------------------- +INSERT INTO [dbo].[test_ditie] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [name], [begin_date], [content], [ctypedd]) VALUES (N'402880ee5a17ea59015a17ea59200000', N'管理员', N'admin', N'2017-02-07 17:31:58.000', N'管理员', N'admin', N'2017-02-07 17:35:39.000', N'A03', N'A03', N'33333', N'2017-02-24 00:00:00.000', null, null) +GO +GO +INSERT INTO [dbo].[test_ditie] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [name], [begin_date], [content], [ctypedd]) VALUES (N'402881875992ece9015992f421c10004', N'管理员', N'admin', N'2017-01-12 00:00:00.000', null, null, null, N'A03', N'A03', N'111', N'2017-01-12 00:00:00.000', N'11', N'1') +GO +GO + +-- ---------------------------- +-- 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 chat_message_his +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table chat_message_his +-- ---------------------------- +ALTER TABLE [dbo].[chat_message_his] 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_person +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table jeecg_demo_person +-- ---------------------------- +ALTER TABLE [dbo].[jeecg_demo_person] 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_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 + +-- ---------------------------- +-- Indexes structure for table test_ditie +-- ---------------------------- + +-- ---------------------------- +-- Primary Key structure for table test_ditie +-- ---------------------------- +ALTER TABLE [dbo].[test_ditie] 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/pom.xml b/pom.xml index cab2f8b7..d8e02be9 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.jeecgframework - jeecg + jeecgos 3.6.6 war 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 a1219249..81821f4a 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,7 +882,9 @@ public abstract class GenericBaseCommonDao * */ public Long getCountForJdbcParam(String sql, Object[] objs) { + //-- update-begin author: xugj date:20160103 for: #851 controller 单元测试升级spring 版本 --> return this.jdbcTemplate.queryForObject(sql, objs,Long.class); + //-- update-end author: xugj date:20160103 for: #851 controller 单元测试升级spring 版本 --> } @@ -906,8 +908,13 @@ public abstract class GenericBaseCommonDao KeyHolder keyHolder = null; SqlParameterSource sqlp = new MapSqlParameterSource(param); + //update-begin--Author: jg_huangxg Date: 20150625 for:[bugfree号]oc时,录入数据在Oracle下 数据写入错误-------------------- if (StringUtil.isNotEmpty(param.get("id"))) {//表示已经生成过id(UUID),则表示是非序列或数据库自增的形式 this.namedParameterJdbcTemplate.update(sql,sqlp); + //--author:zhoujf---start------date:20170216--------for:自定义表单保存数据格sqlserver报错问题 + }else if (StringUtil.isNotEmpty(param.get("ID"))) {//表示已经生成过id(UUID),则表示是非序列或数据库自增的形式 + this.namedParameterJdbcTemplate.update(sql,sqlp); + //--author:zhoujf---end------date:20170216--------for:自定义表单保存数据格sqlserver报错问题 }else{//NATIVE or SEQUENCE keyHolder = new GeneratedKeyHolder(); this.namedParameterJdbcTemplate.update(sql,sqlp, keyHolder, new String[]{"id"}); @@ -916,11 +923,14 @@ public abstract class GenericBaseCommonDao keyValue = keyHolder.getKey().longValue(); } } + //update-end--Author: jg_huangxg Date: 20150625 for:[bugfree号]oc时,录入数据在Oracle下 数据写入错误---------------------- return keyValue; } public Integer countByJdbc(String sql, Object... param) { + //-- update-begin author: xugj date:20160103 for: #851 controller 单元测试升级spring 版本 --> return this.jdbcTemplate.queryForObject(sql, param,Integer.class); + //-- update-end author: xugj date:20160103 for: #851 controller 单元测试升级spring 版本 --> } @@ -976,6 +986,7 @@ public abstract class GenericBaseCommonDao return dc.getExecutableCriteria(getSession()).list(); } + //update-begin--Author:luobaoli Date:20150710 for:增加执行存储过程方法 /** * 调用存储过程 */ @@ -989,4 +1000,5 @@ public abstract class GenericBaseCommonDao return sqlQuery.list(); } + //update-end--Author:luobaoli Date:20150710 for:增加执行存储过程方法 } diff --git a/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java b/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java index 5dd437ea..23f24394 100644 --- a/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java +++ b/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java @@ -96,6 +96,7 @@ public class AuthInterceptor implements HandlerInterceptor { } //String functionId=oConvertUtils.getString(request.getParameter("clickFunctionId")); String functionId=""; + //update-begin--Author:JueYue Date:20140831 for:onlinecodeing 的URL判断-------------------- //onlinecoding的访问地址有规律可循,数据权限链接篡改 if(requestPath.equals("cgAutoListController.do?datagrid")) { requestPath += "&configId=" + request.getParameter("configId"); @@ -107,6 +108,7 @@ public class AuthInterceptor implements HandlerInterceptor { requestPath += "&tableName=" + request.getParameter("tableName"); } + //update-begin--Author:许国杰 Date:20151219 for:#813 【online表单】扩展出三个请求:独立的添加、查看、编辑请求,原来的保留 if(requestPath.equals("cgFormBuildController.do?goAddFtlForm")) { requestPath += "&tableName=" + request.getParameter("tableName"); } @@ -116,8 +118,12 @@ public class AuthInterceptor implements HandlerInterceptor { if(requestPath.equals("cgFormBuildController.do?goDatilFtlForm")) { requestPath += "&tableName=" + request.getParameter("tableName"); } + //update-end--Author:许国杰 Date:20151219 for:#813 【online表单】扩展出三个请求:独立的添加、查看、编辑请求,原来的保留 + + //update-end--Author:JueYue Date:20140831 for:onlinecodeing 的URL判断-------------------- //这个地方用全匹配?应该是模糊查询吧 //TODO + //update-begin--Author:张忠亮 Date:20150717 for:解决rest风格下 权限失效问题 String uri= request.getRequestURI().substring(request.getContextPath().length() + 1); String realRequestPath = null; if(uri.endsWith(".do")||uri.endsWith(".action")){ @@ -126,6 +132,7 @@ public class AuthInterceptor implements HandlerInterceptor { realRequestPath=uri; } List functions = systemService.findByProperty(TSFunction.class, "functionUrl", realRequestPath); + //update-end--Author:张忠亮 Date:20150717 for:解决rest风格下 权限失效问题 if (functions.size()>0){ functionId = functions.get(0).getId(); } @@ -137,6 +144,7 @@ public class AuthInterceptor implements HandlerInterceptor { request.setAttribute(Globals.OPERATIONCODES, operationCodes); } if(!oConvertUtils.isEmpty(functionId)){ + //update-begin--Author:anchao Date:20140822 for:[bugfree号]字段级权限(表单,列表)-------------------- //List allOperation=this.systemService.findListbySql("SELECT operationcode FROM t_s_operation WHERE functionid='"+functionId+"'"); List allOperation=this.systemService.findByProperty(TSOperation.class, "TSFunction.id", functionId); @@ -146,9 +154,10 @@ public class AuthInterceptor implements HandlerInterceptor { //s=s.replaceAll(" ", ""); newall.add(s); } - +//---author:jg_xugj----start-----date:20151210--------for:#781 【oracle兼容】兼容问题fun.operation!='' 在oracle 数据下不正确 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()+"' "; +//---author:jg_xugj----end-----date:20151210--------for:#781 【oracle兼容】兼容问题fun.operation!='' 在oracle 数据下不正确 List hasOperList = this.systemService.findListbySql(hasOperSql); for(String operationIds:hasOperList){ for(String operationId:operationIds.split(",")){ @@ -203,9 +212,9 @@ public class AuthInterceptor implements HandlerInterceptor { boolean bMgrUrl = false; if (functionList == null) { // functionList = systemService.loadAll(TSFunction.class); - +// update-start--Author:zhoujf Date:20150521 for:只查询菜单类型的权限 functionList = systemService.findHql("from TSFunction where functionType = ? ", (short)0); - +// update---end--Author:zhoujf Date:20150521 for:只查询菜单类型的权限 } for (TSFunction function : functionList) { if (function.getFunctionUrl() != null && function.getFunctionUrl().startsWith(requestPath)) { @@ -229,13 +238,16 @@ public class AuthInterceptor implements HandlerInterceptor { "ru.userid='"+userid+"' AND f.functionurl like '"+requestPath+"%'"; List list = this.systemService.findListbySql(sql); if(list.size()==0){ - +// update-start--Author:zhangguoming Date:20140821 for:判断当前用户组织机构下角色所拥有的权限 +// update-start--Author:zhangguoming Date:20140825 for:获取当前用户登录时选择的组织机构代码 String orgId = currLoginUser.getCurrentDepart().getId(); +// update-end--Author:zhangguoming Date:20140825 for:获取当前用户登录时选择的组织机构代码 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; +// update-end--Author:zhangguoming Date:20140821 for:判断当前用户组织机构下角色所拥有的权限 }else{ return true; } @@ -253,13 +265,14 @@ public class AuthInterceptor implements HandlerInterceptor { } private void forward(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { - + //update-start--Author:scott Date:20160803 for:无登陆情况跳转登陆页 //超时,未登陆页面跳转 //response.sendRedirect(request.getServletContext().getContextPath()+"/loginController.do?login"); - - response.sendRedirect(request.getServletContext().getContextPath()+"/webpage/login/timeout.jsp"); +// update-start--Author:chenjin Date:20160828 for:TASK #1324 【bug】Session超时后,重新登录页面显示在标签里,让它重新显示登录页面 + response.sendRedirect(request.getSession().getServletContext().getContextPath()+"/webpage/login/timeout.jsp"); +// update-end--Author:chenjin Date:20160828 for:TASK #1324 【bug】Session超时后,重新登录页面显示在标签里,让它重新显示登录页面 //request.getRequestDispatcher("loginController.do?login").forward(request, response); - + //update-start--Author:scott Date:20160803 for:无登陆情况跳转登陆页 } } diff --git a/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormController.java b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormController.java index b4efd15d..b756f276 100644 --- a/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormController.java +++ b/src/main/java/org/jeecgframework/web/autoform/controller/AutoFormController.java @@ -3,6 +3,7 @@ package org.jeecgframework.web.autoform.controller; import java.io.IOException; import java.io.StringWriter; import java.io.UnsupportedEncodingException; +import java.text.MessageFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; @@ -19,6 +20,9 @@ import net.sf.json.JSONObject; import org.apache.commons.lang3.StringUtils; import org.apache.log4j.Logger; import org.apache.velocity.VelocityContext; +import org.jeecgframework.codegenerate.pojo.TableConvert; +import org.jeecgframework.codegenerate.util.CodeResourceUtil; +import org.jeecgframework.codegenerate.util.def.ConvertDef; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; @@ -199,9 +203,11 @@ public class AutoFormController extends BaseController { autoForm.setFormContent(html); autoForm.setFormParse(autoForm.getFormContent()); } + //update-begin--Author:jg_renjie Date:20160131 for:针对默认字段 create_name、create_by等获取系统上下文值进行处理 autoForm.setCreateDate(new Date()); autoForm.setCreateName(ResourceUtil.getSessionUserName().getRealName()); autoForm.setCreateBy(ResourceUtil.getSessionUserName().getUserName()); + //update-end--Author:jg_renjie Date:20160131 for:针对默认字段 create_name、create_by等获取系统上下文值进行处理 autoFormService.save(autoForm); systemService.addLog(message, Globals.Log_Type_INSERT, Globals.Log_Leavel_INFO); }catch(Exception e){ @@ -241,9 +247,11 @@ public class AutoFormController extends BaseController { t.setFormContent(html); t.setFormParse(autoForm.getFormContent()); } + //update-begin--Author:jg_renjie Date:20160131 for:针对默认字段 create_name、create_by等获取系统上下文值进行处理 autoForm.setUpdateDate(new Date()); autoForm.setUpdateName(ResourceUtil.getSessionUserName().getRealName()); autoForm.setUpdateBy(ResourceUtil.getSessionUserName().getUserName()); + //update-end--Author:jg_renjie Date:20160131 for:针对默认字段 create_name、create_by等获取系统上下文值进行处理 autoFormService.saveOrUpdate(t); attributes.put("id", t.getId()); j.setAttributes(attributes); @@ -263,7 +271,10 @@ public class AutoFormController extends BaseController { autoForm.setFormParse(autoForm.getFormContent()); } + //--update-begin-------------date:20151102---------for:check 表单编码不允许重复-------------------- //TODO 待实现 + + //--update-end-------------date:20151102---------for:check 表单编码不允许重复---------------------- autoFormService.save(autoForm); attributes.put("id", autoForm.getId()); j.setAttributes(attributes); @@ -296,6 +307,7 @@ public class AutoFormController extends BaseController { map.put(name, name); } } + //update---begin---author:zhoujf------date:20151207---------------for:大小写问题修改------------------------------- // Elements ids = doc.select("input[name$=.id]"); // for (Element el: ids) { // String name = el.attr("name"); @@ -306,6 +318,7 @@ public class AutoFormController extends BaseController { // map.put(name, name); // } // } + //update---end---author:zhoujf------date:20151207---------------for:大小写问题修改------------------------------- } @@ -396,7 +409,9 @@ public class AutoFormController extends BaseController { for(AutoFormDbEntity dbForm:list){ map = new HashMap(); map.put("id", dbForm.getId()); + //update-begin--Author: jg_huangxg Date:20151106 for:自定义表单时数据源树把数据源编码 和 字段属性名显示出来 map.put("name", dbForm.getDbChName()+"("+dbForm.getDbName()+")"); + //update-end--Author: jg_huangxg Date:20151106 for:自定义表单时数据源树把数据源编码 和 字段属性名显示出来 map.put("dbCode", dbForm.getDbName()); map.put("pid", "0"); //增加父节点 @@ -407,7 +422,9 @@ public class AutoFormController extends BaseController { for(AutoFormDbFieldEntity field: fieldlist){ map = new HashMap(); map.put("id", field.getId()); + //update-begin--Author: jg_huangxg Date:20151106 for:自定义表单时数据源树把数据源编码 和 字段属性名显示出来 map.put("name", (StringUtils.isBlank(field.getFieldText())||"null".equals(field.getFieldText()))?field.getFieldName():field.getFieldText()+"("+field.getFieldName()+")"); + //update-end--Author: jg_huangxg Date:20151106 for:自定义表单时数据源树把数据源编码 和 字段属性名显示出来 map.put("pId", dbForm.getId()); map.put("nocheck",true); dateList.add(map); @@ -419,7 +436,9 @@ public class AutoFormController extends BaseController { for(AutoFormDbFieldEntity field: fieldlist){ map = new HashMap(); map.put("id", field.getId()); + //update-begin--Author: jg_huangxg Date:20151106 for:自定义表单时数据源树把数据源编码 和 字段属性名显示出来 map.put("name", (StringUtils.isBlank(field.getFieldText())||"null".equals(field.getFieldText()))?field.getFieldName():field.getFieldText()+"("+field.getFieldName()+")"); + //update-end--Author: jg_huangxg Date:20151106 for:自定义表单时数据源树把数据源编码 和 字段属性名显示出来 map.put("pId", dbForm.getId()); map.put("nocheck",true); dateList.add(map); @@ -468,11 +487,15 @@ public class AutoFormController extends BaseController { dsData.put("dsName", db.getDbName()); dsList.add(dsData); if("table".equals(db.getDbType())){ + //update-begin--Author: jg_huangxg Date:20151106 for:增加字段文本的查询,当字段文本为空时,使用字段名称 String hql = "select new Map(t.fieldName as fieldName,t.fieldText as fieldText) from AutoFormDbFieldEntity t where t.autoFormDbId=?"; + //update-end--Author: jg_huangxg Date:20151106 for:增加字段文本的查询,当字段文本为空时,使用字段名称 List> columns = this.systemService.findHql(hql, autoFormDbId); dsData.put("columns", columns); } else if("sql".equals(db.getDbType())){ + //update-begin--Author: jg_huangxg Date:20151106 for:增加字段文本的查询,当字段文本为空时,使用字段名称 String hql = "select new Map(t.fieldName as fieldName,t.fieldText as fieldText) from AutoFormDbFieldEntity t where t.autoFormDbId=?"; + //update-end--Author: jg_huangxg Date:20151106 for:增加字段文本的查询,当字段文本为空时,使用字段名称 List> columns = this.systemService.findHql(hql, autoFormDbId); if(columns.size()>0){ dsData.put("columns", columns); @@ -536,10 +559,11 @@ public class AutoFormController extends BaseController { List autoList = systemService.findByProperty(AutoFormDbEntity.class, "dbName", autoForm.getMainTableSource()); if (autoList!=null&&autoList.size()>0) { AutoFormDbEntity autoFormDbEntity = autoList.get(0); - + //-- update-start author: gengjiajia date:20160616 for: TASK #1110 传递动态数据源名称 //3.传递参数 //req.setAttribute("tbDbKey", autoFormDbEntity.getTbDbKey()); req.setAttribute("dbKey", autoFormDbEntity.getDbKey()); + //-- update-end author: gengjiajia date:20160616 for: TASK #1110 传递动态数据源名称 } req.setAttribute("paramList", paramList); req.setAttribute("autoFormPage", autoForm); @@ -608,6 +632,7 @@ public class AutoFormController extends BaseController { for(String key :tem.keySet()){ paramMap.put(key, tem.get(key)); } + //-- update-end author: xugj date:20160103 for: #851 controller 单元测试升级servlet-api 后,req.getParameterMap() 返回值类型变化 String op = req.getParameter("op"); if(StringUtil.isEmpty(op)){ @@ -703,7 +728,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:TASK #704 【表单填报预览】针对特殊类型数据,需要进行转换,比如blob boolean flag = false; for(Map typeMap:typeList){ String dataType = typeMap.get("dataType").toString().toUpperCase(); @@ -717,6 +742,7 @@ public class AutoFormController extends BaseController { if(!flag){ hqlTable.append(autoFormDbFieldEntity.getFieldName()+","); } + //author:jg_renjie----end-----date:20160228--------for:TASK #704 【表单填报预览】针对特殊类型数据,需要进行转换,比如blob } hqlTable.deleteCharAt(hqlTable.length()-1).append(" from "+formDb.getDbTableName()); @@ -730,10 +756,12 @@ public class AutoFormController extends BaseController { } hqlTable.append(" where ID ='").append(id).append("'"); + //update-start--Author:luobaoli Date:20150701 for:如果数据源为空,那么以当前上下文中的DB配置为准,查询出表数据 if("".equals(formDb.getDbKey())){ //当前上下文中的DB环境,获取数据库表中的所有数据 data = systemService.findForJdbc(hqlTable.toString()); } + //update-end--Author:luobaoli Date:20150701 for:如果数据源为空,那么以当前上下文中的DB配置为准,查询出表数据 else{ DynamicDataSourceEntity dynamicDataSourceEntity = dynamicDataSourceServiceI.getDynamicDataSourceEntityForDbKey(formDb.getDbKey()); if(dynamicDataSourceEntity!=null){ @@ -770,7 +798,7 @@ public class AutoFormController extends BaseController { throw new BusinessException(message); } else { try { - + // update-start--Author:gengjiajia Date:20160616 for:TASK #1110 修改使用动态数据源查询数据 // data = systemService.findForJdbc(dbDynSql); Object dbKeys = paramMap.get("dbKey"); if (oConvertUtils.isNotEmpty(dbKeys)) { @@ -789,7 +817,7 @@ public class AutoFormController extends BaseController { } else { data = systemService.findForJdbc(dbDynSql); } - + // update-start--Author:gengjiajia Date:20160616 for: #1110 修改使用动态数据源查询数据 } catch (Exception e) { logger.info(e.getMessage()); message = "动态SQL数据查询失败!"; @@ -809,10 +837,38 @@ public class AutoFormController extends BaseController { * @param dbTableNm * @return */ - + //author:jg_renjie----start-----date:20160228--------for:TASK #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+"'"; + String sql = "select DATA_TYPE as dataType,COLUMN_NAME as columnNm from information_schema.COLUMNS where TABLE_NAME='"+dbTableNm.toUpperCase()+"'"; + //--author:zhoujf---start------date:20170216--------for:自定义表单获取列类型不同数据库获取问题 + //--------------------------------------------------------------------------------------- + //[DB SQL] + if(CodeResourceUtil.DATABASE_TYPE.equals(ConvertDef.DATABASE_TYPE_MYSQL)){ + //mysql + sql = "select COLUMN_NAME as columnNm,DATA_TYPE as dataType from information_schema.COLUMNS where TABLE_NAME='"+dbTableNm.toUpperCase()+"'"; + }else if(CodeResourceUtil.DATABASE_TYPE.equals(ConvertDef.DATABASE_TYPE_ORACLE)){ + //oracle + sql = " select colstable.column_name columnNm, colstable.data_type dataType" + + " from user_tab_cols colstable " + + " inner join user_col_comments commentstable " + + " on colstable.column_name = commentstable.column_name " + + " where colstable.table_name = commentstable.table_name " + + " and colstable.table_name = '"+dbTableNm.toUpperCase()+"'"; + }else if(CodeResourceUtil.DATABASE_TYPE.equals(ConvertDef.DATABASE_TYPE_postgresql)){ + //postgresql + sql = "SELECT a.attname AS columnNm,t.typname AS dataType" + +" FROM pg_class c,pg_attribute a,pg_type t " + +" WHERE c.relname = '"+dbTableNm.toUpperCase()+"' and a.attnum > 0 and a.attrelid = c.oid and a.atttypid = t.oid " + +" ORDER BY a.attnum "; + }else if(CodeResourceUtil.DATABASE_TYPE.equals(ConvertDef.DATABASE_TYPE_SQL_SERVER)){ + //sqlserver +// sql = "select cast(a.name as varchar(50)) columnNm, cast(b.name as varchar(50)) dataType" + +// " from sys.columns a left join sys.types b on a.user_type_id=b.user_type_id left join sys.objects c on a.object_id=c.object_id and c.type='''U''' left join sys.extended_properties e on e.major_id=c.object_id and e.minor_id=a.column_id and e.class=1 where c.name='"+dbTableNm.toUpperCase()+"'"; + sql = "select DATA_TYPE as dataType,COLUMN_NAME as columnNm from information_schema.COLUMNS where TABLE_NAME='"+dbTableNm.toUpperCase()+"'"; + } + //--------------------------------------------------------------------------------------- + //--author:zhoujf---end------date:20170216--------for:自定义表单获取列类型不同数据库获取问题 if(StringUtils.isNotBlank(dbkey)){ list= DynamicDBUtil.findList(dbkey,sql); } else { @@ -850,6 +906,8 @@ public class AutoFormController extends BaseController { } return data; } + + //author:jg_renjie----end-----date:20160228--------for:TASK #704 【表单填报预览】针对特殊类型数据,需要进行转换,比如blob /** * * @param @@ -895,7 +953,9 @@ public class AutoFormController extends BaseController { if(StringUtils.isNotBlank(dbForm.getAutoFormId())){ List dbFormList = this.systemService.findByProperty(AutoFormDbEntity.class, "autoFormId", dbForm.getAutoFormId()); if(dbFormList.size()>0){ + //update-begin--Author:jg_renjie Date:20150722 for:设置默认选项的value值 message = ""; + //update-end--Author:jg_renjie Date:20150722 for:设置默认选项的value值 for(AutoFormDbEntity entity:dbFormList){ //根据数据源名称进行匹配数据 message += ""; @@ -904,13 +964,17 @@ public class AutoFormController extends BaseController { j.setMsg(message); } else{ j.setSuccess(false); + //update-begin--Author:jg_renjie Date:20150722 for:设置默认选项的value值 message = ""; + //update-end--Author:jg_renjie Date:20150722 for:设置默认选项的value值 j.setMsg(message); } }else{ //2.如果ID为空,则option拼接提示信息 j.setSuccess(false); + //update-begin--Author:jg_renjie Date:20150722 for:设置默认选项的value值 message = ""; + //update-end--Author:jg_renjie Date:20150722 for:设置默认选项的value值 j.setMsg(message); } return j; @@ -931,10 +995,12 @@ public class AutoFormController extends BaseController { //根据数据源名称进行匹配数据 if(StringUtils.isNotBlank(dbForm.getDbName()) && StringUtils.isNotBlank(dbForm.getAutoFormId())){ + //update-begin--Author:jg_renjie Date:20150723 for:数据源根据autoFormId与dbName取数据 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); + //update-end--Author:jg_renjie Date:20150723 for:数据源根据autoFormId与dbName取数据 //dbForm = this.systemService.findUniqueByProperty(AutoFormDbEntity.class, "dbName", dbForm.getDbName()); List> columns = new ArrayList>(); if("table".equals(dbForm.getDbType())){ @@ -953,7 +1019,9 @@ public class AutoFormController extends BaseController { } } if(columns.size()>0){ + //update-begin--Author:jg_renjie Date:20150722 for:设置默认选项的value值 message = ""; + //update-end--Author:jg_renjie Date:20150722 for:设置默认选项的value值 for(Map map:columns){ message += ""; } @@ -961,19 +1029,23 @@ public class AutoFormController extends BaseController { j.setMsg(message); } else{ j.setSuccess(false); + //update-begin--Author:jg_renjie Date:20150722 for:设置默认选项的value值 message = ""; + //update-end--Author:jg_renjie Date:20150722 for:设置默认选项的value值 j.setMsg(message); } }else{ //2.如果ID为空,则option拼接提示信息 j.setSuccess(false); + //update-begin--Author:jg_renjie Date:20150722 for:设置默认选项的value值 message = ""; + //update-end--Author:jg_renjie Date:20150722 for:设置默认选项的value值 j.setMsg(message); } } return j; } - + //add-begin--Author:jg_renjie Date:20150725 for:数据源根据autoFormId与dbName取数据,并拼接成tr串 /** * 得到与指定数据源对应的字段,并拼接成table字符串 * @param dbForm @@ -992,6 +1064,7 @@ public class AutoFormController extends BaseController { if(StringUtils.isNotBlank(dbForm.getDbName()) && StringUtils.isNotBlank(dbForm.getAutoFormId())){ + //update-begin--Author:jg_renjie Date:20150723 for:数据源根据autoFormId与dbName取数据 String hqlList = "from AutoFormDbEntity t where t.dbName = ? and autoFormId = ?"; List list= this.systemService.findHql(hqlList, dbForm.getDbName(),dbForm.getAutoFormId()); if(list.size() ==1){ @@ -1003,6 +1076,8 @@ public class AutoFormController extends BaseController { } else { attributes.put("dbName", dbForm.getDbName()); } + + //update-end--Author:jg_renjie Date:20150723 for:数据源根据autoFormId与dbName取数据 //dbForm = this.systemService.findUniqueByProperty(AutoFormDbEntity.class, "dbName", dbForm.getDbName()); List> columns = new ArrayList>(); if("table".equals(dbForm.getDbType())){ @@ -1020,7 +1095,8 @@ public class AutoFormController extends BaseController { } } } - + + //update-start--Author:jg_renjie Date:20151107 for:优化根据数据源生成数据列 StringBuilder options = null; StringBuilder trList = new StringBuilder(); String headStr = ""; @@ -1162,6 +1238,7 @@ public class AutoFormController extends BaseController { } else { message = ""; } + //update-end--Author:jg_renjie Date:20151107 for:优化根据数据源生成数据列 j.setSuccess(true); //j.setMsg(message); @@ -1178,8 +1255,9 @@ public class AutoFormController extends BaseController { } return j; } - - + //add-end--Author:jg_renjie Date:20150725 for:数据源根据autoFormId与dbName取数据,并拼接成tr串 + + //update-start--Author:jg_renjie Date:20151107 for:优化根据数据源生成数据列 /** * 字段下拉框选择值时,自动填充表头信息 */ @@ -1208,6 +1286,7 @@ public class AutoFormController extends BaseController { j.setMsg(message); return j; } + //update-end--Author:jg_renjie Date:20151107 for:优化根据数据源生成数据列 /** * 添加表单 @@ -1313,6 +1392,7 @@ public class AutoFormController extends BaseController { j.setMsg(message); return j; } + //update-begin--Author:zzl Date:20151102 for:表单编码唯一性验证 @RequestMapping(params = "checkTbCode") @ResponseBody @@ -1336,6 +1416,8 @@ public class AutoFormController extends BaseController { jsonObject.put("status", "y"); return jsonObject; } + //update-end--Author:zzl Date:20151102 for:表单编码唯一性验证 + //update-begin--Author:zzl Date:20151110 for:数据源级联删除 private void delFormDb(String autoFormId){ List list = this.systemService.findByProperty(AutoFormDbEntity.class, "autoFormId", autoFormId); if(list!=null&&list.size()>0) { @@ -1345,7 +1427,10 @@ public class AutoFormController extends BaseController { } } } - + //update-end--Author:zzl Date:20151110 for:数据源级联删除 + + + //update-start--Author: jg_huangxg Date:2016年9月20日 for:VM版请求 /** * 表单表列表 页面跳转 * @@ -1401,10 +1486,11 @@ public class AutoFormController extends BaseController { List autoList = systemService.findByProperty(AutoFormDbEntity.class, "dbName", autoForm.getMainTableSource()); if (autoList!=null&&autoList.size()>0) { AutoFormDbEntity autoFormDbEntity = autoList.get(0); - + //-- update-start author: gengjiajia date:20160616 for: TASK #1110 传递动态数据源名称 //3.传递参数 //req.setAttribute("tbDbKey", autoFormDbEntity.getTbDbKey()); velocityContext.put("dbKey", autoFormDbEntity.getDbKey()); + //-- update-end author: gengjiajia date:20160616 for: TASK #1110 传递动态数据源名称 } velocityContext.put("paramList", paramList); velocityContext.put("autoFormPage", autoForm); @@ -1425,6 +1511,7 @@ public class AutoFormController extends BaseController { for(String key :tem.keySet()){ paramMap.put(key, tem.get(key)); } + //-- update-end author: xugj date:20160103 for: #851 controller 单元测试升级servlet-api 后,req.getParameterMap() 返回值类型变化 String op = request.getParameter("op"); if(StringUtil.isEmpty(op)){ @@ -1511,4 +1598,5 @@ public class AutoFormController extends BaseController { velocityContext.put("message", message); ViewVelocity.view(request,response,viewName,velocityContext); } + //update-end--Author: jg_huangxg Date:2016年9月20日 for:VM版请求 } diff --git a/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormServiceImpl.java b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormServiceImpl.java index 366153c5..9abe3a11 100644 --- a/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/autoform/service/impl/AutoFormServiceImpl.java @@ -1,7 +1,11 @@ package org.jeecgframework.web.autoform.service.impl; import java.io.Serializable; +import java.text.ParseException; +import java.text.SimpleDateFormat; +import java.util.ArrayList; import java.util.Date; +import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; @@ -10,16 +14,22 @@ import java.util.Map.Entry; import java.util.Set; import java.util.UUID; +import org.apache.commons.lang3.StringUtils; +import org.jeecgframework.codegenerate.util.CodeResourceUtil; +import org.jeecgframework.codegenerate.util.def.ConvertDef; import org.jeecgframework.core.common.service.impl.CommonServiceImpl; import org.jeecgframework.core.constant.DataBaseConstant; import org.jeecgframework.core.util.DateUtils; +import org.jeecgframework.core.util.DynamicDBUtil; import org.jeecgframework.core.util.ResourceUtil; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.UUIDGenerator; +import org.jeecgframework.core.util.oConvertUtils; 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.entity.config.CgFormFieldEntity; import org.jeecgframework.web.cgform.exception.BusinessException; import org.springframework.dao.DuplicateKeyException; import org.springframework.jdbc.UncategorizedSQLException; @@ -152,7 +162,7 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe } } } - + //add-start--Author:chenchunpeng Date:20160613 for:自定义表单设定默认值 /** * 插入操作时将系统变量约定的字段赋值 * @param data @@ -198,7 +208,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 +242,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 +250,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(); @@ -301,7 +311,9 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe data.put(fkid, fkidValue); } } - + //--author:zhoujf---start------date:20170216--------for:自定义表单保存数据格式不一致问题 + dataAdapter(tbDbTableName,data); + //--author:zhoujf---end------date:20170216--------for:自定义表单保存数据格式不一致问题 //智能提交数据 if(isAdd){ if(id==null||id.toString().equals("")){ @@ -344,6 +356,119 @@ public class AutoFormServiceImpl extends CommonServiceImpl implements AutoFormSe } + /** + * 数据类型适配-根据表单配置的字段类型将前台传递的值将map-value转换成相应的类型 + * @param tableName 表单名 + * @param data 数据 + */ + private Map dataAdapter(String tableName,Map data) { + //step.1 获取表单的字段配置 + Map fieldConfigs =getColumnTypes(tableName); + //step.2 迭代将要持久化的数据 + Iterator it = fieldConfigs.keySet().iterator(); + for(;it.hasNext();){ + Object key = it.next(); + //根据表单配置的字段名 获取 前台数据 + Object beforeV = data.get(key.toString().toLowerCase()); + + //如果值不为空 + if(oConvertUtils.isNotEmpty(beforeV)){ + //获取字段配置-字段类型 + String type = fieldConfigs.get(key.toString().toLowerCase()); + //根据类型进行值的适配 + if("date".equalsIgnoreCase(type)){ + //日期->java.util.Date + Object newV = String.valueOf(beforeV); + try { + String dateStr = String.valueOf(beforeV); + if (dateStr.indexOf(":") == -1 && dateStr.length() == 10) { + newV = new SimpleDateFormat("yyyy-MM-dd").parse(dateStr); + } else if (dateStr.indexOf(":") > 0 && dateStr.length() == 19) { + newV = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse(dateStr); + } else if (dateStr.indexOf(":") > 0 && dateStr.length() == 21) { + dateStr = dateStr.substring(0,dateStr.indexOf(".")); + newV = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse(dateStr); + } + if(data.containsKey(key)){ + data.put(String.valueOf(key), newV); + } + } catch (ParseException e) { + e.printStackTrace(); + } + }else if("int".equalsIgnoreCase(type)){ + //int->java.lang.Integer + Object newV = null; + try{ + newV = Integer.parseInt(String.valueOf(beforeV)); + }catch (Exception e) { + e.printStackTrace(); + } + if(data.containsKey(key)){ + data.put(String.valueOf(key), newV); + } + }else if("double".equalsIgnoreCase(type)){ + //double->java.lang.Double + Object newV = new Double(0); + try{ + newV = Double.parseDouble(String.valueOf(beforeV)); + }catch (Exception e) { + e.printStackTrace(); + } + if(data.containsKey(key)){ + data.put(String.valueOf(key), newV); + } + } + } + } + return data; + } + + /** + * 根据表名获取各个字段的类型 + * @param dbTableNm + * @return + */ + private Map getColumnTypes(String dbTableNm){ + List> list = new ArrayList>(); + String sql = "select DATA_TYPE as dataType,COLUMN_NAME as columnNm from information_schema.COLUMNS where TABLE_NAME='"+dbTableNm.toUpperCase()+"'"; + //--------------------------------------------------------------------------------------- + //[DB SQL] + if(CodeResourceUtil.DATABASE_TYPE.equals(ConvertDef.DATABASE_TYPE_MYSQL)){ + //mysql + sql = "select COLUMN_NAME as columnNm,DATA_TYPE as dataType from information_schema.COLUMNS where TABLE_NAME='"+dbTableNm.toUpperCase()+"'"; + }else if(CodeResourceUtil.DATABASE_TYPE.equals(ConvertDef.DATABASE_TYPE_ORACLE)){ + //oracle + sql = " select colstable.column_name columnNm, colstable.data_type dataType" + + " from user_tab_cols colstable " + + " inner join user_col_comments commentstable " + + " on colstable.column_name = commentstable.column_name " + + " where colstable.table_name = commentstable.table_name " + + " and colstable.table_name = '"+dbTableNm.toUpperCase()+"'"; + }else if(CodeResourceUtil.DATABASE_TYPE.equals(ConvertDef.DATABASE_TYPE_postgresql)){ + //postgresql + sql = "SELECT a.attname AS columnNm,t.typname AS dataType" + +" FROM pg_class c,pg_attribute a,pg_type t " + +" WHERE c.relname = '"+dbTableNm.toUpperCase()+"' and a.attnum > 0 and a.attrelid = c.oid and a.atttypid = t.oid " + +" ORDER BY a.attnum "; + }else if(CodeResourceUtil.DATABASE_TYPE.equals(ConvertDef.DATABASE_TYPE_SQL_SERVER)){ + //sqlserver +// sql = "select cast(a.name as varchar(50)) columnNm, cast(b.name as varchar(50)) dataType" + +// " from sys.columns a left join sys.types b on a.user_type_id=b.user_type_id left join sys.objects c on a.object_id=c.object_id and c.type='''U''' left join sys.extended_properties e on e.major_id=c.object_id and e.minor_id=a.column_id and e.class=1 where c.name='"+dbTableNm.toUpperCase()+"'"; + sql = "select DATA_TYPE as dataType,COLUMN_NAME as columnNm from information_schema.COLUMNS where TABLE_NAME='"+dbTableNm.toUpperCase()+"'"; + } + //--------------------------------------------------------------------------------------- + list = this.findForJdbc(sql); + Map map = new HashMap(); + if(list!=null&&list.size()>0){ + for(Map typeMap:list){ + String dataType = typeMap.get("dataType").toString().toLowerCase(); + String columnNm = typeMap.get("columnNm").toString().toLowerCase(); + map.put(columnNm,dataType); + } + } + return map; + } + private String getDsPropertyValueNoGenerator(Map> dataMap,String key){ String value = ""; String [] keys = key.split("\\."); diff --git a/src/main/java/org/jeecgframework/web/graphreport/controller/JformGraphreportHeadController.java b/src/main/java/org/jeecgframework/web/graphreport/controller/JformGraphreportHeadController.java index 1b5da9df..531e3f38 100644 --- a/src/main/java/org/jeecgframework/web/graphreport/controller/JformGraphreportHeadController.java +++ b/src/main/java/org/jeecgframework/web/graphreport/controller/JformGraphreportHeadController.java @@ -1,5 +1,13 @@ package org.jeecgframework.web.graphreport.controller; +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + import org.apache.log4j.Logger; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.exception.BusinessException; @@ -14,14 +22,12 @@ import org.jeecgframework.poi.excel.entity.ExportParams; import org.jeecgframework.poi.excel.entity.ImportParams; import org.jeecgframework.poi.excel.entity.vo.NormalExcelConstants; import org.jeecgframework.tag.core.easyui.TagUtil; -import org.jeecgframework.web.demo.entity.test.CourseEntity; import org.jeecgframework.web.graphreport.entity.core.JformGraphreportHeadEntity; import org.jeecgframework.web.graphreport.entity.core.JformGraphreportItemEntity; import org.jeecgframework.web.graphreport.page.core.JformGraphreportHeadPage; import org.jeecgframework.web.graphreport.service.core.JformGraphreportHeadServiceI; 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; @@ -31,13 +37,6 @@ import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartHttpServletRequest; import org.springframework.web.servlet.ModelAndView; -import javax.servlet.http.HttpServletRequest; -import javax.servlet.http.HttpServletResponse; -import java.io.IOException; -import java.util.ArrayList; -import java.util.List; -import java.util.Map; - /** * @Title: Controller diff --git a/src/main/java/org/jeecgframework/web/system/controller/core/RepairController.java b/src/main/java/org/jeecgframework/web/system/controller/core/RepairController.java deleted file mode 100644 index 5fa2639d..00000000 --- a/src/main/java/org/jeecgframework/web/system/controller/core/RepairController.java +++ /dev/null @@ -1,55 +0,0 @@ -package org.jeecgframework.web.system.controller.core; - -import org.jeecgframework.web.system.service.RepairService; -import org.jeecgframework.web.system.service.SystemService; - -import org.apache.log4j.Logger; -import org.jeecgframework.core.common.controller.BaseController; -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.servlet.ModelAndView; - -/** - * @Description 修复数据库 - * @ClassName: RepairController - * @author tanghan - * @date 2013-7-19 下午01:23:08 - */ -//@Scope("prototype") -@Controller -@RequestMapping("/repairController") -public class RepairController extends BaseController { - - /** - * Logger for this class - */ - private static final Logger logger = Logger.getLogger(RepairController.class); - - private SystemService systemService; - - private RepairService repairService; - - - @Autowired - public void setRepairService(RepairService repairService) { - this.repairService = repairService; - } - - @Autowired - public void setSystemService(SystemService systemService) { - this.systemService = systemService; - } - - /** - * @Description repair - */ - @RequestMapping(params = "repair") - public ModelAndView repair() { - repairService.deleteAndRepair(); - systemService.initAllTypeGroups(); //初始化缓存 - return new ModelAndView("login/login"); - } - -} diff --git a/src/main/java/org/jeecgframework/web/system/service/impl/RepairServiceImpl.java b/src/main/java/org/jeecgframework/web/system/service/impl/RepairServiceImpl.java deleted file mode 100644 index daccffa5..00000000 --- a/src/main/java/org/jeecgframework/web/system/service/impl/RepairServiceImpl.java +++ /dev/null @@ -1,4316 +0,0 @@ -package org.jeecgframework.web.system.service.impl; - -import java.math.BigDecimal; -import java.text.ParseException; -import java.text.SimpleDateFormat; -import java.util.ArrayList; -import java.util.Date; -import java.util.List; - -import org.jeecgframework.core.common.service.impl.CommonServiceImpl; -import org.jeecgframework.core.online.util.FreemarkerHelper; -import org.jeecgframework.core.util.DateUtils; -import org.jeecgframework.web.cgform.entity.config.CgFormFieldEntity; -import org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity; -import org.jeecgframework.web.demo.entity.test.CKEditorEntity; -import org.jeecgframework.web.demo.entity.test.CourseEntity; -import org.jeecgframework.web.demo.entity.test.JeecgDemoCkfinderEntity; -import org.jeecgframework.web.demo.entity.test.JeecgJdbcEntity; -import org.jeecgframework.web.demo.entity.test.JeecgMatterBom; -import org.jeecgframework.web.demo.entity.test.JeecgNoteEntity; -import org.jeecgframework.web.demo.entity.test.JeecgOrderCustomEntity; -import org.jeecgframework.web.demo.entity.test.JeecgOrderMainEntity; -import org.jeecgframework.web.demo.entity.test.JeecgOrderProductEntity; -import org.jeecgframework.web.demo.entity.test.StudentEntity; -import org.jeecgframework.web.demo.entity.test.TSStudent; -import org.jeecgframework.web.demo.entity.test.TeacherEntity; -import org.jeecgframework.web.system.pojo.base.TSAttachment; -import org.jeecgframework.web.system.pojo.base.TSDemo; -import org.jeecgframework.web.system.pojo.base.TSDepart; -import org.jeecgframework.web.system.pojo.base.TSFunction; -import org.jeecgframework.web.system.pojo.base.TSIcon; -import org.jeecgframework.web.system.pojo.base.TSLog; -import org.jeecgframework.web.system.pojo.base.TSOperation; -import org.jeecgframework.web.system.pojo.base.TSRole; -import org.jeecgframework.web.system.pojo.base.TSRoleFunction; -import org.jeecgframework.web.system.pojo.base.TSRoleUser; -import org.jeecgframework.web.system.pojo.base.TSTimeTaskEntity; -import org.jeecgframework.web.system.pojo.base.TSType; -import org.jeecgframework.web.system.pojo.base.TSTypegroup; -import org.jeecgframework.web.system.pojo.base.TSUser; -import org.jeecgframework.web.system.pojo.base.TSUserOrg; -import org.jeecgframework.web.system.service.RepairService; -import org.springframework.stereotype.Service; -import org.springframework.transaction.annotation.Transactional; - -/** - * @Description 修复数据库Service - * @ClassName: RepairService - * @author tanghan - * @date 2013-7-19 下午01:31:00 - */ -@Service("repairService") -@Transactional -public class RepairServiceImpl extends CommonServiceImpl implements - RepairService { - - /** - * @Description 先清空数据库,然后再修复数据库 - * @author tanghan 2013-7-19 - */ - - public void deleteAndRepair() { - // 由于表中有主外键关系,清空数据库需注意 - commonDao.executeHql("delete TSLog"); - commonDao.executeHql("delete CKEditorEntity"); - commonDao.executeHql("delete CgformEnhanceJsEntity"); - commonDao.executeHql("delete CgFormFieldEntity"); - commonDao.executeHql("delete CgFormHeadEntity"); - commonDao.executeHql("delete TSAttachment"); - commonDao.executeHql("delete TSOperation"); - commonDao.executeHql("delete TSRoleFunction"); - commonDao.executeHql("delete TSRoleUser"); - commonDao.executeHql("delete TSUser"); - commonDao.executeHql("delete TSBaseUser"); - commonDao.executeHql("update TSFunction ts set ts.TSFunction = null"); - commonDao.executeHql("delete TSFunction"); - commonDao.executeHql("update TSDepart t set t.TSPDepart = null"); - commonDao.executeHql("delete TSDepart"); - commonDao.executeHql("delete TSIcon"); - commonDao.executeHql("delete TSRole"); - commonDao.executeHql("delete TSType"); - commonDao.executeHql("delete TSTypegroup"); - commonDao.executeHql("update TSDemo t set t.TSDemo = null"); - commonDao.executeHql("delete TSDemo"); - commonDao.executeHql("delete JeecgDemoCkfinderEntity"); - commonDao.executeHql("delete TSTimeTaskEntity"); - commonDao.executeHql("delete StudentEntity"); - commonDao.executeHql("delete CourseEntity"); - commonDao.executeHql("delete TeacherEntity"); - commonDao.executeHql("delete JeecgJdbcEntity "); - commonDao.executeHql("delete JeecgOrderMainEntity "); - commonDao.executeHql("delete JeecgOrderProductEntity "); - commonDao.executeHql("delete JeecgOrderCustomEntity "); - commonDao.executeHql("delete JeecgNoteEntity "); - commonDao.executeHql("update JeecgMatterBom mb set mb.parent = null"); - commonDao.executeHql("delete JeecgMatterBom "); - repair(); - } - - /** - * @Description 修复数据库 - * @author tanghan 2013-7-19 - */ - - synchronized public void repair() { - //repairCkFinder();// 修复智能表单ck_finder数据库 - repaireIcon(); // 修复图标 - repairAttachment(); // 修改附件 - repairDepart();// 修复部门表 - repairMenu();// 修复菜单权限 - repairRole();// 修复角色 - repairUser(); // 修复基本用户 - repairTypeAndGroup();// 修复字典类型 - repairType();// 修复字典值 - repairOperation(); // 修复操作表 - repairRoleFunction();// 修复角色和权限的关系 - repairUserRole();// 修复用户和角色的关系 - repairDemo(); // 修复Demo表,(页面表单验证功能); - repairLog();// 修复日志表 - repairCkEditor(); // 修复此表,初始化HTML在线编辑功能 - repairCgFormHead();// 修复智能表单header表 - repairCgFormField(); // 修复在线表单字段 - repairTask();//修复任务管理 - repairExcel();//修复Excel导出导入demo - repairJdbcEntity();//修复表单例子无tag - repairJeecgNoteEntity();//表单模型 - repairOrder();//修复订单一对多 - repairMatterBom();//修复物料Bom - repairReportEntity();//修复报表统计demo - } - - /** - * 修复物料Bom - *@Author fancq - *@date 2013-11-14 - */ - private void repairMatterBom() { - JeecgMatterBom entity = new JeecgMatterBom(); - entity.setCode("001"); - entity.setName("电脑"); - entity.setUnit("台"); - entity.setWeight("100"); - entity.setPrice(new BigDecimal(5000)); - entity.setStock(10); - entity.setAddress("广东深圳"); - entity.setProductionDate(new Date()); - entity.setQuantity(5); - commonDao.save(entity); - - JeecgMatterBom entity2 = new JeecgMatterBom(); - entity2.setCode("001001"); - entity2.setName("主板"); - entity2.setUnit("个"); - entity2.setWeight("60"); - entity2.setPrice(new BigDecimal(800)); - entity2.setStock(18); - entity2.setAddress("上海"); - entity2.setProductionDate(new Date()); - entity2.setQuantity(6); - entity2.setParent(entity); - commonDao.save(entity2); - } - - /** - * 修复订单一对多 - *@Author JueYue - *@date 2013-11-12 - */ - private void repairOrder() { - JeecgOrderMainEntity main = new JeecgOrderMainEntity(); - main.setGoAllPrice(new BigDecimal(1111111)); - main.setGoContactName("alex"); - main.setGoContent("别放辣椒"); - main.setGoderType("1"); - main.setGoOrderCode("11111AAA"); - main.setGoOrderCount(1); - main.setGoReturnPrice(new BigDecimal(100)); - main.setUsertype("1"); - commonDao.save(main); - JeecgOrderProductEntity product = new JeecgOrderProductEntity(); - product.setGoOrderCode(main.getGoOrderCode()); - product.setGopCount(1); - product.setGopOnePrice(new BigDecimal(100)); - product.setGopProductName("最最美味的地锅鸡"); - product.setGopProductType("1"); - product.setGopSumPrice(new BigDecimal(100)); - commonDao.save(product); - JeecgOrderCustomEntity coustom = new JeecgOrderCustomEntity(); - coustom.setGoOrderCode(main.getGoOrderCode()); - coustom.setGocCusName("小明"); - coustom.setGocSex("1"); - commonDao.save(coustom); - } - - /** - * 修复表单模型 - *@Author JueYue - *@date 2013-11-12 - */ - private void repairJeecgNoteEntity() { - JeecgNoteEntity entity = new JeecgNoteEntity(); - entity.setAge(10); - entity.setBirthday(new Date()); - entity.setCreatedt(new Date()); - entity.setName("小红"); - entity.setSalary(new BigDecimal(1000)); - commonDao.save(entity); - } - - /** - * 修复表单例子无tag - * @throws ParseException - *@Author JueYue - *@date 2013-11-12 - */ - private void repairJdbcEntity(){ - JeecgJdbcEntity entity = new JeecgJdbcEntity(); - entity.setAge(12); - entity.setBirthday(DateUtils.str2Date("2014-02-14",new SimpleDateFormat("yyyy-MM-dd"))); - entity.setDepId("123"); - entity.setEmail("demo@jeecg.com"); - entity.setMobilePhone("13111111111"); - entity.setOfficePhone("66666666"); - entity.setSalary(new BigDecimal(111111)); - entity.setSex("1"); - entity.setUserName("小明"); - commonDao.save(entity); - } - - /** - * 修复Excel导出导入数据 - *@Author JueYue - *@date 2013-11-10 - */ - private void repairExcel() { - CourseEntity course = new CourseEntity(); - course.setName("海贼王"); - TeacherEntity teacher = new TeacherEntity(); - teacher.setName("路飞"); - teacher.setPic("upload/Teacher/pic3345280233.PNG"); - course.setTeacher(teacher); - List list = new ArrayList(); - StudentEntity student = new StudentEntity(); - student.setName("卓洛"); - student.setSex("0"); - list.add(student); - student = new StudentEntity(); - student.setName("山治 "); - student.setSex("0"); - list.add(student); - course.setStudents(list); - commonDao.save(course.getTeacher()); - commonDao.save(course); - commonDao.save(course); - for (StudentEntity s :course.getStudents()){ - s.setCourse(course); - } - commonDao.batchSave(course.getStudents()); - } - - /** - * 修复任务管理 - * @author JueYue - * @serialData 2013年11月5日 - */ - private void repairTask() { - TSTimeTaskEntity task = new TSTimeTaskEntity(); - task.setTaskId("taskDemoServiceTaskCronTrigger"); - task.setTaskDescribe("测试Demo"); - task.setCronExpression("0 0/1 * * * ?"); - task.setIsEffect("0"); - task.setIsStart("0"); - commonDao.saveOrUpdate(task); - } - - /** - * @Description 修复智能表单ck_finder数据库 - * @author Alexander 2013-10-13 - */ - private void repairCkFinder() { - JeecgDemoCkfinderEntity ckfinder = new JeecgDemoCkfinderEntity(); - ckfinder.setImage("/jeecg/userfiles/images/%E6%9C%AA%E5%91%BD%E5%90%8D.jpg"); - ckfinder.setAttachment("/jeecg/userfiles/files/JEECG%20UI%E6%A0%87%E7%AD%BE%E5%BA%93%E5%B8%AE%E5%8A%A9%E6%96%87%E6%A1%A3v3_2.pdf"); - String str = "\"\"
\r\n可爱的小猫
\r\n
\r\n1CRM概述
\r\n11概念\r\n\r\n

CRM是一项商业战略,它是按照客户细分原则有效的组织企业资源,来培养以客户为中心的经营行为以及实施以客户为中心的业务流程,以此为手段来提高企业的获利能力、收入及客户满意度。

\r\n\r\n

U8CRM同样是基于客户为中心应用原则,把客户作为企业最重要的资源,围绕客户的生命周期,从客户接触开始,到客户交易、客户服务的全程进行跟踪管理、过程监控,并通过对客户多角度分析,识别客户满足度和价值度,从而不断改进产品和服务,使客户价值最大化、终身化。

\r\n1.2应用价值\r\n\r\n

统一企业的客户资源:系统帮助企业建立完整的客户、联系人资源档案,不同的组织、部门可以根据资源权限访问相关的客户资料。

\r\n深入挖掘价值客户:系统帮助用户建立价值评估体系,基于客户交易数据,多角度、全方位评估客户价值。通过客户价值的评估,挖掘价值客户,进而更好的服务价值客户。例如,帮助企业发现带来80%销售收入的20%价值客户。\r\n\r\n

跟踪和监控销售机会:系统侧重售前业务管理,从客户向企业表达意向开始,围绕销售线索不同阶段,提供对商机客户购买意向、接触过程、竞争对手、阶段评估等信息的追踪记录,并通过销售漏斗有效监督整个销售过程是否正常。

\r\n\r\n

科学预测未来销售情况:提供了一种预测模式,系统可以按照销售商机的预期销售收入和预计成交时间,科学的预测未来可能实现的销售收入。

\r\n\r\n

提供科学理性的分析决策:系统提供基于客户完整业务(客户关系管理、供应链和财务)的决策分析,并通过报表的形式展现给用户,辅助企业做出数字化决策。

\r\n资源共享:CRM系统与企业销售系统、财务系统等集成应用,实现企业信息化的整合和共享。
\r\n "; - ckfinder.setRemark(str); - commonDao.saveOrUpdate(ckfinder); - } - - /** - * @Description 修复智能表单Head数据库 - * @author tanghan 2013-7-28 - */ - private void repairCgFormHead() { - CgFormHeadEntity order_main = new CgFormHeadEntity(); - order_main.setTableName("jform_order_main"); - order_main.setIsTree("N"); - order_main.setIsPagination("Y"); - order_main.setIsCheckbox("N"); - order_main.setQuerymode("group"); - order_main.setIsDbSynch("N"); - order_main.setContent("订单主信息"); - order_main.setCreateBy("admin"); - order_main.setCreateDate(new Date()); - order_main.setJformPkType("UUID"); - // order_main.setJsPlugIn("0"); - // order_main.setSqlPlugIn("0"); - order_main.setCreateName("管理员"); - order_main.setJformVersion("57"); - order_main.setJformType(2); - order_main.setRelationType(0); - order_main.setSubTableStr("jform_order_ticket,jform_order_customer"); - commonDao.saveOrUpdate(order_main); - - CgFormHeadEntity leave = new CgFormHeadEntity(); - leave.setTableName("jform_leave"); - leave.setIsTree("N"); - leave.setIsPagination("Y"); - leave.setIsCheckbox("N"); - leave.setJformPkType("UUID"); - leave.setQuerymode("group"); - leave.setIsDbSynch("N"); - leave.setContent("请假单"); - leave.setCreateBy("admin"); - leave.setCreateDate(new Date()); - // leave.setJsPlugIn("0"); - // leave.setSqlPlugIn("0"); - leave.setCreateName("管理员"); - leave.setJformVersion("51"); - leave.setJformType(1); - leave.setRelationType(0); - commonDao.saveOrUpdate(leave); -// CgFormHeadEntity cgreport_head = new CgFormHeadEntity(); -// cgreport_head.setTableName("jform_cgreport_head"); -// cgreport_head.setIsTree("N"); -// cgreport_head.setIsPagination("Y"); -// cgreport_head.setIsCheckbox("N"); -// cgreport_head.setQuerymode("single"); -// cgreport_head.setIsDbSynch("N"); -// cgreport_head.setContent("动态报表配置抬头"); -// cgreport_head.setCreateBy("admin"); -// cgreport_head.setCreateDate(new Date()); - /* - * cgreport_head.setJsPlugIn("$(function(){"+"\r\n" + - * "$(\"body\").append(\"\");" - * +"\r\n" + - * "var $btn = $(\"
\");" - * +"\r\n" +"$(\"#cgr_sql\").after($btn);"+"\r\n" - * +"$btn.click(function(){"+"\r\n" +" $.ajax({"+"\r\n" - * +" url:\"cgReportController.do?getFields\","+"\r\n" - * +" data:{sql:$(\"#cgr_sql\").val()},"+"\r\n" - * +" type:\"Post\","+"\r\n" +" dataType:\"json\","+"\r\n" - * +" success:function(data){"+"\r\n" - * +" if(data.status==\"success\"){"+"\r\n" - * +" $(\"#add_jform_cgreport_item_table\").empty();"+"\r\n" - * +" $.each(data.datas,function(index,e){"+"\r\n" + - * " var $tr = $(\"#add_jform_cgreport_item_table_template tr\").clone();" - * +"\r\n" +" $tr.find(\"td:eq(1) :text\").val(e);"+"\r\n" - * +" $tr.find(\"td:eq(2) :text\").val(index);"+"\r\n" - * +" $tr.find(\"td:eq(3) :text\").val(e);"+"\r\n" - * +" $(\"#add_jform_cgreport_item_table\").append($tr);"+"\r\n" - * +" }); "+"\r\n" - * +" resetTrNum(\"add_jform_cgreport_item_table\");"+"\r\n" - * +" }"+"\r\n" +" }"+"\r\n" +" });"+"\r\n" +" });"+"\r\n" +"});"); - * cgreport_head.setSqlPlugIn("0"); - */ -// cgreport_head.setCreateName("管理员"); -// cgreport_head.setJformVersion("87"); -// cgreport_head.setJformType(2); -// cgreport_head.setRelationType(0); -// cgreport_head.setSubTableStr("jform_cgreport_item"); -// /* cgreport_head.setSqlPlugIn("select * from t_s_user"); */ -// -// commonDao.saveOrUpdate(cgreport_head); -// -// CgFormHeadEntity cgreport_item = new CgFormHeadEntity(); -// cgreport_item.setTableName("jform_cgreport_item"); -// cgreport_item.setIsTree("N"); -// cgreport_item.setIsPagination("Y"); -// cgreport_item.setIsCheckbox("N"); -// cgreport_item.setQuerymode("single"); -// cgreport_item.setIsDbSynch("N"); -// cgreport_item.setContent("动态报表配置明细"); -// cgreport_item.setCreateBy("admin"); -// cgreport_item.setCreateDate(new Date()); -// /* -// * cgreport_item.setJsPlugIn("0"); cgreport_item.setSqlPlugIn("0"); -// */ -// cgreport_item.setCreateName("管理员"); -// cgreport_item.setJformVersion("12"); -// cgreport_item.setJformType(3); -// cgreport_item.setRelationType(0); -// commonDao.saveOrUpdate(cgreport_item); - - CgFormHeadEntity customer = new CgFormHeadEntity(); - customer.setTableName("jform_order_customer"); - customer.setIsTree("N"); - customer.setIsPagination("Y"); - customer.setIsCheckbox("Y"); - customer.setQuerymode("single"); - customer.setIsDbSynch("N"); - customer.setContent("订单客户信息"); - customer.setCreateBy("admin"); - customer.setJformPkType("UUID"); - customer.setCreateDate(new Date()); - /* - * customer.setJsPlugIn("alert(' hello world ');"); - * customer.setSqlPlugIn("0"); - */ - customer.setCreateName("管理员"); - customer.setJformVersion("16"); - customer.setJformType(3); - customer.setRelationType(0); - commonDao.saveOrUpdate(customer); - - CgFormHeadEntity ticket = new CgFormHeadEntity(); - ticket.setTableName("jform_order_ticket"); - ticket.setIsTree("N"); - ticket.setIsPagination("Y"); - ticket.setIsCheckbox("N"); - ticket.setQuerymode("single"); - ticket.setIsDbSynch("N"); - ticket.setJformPkType("UUID"); - ticket.setContent("订单机票信息"); - ticket.setCreateBy("admin"); - ticket.setCreateDate(new Date()); - /* - * ticket.setJsPlugIn( - * "$(\"input/[name=\'name\']\").change( function() { \r\n 这里可以写些验证代码 \r\n var name = $(\"#name\").val(); \r\nalert(name);});" - * ); ticket.setSqlPlugIn("0"); - */ - ticket.setCreateName("管理员"); - ticket.setJformVersion("20"); - ticket.setJformType(3); - ticket.setRelationType(0); - commonDao.saveOrUpdate(ticket); - - CgFormHeadEntity price1 = new CgFormHeadEntity(); - price1.setTableName("jform_price1"); - price1.setIsTree("N"); - price1.setIsPagination("Y"); - price1.setIsCheckbox("N"); - price1.setQuerymode("group"); - price1.setIsDbSynch("N"); - price1.setJformPkType("UUID"); - price1.setContent("价格认证机构统计表"); - price1.setCreateBy("admin"); - price1.setCreateDate(new Date()); - /* - * price1.setJsPlugIn("0"); price1.setSqlPlugIn("0"); - */ - price1.setCreateName("管理员"); - price1.setJformVersion("3"); - price1.setJformType(1); - price1.setRelationType(0); - commonDao.saveOrUpdate(price1); - - } - - /** - * @Description 同步智能表单字段表 - * @author tanghan 2013-7-28 - */ - private void repairCgFormField() { - // 表单[订单主信息] - 字段清单 - CgFormHeadEntity jform_order_main = commonDao.findByProperty( - CgFormHeadEntity.class, "tableName", "jform_order_main").get(0); - CgFormFieldEntity jform_order_main_id = new CgFormFieldEntity(); - jform_order_main_id.setFieldName("id"); - jform_order_main_id.setTable(jform_order_main); - jform_order_main_id.setFieldLength(0); - jform_order_main_id.setIsKey("Y"); - jform_order_main_id.setIsNull("N"); - jform_order_main_id.setIsQuery("N"); - jform_order_main_id.setIsShow("N"); - jform_order_main_id.setIsShowList("N"); - jform_order_main_id.setShowType("text"); - jform_order_main_id.setLength(36); - jform_order_main_id.setType("string"); - jform_order_main_id.setOrderNum(0); - jform_order_main_id.setPointLength(0); - jform_order_main_id.setQueryMode("single"); - jform_order_main_id.setContent("主键"); - jform_order_main_id.setCreateBy("admin"); - jform_order_main_id.setCreateDate(new Date()); - jform_order_main_id.setCreateName("管理员"); - jform_order_main_id.setDictField(""); - jform_order_main_id.setDictTable(""); - jform_order_main_id.setMainTable(""); - jform_order_main_id.setMainField(""); - commonDao.saveOrUpdate(jform_order_main_id); - - CgFormFieldEntity jform_order_main_order_code = new CgFormFieldEntity(); - jform_order_main_order_code.setFieldName("order_code"); - jform_order_main_order_code.setTable(jform_order_main); - jform_order_main_order_code.setFieldLength(0); - jform_order_main_order_code.setIsKey("N"); - jform_order_main_order_code.setIsNull("Y"); - jform_order_main_order_code.setIsQuery("Y"); - jform_order_main_order_code.setIsShow("Y"); - jform_order_main_order_code.setIsShowList("Y"); - jform_order_main_order_code.setShowType("text"); - jform_order_main_order_code.setLength(50); - jform_order_main_order_code.setType("string"); - jform_order_main_order_code.setOrderNum(1); - jform_order_main_order_code.setPointLength(0); - jform_order_main_order_code.setQueryMode("single"); - jform_order_main_order_code.setContent("订单号"); - jform_order_main_order_code.setCreateBy("admin"); - jform_order_main_order_code.setCreateDate(new Date()); - jform_order_main_order_code.setCreateName("管理员"); - jform_order_main_order_code.setDictField(""); - jform_order_main_order_code.setDictTable(""); - jform_order_main_order_code.setMainTable(""); - jform_order_main_order_code.setMainField(""); - commonDao.saveOrUpdate(jform_order_main_order_code); - - CgFormFieldEntity jform_order_main_order_date = new CgFormFieldEntity(); - jform_order_main_order_date.setFieldName("order_date"); - jform_order_main_order_date.setTable(jform_order_main); - jform_order_main_order_date.setFieldLength(0); - jform_order_main_order_date.setIsKey("N"); - jform_order_main_order_date.setIsNull("Y"); - jform_order_main_order_date.setIsQuery("Y"); - jform_order_main_order_date.setIsShow("Y"); - jform_order_main_order_date.setIsShowList("Y"); - jform_order_main_order_date.setShowType("date"); - jform_order_main_order_date.setLength(20); - jform_order_main_order_date.setType("Date"); - jform_order_main_order_date.setOrderNum(2); - jform_order_main_order_date.setPointLength(0); - jform_order_main_order_date.setQueryMode("single"); - jform_order_main_order_date.setContent("订单日期"); - jform_order_main_order_date.setCreateBy("admin"); - jform_order_main_order_date.setCreateDate(new Date()); - jform_order_main_order_date.setCreateName("管理员"); - jform_order_main_order_date.setDictField(""); - jform_order_main_order_date.setDictTable(""); - jform_order_main_order_date.setMainTable(""); - jform_order_main_order_date.setMainField(""); - commonDao.saveOrUpdate(jform_order_main_order_date); - - CgFormFieldEntity jform_order_main_order_money = new CgFormFieldEntity(); - jform_order_main_order_money.setFieldName("order_money"); - jform_order_main_order_money.setTable(jform_order_main); - jform_order_main_order_money.setFieldLength(0); - jform_order_main_order_money.setIsKey("N"); - jform_order_main_order_money.setIsNull("Y"); - jform_order_main_order_money.setIsQuery("Y"); - jform_order_main_order_money.setIsShow("Y"); - jform_order_main_order_money.setIsShowList("Y"); - jform_order_main_order_money.setShowType("text"); - jform_order_main_order_money.setLength(10); - jform_order_main_order_money.setType("double"); - jform_order_main_order_money.setOrderNum(3); - jform_order_main_order_money.setPointLength(3); - jform_order_main_order_money.setQueryMode("single"); - jform_order_main_order_money.setContent("订单金额"); - jform_order_main_order_money.setCreateBy("admin"); - jform_order_main_order_money.setCreateDate(new Date()); - jform_order_main_order_money.setCreateName("管理员"); - jform_order_main_order_money.setDictField(""); - jform_order_main_order_money.setDictTable(""); - jform_order_main_order_money.setMainTable(""); - jform_order_main_order_money.setMainField(""); - commonDao.saveOrUpdate(jform_order_main_order_money); - - CgFormFieldEntity jform_order_main_content = new CgFormFieldEntity(); - jform_order_main_content.setFieldName("content"); - jform_order_main_content.setTable(jform_order_main); - jform_order_main_content.setFieldLength(0); - jform_order_main_content.setIsKey("N"); - jform_order_main_content.setIsNull("Y"); - jform_order_main_content.setIsQuery("Y"); - jform_order_main_content.setIsShow("Y"); - jform_order_main_content.setIsShowList("Y"); - jform_order_main_content.setShowType("text"); - jform_order_main_content.setLength(255); - jform_order_main_content.setType("string"); - jform_order_main_content.setOrderNum(4); - jform_order_main_content.setPointLength(0); - jform_order_main_content.setQueryMode("single"); - jform_order_main_content.setContent("备注"); - jform_order_main_content.setCreateBy("admin"); - jform_order_main_content.setCreateDate(new Date()); - jform_order_main_content.setCreateName("管理员"); - jform_order_main_content.setDictField(""); - jform_order_main_content.setDictTable(""); - jform_order_main_content.setMainTable(""); - jform_order_main_content.setMainField(""); - commonDao.saveOrUpdate(jform_order_main_content); - - // 表单[请假单] - 字段清单 - CgFormHeadEntity jform_leave = commonDao.findByProperty( - CgFormHeadEntity.class, "tableName", "jform_leave").get(0); - CgFormFieldEntity jform_leave_id = new CgFormFieldEntity(); - jform_leave_id.setFieldName("id"); - jform_leave_id.setTable(jform_leave); - jform_leave_id.setFieldLength(0); - jform_leave_id.setIsKey("Y"); - jform_leave_id.setIsNull("N"); - jform_leave_id.setIsQuery("N"); - jform_leave_id.setIsShow("N"); - jform_leave_id.setIsShowList("N"); - jform_leave_id.setShowType("text"); - jform_leave_id.setLength(36); - jform_leave_id.setType("string"); - jform_leave_id.setOrderNum(0); - jform_leave_id.setPointLength(0); - jform_leave_id.setQueryMode("single"); - jform_leave_id.setContent("主键"); - jform_leave_id.setCreateBy("admin"); - jform_leave_id.setCreateDate(new Date()); - jform_leave_id.setCreateName("管理员"); - jform_leave_id.setDictField(""); - jform_leave_id.setDictTable(""); - jform_leave_id.setMainTable(""); - jform_leave_id.setMainField(""); - commonDao.saveOrUpdate(jform_leave_id); - - CgFormFieldEntity jform_leave_title = new CgFormFieldEntity(); - jform_leave_title.setFieldName("title"); - jform_leave_title.setTable(jform_leave); - jform_leave_title.setFieldLength(0); - jform_leave_title.setIsKey("N"); - jform_leave_title.setIsNull("N"); - jform_leave_title.setIsQuery("N"); - jform_leave_title.setIsShow("Y"); - jform_leave_title.setIsShowList("Y"); - jform_leave_title.setShowType("text"); - jform_leave_title.setLength(50); - jform_leave_title.setType("string"); - jform_leave_title.setOrderNum(1); - jform_leave_title.setPointLength(0); - jform_leave_title.setQueryMode("single"); - jform_leave_title.setContent("请假标题"); - jform_leave_title.setCreateBy("admin"); - jform_leave_title.setCreateDate(new Date()); - jform_leave_title.setCreateName("管理员"); - jform_leave_title.setDictField(""); - jform_leave_title.setDictTable(""); - jform_leave_title.setMainTable(""); - jform_leave_title.setMainField(""); - commonDao.saveOrUpdate(jform_leave_title); - - CgFormFieldEntity jform_leave_people = new CgFormFieldEntity(); - jform_leave_people.setFieldName("people"); - jform_leave_people.setTable(jform_leave); - jform_leave_people.setFieldLength(0); - jform_leave_people.setIsKey("N"); - jform_leave_people.setIsNull("N"); - jform_leave_people.setIsQuery("Y"); - jform_leave_people.setIsShow("Y"); - jform_leave_people.setIsShowList("Y"); - jform_leave_people.setShowType("text"); - jform_leave_people.setLength(20); - jform_leave_people.setType("string"); - jform_leave_people.setOrderNum(2); - jform_leave_people.setPointLength(0); - jform_leave_people.setQueryMode("single"); - jform_leave_people.setContent("请假人"); - jform_leave_people.setCreateBy("admin"); - jform_leave_people.setCreateDate(new Date()); - jform_leave_people.setCreateName("管理员"); - jform_leave_people.setDictField(""); - jform_leave_people.setDictTable(""); - jform_leave_people.setMainTable(""); - jform_leave_people.setMainField(""); - commonDao.saveOrUpdate(jform_leave_people); - - CgFormFieldEntity jform_leave_sex = new CgFormFieldEntity(); - jform_leave_sex.setFieldName("sex"); - jform_leave_sex.setTable(jform_leave); - jform_leave_sex.setFieldLength(0); - jform_leave_sex.setIsKey("N"); - jform_leave_sex.setIsNull("N"); - jform_leave_sex.setIsQuery("Y"); - jform_leave_sex.setIsShow("Y"); - jform_leave_sex.setIsShowList("Y"); - jform_leave_sex.setShowType("list"); - jform_leave_sex.setLength(10); - jform_leave_sex.setType("string"); - jform_leave_sex.setOrderNum(3); - jform_leave_sex.setPointLength(0); - jform_leave_sex.setQueryMode("single"); - jform_leave_sex.setContent("性别"); - jform_leave_sex.setCreateBy("admin"); - jform_leave_sex.setCreateDate(new Date()); - jform_leave_sex.setCreateName("管理员"); - jform_leave_sex.setDictField("sex"); - jform_leave_sex.setDictTable(""); - jform_leave_sex.setMainTable(""); - jform_leave_sex.setMainField(""); - commonDao.saveOrUpdate(jform_leave_sex); - - CgFormFieldEntity jform_leave_begindate = new CgFormFieldEntity(); - jform_leave_begindate.setFieldName("begindate"); - jform_leave_begindate.setTable(jform_leave); - jform_leave_begindate.setFieldLength(0); - jform_leave_begindate.setIsKey("N"); - jform_leave_begindate.setIsNull("N"); - jform_leave_begindate.setIsQuery("N"); - jform_leave_begindate.setIsShow("Y"); - jform_leave_begindate.setIsShowList("Y"); - jform_leave_begindate.setShowType("date"); - jform_leave_begindate.setLength(0); - jform_leave_begindate.setType("Date"); - jform_leave_begindate.setOrderNum(4); - jform_leave_begindate.setPointLength(0); - jform_leave_begindate.setQueryMode("group"); - jform_leave_begindate.setContent("请假开始时间"); - jform_leave_begindate.setCreateBy("admin"); - jform_leave_begindate.setCreateDate(new Date()); - jform_leave_begindate.setCreateName("管理员"); - jform_leave_begindate.setDictField(""); - jform_leave_begindate.setDictTable(""); - jform_leave_begindate.setMainTable(""); - jform_leave_begindate.setMainField(""); - commonDao.saveOrUpdate(jform_leave_begindate); - - CgFormFieldEntity jform_leave_enddate = new CgFormFieldEntity(); - jform_leave_enddate.setFieldName("enddate"); - jform_leave_enddate.setTable(jform_leave); - jform_leave_enddate.setFieldLength(0); - jform_leave_enddate.setIsKey("N"); - jform_leave_enddate.setIsNull("N"); - jform_leave_enddate.setIsQuery("N"); - jform_leave_enddate.setIsShow("Y"); - jform_leave_enddate.setIsShowList("Y"); - jform_leave_enddate.setShowType("datetime"); - jform_leave_enddate.setLength(0); - jform_leave_enddate.setType("Date"); - jform_leave_enddate.setOrderNum(5); - jform_leave_enddate.setPointLength(0); - jform_leave_enddate.setQueryMode("group"); - jform_leave_enddate.setContent("请假结束时间"); - jform_leave_enddate.setCreateBy("admin"); - jform_leave_enddate.setCreateDate(new Date()); - jform_leave_enddate.setCreateName("管理员"); - jform_leave_enddate.setDictField(""); - jform_leave_enddate.setDictTable(""); - jform_leave_enddate.setMainTable(""); - jform_leave_enddate.setMainField(""); - commonDao.saveOrUpdate(jform_leave_enddate); - - CgFormFieldEntity jform_leave_hol_dept = new CgFormFieldEntity(); - jform_leave_hol_dept.setFieldName("hol_dept"); - jform_leave_hol_dept.setTable(jform_leave); - jform_leave_hol_dept.setFieldLength(0); - jform_leave_hol_dept.setIsKey("N"); - jform_leave_hol_dept.setIsNull("N"); - jform_leave_hol_dept.setIsQuery("N"); - jform_leave_hol_dept.setIsShow("Y"); - jform_leave_hol_dept.setIsShowList("Y"); - jform_leave_hol_dept.setShowType("list"); - jform_leave_hol_dept.setLength(32); - jform_leave_hol_dept.setType("string"); - jform_leave_hol_dept.setOrderNum(7); - jform_leave_hol_dept.setPointLength(0); - jform_leave_hol_dept.setQueryMode("single"); - jform_leave_hol_dept.setContent("所属部门"); - jform_leave_hol_dept.setCreateBy("admin"); - jform_leave_hol_dept.setCreateDate(new Date()); - jform_leave_hol_dept.setCreateName("管理员"); - jform_leave_hol_dept.setDictField("id"); - jform_leave_hol_dept.setDictTable("t_s_depart"); - jform_leave_hol_dept.setDictText("departname"); - jform_leave_hol_dept.setMainTable(""); - jform_leave_hol_dept.setMainField(""); - commonDao.saveOrUpdate(jform_leave_hol_dept); - - CgFormFieldEntity jform_leave_hol_reson = new CgFormFieldEntity(); - jform_leave_hol_reson.setFieldName("hol_reson"); - jform_leave_hol_reson.setTable(jform_leave); - jform_leave_hol_reson.setFieldLength(0); - jform_leave_hol_reson.setIsKey("N"); - jform_leave_hol_reson.setIsNull("N"); - jform_leave_hol_reson.setIsQuery("N"); - jform_leave_hol_reson.setIsShow("Y"); - jform_leave_hol_reson.setIsShowList("Y"); - jform_leave_hol_reson.setShowType("text"); - jform_leave_hol_reson.setLength(255); - jform_leave_hol_reson.setType("string"); - jform_leave_hol_reson.setOrderNum(8); - jform_leave_hol_reson.setPointLength(0); - jform_leave_hol_reson.setQueryMode("single"); - jform_leave_hol_reson.setContent("请假原因"); - jform_leave_hol_reson.setCreateBy("admin"); - jform_leave_hol_reson.setCreateDate(new Date()); - jform_leave_hol_reson.setCreateName("管理员"); - jform_leave_hol_reson.setDictField(""); - jform_leave_hol_reson.setDictTable(""); - jform_leave_hol_reson.setMainTable(""); - jform_leave_hol_reson.setMainField(""); - commonDao.saveOrUpdate(jform_leave_hol_reson); - - CgFormFieldEntity jform_leave_dep_leader = new CgFormFieldEntity(); - jform_leave_dep_leader.setFieldName("dep_leader"); - jform_leave_dep_leader.setTable(jform_leave); - jform_leave_dep_leader.setFieldLength(0); - jform_leave_dep_leader.setIsKey("N"); - jform_leave_dep_leader.setIsNull("N"); - jform_leave_dep_leader.setIsQuery("N"); - jform_leave_dep_leader.setIsShow("Y"); - jform_leave_dep_leader.setIsShowList("Y"); - jform_leave_dep_leader.setShowType("text"); - jform_leave_dep_leader.setLength(20); - jform_leave_dep_leader.setType("string"); - jform_leave_dep_leader.setOrderNum(9); - jform_leave_dep_leader.setPointLength(0); - jform_leave_dep_leader.setQueryMode("single"); - jform_leave_dep_leader.setContent("部门审批人"); - jform_leave_dep_leader.setCreateBy("admin"); - jform_leave_dep_leader.setCreateDate(new Date()); - jform_leave_dep_leader.setCreateName("管理员"); - jform_leave_dep_leader.setDictField(""); - jform_leave_dep_leader.setDictTable(""); - jform_leave_dep_leader.setMainTable(""); - jform_leave_dep_leader.setMainField(""); - commonDao.saveOrUpdate(jform_leave_dep_leader); - - CgFormFieldEntity jform_leave_content = new CgFormFieldEntity(); - jform_leave_content.setFieldName("content"); - jform_leave_content.setTable(jform_leave); - jform_leave_content.setFieldLength(0); - jform_leave_content.setIsKey("N"); - jform_leave_content.setIsNull("N"); - jform_leave_content.setIsQuery("N"); - jform_leave_content.setIsShow("Y"); - jform_leave_content.setIsShowList("Y"); - jform_leave_content.setShowType("text"); - jform_leave_content.setLength(255); - jform_leave_content.setType("string"); - jform_leave_content.setOrderNum(10); - jform_leave_content.setPointLength(0); - jform_leave_content.setQueryMode("single"); - jform_leave_content.setContent("部门审批意见"); - jform_leave_content.setCreateBy("admin"); - jform_leave_content.setCreateDate(new Date()); - jform_leave_content.setCreateName("管理员"); - jform_leave_content.setDictField(""); - jform_leave_content.setDictTable(""); - jform_leave_content.setMainTable(""); - jform_leave_content.setMainField(""); - commonDao.saveOrUpdate(jform_leave_content); - - CgFormFieldEntity jform_leave_day_num = new CgFormFieldEntity(); - jform_leave_day_num.setFieldName("day_num"); - jform_leave_day_num.setTable(jform_leave); - jform_leave_day_num.setFieldLength(120); - jform_leave_day_num.setIsKey("N"); - jform_leave_day_num.setIsNull("Y"); - jform_leave_day_num.setIsQuery("N"); - jform_leave_day_num.setIsShow("Y"); - jform_leave_day_num.setIsShowList("Y"); - jform_leave_day_num.setShowType("text"); - jform_leave_day_num.setLength(10); - jform_leave_day_num.setType("int"); - jform_leave_day_num.setOrderNum(6); - jform_leave_day_num.setPointLength(0); - jform_leave_day_num.setQueryMode("single"); - jform_leave_day_num.setContent("请假天数"); - jform_leave_day_num.setCreateBy("admin"); - jform_leave_day_num.setCreateDate(new Date()); - jform_leave_day_num.setCreateName("管理员"); - jform_leave_day_num.setDictField(""); - jform_leave_day_num.setDictTable(""); - jform_leave_day_num.setMainTable(""); - jform_leave_day_num.setMainField(""); - commonDao.saveOrUpdate(jform_leave_day_num); - // 表单[动态报表配置抬头] - 字段清单 -// CgFormHeadEntity jform_cgreport_head = commonDao.findByProperty( -// CgFormHeadEntity.class, "tableName", "jform_cgreport_head") -// .get(0); -// CgFormFieldEntity jform_cgreport_head_id = new CgFormFieldEntity(); -// // begin - 动态报表配置的js增强 -// String cgReportFormId = jform_cgreport_head.getId(); -// CgformEnhanceJsEntity cgReportJs = new CgformEnhanceJsEntity(); -// cgReportJs.setCgJsType("form"); -// cgReportJs -// .setCgJs(new BigInteger( -// "242866756E6374696F6E28297B0D0A242822626F647922292E617070656E6428223C6C696E6B20687265663D5C22706C75672D696E2F6C68674469616C6F672F736B696E732F64656661756C742E6373735C222072656C3D5C227374796C6573686565745C222069643D5C226C68676469616C6F676C696E6B5C223E22293B0D0A766172202462746E203D202428223C64697620636C6173733D5C2275695F627574746F6E735C2220207374796C653D5C22646973706C61793A696E6C696E652D626C6F636B3B5C223E3C696E707574207374796C653D5C22706F736974696F6E3A2072656C61746976653B746F703A202D3870783B5C2220636C6173733D5C2275695F73746174655F686967686C696768745C2220747970653D5C22627574746F6E5C222076616C75653D5C2273716CBDE2CEF65C22202020202020202069643D5C2273716C416E616C797A655C22202F3E3C2F6469763E22293B0D0A242822236367725F73716C22292E6166746572282462746E293B0D0A2462746E2E636C69636B2866756E6374696F6E28297B0D0A20242E616A6178287B0D0A202020202075726C3A2263675265706F7274436F6E74726F6C6C65722E646F3F6765744669656C6473222C0D0A20202020646174613A7B73716C3A242822236367725F73716C22292E76616C28297D2C0D0A09747970653A22506F7374222C0D0A2020202064617461547970653A226A736F6E222C0D0A20202020737563636573733A66756E6374696F6E2864617461297B0D0A202020202020696628646174612E7374617475733D3D227375636365737322297B0D0A202020202020202020242822236164645F6A666F726D5F63677265706F72745F6974656D5F7461626C6522292E656D70747928293B0D0A202020202020242E6561636828646174612E64617461732C66756E6374696F6E28696E6465782C65297B0D0A202020202020202076617220247472203D20242822236164645F6A666F726D5F63677265706F72745F6974656D5F7461626C655F74656D706C61746520747222292E636C6F6E6528293B0D0A2020202020202474722E66696E64282274643A6571283129203A7465787422292E76616C2865293B0D0A202020202020202474722E66696E64282274643A6571283229203A7465787422292E76616C28696E646578293B0D0A202020202020202474722E66696E64282274643A6571283329203A7465787422292E76616C2865293B0D0A20202020202020242822236164645F6A666F726D5F63677265706F72745F6974656D5F7461626C6522292E617070656E6428247472293B0D0A2020202020207D293B200D0A20202020726573657454724E756D28226164645F6A666F726D5F63677265706F72745F6974656D5F7461626C6522293B0D0A202020207D656C73657B0D0A0909242E6D657373616765722E616C6572742827B4EDCEF3272C646174612E6461746173293B0D0A097D0D0A20207D0D0A20207D293B0D0A207D293B0D0A7D293B", -// 16).toByteArray()); -// cgReportJs.setFormId(cgReportFormId); -// commonDao.saveOrUpdate(cgReportJs); -// // end - 动态报表配置的js增强 -// jform_cgreport_head_id.setFieldName("id"); -// jform_cgreport_head_id.setTable(jform_cgreport_head); -// jform_cgreport_head_id.setFieldLength(120); -// jform_cgreport_head_id.setIsKey("Y"); -// jform_cgreport_head_id.setIsNull("N"); -// jform_cgreport_head_id.setIsQuery("N"); -// jform_cgreport_head_id.setIsShow("N"); -// jform_cgreport_head_id.setIsShowList("N"); -// jform_cgreport_head_id.setShowType("checkbox"); -// jform_cgreport_head_id.setLength(36); -// jform_cgreport_head_id.setType("string"); -// jform_cgreport_head_id.setOrderNum(0); -// jform_cgreport_head_id.setPointLength(0); -// jform_cgreport_head_id.setQueryMode("single"); -// jform_cgreport_head_id.setContent("主键"); -// jform_cgreport_head_id.setCreateBy("admin"); -// jform_cgreport_head_id.setCreateDate(new Date()); -// jform_cgreport_head_id.setCreateName("管理员"); -// jform_cgreport_head_id.setDictField(""); -// jform_cgreport_head_id.setDictTable(""); -// jform_cgreport_head_id.setMainTable(""); -// jform_cgreport_head_id.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_head_id); -// -// CgFormFieldEntity jform_cgreport_head_code = new CgFormFieldEntity(); -// jform_cgreport_head_code.setFieldName("code"); -// jform_cgreport_head_code.setTable(jform_cgreport_head); -// jform_cgreport_head_code.setFieldLength(120); -// jform_cgreport_head_code.setIsKey("N"); -// jform_cgreport_head_code.setIsNull("N"); -// jform_cgreport_head_code.setIsQuery("Y"); -// jform_cgreport_head_code.setIsShow("Y"); -// jform_cgreport_head_code.setIsShowList("Y"); -// jform_cgreport_head_code.setShowType("text"); -// jform_cgreport_head_code.setLength(36); -// jform_cgreport_head_code.setType("string"); -// jform_cgreport_head_code.setOrderNum(1); -// jform_cgreport_head_code.setPointLength(0); -// jform_cgreport_head_code.setQueryMode("single"); -// jform_cgreport_head_code.setContent("编码"); -// jform_cgreport_head_code.setCreateBy("admin"); -// jform_cgreport_head_code.setCreateDate(new Date()); -// jform_cgreport_head_code.setCreateName("管理员"); -// jform_cgreport_head_code.setDictField(""); -// jform_cgreport_head_code.setDictTable(""); -// jform_cgreport_head_code.setMainTable(""); -// jform_cgreport_head_code.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_head_code); -// -// CgFormFieldEntity jform_cgreport_head_name = new CgFormFieldEntity(); -// jform_cgreport_head_name.setFieldName("name"); -// jform_cgreport_head_name.setTable(jform_cgreport_head); -// jform_cgreport_head_name.setFieldLength(120); -// jform_cgreport_head_name.setIsKey("N"); -// jform_cgreport_head_name.setIsNull("N"); -// jform_cgreport_head_name.setIsQuery("Y"); -// jform_cgreport_head_name.setIsShow("Y"); -// jform_cgreport_head_name.setIsShowList("Y"); -// jform_cgreport_head_name.setShowType("text"); -// jform_cgreport_head_name.setLength(100); -// jform_cgreport_head_name.setType("string"); -// jform_cgreport_head_name.setOrderNum(2); -// jform_cgreport_head_name.setPointLength(0); -// jform_cgreport_head_name.setQueryMode("single"); -// jform_cgreport_head_name.setContent("名称"); -// jform_cgreport_head_name.setCreateBy("admin"); -// jform_cgreport_head_name.setCreateDate(new Date()); -// jform_cgreport_head_name.setCreateName("管理员"); -// jform_cgreport_head_name.setDictField(""); -// jform_cgreport_head_name.setDictTable(""); -// jform_cgreport_head_name.setMainTable(""); -// jform_cgreport_head_name.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_head_name); -// -// CgFormFieldEntity jform_cgreport_head_cgr_sql = new CgFormFieldEntity(); -// jform_cgreport_head_cgr_sql.setFieldName("cgr_sql"); -// jform_cgreport_head_cgr_sql.setTable(jform_cgreport_head); -// jform_cgreport_head_cgr_sql.setFieldLength(120); -// jform_cgreport_head_cgr_sql.setIsKey("N"); -// jform_cgreport_head_cgr_sql.setIsNull("N"); -// jform_cgreport_head_cgr_sql.setIsQuery("Y"); -// jform_cgreport_head_cgr_sql.setIsShow("Y"); -// jform_cgreport_head_cgr_sql.setIsShowList("Y"); -// jform_cgreport_head_cgr_sql.setShowType("textarea"); -// jform_cgreport_head_cgr_sql.setLength(2000); -// jform_cgreport_head_cgr_sql.setType("string"); -// jform_cgreport_head_cgr_sql.setOrderNum(3); -// jform_cgreport_head_cgr_sql.setPointLength(0); -// jform_cgreport_head_cgr_sql.setQueryMode("single"); -// jform_cgreport_head_cgr_sql.setContent("查询数据SQL"); -// jform_cgreport_head_cgr_sql.setCreateBy("admin"); -// jform_cgreport_head_cgr_sql.setCreateDate(new Date()); -// jform_cgreport_head_cgr_sql.setCreateName("管理员"); -// jform_cgreport_head_cgr_sql.setDictField(""); -// jform_cgreport_head_cgr_sql.setDictTable(""); -// jform_cgreport_head_cgr_sql.setMainTable(""); -// jform_cgreport_head_cgr_sql.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_head_cgr_sql); -// -// CgFormFieldEntity jform_cgreport_head_content = new CgFormFieldEntity(); -// jform_cgreport_head_content.setFieldName("content"); -// jform_cgreport_head_content.setTable(jform_cgreport_head); -// jform_cgreport_head_content.setFieldLength(120); -// jform_cgreport_head_content.setIsKey("N"); -// jform_cgreport_head_content.setIsNull("N"); -// jform_cgreport_head_content.setIsQuery("Y"); -// jform_cgreport_head_content.setIsShow("Y"); -// jform_cgreport_head_content.setIsShowList("Y"); -// jform_cgreport_head_content.setShowType("textarea"); -// jform_cgreport_head_content.setLength(1000); -// jform_cgreport_head_content.setType("string"); -// jform_cgreport_head_content.setOrderNum(4); -// jform_cgreport_head_content.setPointLength(0); -// jform_cgreport_head_content.setQueryMode("single"); -// jform_cgreport_head_content.setContent("描述"); -// jform_cgreport_head_content.setCreateBy("admin"); -// jform_cgreport_head_content.setCreateDate(new Date()); -// jform_cgreport_head_content.setCreateName("管理员"); -// jform_cgreport_head_content.setDictField(""); -// jform_cgreport_head_content.setDictTable(""); -// jform_cgreport_head_content.setMainTable(""); -// jform_cgreport_head_content.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_head_content); -// -// // 表单[动态报表配置明细] - 字段清单 -// CgFormHeadEntity jform_cgreport_item = commonDao.findByProperty( -// CgFormHeadEntity.class, "tableName", "jform_cgreport_item") -// .get(0); -// CgFormFieldEntity jform_cgreport_item_id = new CgFormFieldEntity(); -// jform_cgreport_item_id.setFieldName("id"); -// jform_cgreport_item_id.setTable(jform_cgreport_item); -// jform_cgreport_item_id.setFieldLength(120); -// jform_cgreport_item_id.setIsKey("Y"); -// jform_cgreport_item_id.setIsNull("N"); -// jform_cgreport_item_id.setIsQuery("N"); -// jform_cgreport_item_id.setIsShow("N"); -// jform_cgreport_item_id.setIsShowList("N"); -// jform_cgreport_item_id.setShowType("checkbox"); -// jform_cgreport_item_id.setLength(36); -// jform_cgreport_item_id.setType("string"); -// jform_cgreport_item_id.setOrderNum(0); -// jform_cgreport_item_id.setPointLength(0); -// jform_cgreport_item_id.setQueryMode("single"); -// jform_cgreport_item_id.setContent("主键"); -// jform_cgreport_item_id.setCreateBy("admin"); -// jform_cgreport_item_id.setCreateDate(new Date()); -// jform_cgreport_item_id.setCreateName("管理员"); -// jform_cgreport_item_id.setDictField(""); -// jform_cgreport_item_id.setDictTable(""); -// jform_cgreport_item_id.setMainTable(""); -// jform_cgreport_item_id.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_item_id); -// -// CgFormFieldEntity jform_cgreport_item_field_name = new CgFormFieldEntity(); -// jform_cgreport_item_field_name.setFieldName("field_name"); -// jform_cgreport_item_field_name.setTable(jform_cgreport_item); -// jform_cgreport_item_field_name.setFieldLength(120); -// jform_cgreport_item_field_name.setIsKey("N"); -// jform_cgreport_item_field_name.setIsNull("Y"); -// jform_cgreport_item_field_name.setIsQuery("N"); -// jform_cgreport_item_field_name.setIsShow("Y"); -// jform_cgreport_item_field_name.setIsShowList("Y"); -// jform_cgreport_item_field_name.setShowType("text"); -// jform_cgreport_item_field_name.setLength(36); -// jform_cgreport_item_field_name.setType("string"); -// jform_cgreport_item_field_name.setOrderNum(1); -// jform_cgreport_item_field_name.setPointLength(0); -// jform_cgreport_item_field_name.setQueryMode("single"); -// jform_cgreport_item_field_name.setContent("字段名"); -// jform_cgreport_item_field_name.setCreateBy("admin"); -// jform_cgreport_item_field_name.setCreateDate(new Date()); -// jform_cgreport_item_field_name.setCreateName("管理员"); -// jform_cgreport_item_field_name.setDictField(""); -// jform_cgreport_item_field_name.setDictTable(""); -// jform_cgreport_item_field_name.setMainTable(""); -// jform_cgreport_item_field_name.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_item_field_name); -// -// CgFormFieldEntity jform_cgreport_item_order_num = new CgFormFieldEntity(); -// jform_cgreport_item_order_num.setFieldName("order_num"); -// jform_cgreport_item_order_num.setTable(jform_cgreport_item); -// jform_cgreport_item_order_num.setFieldLength(120); -// jform_cgreport_item_order_num.setIsKey("N"); -// jform_cgreport_item_order_num.setIsNull("Y"); -// jform_cgreport_item_order_num.setIsQuery("N"); -// jform_cgreport_item_order_num.setIsShow("Y"); -// jform_cgreport_item_order_num.setIsShowList("Y"); -// jform_cgreport_item_order_num.setShowType("text"); -// jform_cgreport_item_order_num.setLength(10); -// jform_cgreport_item_order_num.setType("int"); -// jform_cgreport_item_order_num.setOrderNum(2); -// jform_cgreport_item_order_num.setPointLength(0); -// jform_cgreport_item_order_num.setQueryMode("single"); -// jform_cgreport_item_order_num.setContent("字段序号"); -// jform_cgreport_item_order_num.setCreateBy("admin"); -// jform_cgreport_item_order_num.setCreateDate(new Date()); -// jform_cgreport_item_order_num.setCreateName("管理员"); -// jform_cgreport_item_order_num.setDictField(""); -// jform_cgreport_item_order_num.setDictTable(""); -// jform_cgreport_item_order_num.setMainTable(""); -// jform_cgreport_item_order_num.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_item_order_num); -// -// CgFormFieldEntity jform_cgreport_item_s_mode = new CgFormFieldEntity(); -// jform_cgreport_item_s_mode.setFieldName("s_mode"); -// jform_cgreport_item_s_mode.setTable(jform_cgreport_item); -// jform_cgreport_item_s_mode.setFieldLength(120); -// jform_cgreport_item_s_mode.setIsKey("N"); -// jform_cgreport_item_s_mode.setIsNull("Y"); -// jform_cgreport_item_s_mode.setIsQuery("N"); -// jform_cgreport_item_s_mode.setIsShow("Y"); -// jform_cgreport_item_s_mode.setIsShowList("Y"); -// jform_cgreport_item_s_mode.setShowType("list"); -// jform_cgreport_item_s_mode.setLength(10); -// jform_cgreport_item_s_mode.setType("string"); -// jform_cgreport_item_s_mode.setOrderNum(5); -// jform_cgreport_item_s_mode.setPointLength(0); -// jform_cgreport_item_s_mode.setQueryMode("single"); -// jform_cgreport_item_s_mode.setContent("查询模式"); -// jform_cgreport_item_s_mode.setCreateBy("admin"); -// jform_cgreport_item_s_mode.setCreateDate(new Date()); -// jform_cgreport_item_s_mode.setCreateName("管理员"); -// jform_cgreport_item_s_mode.setDictField("searchmode"); -// jform_cgreport_item_s_mode.setDictTable(""); -// jform_cgreport_item_s_mode.setMainTable(""); -// jform_cgreport_item_s_mode.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_item_s_mode); -// -// CgFormFieldEntity jform_cgreport_item_replace_va = new CgFormFieldEntity(); -// jform_cgreport_item_replace_va.setFieldName("replace_va"); -// jform_cgreport_item_replace_va.setTable(jform_cgreport_item); -// jform_cgreport_item_replace_va.setFieldLength(120); -// jform_cgreport_item_replace_va.setIsKey("N"); -// jform_cgreport_item_replace_va.setIsNull("Y"); -// jform_cgreport_item_replace_va.setIsQuery("N"); -// jform_cgreport_item_replace_va.setIsShow("Y"); -// jform_cgreport_item_replace_va.setIsShowList("Y"); -// jform_cgreport_item_replace_va.setShowType("text"); -// jform_cgreport_item_replace_va.setLength(36); -// jform_cgreport_item_replace_va.setType("string"); -// jform_cgreport_item_replace_va.setOrderNum(6); -// jform_cgreport_item_replace_va.setPointLength(0); -// jform_cgreport_item_replace_va.setQueryMode("single"); -// jform_cgreport_item_replace_va.setContent("取值表达式"); -// jform_cgreport_item_replace_va.setCreateBy("admin"); -// jform_cgreport_item_replace_va.setCreateDate(new Date()); -// jform_cgreport_item_replace_va.setCreateName("管理员"); -// jform_cgreport_item_replace_va.setDictField(""); -// jform_cgreport_item_replace_va.setDictTable(""); -// jform_cgreport_item_replace_va.setMainTable(""); -// jform_cgreport_item_replace_va.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_item_replace_va); -// -// CgFormFieldEntity jform_cgreport_item_dict_code = new CgFormFieldEntity(); -// jform_cgreport_item_dict_code.setFieldName("dict_code"); -// jform_cgreport_item_dict_code.setTable(jform_cgreport_item); -// jform_cgreport_item_dict_code.setFieldLength(120); -// jform_cgreport_item_dict_code.setIsKey("N"); -// jform_cgreport_item_dict_code.setIsNull("Y"); -// jform_cgreport_item_dict_code.setIsQuery("N"); -// jform_cgreport_item_dict_code.setIsShow("Y"); -// jform_cgreport_item_dict_code.setIsShowList("Y"); -// jform_cgreport_item_dict_code.setShowType("text"); -// jform_cgreport_item_dict_code.setLength(36); -// jform_cgreport_item_dict_code.setType("string"); -// jform_cgreport_item_dict_code.setOrderNum(7); -// jform_cgreport_item_dict_code.setPointLength(0); -// jform_cgreport_item_dict_code.setQueryMode("single"); -// jform_cgreport_item_dict_code.setContent("字典Code"); -// jform_cgreport_item_dict_code.setCreateBy("admin"); -// jform_cgreport_item_dict_code.setCreateDate(new Date()); -// jform_cgreport_item_dict_code.setCreateName("管理员"); -// jform_cgreport_item_dict_code.setDictField(""); -// jform_cgreport_item_dict_code.setDictTable(""); -// jform_cgreport_item_dict_code.setMainTable(""); -// jform_cgreport_item_dict_code.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_item_dict_code); -// -// CgFormFieldEntity jform_cgreport_item_s_flag = new CgFormFieldEntity(); -// jform_cgreport_item_s_flag.setFieldName("s_flag"); -// jform_cgreport_item_s_flag.setTable(jform_cgreport_item); -// jform_cgreport_item_s_flag.setFieldLength(120); -// jform_cgreport_item_s_flag.setIsKey("N"); -// jform_cgreport_item_s_flag.setIsNull("Y"); -// jform_cgreport_item_s_flag.setIsQuery("N"); -// jform_cgreport_item_s_flag.setIsShow("Y"); -// jform_cgreport_item_s_flag.setIsShowList("Y"); -// jform_cgreport_item_s_flag.setShowType("list"); -// jform_cgreport_item_s_flag.setLength(2); -// jform_cgreport_item_s_flag.setType("string"); -// jform_cgreport_item_s_flag.setOrderNum(8); -// jform_cgreport_item_s_flag.setPointLength(0); -// jform_cgreport_item_s_flag.setQueryMode("single"); -// jform_cgreport_item_s_flag.setContent("是否查询"); -// jform_cgreport_item_s_flag.setCreateBy("admin"); -// jform_cgreport_item_s_flag.setCreateDate(new Date()); -// jform_cgreport_item_s_flag.setCreateName("管理员"); -// jform_cgreport_item_s_flag.setDictField("yesorno"); -// jform_cgreport_item_s_flag.setDictTable(""); -// jform_cgreport_item_s_flag.setMainTable(""); -// jform_cgreport_item_s_flag.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_item_s_flag); -// -// CgFormFieldEntity jform_cgreport_item_cgrhead_id = new CgFormFieldEntity(); -// jform_cgreport_item_cgrhead_id.setFieldName("cgrhead_id"); -// jform_cgreport_item_cgrhead_id.setTable(jform_cgreport_item); -// jform_cgreport_item_cgrhead_id.setFieldLength(120); -// jform_cgreport_item_cgrhead_id.setIsKey("N"); -// jform_cgreport_item_cgrhead_id.setIsNull("Y"); -// jform_cgreport_item_cgrhead_id.setIsQuery("N"); -// jform_cgreport_item_cgrhead_id.setIsShow("N"); -// jform_cgreport_item_cgrhead_id.setIsShowList("N"); -// jform_cgreport_item_cgrhead_id.setShowType("text"); -// jform_cgreport_item_cgrhead_id.setLength(36); -// jform_cgreport_item_cgrhead_id.setType("string"); -// jform_cgreport_item_cgrhead_id.setOrderNum(9); -// jform_cgreport_item_cgrhead_id.setPointLength(0); -// jform_cgreport_item_cgrhead_id.setQueryMode("single"); -// jform_cgreport_item_cgrhead_id.setContent("外键"); -// jform_cgreport_item_cgrhead_id.setCreateBy("admin"); -// jform_cgreport_item_cgrhead_id.setCreateDate(new Date()); -// jform_cgreport_item_cgrhead_id.setCreateName("管理员"); -// jform_cgreport_item_cgrhead_id.setDictField(""); -// jform_cgreport_item_cgrhead_id.setDictTable(""); -// jform_cgreport_item_cgrhead_id.setMainTable("jform_cgreport_head"); -// jform_cgreport_item_cgrhead_id.setMainField("id"); -// commonDao.saveOrUpdate(jform_cgreport_item_cgrhead_id); -// -// CgFormFieldEntity jform_cgreport_item_field_txt = new CgFormFieldEntity(); -// jform_cgreport_item_field_txt.setFieldName("field_txt"); -// jform_cgreport_item_field_txt.setTable(jform_cgreport_item); -// jform_cgreport_item_field_txt.setFieldLength(120); -// jform_cgreport_item_field_txt.setIsKey("N"); -// jform_cgreport_item_field_txt.setIsNull("Y"); -// jform_cgreport_item_field_txt.setIsQuery("N"); -// jform_cgreport_item_field_txt.setIsShow("Y"); -// jform_cgreport_item_field_txt.setIsShowList("Y"); -// jform_cgreport_item_field_txt.setShowType("text"); -// jform_cgreport_item_field_txt.setLength(1000); -// jform_cgreport_item_field_txt.setType("string"); -// jform_cgreport_item_field_txt.setOrderNum(3); -// jform_cgreport_item_field_txt.setPointLength(0); -// jform_cgreport_item_field_txt.setQueryMode("single"); -// jform_cgreport_item_field_txt.setContent("字段文本"); -// jform_cgreport_item_field_txt.setCreateBy("admin"); -// jform_cgreport_item_field_txt.setCreateDate(new Date()); -// jform_cgreport_item_field_txt.setCreateName("管理员"); -// jform_cgreport_item_field_txt.setDictField(""); -// jform_cgreport_item_field_txt.setDictTable(""); -// jform_cgreport_item_field_txt.setMainTable(""); -// jform_cgreport_item_field_txt.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_item_field_txt); -// -// CgFormFieldEntity jform_cgreport_item_field_type = new CgFormFieldEntity(); -// jform_cgreport_item_field_type.setFieldName("field_type"); -// jform_cgreport_item_field_type.setTable(jform_cgreport_item); -// jform_cgreport_item_field_type.setFieldLength(120); -// jform_cgreport_item_field_type.setIsKey("N"); -// jform_cgreport_item_field_type.setIsNull("Y"); -// jform_cgreport_item_field_type.setIsQuery("N"); -// jform_cgreport_item_field_type.setIsShow("Y"); -// jform_cgreport_item_field_type.setIsShowList("Y"); -// jform_cgreport_item_field_type.setShowType("list"); -// jform_cgreport_item_field_type.setLength(10); -// jform_cgreport_item_field_type.setType("string"); -// jform_cgreport_item_field_type.setOrderNum(4); -// jform_cgreport_item_field_type.setPointLength(0); -// jform_cgreport_item_field_type.setQueryMode("single"); -// jform_cgreport_item_field_type.setContent("字段类型"); -// jform_cgreport_item_field_type.setCreateBy("admin"); -// jform_cgreport_item_field_type.setCreateDate(new Date()); -// jform_cgreport_item_field_type.setCreateName("管理员"); -// jform_cgreport_item_field_type.setDictField("fieldtype"); -// jform_cgreport_item_field_type.setDictTable(""); -// jform_cgreport_item_field_type.setMainTable(""); -// jform_cgreport_item_field_type.setMainField(""); -// commonDao.saveOrUpdate(jform_cgreport_item_field_type); - - // 表单[订单客户信息] - 字段清单 - CgFormHeadEntity jform_order_customer = commonDao.findByProperty( - CgFormHeadEntity.class, "tableName", "jform_order_customer") - .get(0); - CgFormFieldEntity jform_order_customer_id = new CgFormFieldEntity(); - jform_order_customer_id.setFieldName("id"); - jform_order_customer_id.setTable(jform_order_customer); - jform_order_customer_id.setFieldLength(0); - jform_order_customer_id.setIsKey("Y"); - jform_order_customer_id.setIsNull("N"); - jform_order_customer_id.setIsQuery("N"); - jform_order_customer_id.setIsShow("N"); - jform_order_customer_id.setIsShowList("N"); - jform_order_customer_id.setShowType("text"); - jform_order_customer_id.setLength(36); - jform_order_customer_id.setType("string"); - jform_order_customer_id.setOrderNum(0); - jform_order_customer_id.setPointLength(0); - jform_order_customer_id.setQueryMode("single"); - jform_order_customer_id.setContent("主键"); - jform_order_customer_id.setCreateBy("admin"); - jform_order_customer_id.setCreateDate(new Date()); - jform_order_customer_id.setCreateName("管理员"); - jform_order_customer_id.setDictField(""); - jform_order_customer_id.setDictTable(""); - jform_order_customer_id.setMainTable(""); - jform_order_customer_id.setMainField(""); - commonDao.saveOrUpdate(jform_order_customer_id); - - CgFormFieldEntity jform_order_customer_name = new CgFormFieldEntity(); - jform_order_customer_name.setFieldName("name"); - jform_order_customer_name.setTable(jform_order_customer); - jform_order_customer_name.setFieldLength(0); - jform_order_customer_name.setIsKey("N"); - jform_order_customer_name.setIsNull("Y"); - jform_order_customer_name.setIsQuery("Y"); - jform_order_customer_name.setIsShow("Y"); - jform_order_customer_name.setIsShowList("Y"); - jform_order_customer_name.setShowType("text"); - jform_order_customer_name.setLength(32); - jform_order_customer_name.setType("string"); - jform_order_customer_name.setOrderNum(1); - jform_order_customer_name.setPointLength(0); - jform_order_customer_name.setQueryMode("single"); - jform_order_customer_name.setContent("客户名"); - jform_order_customer_name.setCreateBy("admin"); - jform_order_customer_name.setCreateDate(new Date()); - jform_order_customer_name.setCreateName("管理员"); - jform_order_customer_name.setDictField(""); - jform_order_customer_name.setDictTable(""); - jform_order_customer_name.setMainTable(""); - jform_order_customer_name.setMainField(""); - commonDao.saveOrUpdate(jform_order_customer_name); - - CgFormFieldEntity jform_order_customer_money = new CgFormFieldEntity(); - jform_order_customer_money.setFieldName("money"); - jform_order_customer_money.setTable(jform_order_customer); - jform_order_customer_money.setFieldLength(0); - jform_order_customer_money.setIsKey("N"); - jform_order_customer_money.setIsNull("Y"); - jform_order_customer_money.setIsQuery("Y"); - jform_order_customer_money.setIsShow("Y"); - jform_order_customer_money.setIsShowList("Y"); - jform_order_customer_money.setShowType("text"); - jform_order_customer_money.setLength(10); - jform_order_customer_money.setType("double"); - jform_order_customer_money.setOrderNum(2); - jform_order_customer_money.setPointLength(2); - jform_order_customer_money.setQueryMode("group"); - jform_order_customer_money.setContent("单价"); - jform_order_customer_money.setCreateBy("admin"); - jform_order_customer_money.setCreateDate(new Date()); - jform_order_customer_money.setCreateName("管理员"); - jform_order_customer_money.setDictField(""); - jform_order_customer_money.setDictTable(""); - jform_order_customer_money.setMainTable(""); - jform_order_customer_money.setMainField(""); - commonDao.saveOrUpdate(jform_order_customer_money); - - CgFormFieldEntity jform_order_customer_fk_id = new CgFormFieldEntity(); - jform_order_customer_fk_id.setFieldName("fk_id"); - jform_order_customer_fk_id.setTable(jform_order_customer); - jform_order_customer_fk_id.setFieldLength(120); - jform_order_customer_fk_id.setIsKey("N"); - jform_order_customer_fk_id.setIsNull("N"); - jform_order_customer_fk_id.setIsQuery("Y"); - jform_order_customer_fk_id.setIsShow("N"); - jform_order_customer_fk_id.setIsShowList("N"); - jform_order_customer_fk_id.setShowType("text"); - jform_order_customer_fk_id.setLength(36); - jform_order_customer_fk_id.setType("string"); - jform_order_customer_fk_id.setOrderNum(5); - jform_order_customer_fk_id.setPointLength(0); - jform_order_customer_fk_id.setQueryMode("single"); - jform_order_customer_fk_id.setContent("外键"); - jform_order_customer_fk_id.setCreateBy("admin"); - jform_order_customer_fk_id.setCreateDate(new Date()); - jform_order_customer_fk_id.setCreateName("管理员"); - jform_order_customer_fk_id.setDictField(""); - jform_order_customer_fk_id.setDictTable(""); - jform_order_customer_fk_id.setMainTable("jform_order_main"); - jform_order_customer_fk_id.setMainField("id"); - commonDao.saveOrUpdate(jform_order_customer_fk_id); - - CgFormFieldEntity jform_order_customer_telphone = new CgFormFieldEntity(); - jform_order_customer_telphone.setFieldName("telphone"); - jform_order_customer_telphone.setTable(jform_order_customer); - jform_order_customer_telphone.setFieldLength(120); - jform_order_customer_telphone.setIsKey("N"); - jform_order_customer_telphone.setIsNull("Y"); - jform_order_customer_telphone.setIsQuery("Y"); - jform_order_customer_telphone.setIsShow("Y"); - jform_order_customer_telphone.setIsShowList("Y"); - jform_order_customer_telphone.setShowType("text"); - jform_order_customer_telphone.setLength(32); - jform_order_customer_telphone.setType("string"); - jform_order_customer_telphone.setOrderNum(4); - jform_order_customer_telphone.setPointLength(0); - jform_order_customer_telphone.setQueryMode("single"); - jform_order_customer_telphone.setContent("电话"); - jform_order_customer_telphone.setCreateBy("admin"); - jform_order_customer_telphone.setCreateDate(new Date()); - jform_order_customer_telphone.setCreateName("管理员"); - jform_order_customer_telphone.setDictField(""); - jform_order_customer_telphone.setDictTable(""); - jform_order_customer_telphone.setMainTable(""); - jform_order_customer_telphone.setMainField(""); - commonDao.saveOrUpdate(jform_order_customer_telphone); - - CgFormFieldEntity jform_order_customer_sex = new CgFormFieldEntity(); - jform_order_customer_sex.setFieldName("sex"); - jform_order_customer_sex.setTable(jform_order_customer); - jform_order_customer_sex.setFieldLength(120); - jform_order_customer_sex.setIsKey("N"); - jform_order_customer_sex.setIsNull("Y"); - jform_order_customer_sex.setIsQuery("Y"); - jform_order_customer_sex.setIsShow("Y"); - jform_order_customer_sex.setIsShowList("Y"); - jform_order_customer_sex.setShowType("select"); - jform_order_customer_sex.setLength(4); - jform_order_customer_sex.setType("string"); - jform_order_customer_sex.setOrderNum(3); - jform_order_customer_sex.setPointLength(0); - jform_order_customer_sex.setQueryMode("single"); - jform_order_customer_sex.setContent("性别"); - jform_order_customer_sex.setCreateBy("admin"); - jform_order_customer_sex.setCreateDate(new Date()); - jform_order_customer_sex.setCreateName("管理员"); - jform_order_customer_sex.setDictField("sex"); - jform_order_customer_sex.setDictTable(""); - jform_order_customer_sex.setMainTable(""); - jform_order_customer_sex.setMainField(""); - commonDao.saveOrUpdate(jform_order_customer_sex); - - // 表单[订单机票信息] - 字段清单 - CgFormHeadEntity jform_order_ticket = commonDao.findByProperty( - CgFormHeadEntity.class, "tableName", "jform_order_ticket").get( - 0); - CgFormFieldEntity jform_order_ticket_id = new CgFormFieldEntity(); - jform_order_ticket_id.setFieldName("id"); - jform_order_ticket_id.setTable(jform_order_ticket); - jform_order_ticket_id.setFieldLength(120); - jform_order_ticket_id.setIsKey("Y"); - jform_order_ticket_id.setIsNull("N"); - jform_order_ticket_id.setIsQuery("N"); - jform_order_ticket_id.setIsShow("N"); - jform_order_ticket_id.setIsShowList("N"); - jform_order_ticket_id.setShowType("checkbox"); - jform_order_ticket_id.setLength(36); - jform_order_ticket_id.setType("string"); - jform_order_ticket_id.setOrderNum(0); - jform_order_ticket_id.setPointLength(0); - jform_order_ticket_id.setQueryMode("single"); - jform_order_ticket_id.setContent("主键"); - jform_order_ticket_id.setCreateBy("admin"); - jform_order_ticket_id.setCreateDate(new Date()); - jform_order_ticket_id.setCreateName("管理员"); - jform_order_ticket_id.setDictField(""); - jform_order_ticket_id.setDictTable(""); - jform_order_ticket_id.setMainTable(""); - jform_order_ticket_id.setMainField(""); - commonDao.saveOrUpdate(jform_order_ticket_id); - - CgFormFieldEntity jform_order_ticket_ticket_code = new CgFormFieldEntity(); - jform_order_ticket_ticket_code.setFieldName("ticket_code"); - jform_order_ticket_ticket_code.setTable(jform_order_ticket); - jform_order_ticket_ticket_code.setFieldLength(120); - jform_order_ticket_ticket_code.setIsKey("N"); - jform_order_ticket_ticket_code.setIsNull("N"); - jform_order_ticket_ticket_code.setIsQuery("Y"); - jform_order_ticket_ticket_code.setIsShow("Y"); - jform_order_ticket_ticket_code.setIsShowList("Y"); - jform_order_ticket_ticket_code.setShowType("text"); - jform_order_ticket_ticket_code.setLength(100); - jform_order_ticket_ticket_code.setType("string"); - jform_order_ticket_ticket_code.setOrderNum(1); - jform_order_ticket_ticket_code.setPointLength(0); - jform_order_ticket_ticket_code.setQueryMode("single"); - jform_order_ticket_ticket_code.setContent("航班号"); - jform_order_ticket_ticket_code.setCreateBy("admin"); - jform_order_ticket_ticket_code.setCreateDate(new Date()); - jform_order_ticket_ticket_code.setCreateName("管理员"); - jform_order_ticket_ticket_code.setDictField(""); - jform_order_ticket_ticket_code.setDictTable(""); - jform_order_ticket_ticket_code.setMainTable(""); - jform_order_ticket_ticket_code.setMainField(""); - commonDao.saveOrUpdate(jform_order_ticket_ticket_code); - - CgFormFieldEntity jform_order_ticket_tickect_date = new CgFormFieldEntity(); - jform_order_ticket_tickect_date.setFieldName("tickect_date"); - jform_order_ticket_tickect_date.setTable(jform_order_ticket); - jform_order_ticket_tickect_date.setFieldLength(120); - jform_order_ticket_tickect_date.setIsKey("N"); - jform_order_ticket_tickect_date.setIsNull("N"); - jform_order_ticket_tickect_date.setIsQuery("Y"); - jform_order_ticket_tickect_date.setIsShow("Y"); - jform_order_ticket_tickect_date.setIsShowList("Y"); - jform_order_ticket_tickect_date.setShowType("datetime"); - jform_order_ticket_tickect_date.setLength(10); - jform_order_ticket_tickect_date.setType("Date"); - jform_order_ticket_tickect_date.setOrderNum(2); - jform_order_ticket_tickect_date.setPointLength(0); - jform_order_ticket_tickect_date.setQueryMode("single"); - jform_order_ticket_tickect_date.setContent("航班时间"); - jform_order_ticket_tickect_date.setCreateBy("admin"); - jform_order_ticket_tickect_date.setCreateDate(new Date()); - jform_order_ticket_tickect_date.setCreateName("管理员"); - jform_order_ticket_tickect_date.setDictField(""); - jform_order_ticket_tickect_date.setDictTable(""); - jform_order_ticket_tickect_date.setMainTable(""); - jform_order_ticket_tickect_date.setMainField(""); - commonDao.saveOrUpdate(jform_order_ticket_tickect_date); - - CgFormFieldEntity jform_order_ticket_fck_id = new CgFormFieldEntity(); - jform_order_ticket_fck_id.setFieldName("fck_id"); - jform_order_ticket_fck_id.setTable(jform_order_ticket); - jform_order_ticket_fck_id.setFieldLength(120); - jform_order_ticket_fck_id.setIsKey("N"); - jform_order_ticket_fck_id.setIsNull("N"); - jform_order_ticket_fck_id.setIsQuery("N"); - jform_order_ticket_fck_id.setIsShow("N"); - jform_order_ticket_fck_id.setIsShowList("N"); - jform_order_ticket_fck_id.setShowType("text"); - jform_order_ticket_fck_id.setLength(36); - jform_order_ticket_fck_id.setType("string"); - jform_order_ticket_fck_id.setOrderNum(3); - jform_order_ticket_fck_id.setPointLength(0); - jform_order_ticket_fck_id.setQueryMode("single"); - jform_order_ticket_fck_id.setContent("外键"); - jform_order_ticket_fck_id.setCreateBy("admin"); - jform_order_ticket_fck_id.setCreateDate(new Date()); - jform_order_ticket_fck_id.setCreateName("管理员"); - jform_order_ticket_fck_id.setDictField(""); - jform_order_ticket_fck_id.setDictTable(""); - jform_order_ticket_fck_id.setMainTable("jform_order_main"); - jform_order_ticket_fck_id.setMainField("id"); - commonDao.saveOrUpdate(jform_order_ticket_fck_id); - - // 表单[价格认证机构统计表] - 字段清单 - CgFormHeadEntity jform_price1 = commonDao.findByProperty( - CgFormHeadEntity.class, "tableName", "jform_price1").get(0); - CgFormFieldEntity jform_price1_id = new CgFormFieldEntity(); - jform_price1_id.setFieldName("id"); - jform_price1_id.setTable(jform_price1); - jform_price1_id.setFieldLength(0); - jform_price1_id.setIsKey("Y"); - jform_price1_id.setIsNull("N"); - jform_price1_id.setIsQuery("N"); - jform_price1_id.setIsShow("N"); - jform_price1_id.setIsShowList("N"); - jform_price1_id.setShowType("text"); - jform_price1_id.setLength(36); - jform_price1_id.setType("string"); - jform_price1_id.setOrderNum(0); - jform_price1_id.setPointLength(0); - jform_price1_id.setQueryMode("single"); - jform_price1_id.setContent("主键"); - jform_price1_id.setCreateBy("admin"); - jform_price1_id.setCreateDate(new Date()); - jform_price1_id.setCreateName("管理员"); - jform_price1_id.setDictField(""); - jform_price1_id.setDictTable(""); - jform_price1_id.setMainTable(""); - jform_price1_id.setMainField(""); - commonDao.saveOrUpdate(jform_price1_id); - - CgFormFieldEntity jform_price1_a = new CgFormFieldEntity(); - jform_price1_a.setFieldName("a"); - jform_price1_a.setTable(jform_price1); - jform_price1_a.setFieldLength(0); - jform_price1_a.setIsKey("N"); - jform_price1_a.setIsNull("N"); - jform_price1_a.setIsQuery("Y"); - jform_price1_a.setIsShow("Y"); - jform_price1_a.setIsShowList("Y"); - jform_price1_a.setShowType("text"); - jform_price1_a.setLength(10); - jform_price1_a.setType("double"); - jform_price1_a.setOrderNum(1); - jform_price1_a.setPointLength(2); - jform_price1_a.setQueryMode("group"); - jform_price1_a.setContent("机构合计"); - jform_price1_a.setCreateBy("admin"); - jform_price1_a.setCreateDate(new Date()); - jform_price1_a.setCreateName("管理员"); - jform_price1_a.setDictField(""); - jform_price1_a.setDictTable(""); - jform_price1_a.setMainTable(""); - jform_price1_a.setMainField(""); - commonDao.saveOrUpdate(jform_price1_a); - - CgFormFieldEntity jform_price1_b1 = new CgFormFieldEntity(); - jform_price1_b1.setFieldName("b1"); - jform_price1_b1.setTable(jform_price1); - jform_price1_b1.setFieldLength(0); - jform_price1_b1.setIsKey("N"); - jform_price1_b1.setIsNull("N"); - jform_price1_b1.setIsQuery("N"); - jform_price1_b1.setIsShow("Y"); - jform_price1_b1.setIsShowList("Y"); - jform_price1_b1.setShowType("text"); - jform_price1_b1.setLength(10); - jform_price1_b1.setType("double"); - jform_price1_b1.setOrderNum(2); - jform_price1_b1.setPointLength(2); - jform_price1_b1.setQueryMode("group"); - jform_price1_b1.setContent("行政小计"); - jform_price1_b1.setCreateBy("admin"); - jform_price1_b1.setCreateDate(new Date()); - jform_price1_b1.setCreateName("管理员"); - jform_price1_b1.setDictField(""); - jform_price1_b1.setDictTable(""); - jform_price1_b1.setMainTable(""); - jform_price1_b1.setMainField(""); - commonDao.saveOrUpdate(jform_price1_b1); - - CgFormFieldEntity jform_price1_b11 = new CgFormFieldEntity(); - jform_price1_b11.setFieldName("b11"); - jform_price1_b11.setTable(jform_price1); - jform_price1_b11.setFieldLength(0); - jform_price1_b11.setIsKey("N"); - jform_price1_b11.setIsNull("N"); - jform_price1_b11.setIsQuery("N"); - jform_price1_b11.setIsShow("Y"); - jform_price1_b11.setIsShowList("Y"); - jform_price1_b11.setShowType("text"); - jform_price1_b11.setLength(100); - jform_price1_b11.setType("string"); - jform_price1_b11.setOrderNum(3); - jform_price1_b11.setPointLength(0); - jform_price1_b11.setQueryMode("group"); - jform_price1_b11.setContent("行政省"); - jform_price1_b11.setCreateBy("admin"); - jform_price1_b11.setCreateDate(new Date()); - jform_price1_b11.setCreateName("管理员"); - jform_price1_b11.setDictField(""); - jform_price1_b11.setDictTable(""); - jform_price1_b11.setMainTable(""); - jform_price1_b11.setMainField(""); - commonDao.saveOrUpdate(jform_price1_b11); - - CgFormFieldEntity jform_price1_b12 = new CgFormFieldEntity(); - jform_price1_b12.setFieldName("b12"); - jform_price1_b12.setTable(jform_price1); - jform_price1_b12.setFieldLength(0); - jform_price1_b12.setIsKey("N"); - jform_price1_b12.setIsNull("N"); - jform_price1_b12.setIsQuery("N"); - jform_price1_b12.setIsShow("Y"); - jform_price1_b12.setIsShowList("Y"); - jform_price1_b12.setShowType("text"); - jform_price1_b12.setLength(100); - jform_price1_b12.setType("string"); - jform_price1_b12.setOrderNum(4); - jform_price1_b12.setPointLength(0); - jform_price1_b12.setQueryMode("group"); - jform_price1_b12.setContent("行政市"); - jform_price1_b12.setCreateBy("admin"); - jform_price1_b12.setCreateDate(new Date()); - jform_price1_b12.setCreateName("管理员"); - jform_price1_b12.setDictField(""); - jform_price1_b12.setDictTable(""); - jform_price1_b12.setMainTable(""); - jform_price1_b12.setMainField(""); - commonDao.saveOrUpdate(jform_price1_b12); - - CgFormFieldEntity jform_price1_b13 = new CgFormFieldEntity(); - jform_price1_b13.setFieldName("b13"); - jform_price1_b13.setTable(jform_price1); - jform_price1_b13.setFieldLength(0); - jform_price1_b13.setIsKey("N"); - jform_price1_b13.setIsNull("N"); - jform_price1_b13.setIsQuery("N"); - jform_price1_b13.setIsShow("Y"); - jform_price1_b13.setIsShowList("Y"); - jform_price1_b13.setShowType("text"); - jform_price1_b13.setLength(100); - jform_price1_b13.setType("string"); - jform_price1_b13.setOrderNum(5); - jform_price1_b13.setPointLength(0); - jform_price1_b13.setQueryMode("single"); - jform_price1_b13.setContent("行政县"); - jform_price1_b13.setCreateBy("admin"); - jform_price1_b13.setCreateDate(new Date()); - jform_price1_b13.setCreateName("管理员"); - jform_price1_b13.setDictField(""); - jform_price1_b13.setDictTable(""); - jform_price1_b13.setMainTable(""); - jform_price1_b13.setMainField(""); - commonDao.saveOrUpdate(jform_price1_b13); - - CgFormFieldEntity jform_price1_b2 = new CgFormFieldEntity(); - jform_price1_b2.setFieldName("b2"); - jform_price1_b2.setTable(jform_price1); - jform_price1_b2.setFieldLength(0); - jform_price1_b2.setIsKey("N"); - jform_price1_b2.setIsNull("N"); - jform_price1_b2.setIsQuery("N"); - jform_price1_b2.setIsShow("Y"); - jform_price1_b2.setIsShowList("Y"); - jform_price1_b2.setShowType("text"); - jform_price1_b2.setLength(10); - jform_price1_b2.setType("double"); - jform_price1_b2.setOrderNum(6); - jform_price1_b2.setPointLength(2); - jform_price1_b2.setQueryMode("single"); - jform_price1_b2.setContent("事业合计"); - jform_price1_b2.setCreateBy("admin"); - jform_price1_b2.setCreateDate(new Date()); - jform_price1_b2.setCreateName("管理员"); - jform_price1_b2.setDictField(""); - jform_price1_b2.setDictTable(""); - jform_price1_b2.setMainTable(""); - jform_price1_b2.setMainField(""); - commonDao.saveOrUpdate(jform_price1_b2); - - CgFormFieldEntity jform_price1_b3 = new CgFormFieldEntity(); - jform_price1_b3.setFieldName("b3"); - jform_price1_b3.setTable(jform_price1); - jform_price1_b3.setFieldLength(0); - jform_price1_b3.setIsKey("N"); - jform_price1_b3.setIsNull("N"); - jform_price1_b3.setIsQuery("N"); - jform_price1_b3.setIsShow("Y"); - jform_price1_b3.setIsShowList("Y"); - jform_price1_b3.setShowType("text"); - jform_price1_b3.setLength(10); - jform_price1_b3.setType("double"); - jform_price1_b3.setOrderNum(7); - jform_price1_b3.setPointLength(2); - jform_price1_b3.setQueryMode("single"); - jform_price1_b3.setContent("参公小计"); - jform_price1_b3.setCreateBy("admin"); - jform_price1_b3.setCreateDate(new Date()); - jform_price1_b3.setCreateName("管理员"); - jform_price1_b3.setDictField(""); - jform_price1_b3.setDictTable(""); - jform_price1_b3.setMainTable(""); - jform_price1_b3.setMainField(""); - commonDao.saveOrUpdate(jform_price1_b3); - - CgFormFieldEntity jform_price1_b31 = new CgFormFieldEntity(); - jform_price1_b31.setFieldName("b31"); - jform_price1_b31.setTable(jform_price1); - jform_price1_b31.setFieldLength(0); - jform_price1_b31.setIsKey("N"); - jform_price1_b31.setIsNull("N"); - jform_price1_b31.setIsQuery("N"); - jform_price1_b31.setIsShow("Y"); - jform_price1_b31.setIsShowList("Y"); - jform_price1_b31.setShowType("text"); - jform_price1_b31.setLength(100); - jform_price1_b31.setType("string"); - jform_price1_b31.setOrderNum(8); - jform_price1_b31.setPointLength(0); - jform_price1_b31.setQueryMode("single"); - jform_price1_b31.setContent("参公省"); - jform_price1_b31.setCreateBy("admin"); - jform_price1_b31.setCreateDate(new Date()); - jform_price1_b31.setCreateName("管理员"); - jform_price1_b31.setDictField(""); - jform_price1_b31.setDictTable(""); - jform_price1_b31.setMainTable(""); - jform_price1_b31.setMainField(""); - commonDao.saveOrUpdate(jform_price1_b31); - - CgFormFieldEntity jform_price1_b32 = new CgFormFieldEntity(); - jform_price1_b32.setFieldName("b32"); - jform_price1_b32.setTable(jform_price1); - jform_price1_b32.setFieldLength(0); - jform_price1_b32.setIsKey("N"); - jform_price1_b32.setIsNull("N"); - jform_price1_b32.setIsQuery("N"); - jform_price1_b32.setIsShow("Y"); - jform_price1_b32.setIsShowList("Y"); - jform_price1_b32.setShowType("text"); - jform_price1_b32.setLength(100); - jform_price1_b32.setType("string"); - jform_price1_b32.setOrderNum(9); - jform_price1_b32.setPointLength(0); - jform_price1_b32.setQueryMode("single"); - jform_price1_b32.setContent("参公市"); - jform_price1_b32.setCreateBy("admin"); - jform_price1_b32.setCreateDate(new Date()); - jform_price1_b32.setCreateName("管理员"); - jform_price1_b32.setDictField(""); - jform_price1_b32.setDictTable(""); - jform_price1_b32.setMainTable(""); - jform_price1_b32.setMainField(""); - commonDao.saveOrUpdate(jform_price1_b32); - - CgFormFieldEntity jform_price1_b33 = new CgFormFieldEntity(); - jform_price1_b33.setFieldName("b33"); - jform_price1_b33.setTable(jform_price1); - jform_price1_b33.setFieldLength(0); - jform_price1_b33.setIsKey("N"); - jform_price1_b33.setIsNull("N"); - jform_price1_b33.setIsQuery("N"); - jform_price1_b33.setIsShow("Y"); - jform_price1_b33.setIsShowList("Y"); - jform_price1_b33.setShowType("text"); - jform_price1_b33.setLength(100); - jform_price1_b33.setType("string"); - jform_price1_b33.setOrderNum(10); - jform_price1_b33.setPointLength(0); - jform_price1_b33.setQueryMode("single"); - jform_price1_b33.setContent("参公县"); - jform_price1_b33.setCreateBy("admin"); - jform_price1_b33.setCreateDate(new Date()); - jform_price1_b33.setCreateName("管理员"); - jform_price1_b33.setDictField(""); - jform_price1_b33.setDictTable(""); - jform_price1_b33.setMainTable(""); - jform_price1_b33.setMainField(""); - commonDao.saveOrUpdate(jform_price1_b33); - - CgFormFieldEntity jform_price1_c1 = new CgFormFieldEntity(); - jform_price1_c1.setFieldName("c1"); - jform_price1_c1.setTable(jform_price1); - jform_price1_c1.setFieldLength(0); - jform_price1_c1.setIsKey("N"); - jform_price1_c1.setIsNull("N"); - jform_price1_c1.setIsQuery("N"); - jform_price1_c1.setIsShow("Y"); - jform_price1_c1.setIsShowList("Y"); - jform_price1_c1.setShowType("text"); - jform_price1_c1.setLength(10); - jform_price1_c1.setType("double"); - jform_price1_c1.setOrderNum(11); - jform_price1_c1.setPointLength(2); - jform_price1_c1.setQueryMode("single"); - jform_price1_c1.setContent("全额拨款"); - jform_price1_c1.setCreateBy("admin"); - jform_price1_c1.setCreateDate(new Date()); - jform_price1_c1.setCreateName("管理员"); - jform_price1_c1.setDictField(""); - jform_price1_c1.setDictTable(""); - jform_price1_c1.setMainTable(""); - jform_price1_c1.setMainField(""); - commonDao.saveOrUpdate(jform_price1_c1); - - CgFormFieldEntity jform_price1_c2 = new CgFormFieldEntity(); - jform_price1_c2.setFieldName("c2"); - jform_price1_c2.setTable(jform_price1); - jform_price1_c2.setFieldLength(0); - jform_price1_c2.setIsKey("N"); - jform_price1_c2.setIsNull("N"); - jform_price1_c2.setIsQuery("N"); - jform_price1_c2.setIsShow("Y"); - jform_price1_c2.setIsShowList("Y"); - jform_price1_c2.setShowType("text"); - jform_price1_c2.setLength(10); - jform_price1_c2.setType("double"); - jform_price1_c2.setOrderNum(12); - jform_price1_c2.setPointLength(2); - jform_price1_c2.setQueryMode("single"); - jform_price1_c2.setContent("差额拨款"); - jform_price1_c2.setCreateBy("admin"); - jform_price1_c2.setCreateDate(new Date()); - jform_price1_c2.setCreateName("管理员"); - jform_price1_c2.setDictField(""); - jform_price1_c2.setDictTable(""); - jform_price1_c2.setMainTable(""); - jform_price1_c2.setMainField(""); - commonDao.saveOrUpdate(jform_price1_c2); - - CgFormFieldEntity jform_price1_c3 = new CgFormFieldEntity(); - jform_price1_c3.setFieldName("c3"); - jform_price1_c3.setTable(jform_price1); - jform_price1_c3.setFieldLength(0); - jform_price1_c3.setIsKey("N"); - jform_price1_c3.setIsNull("N"); - jform_price1_c3.setIsQuery("N"); - jform_price1_c3.setIsShow("Y"); - jform_price1_c3.setIsShowList("Y"); - jform_price1_c3.setShowType("text"); - jform_price1_c3.setLength(10); - jform_price1_c3.setType("double"); - jform_price1_c3.setOrderNum(13); - jform_price1_c3.setPointLength(2); - jform_price1_c3.setQueryMode("single"); - jform_price1_c3.setContent("自收自支"); - jform_price1_c3.setCreateBy("admin"); - jform_price1_c3.setCreateDate(new Date()); - jform_price1_c3.setCreateName("管理员"); - jform_price1_c3.setDictField(""); - jform_price1_c3.setDictTable(""); - jform_price1_c3.setMainTable(""); - jform_price1_c3.setMainField(""); - commonDao.saveOrUpdate(jform_price1_c3); - - CgFormFieldEntity jform_price1_d = new CgFormFieldEntity(); - jform_price1_d.setFieldName("d"); - jform_price1_d.setTable(jform_price1); - jform_price1_d.setFieldLength(0); - jform_price1_d.setIsKey("N"); - jform_price1_d.setIsNull("N"); - jform_price1_d.setIsQuery("Y"); - jform_price1_d.setIsShow("Y"); - jform_price1_d.setIsShowList("Y"); - jform_price1_d.setShowType("text"); - jform_price1_d.setLength(10); - jform_price1_d.setType("int"); - jform_price1_d.setOrderNum(14); - jform_price1_d.setPointLength(2); - jform_price1_d.setQueryMode("single"); - jform_price1_d.setContent("经费合计"); - jform_price1_d.setCreateBy("admin"); - jform_price1_d.setCreateDate(new Date()); - jform_price1_d.setCreateName("管理员"); - jform_price1_d.setDictField(""); - jform_price1_d.setDictTable(""); - jform_price1_d.setMainTable(""); - jform_price1_d.setMainField(""); - commonDao.saveOrUpdate(jform_price1_d); - - CgFormFieldEntity jform_price1_d1 = new CgFormFieldEntity(); - jform_price1_d1.setFieldName("d1"); - jform_price1_d1.setTable(jform_price1); - jform_price1_d1.setFieldLength(0); - jform_price1_d1.setIsKey("N"); - jform_price1_d1.setIsNull("N"); - jform_price1_d1.setIsQuery("N"); - jform_price1_d1.setIsShow("Y"); - jform_price1_d1.setIsShowList("Y"); - jform_price1_d1.setShowType("text"); - jform_price1_d1.setLength(1000); - jform_price1_d1.setType("string"); - jform_price1_d1.setOrderNum(15); - jform_price1_d1.setPointLength(0); - jform_price1_d1.setQueryMode("single"); - jform_price1_d1.setContent("机构资质"); - jform_price1_d1.setCreateBy("admin"); - jform_price1_d1.setCreateDate(new Date()); - jform_price1_d1.setCreateName("管理员"); - jform_price1_d1.setDictField(""); - jform_price1_d1.setDictTable(""); - jform_price1_d1.setMainTable(""); - jform_price1_d1.setMainField(""); - commonDao.saveOrUpdate(jform_price1_d1); - - } - - /** - * @Description 修复HTML在线编辑功能 - * @author tanghan 2013-7-28 - */ - private void repairCkEditor() { - CKEditorEntity ckEditor = new CKEditorEntity(); - String str = "" - + "" - + "" - + "" - + "" - + "" - + "

附件2:

" - + "价格认证人员统计表" - + "

填报单位(盖章):

" - + "

单位代码号: " - + "                  " - + "                   " - + "                   " - + "  单位:人填               " - + "    报日期:      年   月   日

<" - + "form action='cgFormBuildController.do?saveOrUpdate' id='formobj' method='post' name='formobj'>" - + " " - + "#{jform_hidden_field}" - + "

 

" - + "" - + "" - + "" - + "" - + "" - + "" - + "" - + "

 

 

合计

 

 

人数

" - + "

 

学历

 

取得的(上岗)执业资格

" - + "

专业技术职称

(经济系列、工程系列)

" - + "

在编人员

聘用人员

" - + "

临时(借用)人员

高中

大专

" - + "

本科

研究生

其它

价格

" - + "

鉴证员

价格

鉴证师

复核

裁定员

其它

初级

中级

" - + "

高级

其它

本单位

其它

长期

短期

A1

B1

B2

B3

B4

B5

C1

C2

C3

C4

C5

D1

D2

D3

" - + "

D4

E1

E2

E3

E4

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

" - + "

 

填报说明:

一、合计(A):填报至统计截止期的本机构的人员总数。

" - + "

二、人数:

在编人员:分别按照价格认证机构编制内及其它具有价格主管部门编制的实有人数填报在B1、B2栏内。" - + "

聘用人员:按照经价格主管部门或价格认证机构人事部门认可的并签订三年以上的工作合同的人员(B3);以及没有经过价" - + "格主管部门或价格认证机构人事部门认可的签订合同少于三年的人员(B4)分别来进行统计。

临时(借用)人员(B5):特指" - + "外聘的临时工,或者工作关系不在本单位且无长期聘用合同的借调人员等。

三、表内各栏目关系

A=B1+B2+B3+B4+B5=C1+" - + "C2+C3+C4+C5=D1+D2+D3+D4=E1+E2+E3+E4

"; - ckEditor.setContents(str.getBytes()); - commonDao.saveOrUpdate(ckEditor); - } - - /** - * @Description 修复日志表 - * @author tanghan 2013-7-28 - */ - private void repairLog() { - TSUser admin = commonDao.findByProperty(TSUser.class, "signatureFile", - "images/renfang/qm/licf.gif").get(0); - try { - TSLog log1 = new TSLog(); - log1.setLogcontent("用户: admin登录成功"); - log1.setBroswer("Chrome"); - log1.setNote("169.254.200.136"); - log1.setTSUser(admin); - log1.setOperatetime(DateUtils.parseTimestamp("2013-4-24 16:22:40", - "yyyy-MM-dd HH:mm")); - log1.setOperatetype((short) 1); - log1.setLoglevel((short) 1); - commonDao.saveOrUpdate(log1); - - TSLog log2 = new TSLog(); - log2.setLogcontent("用户: admin登录成功"); - log2.setBroswer("Chrome"); - log2.setNote("10.10.10.1"); - log2.setTSUser(admin); - log2.setOperatetime(DateUtils.parseTimestamp("2013-4-24 17:12:22", - "yyyy-MM-dd HH:mm")); - log2.setOperatetype((short) 1); - log2.setLoglevel((short) 1); - commonDao.saveOrUpdate(log2); - - TSLog log3 = new TSLog(); - log3.setLogcontent("用户: admin登录成功"); - log3.setBroswer("Chrome"); - log3.setNote("169.254.218.201"); - log3.setTSUser(admin); - log3.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:37:11", - "yyyy-MM-dd HH:mm")); - log3.setOperatetype((short) 1); - log3.setLoglevel((short) 1); - commonDao.saveOrUpdate(log3); - - TSLog log4 = new TSLog(); - log4.setLogcontent("用户admin已退出"); - log4.setBroswer("Chrome"); - log4.setNote("169.254.218.201"); - log4.setTSUser(admin); - log4.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:38:33", - "yyyy-MM-dd HH:mm")); - log4.setOperatetype((short) 1); - log4.setLoglevel((short) 2); - commonDao.saveOrUpdate(log4); - - TSLog log5 = new TSLog(); - log5.setLogcontent("用户: admin登录成功"); - log5.setBroswer("MSIE 9.0"); - log5.setNote("169.254.218.201"); - log5.setTSUser(admin); - log5.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:38:42", - "yyyy-MM-dd HH:mm")); - log5.setOperatetype((short) 1); - log5.setLoglevel((short) 1); - commonDao.saveOrUpdate(log5); - - TSLog log6 = new TSLog(); - log6.setLogcontent("JeecgDemo例子: 12被删除 成功"); - log6.setBroswer("MSIE 9.0"); - log6.setNote("169.254.218.201"); - log6.setTSUser(admin); - log6.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:39:00", - "yyyy-MM-dd HH:mm")); - log6.setOperatetype((short) 1); - log6.setLoglevel((short) 4); - commonDao.saveOrUpdate(log6); - - TSLog log7 = new TSLog(); - log7.setLogcontent("JeecgDemo例子: 12被删除 成功"); - log7.setBroswer("MSIE 9.0"); - log7.setNote("169.254.218.201"); - log7.setTSUser(admin); - log7.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:39:02", - "yyyy-MM-dd HH:mm")); - log7.setOperatetype((short) 1); - log7.setLoglevel((short) 4); - commonDao.saveOrUpdate(log7); - - TSLog log8 = new TSLog(); - log8.setLogcontent("JeecgDemo例子: 12被删除 成功"); - log8.setBroswer("Chrome"); - log8.setNote("169.254.218.201"); - log8.setTSUser(admin); - log8.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:39:04", - "yyyy-MM-dd HH:mm")); - log8.setOperatetype((short) 1); - log8.setLoglevel((short) 4); - commonDao.saveOrUpdate(log8); - - TSLog log9 = new TSLog(); - log9.setLogcontent("权限: 单表模型被更新成功"); - log9.setBroswer("MSIE 9.0"); - log9.setNote("169.254.218.201"); - log9.setTSUser(admin); - log9.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:39:30", - "yyyy-MM-dd HH:mm")); - log9.setOperatetype((short) 1); - log9.setLoglevel((short) 5); - commonDao.saveOrUpdate(log9); - - TSLog log10 = new TSLog(); - log10.setLogcontent("删除成功"); - log10.setBroswer("Chrome"); - log10.setNote("169.254.218.201"); - log10.setTSUser(admin); - log10.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:39:38", - "yyyy-MM-dd HH:mm")); - log10.setOperatetype((short) 1); - log10.setLoglevel((short) 4); - commonDao.saveOrUpdate(log10); - - TSLog log11 = new TSLog(); - log11.setLogcontent("删除成功"); - log11.setBroswer("MSIE 9.0"); - log11.setNote("169.254.218.201"); - log11.setTSUser(admin); - log11.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:39:40", - "yyyy-MM-dd HH:mm")); - log11.setOperatetype((short) 1); - log11.setLoglevel((short) 4); - commonDao.saveOrUpdate(log11); - - TSLog log12 = new TSLog(); - log12.setLogcontent("删除成功"); - log12.setBroswer("Chrome"); - log12.setNote("169.254.218.201"); - log12.setTSUser(admin); - log12.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:39:41", - "yyyy-MM-dd HH:mm")); - log12.setOperatetype((short) 1); - log12.setLoglevel((short) 4); - commonDao.saveOrUpdate(log12); - - TSLog log13 = new TSLog(); - log13.setLogcontent("删除成功"); - log13.setBroswer("Firefox"); - log13.setNote("169.254.218.201"); - log13.setTSUser(admin); - log13.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:39:42", - "yyyy-MM-dd HH:mm")); - log13.setOperatetype((short) 1); - log13.setLoglevel((short) 4); - commonDao.saveOrUpdate(log13); - - TSLog log14 = new TSLog(); - log14.setLogcontent("添加成功"); - log14.setBroswer("Chrome"); - log14.setNote("169.254.218.201"); - log14.setTSUser(admin); - log14.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:40:00", - "yyyy-MM-dd HH:mm")); - log14.setOperatetype((short) 1); - log14.setLoglevel((short) 3); - commonDao.saveOrUpdate(log14); - - TSLog log15 = new TSLog(); - log15.setLogcontent("更新成功"); - log15.setBroswer("Chrome"); - log15.setNote("169.254.218.201"); - log15.setTSUser(admin); - log15.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:40:04", - "yyyy-MM-dd HH:mm")); - log15.setOperatetype((short) 1); - log15.setLoglevel((short) 5); - commonDao.saveOrUpdate(log15); - - TSLog log16 = new TSLog(); - log16.setLogcontent("JeecgDemo例子: 12被添加成功"); - log16.setBroswer("Chrome"); - log16.setNote("169.254.218.201"); - log16.setTSUser(admin); - log16.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:40:44", - "yyyy-MM-dd HH:mm")); - log16.setOperatetype((short) 1); - log16.setLoglevel((short) 3); - commonDao.saveOrUpdate(log16); - - TSLog log17 = new TSLog(); - log17.setLogcontent("部门: 信息部被更新成功"); - log17.setBroswer("Chrome"); - log17.setNote("169.254.218.201"); - log17.setTSUser(admin); - log17.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:41:26", - "yyyy-MM-dd HH:mm")); - log17.setOperatetype((short) 1); - log17.setLoglevel((short) 5); - commonDao.saveOrUpdate(log17); - - TSLog log18 = new TSLog(); - log18.setLogcontent("部门: 设计部被更新成功"); - log18.setBroswer("Chrome"); - log18.setNote("169.254.218.201"); - log18.setTSUser(admin); - log18.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:41:38", - "yyyy-MM-dd HH:mm")); - log18.setOperatetype((short) 1); - log18.setLoglevel((short) 5); - commonDao.saveOrUpdate(log18); - - TSLog log19 = new TSLog(); - log19.setLogcontent("类型: 信息部流程被更新成功"); - log19.setBroswer("Chrome"); - log19.setNote("169.254.218.201"); - log19.setTSUser(admin); - log19.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:46:55", - "yyyy-MM-dd HH:mm")); - log19.setOperatetype((short) 1); - log19.setLoglevel((short) 5); - commonDao.saveOrUpdate(log19); - - TSLog log20 = new TSLog(); - log20.setLogcontent("用户: admin登录成功"); - log20.setBroswer("Chrome"); - log20.setNote("169.254.218.201"); - log20.setTSUser(admin); - log20.setOperatetime(DateUtils.parseTimestamp("2013-3-10 15:48:47", - "yyyy-MM-dd HH:mm")); - log20.setOperatetype((short) 1); - log20.setLoglevel((short) 1); - commonDao.saveOrUpdate(log20); - - TSLog log21 = new TSLog(); - log21.setLogcontent("用户: admin登录成功"); - log21.setBroswer("Firefox"); - log21.setNote("169.254.218.201"); - log21.setTSUser(admin); - log21.setOperatetime(DateUtils.parseTimestamp("2013-3-21 23:23:52", - "yyyy-MM-dd HH:mm")); - log21.setOperatetype((short) 1); - log21.setLoglevel((short) 1); - commonDao.saveOrUpdate(log21); - - TSLog log22 = new TSLog(); - log22.setLogcontent("用户: admin登录成功"); - log22.setBroswer("Chrome"); - log22.setNote("169.254.218.201"); - log22.setTSUser(admin); - log22.setOperatetime(DateUtils.parseTimestamp("2013-3-21 23:26:22", - "yyyy-MM-dd HH:mm")); - log22.setOperatetype((short) 1); - log22.setLoglevel((short) 1); - commonDao.saveOrUpdate(log22); - - TSLog log23 = new TSLog(); - log23.setLogcontent("权限: 一对多实例被添加成功"); - log23.setBroswer("Chrome"); - log23.setNote("169.254.218.201"); - log23.setTSUser(admin); - log23.setOperatetime(DateUtils.parseTimestamp("2013-3-21 23:28:34", - "yyyy-MM-dd HH:mm")); - log23.setOperatetype((short) 1); - log23.setLoglevel((short) 3); - commonDao.saveOrUpdate(log23); - - TSLog log24 = new TSLog(); - log24.setLogcontent("用户: admin登录成功"); - log24.setBroswer("Chrome"); - log24.setNote("169.254.218.201"); - log24.setTSUser(admin); - log24.setOperatetime(DateUtils.parseTimestamp("2013-3-22 8:25:07", - "yyyy-MM-dd HH:mm")); - log24.setOperatetype((short) 1); - log24.setLoglevel((short) 1); - commonDao.saveOrUpdate(log24); - - TSLog log25 = new TSLog(); - log25.setLogcontent("用户: admin登录成功"); - log25.setBroswer("Firefox"); - log25.setNote("169.254.218.201"); - log25.setTSUser(admin); - log25.setOperatetime(DateUtils.parseTimestamp("2013-3-22 9:05:25", - "yyyy-MM-dd HH:mm")); - log25.setOperatetype((short) 1); - log25.setLoglevel((short) 1); - commonDao.saveOrUpdate(log25); - - TSLog log26 = new TSLog(); - log26.setLogcontent("用户: admin登录成功"); - log26.setBroswer("Chrome"); - log26.setNote("169.254.218.201"); - log26.setTSUser(admin); - log26.setOperatetime(DateUtils.parseTimestamp("2013-3-22 9:09:05", - "yyyy-MM-dd HH:mm")); - log26.setOperatetype((short) 1); - log26.setLoglevel((short) 1); - commonDao.saveOrUpdate(log26); - - TSLog log27 = new TSLog(); - log27.setLogcontent("用户: admin登录成功"); - log27.setBroswer("MSIE 8.0"); - log27.setNote("169.254.218.201"); - log27.setTSUser(admin); - log27.setOperatetime(DateUtils.parseTimestamp("2013-3-22 9:28:50", - "yyyy-MM-dd HH:mm")); - log27.setOperatetype((short) 1); - log27.setLoglevel((short) 1); - commonDao.saveOrUpdate(log27); - - TSLog log28 = new TSLog(); - log28.setLogcontent("用户: admin登录成功"); - log28.setBroswer("Firefox"); - log28.setNote("169.254.218.201"); - log28.setTSUser(admin); - log28.setOperatetime(DateUtils.parseTimestamp("2013-3-22 10:32:59", - "yyyy-MM-dd HH:mm")); - log28.setOperatetype((short) 1); - log28.setLoglevel((short) 1); - commonDao.saveOrUpdate(log28); - - TSLog log29 = new TSLog(); - log29.setLogcontent("物品: 笔记本添加成功"); - log29.setBroswer("Chrome"); - log29.setNote("169.254.218.201"); - log29.setTSUser(admin); - log29.setOperatetime(DateUtils.parseTimestamp("2013-3-22 10:35:44", - "yyyy-MM-dd HH:mm")); - log29.setOperatetype((short) 1); - log29.setLoglevel((short) 3); - commonDao.saveOrUpdate(log29); - - TSLog log30 = new TSLog(); - log30.setLogcontent("用户: admin登录成功"); - log30.setBroswer("Firefox"); - log30.setNote("169.254.218.201"); - log30.setTSUser(admin); - log30.setOperatetime(DateUtils.parseTimestamp("2013-3-22 10:41:46", - "yyyy-MM-dd HH:mm")); - log30.setOperatetype((short) 1); - log30.setLoglevel((short) 1); - commonDao.saveOrUpdate(log30); - - TSLog log31 = new TSLog(); - log31.setLogcontent("用户: admin登录成功"); - log31.setBroswer("Firefox"); - log31.setNote("169.254.218.201"); - log31.setTSUser(admin); - log31.setOperatetime(DateUtils.parseTimestamp("2013-3-22 16:11:14", - "yyyy-MM-dd HH:mm")); - log31.setOperatetype((short) 1); - log31.setLoglevel((short) 1); - commonDao.saveOrUpdate(log31); - - TSLog log32 = new TSLog(); - log32.setLogcontent("用户: admin登录成功"); - log32.setBroswer("Chrome"); - log32.setNote("169.254.218.201"); - log32.setTSUser(admin); - log32.setOperatetime(DateUtils.parseTimestamp("2013-3-22 21:49:43", - "yyyy-MM-dd HH:mm")); - log32.setOperatetype((short) 1); - log32.setLoglevel((short) 1); - commonDao.saveOrUpdate(log32); - - TSLog log33 = new TSLog(); - log33.setLogcontent("用户: admin登录成功"); - log33.setBroswer("Chrome"); - log33.setNote("169.254.218.201"); - log33.setTSUser(admin); - log33.setOperatetime(DateUtils.parseTimestamp("2013-3-22 23:17:12", - "yyyy-MM-dd HH:mm")); - log33.setOperatetype((short) 1); - log33.setLoglevel((short) 1); - commonDao.saveOrUpdate(log33); - - TSLog log34 = new TSLog(); - log34.setLogcontent("用户: admin登录成功"); - log34.setBroswer("Chrome"); - log34.setNote("169.254.218.201"); - log34.setTSUser(admin); - log34.setOperatetime(DateUtils.parseTimestamp("2013-3-22 23:27:22", - "yyyy-MM-dd HH:mm")); - log34.setOperatetype((short) 1); - log34.setLoglevel((short) 1); - commonDao.saveOrUpdate(log34); - - TSLog log35 = new TSLog(); - log35.setLogcontent("用户: admin登录成功"); - log35.setBroswer("Chrome"); - log35.setNote("169.254.218.201"); - log35.setTSUser(admin); - log35.setOperatetime(DateUtils.parseTimestamp("2013-3-23 0:16:10", - "yyyy-MM-dd HH:mm")); - log35.setOperatetype((short) 1); - log35.setLoglevel((short) 1); - commonDao.saveOrUpdate(log35); - - TSLog log36 = new TSLog(); - log36.setLogcontent("用户: admin登录成功"); - log36.setBroswer("Chrome"); - log36.setNote("169.254.218.201"); - log36.setTSUser(admin); - log36.setOperatetime(DateUtils.parseTimestamp("2013-3-23 0:22:46", - "yyyy-MM-dd HH:mm")); - log36.setOperatetype((short) 1); - log36.setLoglevel((short) 1); - commonDao.saveOrUpdate(log36); - - TSLog log37 = new TSLog(); - log37.setLogcontent("用户: admin登录成功"); - log37.setBroswer("Firefox"); - log37.setNote("169.254.218.201"); - log37.setTSUser(admin); - log37.setOperatetime(DateUtils.parseTimestamp("2013-3-23 0:31:11", - "yyyy-MM-dd HH:mm")); - log37.setOperatetype((short) 1); - log37.setLoglevel((short) 1); - commonDao.saveOrUpdate(log37); - - TSLog log38 = new TSLog(); - log38.setLogcontent("用户: admin登录成功"); - log38.setBroswer("Chrome"); - log38.setNote("169.254.218.201"); - log38.setTSUser(admin); - log38.setOperatetime(DateUtils.parseTimestamp("2013-3-23 14:23:36", - "yyyy-MM-dd HH:mm")); - log38.setOperatetype((short) 1); - log38.setLoglevel((short) 1); - commonDao.saveOrUpdate(log38); - - TSLog log39 = new TSLog(); - log39.setLogcontent("流程参数: 主任审批被添加成功"); - log39.setBroswer("Chrome"); - log39.setNote("169.254.218.201"); - log39.setTSUser(admin); - log39.setOperatetime(DateUtils.parseTimestamp("2013-3-23 15:05:30", - "yyyy-MM-dd HH:mm")); - log39.setOperatetype((short) 1); - log39.setLoglevel((short) 3); - commonDao.saveOrUpdate(log39); - - TSLog log40 = new TSLog(); - log40.setLogcontent("业务参数: 入职申请被添加成功"); - log40.setBroswer("Firefox"); - log40.setNote("169.254.218.201"); - log40.setTSUser(admin); - log40.setOperatetime(DateUtils.parseTimestamp("2013-3-23 15:05:42", - "yyyy-MM-dd HH:mm")); - log40.setOperatetype((short) 1); - log40.setLoglevel((short) 3); - commonDao.saveOrUpdate(log40); - - TSLog log41 = new TSLog(); - log41.setLogcontent("权限: 入职申请被添加成功"); - log41.setBroswer("Chrome"); - log41.setNote("169.254.218.201"); - log41.setTSUser(admin); - log41.setOperatetime(DateUtils.parseTimestamp("2013-3-23 15:12:56", - "yyyy-MM-dd HH:mm")); - log41.setOperatetype((short) 1); - log41.setLoglevel((short) 3); - commonDao.saveOrUpdate(log41); - - TSLog log42 = new TSLog(); - log42.setLogcontent("权限: 入职办理被添加成功"); - log42.setBroswer("Firefox"); - log42.setNote("169.254.218.201"); - log42.setTSUser(admin); - log42.setOperatetime(DateUtils.parseTimestamp("2013-3-23 15:13:23", - "yyyy-MM-dd HH:mm")); - log42.setOperatetype((short) 1); - log42.setLoglevel((short) 3); - commonDao.saveOrUpdate(log42); - - TSLog log43 = new TSLog(); - log43.setLogcontent("用户: admin登录成功"); - log43.setBroswer("Chrome"); - log43.setNote("10.10.10.1"); - log43.setTSUser(admin); - log43.setOperatetime(DateUtils.parseTimestamp("2013-5-6 15:27:19", - "yyyy-MM-dd HH:mm")); - log43.setOperatetype((short) 1); - log43.setLoglevel((short) 1); - commonDao.saveOrUpdate(log43); - - TSLog log44 = new TSLog(); - log44.setLogcontent("用户: admin登录成功"); - log44.setBroswer("MSIE 8.0"); - log44.setNote("192.168.197.1"); - log44.setTSUser(admin); - log44.setOperatetime(DateUtils.parseTimestamp("2013-7-7 15:16:05", - "yyyy-MM-dd HH:mm")); - log44.setOperatetype((short) 1); - log44.setLoglevel((short) 1); - commonDao.saveOrUpdate(log44); - - TSLog log45 = new TSLog(); - log45.setLogcontent("用户: admin登录成功"); - log45.setBroswer("MSIE 8.0"); - log45.setNote("192.168.197.1"); - log45.setTSUser(admin); - log45.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:02:38", - "yyyy-MM-dd HH:mm")); - log45.setOperatetype((short) 1); - log45.setLoglevel((short) 1); - commonDao.saveOrUpdate(log45); - - TSLog log46 = new TSLog(); - log46.setLogcontent("用户: admin登录成功"); - log46.setBroswer("MSIE 8.0"); - log46.setNote("192.168.197.1"); - log46.setTSUser(admin); - log46.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:07:49", - "yyyy-MM-dd HH:mm")); - log46.setOperatetype((short) 1); - log46.setLoglevel((short) 1); - commonDao.saveOrUpdate(log46); - - TSLog log47 = new TSLog(); - log47.setLogcontent("用户: admin登录成功"); - log47.setBroswer("MSIE 8.0"); - log47.setNote("192.168.197.1"); - log47.setTSUser(admin); - log47.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:09:10", - "yyyy-MM-dd HH:mm")); - log47.setOperatetype((short) 1); - log47.setLoglevel((short) 1); - commonDao.saveOrUpdate(log47); - - TSLog log48 = new TSLog(); - log48.setLogcontent("用户: admin登录成功"); - log48.setBroswer("MSIE 8.0"); - log48.setNote("192.168.197.1"); - log48.setTSUser(admin); - log48.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:11:49", - "yyyy-MM-dd HH:mm")); - log48.setOperatetype((short) 1); - log48.setLoglevel((short) 1); - commonDao.saveOrUpdate(log48); - - TSLog log49 = new TSLog(); - log49.setLogcontent("用户: admin登录成功"); - log49.setBroswer("MSIE 8.0"); - log49.setNote("192.168.197.1"); - log49.setTSUser(admin); - log49.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:13:44", - "yyyy-MM-dd HH:mm")); - log49.setOperatetype((short) 1); - log49.setLoglevel((short) 1); - commonDao.saveOrUpdate(log49); - - TSLog log50 = new TSLog(); - log50.setLogcontent("用户: admin登录成功"); - log50.setBroswer("MSIE 8.0"); - log50.setNote("192.168.197.1"); - log50.setTSUser(admin); - log50.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:16:52", - "yyyy-MM-dd HH:mm")); - log50.setOperatetype((short) 1); - log50.setLoglevel((short) 1); - commonDao.saveOrUpdate(log50); - - TSLog log51 = new TSLog(); - log51.setLogcontent("用户: admin登录成功"); - log51.setBroswer("MSIE 8.0"); - log51.setNote("192.168.197.1"); - log51.setTSUser(admin); - log51.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:19:18", - "yyyy-MM-dd HH:mm")); - log51.setOperatetype((short) 1); - log51.setLoglevel((short) 1); - commonDao.saveOrUpdate(log51); - - TSLog log52 = new TSLog(); - log52.setLogcontent("用户: admin登录成功"); - log52.setBroswer("MSIE 8.0"); - log52.setNote("192.168.197.1"); - log52.setTSUser(admin); - log52.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:27:05", - "yyyy-MM-dd HH:mm")); - log52.setOperatetype((short) 1); - log52.setLoglevel((short) 1); - commonDao.saveOrUpdate(log52); - - TSLog log53 = new TSLog(); - log53.setLogcontent("用户: admin登录成功"); - log53.setBroswer("MSIE 8.0"); - log53.setNote("192.168.197.1"); - log53.setTSUser(admin); - log53.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:42:32", - "yyyy-MM-dd HH:mm")); - log53.setOperatetype((short) 1); - log53.setLoglevel((short) 1); - commonDao.saveOrUpdate(log53); - - TSLog log54 = new TSLog(); - log54.setLogcontent("用户: admin登录成功"); - log54.setBroswer("MSIE 8.0"); - log54.setNote("192.168.197.1"); - log54.setTSUser(admin); - log54.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:44:38", - "yyyy-MM-dd HH:mm")); - log54.setOperatetype((short) 1); - log54.setLoglevel((short) 1); - commonDao.saveOrUpdate(log54); - - TSLog log55 = new TSLog(); - log55.setLogcontent("用户: admin登录成功"); - log55.setBroswer("MSIE 8.0"); - log55.setNote("192.168.197.1"); - log55.setTSUser(admin); - log55.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:49:06", - "yyyy-MM-dd HH:mm")); - log55.setOperatetype((short) 1); - log55.setLoglevel((short) 1); - commonDao.saveOrUpdate(log55); - - TSLog log56 = new TSLog(); - log56.setLogcontent("用户: admin登录成功"); - log56.setBroswer("MSIE 8.0"); - log56.setNote("192.168.197.1"); - log56.setTSUser(admin); - log56.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:50:51", - "yyyy-MM-dd HH:mm")); - log56.setOperatetype((short) 1); - log56.setLoglevel((short) 1); - commonDao.saveOrUpdate(log56); - - TSLog log57 = new TSLog(); - log57.setLogcontent("用户: admin登录成功"); - log57.setBroswer("MSIE 8.0"); - log57.setNote("192.168.197.1"); - log57.setTSUser(admin); - log57.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:53:48", - "yyyy-MM-dd HH:mm")); - log57.setOperatetype((short) 1); - log57.setLoglevel((short) 1); - commonDao.saveOrUpdate(log57); - - TSLog log58 = new TSLog(); - log58.setLogcontent("修改成功"); - log58.setBroswer("MSIE 8.0"); - log58.setNote("192.168.197.1"); - log58.setTSUser(admin); - log58.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:56:45", - "yyyy-MM-dd HH:mm")); - log58.setOperatetype((short) 1); - log58.setLoglevel((short) 5); - commonDao.saveOrUpdate(log58); - - TSLog log59 = new TSLog(); - log59.setLogcontent("用户: admin登录成功"); - log59.setBroswer("MSIE 8.0"); - log59.setNote("192.168.197.1"); - log59.setTSUser(admin); - log59.setOperatetime(DateUtils.parseTimestamp("2013-7-7 16:59:22", - "yyyy-MM-dd HH:mm")); - log59.setOperatetype((short) 1); - log59.setLoglevel((short) 1); - commonDao.saveOrUpdate(log59); - - TSLog log60 = new TSLog(); - log60.setLogcontent("创建成功"); - log60.setBroswer("MSIE 8.0"); - log60.setNote("192.168.197.1"); - log60.setTSUser(admin); - log60.setOperatetime(DateUtils.parseTimestamp("2013-7-7 17:22:42", - "yyyy-MM-dd HH:mm")); - log60.setOperatetype((short) 1); - log60.setLoglevel((short) 3); - commonDao.saveOrUpdate(log60); - - TSLog log61 = new TSLog(); - log61.setLogcontent("修改成功"); - log61.setBroswer("MSIE 8.0"); - log61.setNote("192.168.197.1"); - log61.setTSUser(admin); - log61.setOperatetime(DateUtils.parseTimestamp("2013-7-7 17:26:03", - "yyyy-MM-dd HH:mm")); - log61.setOperatetype((short) 1); - log61.setLoglevel((short) 5); - commonDao.saveOrUpdate(log61); - - TSLog log62 = new TSLog(); - log62.setLogcontent("删除成功"); - log62.setBroswer("MSIE 8.0"); - log62.setNote("192.168.197.1"); - log62.setTSUser(admin); - log62.setOperatetime(DateUtils.parseTimestamp("2013-7-7 17:31:00", - "yyyy-MM-dd HH:mm")); - log62.setOperatetype((short) 1); - log62.setLoglevel((short) 4); - commonDao.saveOrUpdate(log62); - - TSLog log63 = new TSLog(); - log63.setLogcontent("修改成功"); - log63.setBroswer("MSIE 8.0"); - log63.setNote("192.168.197.1"); - log63.setTSUser(admin); - log63.setOperatetime(DateUtils.parseTimestamp("2013-7-7 17:35:02", - "yyyy-MM-dd HH:mm")); - log63.setOperatetype((short) 1); - log63.setLoglevel((short) 5); - commonDao.saveOrUpdate(log63); - - TSLog log64 = new TSLog(); - log64.setLogcontent("用户: admin登录成功"); - log64.setBroswer("MSIE 8.0"); - log64.setNote("192.168.197.1"); - log64.setTSUser(admin); - log64.setOperatetime(DateUtils.parseTimestamp("2013-7-7 17:46:39", - "yyyy-MM-dd HH:mm")); - log64.setOperatetype((short) 1); - log64.setLoglevel((short) 1); - commonDao.saveOrUpdate(log64); - - TSLog log65 = new TSLog(); - log65.setLogcontent("用户: admin登录成功"); - log65.setBroswer("MSIE 8.0"); - log65.setNote("192.168.197.1"); - log65.setTSUser(admin); - log65.setOperatetime(DateUtils.parseTimestamp("2013-7-7 17:55:01", - "yyyy-MM-dd HH:mm")); - log65.setOperatetype((short) 1); - log65.setLoglevel((short) 1); - commonDao.saveOrUpdate(log65); - - TSLog log66 = new TSLog(); - log66.setLogcontent("用户: admin登录成功"); - log66.setBroswer("MSIE 8.0"); - log66.setNote("192.168.197.1"); - log66.setTSUser(admin); - log66.setOperatetime(DateUtils.parseTimestamp("2013-7-7 18:08:56", - "yyyy-MM-dd HH:mm")); - log66.setOperatetype((short) 1); - log66.setLoglevel((short) 1); - commonDao.saveOrUpdate(log66); - - TSLog log67 = new TSLog(); - log67.setLogcontent("用户: admin登录成功"); - log67.setBroswer("MSIE 8.0"); - log67.setNote("192.168.197.1"); - log67.setTSUser(admin); - log67.setOperatetime(DateUtils.parseTimestamp("2013-7-7 18:13:02", - "yyyy-MM-dd HH:mm")); - log67.setOperatetype((short) 1); - log67.setLoglevel((short) 1); - commonDao.saveOrUpdate(log67); - - TSLog log68 = new TSLog(); - log68.setLogcontent("用户: admin登录成功"); - log68.setBroswer("MSIE 8.0"); - log68.setNote("192.168.197.1"); - log68.setTSUser(admin); - log68.setOperatetime(DateUtils.parseTimestamp("2013-7-7 18:15:50", - "yyyy-MM-dd HH:mm")); - log68.setOperatetype((short) 1); - log68.setLoglevel((short) 1); - commonDao.saveOrUpdate(log68); - - TSLog log69 = new TSLog(); - log69.setLogcontent("修改成功"); - log69.setBroswer("MSIE 8.0"); - log69.setNote("192.168.197.1"); - log69.setTSUser(admin); - log69.setOperatetime(DateUtils.parseTimestamp("2013-7-7 18:28:42", - "yyyy-MM-dd HH:mm")); - log69.setOperatetype((short) 1); - log69.setLoglevel((short) 5); - commonDao.saveOrUpdate(log69); - - TSLog log70 = new TSLog(); - log70.setLogcontent("修改成功"); - log70.setBroswer("MSIE 8.0"); - log70.setNote("192.168.197.1"); - log70.setTSUser(admin); - log70.setOperatetime(DateUtils.parseTimestamp("2013-7-7 18:29:12", - "yyyy-MM-dd HH:mm")); - log70.setOperatetype((short) 1); - log70.setLoglevel((short) 5); - commonDao.saveOrUpdate(log70); - - TSLog log71 = new TSLog(); - log71.setLogcontent("修改成功"); - log71.setBroswer("MSIE 8.0"); - log71.setNote("192.168.197.1"); - log71.setTSUser(admin); - log71.setOperatetime(DateUtils.parseTimestamp("2013-7-7 18:30:12", - "yyyy-MM-dd HH:mm")); - log71.setOperatetype((short) 1); - log71.setLoglevel((short) 5); - commonDao.saveOrUpdate(log71); - - TSLog log72 = new TSLog(); - log72.setLogcontent("修改成功"); - log72.setBroswer("MSIE 8.0"); - log72.setNote("192.168.197.1"); - log72.setTSUser(admin); - log72.setOperatetime(DateUtils.parseTimestamp("2013-7-7 18:31:00", - "yyyy-MM-dd HH:mm")); - log72.setOperatetype((short) 1); - log72.setLoglevel((short) 5); - commonDao.saveOrUpdate(log72); - - TSLog log73 = new TSLog(); - log73.setLogcontent("修改成功"); - log73.setBroswer("MSIE 8.0"); - log73.setNote("192.168.197.1"); - log73.setTSUser(admin); - log73.setOperatetime(DateUtils.parseTimestamp("2013-7-7 18:31:26", - "yyyy-MM-dd HH:mm")); - log73.setOperatetype((short) 1); - log73.setLoglevel((short) 5); - commonDao.saveOrUpdate(log73); - - TSLog log74 = new TSLog(); - log74.setLogcontent("物品: 555添加成功"); - log74.setBroswer("MSIE 9.0"); - log74.setNote("192.168.1.103"); - log74.setTSUser(admin); - log74.setOperatetime(DateUtils.parseTimestamp("2013-3-20 23:03:06", - "yyyy-MM-dd HH:mm")); - log74.setOperatetype((short) 1); - log74.setLoglevel((short) 3); - commonDao.saveOrUpdate(log74); - - TSLog log75 = new TSLog(); - log75.setLogcontent("用户: admin登录成功"); - log75.setBroswer("MSIE 9.0"); - log75.setNote("192.168.1.103"); - log75.setTSUser(admin); - log75.setOperatetime(DateUtils.parseTimestamp("2013-3-20 23:19:25", - "yyyy-MM-dd HH:mm")); - log75.setOperatetype((short) 1); - log75.setLoglevel((short) 1); - commonDao.saveOrUpdate(log75); - - TSLog log76 = new TSLog(); - log76.setLogcontent("用户: admin登录成功"); - log76.setBroswer("MSIE 9.0"); - log76.setNote("192.168.1.103"); - log76.setTSUser(admin); - log76.setOperatetime(DateUtils.parseTimestamp("2013-3-21 20:09:02", - "yyyy-MM-dd HH:mm")); - log76.setOperatetype((short) 1); - log76.setLoglevel((short) 1); - commonDao.saveOrUpdate(log76); - - TSLog log77 = new TSLog(); - log77.setLogcontent("用户: admin登录成功"); - log77.setBroswer("MSIE 9.0"); - log77.setNote("192.168.1.103"); - log77.setTSUser(admin); - log77.setOperatetime(DateUtils.parseTimestamp("2013-3-21 20:27:25", - "yyyy-MM-dd HH:mm")); - log77.setOperatetype((short) 1); - log77.setLoglevel((short) 1); - commonDao.saveOrUpdate(log77); - - TSLog log78 = new TSLog(); - log78.setLogcontent("用户: admin登录成功"); - log78.setBroswer("MSIE 9.0"); - log78.setNote("192.168.1.103"); - log78.setTSUser(admin); - log78.setOperatetime(DateUtils.parseTimestamp("2013-3-21 20:44:40", - "yyyy-MM-dd HH:mm")); - log78.setOperatetype((short) 1); - log78.setLoglevel((short) 1); - commonDao.saveOrUpdate(log78); - - TSLog log79 = new TSLog(); - log79.setLogcontent("用户: admin登录成功"); - log79.setBroswer("MSIE 9.0"); - log79.setNote("192.168.1.103"); - log79.setTSUser(admin); - log79.setOperatetime(DateUtils.parseTimestamp("2013-3-21 20:54:13", - "yyyy-MM-dd HH:mm")); - log79.setOperatetype((short) 1); - log79.setLoglevel((short) 1); - commonDao.saveOrUpdate(log79); - - TSLog log80 = new TSLog(); - log80.setLogcontent("用户: admin登录成功"); - log80.setBroswer("MSIE 9.0"); - log80.setNote("192.168.1.103"); - log80.setTSUser(admin); - log80.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:01:54", - "yyyy-MM-dd HH:mm")); - log80.setOperatetype((short) 1); - log80.setLoglevel((short) 1); - commonDao.saveOrUpdate(log80); - - TSLog log81 = new TSLog(); - log81.setLogcontent("用户: admin登录成功"); - log81.setBroswer("MSIE 9.0"); - log81.setNote("192.168.1.103"); - log81.setTSUser(admin); - log81.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:13:05", - "yyyy-MM-dd HH:mm")); - log81.setOperatetype((short) 1); - log81.setLoglevel((short) 1); - commonDao.saveOrUpdate(log81); - - TSLog log82 = new TSLog(); - log82.setLogcontent("物品: 55添加成功"); - log82.setBroswer("MSIE 9.0"); - log82.setNote("192.168.1.103"); - log82.setTSUser(admin); - log82.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:15:07", - "yyyy-MM-dd HH:mm")); - log82.setOperatetype((short) 1); - log82.setLoglevel((short) 3); - commonDao.saveOrUpdate(log82); - - TSLog log83 = new TSLog(); - log83.setLogcontent("用户: admin登录成功"); - log83.setBroswer("MSIE 9.0"); - log83.setNote("192.168.1.103"); - log83.setTSUser(admin); - log83.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:22:57", - "yyyy-MM-dd HH:mm")); - log83.setOperatetype((short) 1); - log83.setLoglevel((short) 1); - commonDao.saveOrUpdate(log83); - - TSLog log84 = new TSLog(); - log84.setLogcontent("物品: 55添加成功"); - log84.setBroswer("MSIE 9.0"); - log84.setNote("192.168.1.103"); - log84.setTSUser(admin); - log84.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:23:12", - "yyyy-MM-dd HH:mm")); - log84.setOperatetype((short) 1); - log84.setLoglevel((short) 3); - commonDao.saveOrUpdate(log84); - - TSLog log85 = new TSLog(); - log85.setLogcontent("物品: 33添加成功"); - log85.setBroswer("MSIE 9.0"); - log85.setNote("192.168.1.103"); - log85.setTSUser(admin); - log85.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:23:47", - "yyyy-MM-dd HH:mm")); - log85.setOperatetype((short) 1); - log85.setLoglevel((short) 3); - commonDao.saveOrUpdate(log85); - - TSLog log86 = new TSLog(); - log86.setLogcontent("用户: admin登录成功"); - log86.setBroswer("MSIE 9.0"); - log86.setNote("192.168.1.103"); - log86.setTSUser(admin); - log86.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:25:09", - "yyyy-MM-dd HH:mm")); - log86.setOperatetype((short) 1); - log86.setLoglevel((short) 1); - commonDao.saveOrUpdate(log86); - - TSLog log87 = new TSLog(); - log87.setLogcontent("用户: admin登录成功"); - log87.setBroswer("MSIE 9.0"); - log87.setNote("192.168.1.103"); - log87.setTSUser(admin); - log87.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:27:58", - "yyyy-MM-dd HH:mm")); - log87.setOperatetype((short) 1); - log87.setLoglevel((short) 1); - commonDao.saveOrUpdate(log87); - - TSLog log88 = new TSLog(); - log88.setLogcontent("权限: 采购审批被添加成功"); - log88.setBroswer("MSIE 9.0"); - log88.setNote("192.168.1.103"); - log88.setTSUser(admin); - log88.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:29:04", - "yyyy-MM-dd HH:mm")); - log88.setOperatetype((short) 1); - log88.setLoglevel((short) 3); - commonDao.saveOrUpdate(log88); - - TSLog log89 = new TSLog(); - log89.setLogcontent("权限: 采购审批被更新成功"); - log89.setBroswer("MSIE 9.0"); - log89.setNote("192.168.1.103"); - log89.setTSUser(admin); - log89.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:29:56", - "yyyy-MM-dd HH:mm")); - log89.setOperatetype((short) 1); - log89.setLoglevel((short) 5); - commonDao.saveOrUpdate(log89); - - TSLog log90 = new TSLog(); - log90.setLogcontent("权限: 采购审批被更新成功"); - log90.setBroswer("MSIE 9.0"); - log90.setNote("192.168.1.103"); - log90.setTSUser(admin); - log90.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:30:08", - "yyyy-MM-dd HH:mm")); - log90.setOperatetype((short) 1); - log90.setLoglevel((short) 5); - commonDao.saveOrUpdate(log90); - - TSLog log91 = new TSLog(); - log91.setLogcontent("用户: admin更新成功"); - log91.setBroswer("MSIE 9.0"); - log91.setNote("192.168.1.103"); - log91.setTSUser(admin); - log91.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:31:21", - "yyyy-MM-dd HH:mm")); - log91.setOperatetype((short) 1); - log91.setLoglevel((short) 5); - commonDao.saveOrUpdate(log91); - - TSLog log92 = new TSLog(); - log92.setLogcontent("流程参数: 采购审批员审批被添加成功"); - log92.setBroswer("MSIE 9.0"); - log92.setNote("192.168.1.103"); - log92.setTSUser(admin); - log92.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:36:03", - "yyyy-MM-dd HH:mm")); - log92.setOperatetype((short) 1); - log92.setLoglevel((short) 3); - commonDao.saveOrUpdate(log92); - - TSLog log93 = new TSLog(); - log93.setLogcontent("流程参数: 采购审批员审批被更新成功"); - log93.setBroswer("MSIE 9.0"); - log93.setNote("192.168.1.103"); - log93.setTSUser(admin); - log93.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:36:11", - "yyyy-MM-dd HH:mm")); - log93.setOperatetype((short) 1); - log93.setLoglevel((short) 5); - commonDao.saveOrUpdate(log93); - - TSLog log94 = new TSLog(); - log94.setLogcontent("流程参数: 采购审批员审批被更新成功"); - log94.setBroswer("MSIE 9.0"); - log94.setNote("192.168.1.103"); - log94.setTSUser(admin); - log94.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:37:16", - "yyyy-MM-dd HH:mm")); - log94.setOperatetype((short) 1); - log94.setLoglevel((short) 5); - commonDao.saveOrUpdate(log94); - - TSLog log95 = new TSLog(); - log95.setLogcontent("流程类别: 采购审批员审批被删除 成功"); - log95.setBroswer("MSIE 9.0"); - log95.setNote("192.168.1.103"); - log95.setTSUser(admin); - log95.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:38:20", - "yyyy-MM-dd HH:mm")); - log95.setOperatetype((short) 1); - log95.setLoglevel((short) 4); - commonDao.saveOrUpdate(log95); - - TSLog log96 = new TSLog(); - log96.setLogcontent("物品: 44添加成功"); - log96.setBroswer("MSIE 9.0"); - log96.setNote("192.168.1.103"); - log96.setTSUser(admin); - log96.setOperatetime(DateUtils.parseTimestamp("2013-3-21 21:43:51", - "yyyy-MM-dd HH:mm")); - log96.setOperatetype((short) 1); - log96.setLoglevel((short) 3); - commonDao.saveOrUpdate(log96); - - TSLog log97 = new TSLog(); - log97.setLogcontent("用户: admin登录成功"); - log97.setBroswer("MSIE 9.0"); - log97.setNote("192.168.1.105"); - log97.setTSUser(admin); - log97.setOperatetime(DateUtils.parseTimestamp("2013-2-7 10:10:29", - "yyyy-MM-dd HH:mm")); - log97.setOperatetype((short) 1); - log97.setLoglevel((short) 1); - commonDao.saveOrUpdate(log97); - - TSLog log98 = new TSLog(); - log98.setLogcontent("权限: 上传下载被添加成功"); - log98.setBroswer("MSIE 9.0"); - log98.setNote("192.168.1.105"); - log98.setTSUser(admin); - log98.setOperatetime(DateUtils.parseTimestamp("2013-2-7 11:07:26", - "yyyy-MM-dd HH:mm")); - log98.setOperatetype((short) 1); - log98.setLoglevel((short) 3); - commonDao.saveOrUpdate(log98); - - TSLog log99 = new TSLog(); - log99.setLogcontent("权限: 插件演示被删除成功"); - log99.setBroswer("MSIE 9.0"); - log99.setNote("192.168.1.105"); - log99.setTSUser(admin); - log99.setOperatetime(DateUtils.parseTimestamp("2013-2-7 11:07:39", - "yyyy-MM-dd HH:mm")); - log99.setOperatetype((short) 1); - log99.setLoglevel((short) 4); - commonDao.saveOrUpdate(log99); - - TSLog log100 = new TSLog(); - log100.setLogcontent("用户: admin登录成功"); - log100.setBroswer("MSIE 9.0"); - log100.setNote("192.168.1.105"); - log100.setTSUser(admin); - log100.setOperatetime(DateUtils.parseTimestamp("2013-2-7 11:07:54", - "yyyy-MM-dd HH:mm")); - log100.setOperatetype((short) 1); - log100.setLoglevel((short) 1); - commonDao.saveOrUpdate(log100); - } catch (ParseException e) { - e.printStackTrace(); - } - } - - /** - * @Description 修复Demo表,(界面表单验证功能) - * @author tanghan 2013-7-23 - */ - private void repairDemo() { - TSDemo demo = new TSDemo(); - // 复杂字符串文本读取,采用文件方式存储 - String html = new FreemarkerHelper().parseTemplate("/org/jeecgframework/web/system/txt/valid-code-demo.ftl", null); - demo.setDemocode(html); - demo.setDemotitle("表单验证"); - commonDao.saveOrUpdate(demo); - - } - - /** - * @Description 修复User表 - * @author tanghan 2013-7-23 - */ - private void repairUser() { - TSDepart eiu = commonDao.findByProperty(TSDepart.class, "departname", - "信息部").get(0); - TSDepart RAndD = commonDao.findByProperty(TSDepart.class, "departname", - "研发室").get(0); - - TSUser admin = new TSUser(); - admin.setSignatureFile("images/renfang/qm/licf.gif"); - admin.setStatus((short) 1); - admin.setRealName("管理员"); - admin.setUserName("admin"); - admin.setPassword("c44b01947c9e6e3f"); -// admin.setTSDepart(eiu); - admin.setActivitiSync((short) 1); - commonDao.saveOrUpdate(admin); - TSUserOrg adminUserOrg = new TSUserOrg(); - adminUserOrg.setTsUser(admin); - adminUserOrg.setTsDepart(eiu); - commonDao.save(adminUserOrg); - - TSUser scott = new TSUser(); - scott.setMobilePhone("13426432910"); - scott.setOfficePhone("7496661"); - scott.setEmail("zhangdaiscott@163.com"); - scott.setStatus((short) 1); - scott.setRealName("张代浩"); - scott.setUserName("scott"); - scott.setPassword("97c07a884bf272b5"); -// scott.setTSDepart(RAndD); - scott.setActivitiSync((short) 0); - commonDao.saveOrUpdate(scott); - TSUserOrg scottUserOrg = new TSUserOrg(); - scottUserOrg.setTsUser(scott); - scottUserOrg.setTsDepart(eiu); - commonDao.save(scottUserOrg); - - TSUser buyer = new TSUser(); - buyer.setStatus((short) 1); - buyer.setRealName("采购员"); - buyer.setUserName("cgy"); - buyer.setPassword("f2322ec2fb9f40d1"); -// buyer.setTSDepart(eiu); - buyer.setActivitiSync((short) 0); - commonDao.saveOrUpdate(buyer); - TSUserOrg buyerUserOrg = new TSUserOrg(); - buyerUserOrg.setTsUser(buyer); - buyerUserOrg.setTsDepart(eiu); - commonDao.save(buyerUserOrg); - - TSUser approver = new TSUser(); - approver.setStatus((short) 1); - approver.setRealName("采购审批员"); - approver.setUserName("cgspy"); - approver.setPassword("a324509dc1a3089a"); -// approver.setTSDepart(eiu); - approver.setActivitiSync((short) 1); - commonDao.saveOrUpdate(approver); - TSUserOrg approverUserOrg = new TSUserOrg(); - approverUserOrg.setTsUser(approver); - approverUserOrg.setTsDepart(eiu); - commonDao.save(approverUserOrg); - } - - /** - * @Description 修复用户角色表 - * @author tanghan 2013-7-23 - */ - private void repairUserRole() { - TSRole admin = commonDao.findByProperty(TSRole.class, "roleCode", - "admin").get(0); - TSRole manager = commonDao.findByProperty(TSRole.class, "roleCode", - "manager").get(0); - List user = commonDao.loadAll(TSUser.class); - for (int i = 0; i < user.size(); i++) { - if (user.get(i).getEmail() != null) { - TSRoleUser roleuser = new TSRoleUser(); - roleuser.setTSUser(user.get(i)); - roleuser.setTSRole(manager); - commonDao.saveOrUpdate(roleuser); - } else { - TSRoleUser roleuser = new TSRoleUser(); - roleuser.setTSUser(user.get(i)); - roleuser.setTSRole(admin); - commonDao.saveOrUpdate(roleuser); - } - if (user.get(i).getSignatureFile() != null) { - TSRoleUser roleuser = new TSRoleUser(); - roleuser.setTSUser(user.get(i)); - roleuser.setTSRole(admin); - commonDao.saveOrUpdate(roleuser); - } - } - - } - - /** - * @Description 修复角色权限表 - * @author tanghan 2013-7-23 - */ - private void repairRoleFunction() { - TSRole admin = commonDao.findByProperty(TSRole.class, "roleCode", - "admin").get(0); - TSRole manager = commonDao.findByProperty(TSRole.class, "roleCode", - "manager").get(0); - List list = commonDao.loadAll(TSFunction.class); - for (int i = 0; i < list.size(); i++) { - TSRoleFunction adminroleFunction = new TSRoleFunction(); - TSRoleFunction managerFunction = new TSRoleFunction(); - adminroleFunction.setTSFunction(list.get(i)); - managerFunction.setTSFunction(list.get(i)); - adminroleFunction.setTSRole(admin); - managerFunction.setTSRole(manager); - if (list.get(i).getFunctionName().equals("Demo示例")) { - adminroleFunction.setOperation("add,szqm,"); - } - commonDao.saveOrUpdate(adminroleFunction); - commonDao.saveOrUpdate(managerFunction); - } - } - - /** - * @Description 修复操作按钮表 - * @author tanghan 2013-7-23 - */ - private void repairOperation() { - TSIcon back = commonDao.findByProperty(TSIcon.class, "iconName", "返回") - .get(0); - TSFunction function = commonDao.findByProperty(TSFunction.class, - "functionName", "Demo示例").get(0); - - TSOperation add = new TSOperation(); - add.setOperationname("录入"); - add.setOperationcode("add"); - add.setTSIcon(back); - add.setTSFunction(function); - commonDao.saveOrUpdate(add); - - TSOperation edit = new TSOperation(); - edit.setOperationname("编辑"); - edit.setOperationcode("edit"); - edit.setTSIcon(back); - edit.setTSFunction(function); - commonDao.saveOrUpdate(edit); - - TSOperation del = new TSOperation(); - del.setOperationname("删除"); - del.setOperationcode("del"); - del.setTSIcon(back); - del.setTSFunction(function); - commonDao.saveOrUpdate(del); - - TSOperation szqm = new TSOperation(); - szqm.setOperationname("审核"); - szqm.setOperationcode("szqm"); - szqm.setTSIcon(back); - szqm.setTSFunction(function); - commonDao.saveOrUpdate(szqm); - } - - /** - * @Description 修复类型分组表 - * @author tanghan 2013-7-20 - */ - private void repairTypeAndGroup() { - TSTypegroup icontype = new TSTypegroup(); - icontype.setTypegroupname("图标类型"); - icontype.setTypegroupcode("icontype"); - commonDao.saveOrUpdate(icontype); - - TSTypegroup ordertype = new TSTypegroup(); - ordertype.setTypegroupname("订单类型"); - ordertype.setTypegroupcode("order"); - commonDao.saveOrUpdate(ordertype); - - TSTypegroup custom = new TSTypegroup(); - custom.setTypegroupname("客户类型"); - custom.setTypegroupcode("custom"); - commonDao.saveOrUpdate(custom); - - TSTypegroup servicetype = new TSTypegroup(); - servicetype.setTypegroupname("服务项目类型"); - servicetype.setTypegroupcode("service"); - commonDao.saveOrUpdate(servicetype); - - TSTypegroup searchMode = new TSTypegroup(); - searchMode.setTypegroupname("查询模式"); - searchMode.setTypegroupcode("searchmode"); - commonDao.saveOrUpdate(searchMode); - - TSTypegroup yesOrno = new TSTypegroup(); - yesOrno.setTypegroupname("逻辑条件"); - yesOrno.setTypegroupcode("yesorno"); - commonDao.saveOrUpdate(yesOrno); - - TSTypegroup fieldtype = new TSTypegroup(); - fieldtype.setTypegroupname("字段类型"); - fieldtype.setTypegroupcode("fieldtype"); - commonDao.saveOrUpdate(fieldtype); - - TSTypegroup datatable = new TSTypegroup(); - datatable.setTypegroupname("数据表"); - datatable.setTypegroupcode("database"); - commonDao.saveOrUpdate(datatable); - - TSTypegroup filetype = new TSTypegroup(); - filetype.setTypegroupname("文档分类"); - filetype.setTypegroupcode("fieltype"); - commonDao.saveOrUpdate(filetype); - - TSTypegroup sex = new TSTypegroup(); - sex.setTypegroupname("性别类"); - sex.setTypegroupcode("sex"); - commonDao.saveOrUpdate(sex); - } - - /** - * @Description 修复类型表 - * @author tanghan 2013-7-22 - */ - private void repairType() { - TSTypegroup icontype = commonDao.findByProperty(TSTypegroup.class, - "typegroupname", "图标类型").get(0); - TSTypegroup ordertype = commonDao.findByProperty(TSTypegroup.class, - "typegroupname", "订单类型").get(0); - TSTypegroup custom = commonDao.findByProperty(TSTypegroup.class, - "typegroupname", "客户类型").get(0); - TSTypegroup servicetype = commonDao.findByProperty(TSTypegroup.class, - "typegroupname", "服务项目类型").get(0); - TSTypegroup datatable = commonDao.findByProperty(TSTypegroup.class, - "typegroupname", "数据表").get(0); - TSTypegroup filetype = commonDao.findByProperty(TSTypegroup.class, - "typegroupname", "文档分类").get(0); - TSTypegroup sex = commonDao.findByProperty(TSTypegroup.class, - "typegroupname", "性别类").get(0); - TSTypegroup searchmode = commonDao.findByProperty(TSTypegroup.class, - "typegroupname", "查询模式").get(0); - TSTypegroup yesorno = commonDao.findByProperty(TSTypegroup.class, - "typegroupname", "逻辑条件").get(0); - TSTypegroup fieldtype = commonDao.findByProperty(TSTypegroup.class, - "typegroupname", "字段类型").get(0); - - TSType menu = new TSType(); - menu.setTypename("菜单图标"); - menu.setTypecode("2"); - menu.setTSTypegroup(icontype); - commonDao.saveOrUpdate(menu); - - TSType systemicon = new TSType(); - systemicon.setTypename("系统图标"); - systemicon.setTypecode("1"); - systemicon.setTSTypegroup(icontype); - commonDao.saveOrUpdate(systemicon); - - TSType file = new TSType(); - file.setTypename("附件"); - file.setTypecode("files"); - file.setTSTypegroup(filetype); - commonDao.saveOrUpdate(file); - - TSType goodorder = new TSType(); - goodorder.setTypename("优质订单"); - goodorder.setTypecode("1"); - goodorder.setTSTypegroup(ordertype); - commonDao.saveOrUpdate(goodorder); - - TSType general = new TSType(); - general.setTypename("普通订单"); - general.setTypecode("2"); - general.setTSTypegroup(ordertype); - commonDao.saveOrUpdate(general); - - TSType sign = new TSType(); - sign.setTypename("签约客户"); - sign.setTypecode("1"); - sign.setTSTypegroup(custom); - commonDao.saveOrUpdate(sign); - - TSType commoncustom = new TSType(); - commoncustom.setTypename("普通客户"); - commoncustom.setTypecode("2"); - commoncustom.setTSTypegroup(custom); - commonDao.saveOrUpdate(commoncustom); - - TSType vipservice = new TSType(); - vipservice.setTypename("特殊服务"); - vipservice.setTypecode("1"); - vipservice.setTSTypegroup(servicetype); - commonDao.saveOrUpdate(vipservice); - - TSType commonservice = new TSType(); - commonservice.setTypename("普通服务"); - commonservice.setTypecode("2"); - commonservice.setTSTypegroup(servicetype); - commonDao.saveOrUpdate(commonservice); - - // TSType leave = new TSType(); - // leave.setTypename("请假流程"); - // leave.setTypecode("leave"); - // commonDao.saveOrUpdate(leave); - - TSType single = new TSType(); - single.setTypename("单条件查询"); - single.setTypecode("single"); - single.setTSTypegroup(searchmode); - commonDao.saveOrUpdate(single); - - TSType group = new TSType(); - group.setTypename("范围查询"); - group.setTypecode("group"); - group.setTSTypegroup(searchmode); - commonDao.saveOrUpdate(group); - - TSType yes = new TSType(); - yes.setTypename("是"); - yes.setTypecode("Y"); - yes.setTSTypegroup(yesorno); - commonDao.saveOrUpdate(yes); - - TSType no = new TSType(); - no.setTypename("否"); - no.setTypecode("N"); - no.setTSTypegroup(yesorno); - commonDao.saveOrUpdate(no); - - TSType type_integer = new TSType(); - type_integer.setTypename("Integer"); - type_integer.setTypecode("Integer"); - type_integer.setTSTypegroup(fieldtype); - commonDao.saveOrUpdate(type_integer); - - TSType type_date = new TSType(); - type_date.setTypename("Date"); - type_date.setTypecode("Date"); - type_date.setTSTypegroup(fieldtype); - commonDao.saveOrUpdate(type_date); - - TSType type_string = new TSType(); - type_string.setTypename("String"); - type_string.setTypecode("String"); - type_string.setTSTypegroup(fieldtype); - commonDao.saveOrUpdate(type_string); - - TSType type_long = new TSType(); - type_long.setTypename("Long"); - type_long.setTypecode("Long"); - type_long.setTSTypegroup(fieldtype); - commonDao.saveOrUpdate(type_long); - - TSType workflow = new TSType(); - workflow.setTypename("工作流引擎表"); - workflow.setTypecode("act"); - workflow.setTSTypegroup(datatable); - commonDao.saveOrUpdate(workflow); - - TSType systable = new TSType(); - systable.setTypename("系统基础表"); - systable.setTypecode("t_s"); - systable.setTSTypegroup(datatable); - commonDao.saveOrUpdate(systable); - - TSType business = new TSType(); - business.setTypename("业务表"); - business.setTypecode("t_b"); - business.setTSTypegroup(datatable); - commonDao.saveOrUpdate(business); - - TSType customwork = new TSType(); - customwork.setTypename("自定义引擎表"); - customwork.setTypecode("t_p"); - customwork.setTSTypegroup(datatable); - commonDao.saveOrUpdate(customwork); - - TSType news = new TSType(); - news.setTypename("新闻"); - news.setTypecode("news"); - news.setTSTypegroup(filetype); - commonDao.saveOrUpdate(news); - - TSType man = new TSType(); - man.setTypename("男性"); - man.setTypecode("0"); - man.setTSTypegroup(sex); - commonDao.saveOrUpdate(man); - - TSType woman = new TSType(); - woman.setTypename("女性"); - woman.setTypecode("1"); - woman.setTSTypegroup(sex); - commonDao.saveOrUpdate(woman); - } - - /** - * @Description 修复角色表 - * @author tanghan 2013-7-20 - */ - private void repairRole() { - TSRole admin = new TSRole(); - admin.setRoleName("管理员"); - admin.setRoleCode("admin"); - commonDao.saveOrUpdate(admin); - - TSRole manager = new TSRole(); - manager.setRoleName("普通用户"); - manager.setRoleCode("manager"); - commonDao.saveOrUpdate(manager); - - } - - /** - * @Description 修复部门表 - * @author tanghan 2013-7-20 - */ - private void repairDepart() { - TSDepart eiu = new TSDepart(); - eiu.setDepartname("信息部"); - eiu.setDescription("12"); - commonDao.saveOrUpdate(eiu); - - TSDepart desgin = new TSDepart(); - desgin.setDepartname("设计部"); - commonDao.saveOrUpdate(desgin); - - TSDepart RAndD = new TSDepart(); - RAndD.setDepartname("研发室"); - RAndD.setDescription("研发技术难题"); - RAndD.setTSPDepart(desgin); - commonDao.saveOrUpdate(RAndD); - } - - /** - * @Description 修复附件表 - * @author tanghan 2013-7-20 - */ - private void repairAttachment() { - TSAttachment jro = new TSAttachment(); - jro.setAttachmenttitle("JR079839867R90000001000"); - jro.setRealpath("JR079839867R90000001000"); - jro.setSwfpath("upload/files/20130719201109hDr31jP1.swf"); - jro.setExtend("doc"); - commonDao.saveOrUpdate(jro); - - TSAttachment treaty = new TSAttachment(); - treaty.setAttachmenttitle("JEECG平台协议"); - treaty.setRealpath("JEECG平台协议"); - treaty.setSwfpath("upload/files/20130719201156sYHjSFJj.swf"); - treaty.setExtend("docx"); - commonDao.saveOrUpdate(treaty); - - TSAttachment analyse = new TSAttachment(); - analyse.setAttachmenttitle("分析JEECG与其他的开源项目的不足和优势"); - analyse.setRealpath("分析JEECG与其他的开源项目的不足和优势"); - analyse.setSwfpath("upload/files/20130719201727ZLEX1OSf.swf"); - analyse.setExtend("docx"); - commonDao.saveOrUpdate(analyse); - - TSAttachment DMS = new TSAttachment(); - DMS.setAttachmenttitle("DMS-T3第三方租赁业务接口开发说明"); - DMS.setRealpath("DMS-T3第三方租赁业务接口开发说明"); - DMS.setSwfpath("upload/files/20130719201841LzcgqUek.swf"); - DMS.setExtend("docx"); - commonDao.saveOrUpdate(DMS); - - TSAttachment sap = new TSAttachment(); - sap.setAttachmenttitle("SAP-需求说明书-金融服务公司-第三方租赁业务需求V1.7-研发"); - sap.setRealpath("SAP-需求说明书-金融服务公司-第三方租赁业务需求V1.7-研发"); - sap.setSwfpath("upload/files/20130719201925mkCrU47P.swf"); - sap.setExtend("doc"); - commonDao.saveOrUpdate(sap); - - TSAttachment standard = new TSAttachment(); - standard.setAttachmenttitle("JEECG团队开发规范"); - standard.setRealpath("JEECG团队开发规范"); - standard.setSwfpath("upload/files/20130724103633fvOTwNSV.swf"); - standard.setExtend("txt"); - commonDao.saveOrUpdate(standard); - - TSAttachment temple = new TSAttachment(); - temple.setAttachmenttitle("第一模板"); - temple.setRealpath("第一模板"); - temple.setSwfpath("upload/files/20130724104603pHDw4QUT.swf"); - temple.setExtend("doc"); - commonDao.saveOrUpdate(temple); - - TSAttachment githubhelp = new TSAttachment(); - githubhelp.setAttachmenttitle("github入门使用教程"); - githubhelp.setRealpath("github入门使用教程"); - githubhelp.setSwfpath("upload/files/20130704200345EakUH3WB.swf"); - githubhelp.setExtend("doc"); - commonDao.saveOrUpdate(githubhelp); - - TSAttachment githelp = new TSAttachment(); - githelp.setAttachmenttitle("github入门使用教程"); - githelp.setRealpath("github入门使用教程"); - githelp.setSwfpath("upload/files/20130704200651IE8wPdZ4.swf"); - githelp.setExtend("doc"); - commonDao.saveOrUpdate(githelp); - - TSAttachment settable = new TSAttachment(); - settable.setAttachmenttitle("(张代浩)-金融服务公司机构岗位职责与任职资格设置表(根据模板填写)"); - settable.setRealpath("(张代浩)-金融服务公司机构岗位职责与任职资格设置表(根据模板填写)"); - settable.setSwfpath("upload/files/20130704201022KhdRW1Gd.swf"); - settable.setExtend("xlsx"); - commonDao.saveOrUpdate(settable); - - TSAttachment eim = new TSAttachment(); - eim.setAttachmenttitle("EIM201_CN"); - eim.setRealpath("EIM201_CN"); - eim.setSwfpath("upload/files/20130704201046JVAkvvOt.swf"); - eim.setExtend("pdf"); - commonDao.saveOrUpdate(eim); - - TSAttachment github = new TSAttachment(); - github.setAttachmenttitle("github入门使用教程"); - github.setRealpath("github入门使用教程"); - github.setSwfpath("upload/files/20130704201116Z8NhEK57.swf"); - github.setExtend("doc"); - commonDao.saveOrUpdate(github); - - TSAttachment taghelp = new TSAttachment(); - taghelp.setAttachmenttitle("JEECGUI标签库帮助文档v3.2"); - taghelp.setRealpath("JEECGUI标签库帮助文档v3.2"); - taghelp.setSwfpath("upload/files/20130704201125DQg8hi2x.swf"); - taghelp.setExtend("pdf"); - commonDao.saveOrUpdate(taghelp); - } - - /** - * @Description 修复图标表 - * @author tanghan 2013-7-19 - */ - private void repaireIcon() { - org.jeecgframework.core.util.LogUtil.info("修复图标中"); - - TSIcon defaultIcon = new TSIcon(); - defaultIcon.setIconName("默认图"); - defaultIcon.setIconType((short) 1); - defaultIcon.setIconPath("plug-in/accordion/images/default.png"); - defaultIcon.setIconClas("default"); - defaultIcon.setExtend("png"); - commonDao.saveOrUpdate(defaultIcon); - - TSIcon back = new TSIcon(); - back.setIconName("返回"); - back.setIconType((short) 1); - back.setIconPath("plug-in/accordion/images/back.png"); - back.setIconClas("back"); - back.setExtend("png"); - commonDao.saveOrUpdate(back); - - TSIcon pie = new TSIcon(); - - pie.setIconName("饼图"); - pie.setIconType((short) 1); - pie.setIconPath("plug-in/accordion/images/pie.png"); - pie.setIconClas("pie"); - pie.setExtend("png"); - commonDao.saveOrUpdate(pie); - - TSIcon pictures = new TSIcon(); - pictures.setIconName("图片"); - pictures.setIconType((short) 1); - pictures.setIconPath("plug-in/accordion/images/pictures.png"); - pictures.setIconClas("pictures"); - pictures.setExtend("png"); - commonDao.saveOrUpdate(pictures); - - TSIcon pencil = new TSIcon(); - pencil.setIconName("笔"); - pencil.setIconType((short) 1); - pencil.setIconPath("plug-in/accordion/images/pencil.png"); - pencil.setIconClas("pencil"); - pencil.setExtend("png"); - commonDao.saveOrUpdate(pencil); - - TSIcon map = new TSIcon(); - map.setIconName("地图"); - map.setIconType((short) 1); - map.setIconPath("plug-in/accordion/images/map.png"); - map.setIconClas("map"); - map.setExtend("png"); - commonDao.saveOrUpdate(map); - - TSIcon group_add = new TSIcon(); - group_add.setIconName("组"); - group_add.setIconType((short) 1); - group_add.setIconPath("plug-in/accordion/images/group_add.png"); - group_add.setIconClas("group_add"); - group_add.setExtend("png"); - commonDao.saveOrUpdate(group_add); - - TSIcon calculator = new TSIcon(); - calculator.setIconName("计算器"); - calculator.setIconType((short) 1); - calculator.setIconPath("plug-in/accordion/images/calculator.png"); - calculator.setIconClas("calculator"); - calculator.setExtend("png"); - commonDao.saveOrUpdate(calculator); - - TSIcon folder = new TSIcon(); - folder.setIconName("文件夹"); - folder.setIconType((short) 1); - folder.setIconPath("plug-in/accordion/images/folder.png"); - folder.setIconClas("folder"); - folder.setExtend("png"); - commonDao.saveOrUpdate(folder); - } - - /** - * 修复桌面默认图标 - * @param iconName 图标名称 - * @param iconLabelName 图标展示名称 - * @return 图标实体 - */ - private TSIcon repairInconForDesk(String iconName, String iconLabelName) { - String iconPath = "plug-in/sliding/icon/" + iconName + ".png"; - TSIcon deskIncon = new TSIcon(); - deskIncon.setIconName(iconLabelName); - deskIncon.setIconType((short) 3); - deskIncon.setIconPath(iconPath); - deskIncon.setIconClas("deskIcon"); - deskIncon.setExtend("png"); - commonDao.saveOrUpdate(deskIncon); - - return deskIncon; - } - - /** - * @Description 修复菜单权限 - * @author tanghan 2013-7-19 - */ - private void repairMenu() { - TSIcon defaultIcon = commonDao.findByProperty(TSIcon.class, "iconName", "默认图") - .get(0); - TSIcon group_add = commonDao.findByProperty(TSIcon.class, "iconName", - "组").get(0); - TSIcon pie = commonDao.findByProperty(TSIcon.class, "iconName", "饼图") - .get(0); - TSIcon folder = commonDao.findByProperty(TSIcon.class, "iconName", - "文件夹").get(0); - org.jeecgframework.core.util.LogUtil.info(defaultIcon.getIconPath()); - TSFunction autoinput = new TSFunction(); - autoinput.setFunctionName("Online 开发"); - autoinput.setFunctionUrl(""); - autoinput.setFunctionLevel((short) 0); - autoinput.setFunctionOrder("1"); - autoinput.setTSIcon(folder); - commonDao.saveOrUpdate(autoinput); - - TSFunction sys = new TSFunction(); - sys.setFunctionName("系统管理"); - sys.setFunctionUrl(""); - sys.setFunctionLevel((short) 0); - sys.setFunctionOrder("5"); - sys.setTSIcon(group_add); - commonDao.saveOrUpdate(sys); - - TSFunction state = new TSFunction(); - state.setFunctionName("统计查询"); - state.setFunctionUrl(""); - state.setFunctionLevel((short) 0); - state.setFunctionOrder("3"); - state.setTSIcon(folder); - commonDao.saveOrUpdate(state); - - TSFunction commondemo = new TSFunction(); - commondemo.setFunctionName("常用示例"); - commondemo.setFunctionUrl(""); - commondemo.setFunctionLevel((short) 0); - commondemo.setFunctionOrder("8"); - commondemo.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(commondemo); - - TSFunction syscontrol = new TSFunction(); - syscontrol.setFunctionName("系统监控"); - syscontrol.setFunctionUrl(""); - syscontrol.setFunctionLevel((short) 0); - syscontrol.setFunctionOrder("11"); - syscontrol.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(syscontrol); - TSFunction user = new TSFunction(); - user.setFunctionName("用户管理"); - user.setFunctionUrl("userController.do?user"); - user.setFunctionLevel((short) 1); - user.setFunctionOrder("5"); - user.setTSFunction(sys); - user.setTSIcon(defaultIcon); - user.setTSIconDesk(repairInconForDesk("Finder", "用户管理")); - commonDao.saveOrUpdate(user); - - TSFunction role = new TSFunction(); - role.setFunctionName("角色管理"); - role.setFunctionUrl("roleController.do?role"); - role.setFunctionLevel((short) 1); - role.setFunctionOrder("6"); - role.setTSFunction(sys); - role.setTSIcon(defaultIcon); - role.setTSIconDesk(repairInconForDesk("friendgroup", "角色管理")); - commonDao.saveOrUpdate(role); - - TSFunction menu = new TSFunction(); - menu.setFunctionName("菜单管理"); - menu.setFunctionUrl("functionController.do?function"); - menu.setFunctionLevel((short) 1); - menu.setFunctionOrder("7"); - menu.setTSFunction(sys); - menu.setTSIcon(defaultIcon); - menu.setTSIconDesk(repairInconForDesk("kaikai", "菜单管理")); - commonDao.saveOrUpdate(menu); - - TSFunction typegroup = new TSFunction(); - typegroup.setFunctionName("数据字典"); - typegroup.setFunctionUrl("systemController.do?typeGroupList"); - typegroup.setFunctionLevel((short) 1); - typegroup.setFunctionOrder("6"); - typegroup.setTSFunction(sys); - typegroup.setTSIcon(defaultIcon); - typegroup.setTSIconDesk(repairInconForDesk("friendnear", "数据字典")); - commonDao.saveOrUpdate(typegroup); - - TSFunction icon = new TSFunction(); - icon.setFunctionName("图标管理"); - icon.setFunctionUrl("iconController.do?icon"); - icon.setFunctionLevel((short) 1); - icon.setFunctionOrder("18"); - icon.setTSFunction(sys); - icon.setTSIcon(defaultIcon); - icon.setTSIconDesk(repairInconForDesk("kxjy", "图标管理")); - commonDao.saveOrUpdate(icon); - - TSFunction depart = new TSFunction(); - depart.setFunctionName("部门管理"); - depart.setFunctionUrl("departController.do?depart"); - depart.setFunctionLevel((short) 1); - depart.setFunctionOrder("22"); - depart.setTSFunction(sys); - depart.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(depart); - - TSFunction territory = new TSFunction(); - territory.setFunctionName("地域管理"); - territory.setFunctionUrl("territoryController.do?territory"); - territory.setFunctionLevel((short) 1); - territory.setFunctionOrder("22"); - territory.setTSFunction(sys); - territory.setTSIcon(pie); - commonDao.saveOrUpdate(territory); - TSFunction useranalyse = new TSFunction(); - useranalyse.setFunctionName("用户分析"); - useranalyse.setFunctionUrl("logController.do?statisticTabs&isIframe"); - useranalyse.setFunctionLevel((short) 1); - useranalyse.setFunctionOrder("17"); - useranalyse.setTSFunction(state); - useranalyse.setTSIcon(pie); - useranalyse.setTSIconDesk(repairInconForDesk("User", "用户分析")); - commonDao.saveOrUpdate(useranalyse); - TSFunction formconfig = new TSFunction(); - formconfig.setFunctionName("表单配置"); - formconfig.setFunctionUrl("cgFormHeadController.do?cgFormHeadList"); - formconfig.setFunctionLevel((short) 1); - formconfig.setFunctionOrder("1"); - formconfig.setTSFunction(autoinput); - formconfig.setTSIcon(defaultIcon); - formconfig.setTSIconDesk(repairInconForDesk("Applications Folder", "表单配置")); - commonDao.saveOrUpdate(formconfig); - TSFunction formconfig1 = new TSFunction(); - formconfig1.setFunctionName("动态报表配置"); - formconfig1.setFunctionUrl("cgreportConfigHeadController.do?cgreportConfigHead"); - formconfig1.setFunctionLevel((short) 1); - formconfig1.setFunctionOrder("2"); - formconfig1.setTSFunction(autoinput); - formconfig1.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(formconfig1); - TSFunction druid = new TSFunction(); - druid.setFunctionName("数据监控"); - druid.setFunctionUrl("dataSourceController.do?goDruid&isIframe"); - druid.setFunctionLevel((short) 1); - druid.setFunctionOrder("11"); - druid.setTSFunction(syscontrol); - druid.setTSIcon(defaultIcon); - druid.setTSIconDesk(repairInconForDesk("Super Disk", "数据监控")); - commonDao.saveOrUpdate(druid); - - TSFunction log = new TSFunction(); - log.setFunctionName("系统日志"); - log.setFunctionUrl("logController.do?log"); - log.setFunctionLevel((short) 1); - log.setFunctionOrder("21"); - log.setTSFunction(syscontrol); - log.setTSIcon(defaultIcon); - log.setTSIconDesk(repairInconForDesk("fastsearch", "系统日志")); - commonDao.saveOrUpdate(log); - - TSFunction timeTask = new TSFunction(); - timeTask.setFunctionName("定时任务"); - timeTask.setFunctionUrl("timeTaskController.do?timeTask"); - timeTask.setFunctionLevel((short) 1); - timeTask.setFunctionOrder("21"); - timeTask.setTSFunction(syscontrol); - timeTask.setTSIcon(defaultIcon); - timeTask.setTSIconDesk(repairInconForDesk("Utilities", "定时任务")); - commonDao.saveOrUpdate(timeTask); - TSFunction formcheck = new TSFunction(); - formcheck.setFunctionName("表单验证"); - formcheck.setFunctionUrl("demoController.do?formTabs"); - formcheck.setFunctionLevel((short) 1); - formcheck.setFunctionOrder("1"); - formcheck.setTSFunction(commondemo); - formcheck.setTSIcon(defaultIcon); - formcheck.setTSIconDesk(repairInconForDesk("qidianzhongwen", "表单验证")); - commonDao.saveOrUpdate(formcheck); - - TSFunction demo = new TSFunction(); - demo.setFunctionName("Demo示例"); - demo.setFunctionUrl("jeecgDemoController.do?jeecgDemo"); - demo.setFunctionLevel((short) 1); - demo.setFunctionOrder("2"); - demo.setTSFunction(commondemo); - demo.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(demo); - - TSFunction minidao = new TSFunction(); - minidao.setFunctionName("Minidao例子"); - minidao.setFunctionUrl("jeecgMinidaoController.do?jeecgMinidao"); - minidao.setFunctionLevel((short) 1); - minidao.setFunctionOrder("2"); - minidao.setTSFunction(commondemo); - minidao.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(minidao); - - TSFunction onetable = new TSFunction(); - onetable.setFunctionName("单表模型"); - onetable.setFunctionUrl("jeecgNoteController.do?jeecgNote"); - onetable.setFunctionLevel((short) 1); - onetable.setFunctionOrder("3"); - onetable.setTSFunction(commondemo); - onetable.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(onetable); - - TSFunction onetoMany = new TSFunction(); - onetoMany.setFunctionName("一对多模型"); - onetoMany.setFunctionUrl("jeecgOrderMainController.do?jeecgOrderMain"); - onetoMany.setFunctionLevel((short) 1); - onetoMany.setFunctionOrder("4"); - onetoMany.setTSFunction(commondemo); - onetoMany.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(onetoMany); - - TSFunction excel = new TSFunction(); - excel.setFunctionName("Excel导入导出"); - excel.setFunctionUrl("courseController.do?course"); - excel.setFunctionLevel((short) 1); - excel.setFunctionOrder("5"); - excel.setTSFunction(commondemo); - excel.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(excel); - - TSFunction uploadownload = new TSFunction(); - uploadownload.setFunctionName("上传下载"); - uploadownload - .setFunctionUrl("commonController.do?listTurn&turn=system/document/filesList"); - uploadownload.setFunctionLevel((short) 1); - uploadownload.setFunctionOrder("6"); - uploadownload.setTSFunction(commondemo); - uploadownload.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(uploadownload); - - TSFunction jqueryFileUpload = new TSFunction(); - jqueryFileUpload.setFunctionName("JqueryFileUpload示例"); - jqueryFileUpload.setFunctionUrl("fileUploadController.do?fileUploadSample&isIframe"); - jqueryFileUpload.setFunctionLevel((short) 1); - jqueryFileUpload.setFunctionOrder("6"); - jqueryFileUpload.setTSFunction(commondemo); - jqueryFileUpload.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(jqueryFileUpload); - - TSFunction nopaging = new TSFunction(); - nopaging.setFunctionName("无分页列表"); - nopaging.setFunctionUrl("userNoPageController.do?user"); - nopaging.setFunctionLevel((short) 1); - nopaging.setFunctionOrder("7"); - nopaging.setTSIcon(defaultIcon); - nopaging.setTSFunction(commondemo); - commonDao.saveOrUpdate(nopaging); - - TSFunction jdbcdemo = new TSFunction(); - jdbcdemo.setFunctionName("jdbc示例"); - jdbcdemo.setFunctionUrl("jeecgJdbcController.do?jeecgJdbc"); - jdbcdemo.setFunctionLevel((short) 1); - jdbcdemo.setFunctionOrder("8"); - jdbcdemo.setTSFunction(commondemo); - jdbcdemo.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(jdbcdemo); - - TSFunction sqlsep = new TSFunction(); - sqlsep.setFunctionName("SQL分离"); - sqlsep.setFunctionUrl("jeecgJdbcController.do?dictParameter"); - sqlsep.setFunctionLevel((short) 1); - sqlsep.setTSIcon(defaultIcon); - sqlsep.setFunctionOrder("9"); - sqlsep.setTSFunction(commondemo); - commonDao.saveOrUpdate(sqlsep); - - TSFunction dicttag = new TSFunction(); - dicttag.setFunctionName("字典标签"); - dicttag.setFunctionUrl("demoController.do?dictSelect"); - dicttag.setFunctionLevel((short) 1); - dicttag.setFunctionOrder("10"); - dicttag.setTSFunction(commondemo); - dicttag.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(dicttag); - - TSFunction demomaintain = new TSFunction(); - demomaintain.setFunctionName("表单弹出风格"); - demomaintain.setFunctionUrl("demoController.do?demoList"); - demomaintain.setFunctionLevel((short) 1); - demomaintain.setFunctionOrder("11"); - demomaintain.setTSFunction(commondemo); - demomaintain.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(demomaintain); - - TSFunction democlassify = new TSFunction(); - democlassify.setFunctionName("特殊布局"); - democlassify.setFunctionUrl("demoController.do?demoIframe"); - democlassify.setFunctionLevel((short) 1); - democlassify.setFunctionOrder("12"); - democlassify.setTSFunction(commondemo); - democlassify.setTSIcon(defaultIcon); - democlassify.setTSIconDesk(repairInconForDesk("xiami", "特殊布局")); - commonDao.saveOrUpdate(democlassify); - - TSFunction notag1 = new TSFunction(); - notag1.setFunctionName("单表例子(无Tag)"); - notag1.setFunctionUrl("jeecgEasyUIController.do?jeecgEasyUI"); - notag1.setFunctionLevel((short) 1); - notag1.setFunctionOrder("13"); - notag1.setTSFunction(commondemo); - notag1.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(notag1); - - TSFunction notag2 = new TSFunction(); - notag2.setFunctionName("一对多例子(无Tag)"); - notag2.setFunctionUrl("jeecgOrderMainNoTagController.do?jeecgOrderMainNoTag"); - notag2.setFunctionLevel((short) 1); - notag2.setFunctionOrder("14"); - notag2.setTSFunction(commondemo); - notag2.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(notag2); - - TSFunction htmledit = new TSFunction(); - htmledit.setFunctionName("HTML编辑器"); - htmledit.setFunctionUrl("jeecgDemoController.do?ckeditor&isIframe"); - htmledit.setFunctionLevel((short) 1); - htmledit.setFunctionOrder("15"); - htmledit.setTSFunction(commondemo); - htmledit.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(htmledit); - - TSFunction weboffice = new TSFunction(); - weboffice.setFunctionName("在线word(IE)"); - weboffice.setFunctionUrl("webOfficeController.do?webOffice"); - weboffice.setFunctionLevel((short) 1); - weboffice.setFunctionOrder("16"); - weboffice.setTSFunction(commondemo); - weboffice.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(weboffice); - - TSFunction Office = new TSFunction(); - Office.setFunctionName("WebOffice官方例子"); - Office.setFunctionUrl("webOfficeController.do?webOfficeSample&isIframe"); - Office.setFunctionLevel((short) 1); - Office.setFunctionOrder("17"); - Office.setTSIcon(defaultIcon); - Office.setTSFunction(commondemo); - commonDao.saveOrUpdate(Office); - - TSFunction finance = new TSFunction(); - finance.setFunctionName("多附件管理"); - finance.setFunctionUrl("tFinanceController.do?tFinance"); - finance.setFunctionLevel((short) 1); - finance.setFunctionOrder("18"); - finance.setTSFunction(commondemo); - finance.setTSIcon(defaultIcon); - finance.setTSIconDesk(repairInconForDesk("vadio", "多附件管理")); - commonDao.saveOrUpdate(finance); - - TSFunction userdemo = new TSFunction(); - userdemo.setFunctionName("Datagrid手工Html"); - userdemo.setFunctionUrl("userController.do?userDemo"); - userdemo.setFunctionLevel((short) 1); - userdemo.setFunctionOrder("19"); - userdemo.setTSFunction(commondemo); - userdemo.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(userdemo); - TSFunction matterBom = new TSFunction(); - matterBom.setFunctionName("物料Bom"); - matterBom.setFunctionUrl("jeecgMatterBomController.do?goList"); - matterBom.setFunctionLevel((short) 1); - matterBom.setFunctionOrder("20"); - matterBom.setTSFunction(commondemo); - matterBom.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(matterBom); - TSFunction reportdemo = new TSFunction(); - reportdemo.setFunctionName("报表示例"); - reportdemo.setFunctionUrl("reportDemoController.do?studentStatisticTabs&isIframe"); - reportdemo.setFunctionLevel((short) 1); - reportdemo.setFunctionOrder("21"); - reportdemo.setTSFunction(state); - reportdemo.setTSIcon(pie); - commonDao.saveOrUpdate(reportdemo); - - TSFunction ckfinder = new TSFunction(); - ckfinder.setFunctionName("ckfinder例子"); - ckfinder.setFunctionUrl("jeecgDemoCkfinderController.do?jeecgDemoCkfinder"); - ckfinder.setFunctionLevel((short) 1); - ckfinder.setFunctionOrder("100"); - ckfinder.setTSFunction(commondemo); - ckfinder.setTSIcon(defaultIcon); - commonDao.saveOrUpdate(ckfinder); - } - - /** - * 修复报表统计demo - *@Author fancq - *@date 2013-11-14 - */ - private void repairReportEntity() { - TSStudent entity=null; - entity = new TSStudent(); - entity.setName("张三"); - entity.setSex("f"); - entity.setClassName("1班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("李四"); - entity.setSex("f"); - entity.setClassName("1班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("王五"); - entity.setSex("m"); - entity.setClassName("1班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("赵六"); - entity.setSex("f"); - entity.setClassName("1班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("张三"); - entity.setSex("f"); - entity.setClassName("2班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("李四"); - entity.setSex("f"); - entity.setClassName("2班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("王五"); - entity.setSex("m"); - entity.setClassName("2班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("赵六"); - entity.setSex("f"); - entity.setClassName("2班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("张三"); - entity.setSex("f"); - entity.setClassName("3班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("李四"); - entity.setSex("f"); - entity.setClassName("3班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("王五"); - entity.setSex("m"); - entity.setClassName("3班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("李四"); - entity.setSex("f"); - entity.setClassName("3班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("王五"); - entity.setSex("m"); - entity.setClassName("3班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("赵六"); - entity.setSex("f"); - entity.setClassName("3班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("张三"); - entity.setSex("f"); - entity.setClassName("4班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("李四"); - entity.setSex("f"); - entity.setClassName("4班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("王五"); - entity.setSex("m"); - entity.setClassName("4班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("赵六"); - entity.setSex("f"); - entity.setClassName("4班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("张三"); - entity.setSex("m"); - entity.setClassName("5班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("李四"); - entity.setSex("f"); - entity.setClassName("5班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("王五"); - entity.setSex("m"); - entity.setClassName("5班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("赵六"); - entity.setSex("m"); - entity.setClassName("5班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("赵六"); - entity.setSex("m"); - entity.setClassName("5班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("李四"); - entity.setSex("f"); - entity.setClassName("5班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("王五"); - entity.setSex("m"); - entity.setClassName("5班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("赵六"); - entity.setSex("m"); - entity.setClassName("5班"); - commonDao.save(entity); - - entity = new TSStudent(); - entity.setName("赵六"); - entity.setSex("m"); - entity.setClassName("5班"); - commonDao.save(entity); - - } -} diff --git a/src/main/resources/velocity.properties b/src/main/resources/velocity.properties deleted file mode 100644 index 931aea64..00000000 --- a/src/main/resources/velocity.properties +++ /dev/null @@ -1,248 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - -# ---------------------------------------------------------------------------- -# R U N T I M E L O G -# ---------------------------------------------------------------------------- - -# ---------------------------------------------------------------------------- -# default LogChute to use: default: AvalonLogChute, Log4JLogChute, CommonsLogLogChute, ServletLogChute, JdkLogChute -# ---------------------------------------------------------------------------- - -#runtime.log.logsystem.class = org.apache.velocity.runtime.log.AvalonLogChute,org.apache.velocity.runtime.log.Log4JLogChute,org.apache.velocity.runtime.log.CommonsLogLogChute,org.apache.velocity.runtime.log.ServletLogChute,org.apache.velocity.runtime.log.JdkLogChute -runtime.log.logsystem.class = org.apache.velocity.runtime.log.Log4JLogChute - -# --------------------------------------------------------------------------- -# This is the location of the Velocity Runtime log. -# ---------------------------------------------------------------------------- - -#runtime.log = velocity.log - -# ---------------------------------------------------------------------------- -# This controls whether invalid references are logged. -# ---------------------------------------------------------------------------- - -runtime.log.invalid.references = true - -# ---------------------------------------------------------------------------- -# T E M P L A T E E N C O D I N G -# ---------------------------------------------------------------------------- - -input.encoding=UTF-8 -output.encoding=UTF-8 - -# ---------------------------------------------------------------------------- -# F O R E A C H P R O P E R T I E S -# ---------------------------------------------------------------------------- -# These properties control how the counter is accessed in the #foreach -# directive. By default the reference $velocityCount and $velocityHasNext -# will be available in the body of the #foreach directive. -# The default starting value for $velocityCount is 1. -# ---------------------------------------------------------------------------- - -directive.foreach.counter.name = velocityCount -directive.foreach.counter.initial.value = 1 -directive.foreach.maxloops = -1 - -directive.foreach.iterator.name = velocityHasNext - -# ---------------------------------------------------------------------------- -# S E T P R O P E R T I E S -# ---------------------------------------------------------------------------- -# These properties control the behavior of #set. -# For compatibility, the default behavior is to disallow setting a reference -# to null. This default may be changed in a future version. -# ---------------------------------------------------------------------------- - -directive.set.null.allowed = false - -# ---------------------------------------------------------------------------- -# I F P R O P E R T I E S -# ---------------------------------------------------------------------------- -# These properties control the behavior of #if -# Default behavior is to check return value of toString() and treat an object -# with toString() that returns null as null. If all objects have toString() -# methods that never return null, this check is unnecessary and can be disabled -# to gain performance. In Velocity 1.5, no such null check was performed. -directive.if.tostring.nullcheck = true - -# ---------------------------------------------------------------------------- -# I N C L U D E P R O P E R T I E S -# ---------------------------------------------------------------------------- -# These are the properties that governed the way #include'd content -# is governed. -# ---------------------------------------------------------------------------- - -directive.include.output.errormsg.start = - -# ---------------------------------------------------------------------------- -# P A R S E P R O P E R T I E S -# ---------------------------------------------------------------------------- - -directive.parse.max.depth = 10 - -# ---------------------------------------------------------------------------- -# T E M P L A T E L O A D E R S -# ---------------------------------------------------------------------------- -# -# -# ---------------------------------------------------------------------------- - -resource.loader = class - -class.resource.loader.description = Velocity File Resource Loader -class.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -class.resource.loader.path = . -class.resource.loader.cache = false -class.resource.loader.modificationCheckInterval = 2 - -file.resource.loader.description = Velocity File Resource Loader -file.resource.loader.class = org.apache.velocity.runtime.resource.loader.FileResourceLoader -file.resource.loader.path = . -file.resource.loader.cache = false -file.resource.loader.modificationCheckInterval = 2 - -# ---------------------------------------------------------------------------- -# VELOCIMACRO PROPERTIES -# ---------------------------------------------------------------------------- -# global : name of default global library. It is expected to be in the regular -# template path. You may remove it (either the file or this property) if -# you wish with no harm. -# ---------------------------------------------------------------------------- -# velocimacro.library = VM_global_library.vm - -velocimacro.permissions.allow.inline = true -velocimacro.permissions.allow.inline.to.replace.global = false -velocimacro.permissions.allow.inline.local.scope = false - -velocimacro.context.localscope = false -velocimacro.max.depth = 20 - -# ---------------------------------------------------------------------------- -# VELOCIMACRO STRICT MODE -# ---------------------------------------------------------------------------- -# if true, will throw an exception for incorrect number -# of arguments. false by default (for backwards compatibility) -# but this option will eventually be removed and will always -# act as if true -# ---------------------------------------------------------------------------- -velocimacro.arguments.strict = false - -# ---------------------------------------------------------------------------- -# STRICT REFERENCE MODE -# ---------------------------------------------------------------------------- -# if true, will throw a MethodInvocationException for references -# that are not defined in the context, or have not been defined -# with a #set directive. This setting will also throw an exception -# if an attempt is made to call a non-existing property on an object -# or if the object is null. When this property is true then property -# 'directive.set.null.allowed' is also set to true. -# ---------------------------------------------------------------------------- -runtime.references.strict = false - -# ---------------------------------------------------------------------------- -# INTERPOLATION -# ---------------------------------------------------------------------------- -# turn off and on interpolation of references and directives in string -# literals. ON by default :) -# ---------------------------------------------------------------------------- -runtime.interpolate.string.literals = true - - -# ---------------------------------------------------------------------------- -# RESOURCE MANAGEMENT -# ---------------------------------------------------------------------------- -# Allows alternative ResourceManager and ResourceCache implementations -# to be plugged in. -# ---------------------------------------------------------------------------- -resource.manager.class = org.apache.velocity.runtime.resource.ResourceManagerImpl -resource.manager.cache.class = org.apache.velocity.runtime.resource.ResourceCacheImpl - -# ---------------------------------------------------------------------------- -# PARSER POOL -# ---------------------------------------------------------------------------- -# Selects a custom factory class for the parser pool. Must implement -# ParserPool. parser.pool.size is used by the default implementation -# ParserPoolImpl -# ---------------------------------------------------------------------------- - -parser.pool.class = org.apache.velocity.runtime.ParserPoolImpl -parser.pool.size = 20 - - -# ---------------------------------------------------------------------------- -# EVENT HANDLER -# ---------------------------------------------------------------------------- -# Allows alternative event handlers to be plugged in. Note that each -# class property is actually a comma-separated list of classes (which will -# be called in order). -# ---------------------------------------------------------------------------- -# eventhandler.referenceinsertion.class = -# eventhandler.nullset.class = -# eventhandler.methodexception.class = -# eventhandler.include.class = - - -# ---------------------------------------------------------------------------- -# EVALUATE -# ---------------------------------------------------------------------------- -# Evaluate VTL dynamically in template. Select a class for the Context -# ---------------------------------------------------------------------------- - -directive.evaluate.context.class = org.apache.velocity.VelocityContext - - -# ---------------------------------------------------------------------------- -# PLUGGABLE INTROSPECTOR -# ---------------------------------------------------------------------------- -# Allows alternative introspection and all that can of worms brings. -# ---------------------------------------------------------------------------- - -runtime.introspector.uberspect = org.apache.velocity.util.introspection.UberspectImpl - - -# ---------------------------------------------------------------------------- -# SECURE INTROSPECTOR -# ---------------------------------------------------------------------------- -# If selected, prohibits methods in certain classes and packages from being -# accessed. -# ---------------------------------------------------------------------------- - -introspector.restrict.packages = java.lang.reflect - -# The two most dangerous classes - -introspector.restrict.classes = java.lang.Class -introspector.restrict.classes = java.lang.ClassLoader - -# Restrict these for extra safety - -introspector.restrict.classes = java.lang.Compiler -introspector.restrict.classes = java.lang.InheritableThreadLocal -introspector.restrict.classes = java.lang.Package -introspector.restrict.classes = java.lang.Process -introspector.restrict.classes = java.lang.Runtime -introspector.restrict.classes = java.lang.RuntimePermission -introspector.restrict.classes = java.lang.SecurityManager -introspector.restrict.classes = java.lang.System -introspector.restrict.classes = java.lang.Thread -introspector.restrict.classes = java.lang.ThreadGroup -introspector.restrict.classes = java.lang.ThreadLocal - - -userdirective=org.jeecgframework.p3.core.directive.AuthFilterTagDirective,org.jeecgframework.p3.core.directive.AuthOperateTagDirective,com.jeecg.core.biz.tag.select.dict.tag.SelectDictTag,com.jeecg.core.biz.tag.select.table.tag.SelectTableTag \ No newline at end of file