diff --git a/README.md b/README.md index cf362ebb..8070e17b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ JEECG 微云快速开发平台 =============== -当前最新版本: 3.7.8(发布日期:20180806) +当前最新版本: 3.8(发布日期:20181024) JEECG微服务架构: [jeecg-p3 1.0版](https://gitee.com/jeecg/jeecg-p3) diff --git a/docs/jeecg_3.7.8_mysql.sql b/docs/jeecg_3.8_mysql.sql similarity index 95% rename from docs/jeecg_3.7.8_mysql.sql rename to docs/jeecg_3.8_mysql.sql index 066cef7d..a9ddb1bd 100644 --- a/docs/jeecg_3.7.8_mysql.sql +++ b/docs/jeecg_3.8_mysql.sql @@ -1,16 +1,16 @@ /* Navicat MySQL Data Transfer -Source Server : mysql -Source Server Version : 50037 -Source Host : 127.0.0.1:3306 -Source Database : jeecg +Source Server : 192.168.1.199锛堝唴缃戯級 +Source Server Version : 50710 +Source Host : 192.168.1.199:3306 +Source Database : jeecg_3.7.9 Target Server Type : MYSQL -Target Server Version : 50037 +Target Server Version : 50710 File Encoding : 65001 -Date: 2018-08-03 17:27:37 +Date: 2018-10-23 20:33:38 */ SET FOREIGN_KEY_CHECKS=0; @@ -21,16 +21,16 @@ SET FOREIGN_KEY_CHECKS=0; DROP TABLE IF EXISTS `cgform_button`; CREATE TABLE `cgform_button` ( `ID` varchar(32) NOT NULL COMMENT '涓婚敭ID', - `BUTTON_CODE` varchar(50) default NULL COMMENT '鎸夐挳缂栫爜', - `button_icon` varchar(20) default NULL COMMENT '鎸夐挳鍥炬爣', - `BUTTON_NAME` varchar(50) default NULL COMMENT '鎸夐挳鍚嶇О', - `BUTTON_STATUS` varchar(2) default NULL COMMENT '鎸夐挳鐘舵', - `BUTTON_STYLE` varchar(20) default NULL COMMENT '鎸夐挳鏍峰紡', - `EXP` varchar(255) default NULL COMMENT '琛ㄨ揪寮', - `FORM_ID` varchar(32) default NULL COMMENT '琛ㄥ崟ID', - `OPT_TYPE` varchar(20) default NULL COMMENT '鎸夐挳绫诲瀷', - `order_num` int(11) default NULL COMMENT '鎺掑簭', - PRIMARY KEY (`ID`), + `BUTTON_CODE` varchar(50) DEFAULT NULL COMMENT '鎸夐挳缂栫爜', + `button_icon` varchar(20) DEFAULT NULL COMMENT '鎸夐挳鍥炬爣', + `BUTTON_NAME` varchar(50) DEFAULT NULL COMMENT '鎸夐挳鍚嶇О', + `BUTTON_STATUS` varchar(2) DEFAULT NULL COMMENT '鎸夐挳鐘舵', + `BUTTON_STYLE` varchar(20) DEFAULT NULL COMMENT '鎸夐挳鏍峰紡', + `EXP` varchar(255) DEFAULT NULL COMMENT '琛ㄨ揪寮', + `FORM_ID` varchar(32) DEFAULT NULL COMMENT '琛ㄥ崟ID', + `OPT_TYPE` varchar(20) DEFAULT NULL COMMENT '鎸夐挳绫诲瀷', + `order_num` int(11) DEFAULT NULL COMMENT '鎺掑簭', + PRIMARY KEY (`ID`), KEY `index_formid` (`FORM_ID`), KEY `index_button_code` (`BUTTON_CODE`), KEY `index_button_status` (`BUTTON_STATUS`), @@ -59,12 +59,12 @@ INSERT INTO `cgform_button` VALUES ('4028b881537338160153738b86ac0010', 'groupma DROP TABLE IF EXISTS `cgform_button_sql`; CREATE TABLE `cgform_button_sql` ( `ID` varchar(32) NOT NULL COMMENT '涓婚敭ID', - `BUTTON_CODE` varchar(50) default NULL COMMENT '鎸夐挳缂栫爜', + `BUTTON_CODE` varchar(50) DEFAULT NULL COMMENT '鎸夐挳缂栫爜', `CGB_SQL` longtext COMMENT 'SQL鍐呭', - `CGB_SQL_NAME` varchar(50) default NULL COMMENT 'Sql鍚嶇О', - `CONTENT` varchar(1000) default NULL COMMENT '澶囨敞', - `FORM_ID` varchar(32) default NULL COMMENT '琛ㄥ崟ID', - PRIMARY KEY (`ID`), + `CGB_SQL_NAME` varchar(50) DEFAULT NULL COMMENT 'Sql鍚嶇О', + `CONTENT` varchar(1000) DEFAULT NULL COMMENT '澶囨敞', + `FORM_ID` varchar(32) DEFAULT NULL COMMENT '琛ㄥ崟ID', + PRIMARY KEY (`ID`), KEY `index_formid` (`FORM_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -81,12 +81,13 @@ INSERT INTO `cgform_button_sql` VALUES ('402881f36381446901638177fcd20040', null DROP TABLE IF EXISTS `cgform_enhance_java`; CREATE TABLE `cgform_enhance_java` ( `id` varchar(36) NOT NULL, - `button_code` varchar(32) default NULL COMMENT '鎸夐挳缂栫爜', + `button_code` varchar(32) DEFAULT NULL COMMENT '鎸夐挳缂栫爜', `cg_java_type` varchar(32) NOT NULL COMMENT '绫诲瀷', `cg_java_value` varchar(200) NOT NULL COMMENT '鏁板', `form_id` varchar(32) NOT NULL COMMENT '琛ㄥ崟ID', - `active_status` varchar(2) default '1' COMMENT '鐢熸晥鐘舵', - PRIMARY KEY (`id`), + `active_status` varchar(2) DEFAULT '1' COMMENT '鐢熸晥鐘舵', + `event` varchar(10) NOT NULL DEFAULT 'end' COMMENT '浜嬩欢鐘舵(end:缁撴潫锛宻tart:寮濮)', + PRIMARY KEY (`id`), KEY `index_fmid` (`form_id`), KEY `index_buttoncode` (`button_code`), KEY `index_status` (`active_status`) @@ -95,8 +96,8 @@ CREATE TABLE `cgform_enhance_java` ( -- ---------------------------- -- Records of cgform_enhance_java -- ---------------------------- -INSERT INTO `cgform_enhance_java` VALUES ('402883885139c8d7015139cb2de40002', 'add', 'spring', 'cgformJavaInterDemo', '8a8ab0b246dc81120146dc818484013c', '1'); -INSERT INTO `cgform_enhance_java` VALUES ('4028ef815602f891015602fb7cac0001', 'add', 'class', 'org.jeecgframework.web.cgform.service.impl.enhance.CgformEnhanceJavaServiceImpl', '4028b881535b12bd01535b1ae3680001', '1'); +INSERT INTO `cgform_enhance_java` VALUES ('402883885139c8d7015139cb2de40002', 'add', 'spring', 'cgformJavaInterDemo', '8a8ab0b246dc81120146dc818484013c', '1', ''); +INSERT INTO `cgform_enhance_java` VALUES ('4028ef815602f891015602fb7cac0001', 'add', 'class', 'org.jeecgframework.web.cgform.service.impl.enhance.CgformEnhanceJavaServiceImpl', '4028b881535b12bd01535b1ae3680001', '1', ''); -- ---------------------------- -- Table structure for cgform_enhance_js @@ -105,10 +106,10 @@ DROP TABLE IF EXISTS `cgform_enhance_js`; CREATE TABLE `cgform_enhance_js` ( `ID` varchar(32) NOT NULL COMMENT '涓婚敭ID', `CG_JS` longtext COMMENT 'JS澧炲己鍐呭', - `CG_JS_TYPE` varchar(20) default NULL COMMENT '绫诲瀷', - `CONTENT` varchar(1000) default NULL COMMENT '澶囨敞', - `FORM_ID` varchar(32) default NULL COMMENT '琛ㄥ崟ID', - PRIMARY KEY (`ID`), + `CG_JS_TYPE` varchar(20) DEFAULT NULL COMMENT '绫诲瀷', + `CONTENT` varchar(1000) DEFAULT NULL COMMENT '澶囨敞', + `FORM_ID` varchar(32) DEFAULT NULL COMMENT '琛ㄥ崟ID', + PRIMARY KEY (`ID`), KEY `index_fmid` (`FORM_ID`), KEY `index_jstype` (`CG_JS_TYPE`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -129,39 +130,39 @@ DROP TABLE IF EXISTS `cgform_field`; CREATE TABLE `cgform_field` ( `id` varchar(32) NOT NULL COMMENT '涓婚敭ID', `content` varchar(200) NOT NULL COMMENT '瀛楁澶囨敞', - `create_by` varchar(255) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜哄悕瀛', - `dict_field` varchar(100) default NULL COMMENT '瀛楀吀code', - `dict_table` varchar(100) default NULL COMMENT '瀛楀吀琛', - `dict_text` varchar(100) default NULL COMMENT '瀛楀吀Text', - `field_default` varchar(20) default NULL COMMENT '琛ㄥ瓧娈甸粯璁ゅ', - `field_href` varchar(200) default NULL COMMENT '璺宠浆URL', - `field_length` int(11) default NULL COMMENT '琛ㄥ崟鎺т欢闀垮害', + `create_by` varchar(255) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜哄悕瀛', + `dict_field` varchar(100) DEFAULT NULL COMMENT '瀛楀吀code', + `dict_table` varchar(100) DEFAULT NULL COMMENT '瀛楀吀琛', + `dict_text` varchar(100) DEFAULT NULL COMMENT '瀛楀吀Text', + `field_default` varchar(20) DEFAULT NULL COMMENT '琛ㄥ瓧娈甸粯璁ゅ', + `field_href` varchar(200) DEFAULT NULL COMMENT '璺宠浆URL', + `field_length` int(11) DEFAULT NULL COMMENT '琛ㄥ崟鎺т欢闀垮害', `field_name` varchar(32) NOT NULL COMMENT '瀛楁鍚嶅瓧', - `field_valid_type` varchar(300) default NULL COMMENT '琛ㄥ崟瀛楁鏍¢獙瑙勫垯', - `field_must_input` varchar(2) default NULL COMMENT '瀛楁鏄惁蹇呭~', - `is_key` varchar(2) default NULL COMMENT '鏄惁涓婚敭', - `is_null` varchar(5) default NULL COMMENT '鏄惁鍏佽涓虹┖', - `is_query` varchar(5) default NULL COMMENT '鏄惁鏌ヨ鏉′欢', - `is_show` varchar(5) default NULL COMMENT '琛ㄥ崟鏄惁鏄剧ず', - `is_show_list` varchar(5) default NULL COMMENT '鍒楄〃鏄惁鏄剧ず', + `field_valid_type` varchar(300) DEFAULT NULL COMMENT '琛ㄥ崟瀛楁鏍¢獙瑙勫垯', + `field_must_input` varchar(2) DEFAULT NULL COMMENT '瀛楁鏄惁蹇呭~', + `is_key` varchar(2) DEFAULT NULL COMMENT '鏄惁涓婚敭', + `is_null` varchar(5) DEFAULT NULL COMMENT '鏄惁鍏佽涓虹┖', + `is_query` varchar(5) DEFAULT NULL COMMENT '鏄惁鏌ヨ鏉′欢', + `is_show` varchar(5) DEFAULT NULL COMMENT '琛ㄥ崟鏄惁鏄剧ず', + `is_show_list` varchar(5) DEFAULT NULL COMMENT '鍒楄〃鏄惁鏄剧ず', `length` int(11) NOT NULL COMMENT '鏁版嵁搴撳瓧娈甸暱搴', - `main_field` varchar(100) default NULL COMMENT '澶栭敭涓婚敭瀛楁', - `main_table` varchar(100) default NULL COMMENT '澶栭敭涓昏〃鍚', - `old_field_name` varchar(32) default NULL COMMENT '鍘熷瓧娈靛悕', - `order_num` int(11) default NULL COMMENT '鍘熸帓鍒楀簭鍙', - `point_length` int(11) default NULL COMMENT '灏忔暟鐐', - `query_mode` varchar(10) default NULL COMMENT '鏌ヨ妯″紡', - `show_type` varchar(10) default NULL COMMENT '琛ㄥ崟鎺т欢绫诲瀷', + `main_field` varchar(100) DEFAULT NULL COMMENT '澶栭敭涓婚敭瀛楁', + `main_table` varchar(100) DEFAULT NULL COMMENT '澶栭敭涓昏〃鍚', + `old_field_name` varchar(32) DEFAULT NULL COMMENT '鍘熷瓧娈靛悕', + `order_num` int(11) DEFAULT NULL COMMENT '鍘熸帓鍒楀簭鍙', + `point_length` int(11) DEFAULT NULL COMMENT '灏忔暟鐐', + `query_mode` varchar(10) DEFAULT NULL COMMENT '鏌ヨ妯″紡', + `show_type` varchar(10) DEFAULT NULL COMMENT '琛ㄥ崟鎺т欢绫诲瀷', `type` varchar(32) NOT NULL COMMENT '鏁版嵁搴撳瓧娈电被鍨', - `update_by` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_name` varchar(32) default NULL COMMENT '淇敼浜哄悕绉', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜哄悕绉', `table_id` varchar(32) NOT NULL COMMENT '琛↖D', - `extend_json` varchar(500) default NULL COMMENT '鎵╁睍鍙傛暟JSON', - `fill_rule_code` varchar(500) default NULL COMMENT '濉艰鍒檆ode', - PRIMARY KEY (`id`), + `extend_json` varchar(500) DEFAULT NULL COMMENT '鎵╁睍鍙傛暟JSON', + `fill_rule_code` varchar(500) DEFAULT NULL COMMENT '濉艰鍒檆ode', + PRIMARY KEY (`id`), KEY `inex_table_id` (`table_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -632,18 +633,18 @@ CREATE TABLE `cgform_ftl` ( `ID` varchar(32) NOT NULL COMMENT '涓婚敭ID', `CGFORM_ID` varchar(36) NOT NULL COMMENT '琛ㄥ崟ID', `CGFORM_NAME` varchar(100) NOT NULL COMMENT '琛ㄥ崟鍚嶅瓧', - `CREATE_BY` varchar(36) default NULL COMMENT '鍒涘缓浜', - `CREATE_DATE` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `CREATE_NAME` varchar(32) default NULL COMMENT '鍒涘缓浜哄悕瀛', + `CREATE_BY` varchar(36) DEFAULT NULL COMMENT '鍒涘缓浜', + `CREATE_DATE` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `CREATE_NAME` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜哄悕瀛', `FTL_CONTENT` longtext COMMENT '璁捐妯℃澘鍐呭', - `FTL_STATUS` varchar(50) default NULL COMMENT '妯℃澘婵娲荤姸鎬', + `FTL_STATUS` varchar(50) DEFAULT NULL COMMENT '妯℃澘婵娲荤姸鎬', `FTL_VERSION` int(11) NOT NULL COMMENT '妯℃澘缂栧彿', - `FTL_WORD_URL` varchar(200) default NULL COMMENT '涓婁紶Word璺緞', - `UPDATE_BY` varchar(36) default NULL COMMENT '淇敼浜', - `UPDATE_DATE` datetime default NULL COMMENT '淇敼鏃堕棿', - `UPDATE_NAME` varchar(32) default NULL COMMENT '淇敼浜哄悕瀛', - `editor_type` varchar(10) default '01' COMMENT '绫诲瀷', - PRIMARY KEY (`ID`), + `FTL_WORD_URL` varchar(200) DEFAULT NULL COMMENT '涓婁紶Word璺緞', + `UPDATE_BY` varchar(36) DEFAULT NULL COMMENT '淇敼浜', + `UPDATE_DATE` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `UPDATE_NAME` varchar(32) DEFAULT NULL COMMENT '淇敼浜哄悕瀛', + `editor_type` varchar(10) DEFAULT '01' COMMENT '绫诲瀷', + PRIMARY KEY (`ID`), KEY `inex_table_id` (`CGFORM_ID`), KEY `index_ftl_status` (`FTL_STATUS`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -656,12 +657,12 @@ INSERT INTO `cgform_ftl` VALUES ('402880e64e478dc8014e4797a1a90001', '402881e44d INSERT INTO `cgform_ftl` VALUES ('402880e64eab9a84014eab9cff390002', '402880e74dc1e65e014dc1effa270001', 'UE', 'admin', '2015-07-20 21:17:49', '绠$悊鍛', '


绀轰緥琛

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


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


绀轰緥琛

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


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

璇峰亣鍗

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

璇峰亣鏍囬

\r\n
\r\n

#{title}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

\r\n
\r\n

鎬у埆

\r\n
\r\n

#{sex}

\r\n
\r\n

鎵灞為儴闂

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

閮ㄩ棬瀹℃壒浜

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

閮ㄩ棬瀹℃壒鎰忚

\r\n
\r\n

#{content}

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

璇峰亣鍗

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

璇峰亣鏍囬

\r\n
\r\n

#{title}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

\r\n
\r\n

鎬у埆

\r\n
\r\n

#{sex}

\r\n
\r\n

鎵灞為儴闂

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

閮ㄩ棬瀹℃壒浜

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

閮ㄩ棬瀹℃壒鎰忚

\r\n
\r\n

#{content}

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

璇峰亣鍗

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

璇峰亣鏍囬

\r\n
\r\n

#{name}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

\r\n
\r\n

鎬у埆

\r\n
\r\n

#{sex}

\r\n
\r\n

鎵灞為儴闂

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

閮ㄩ棬瀹℃壒浜

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

閮ㄩ棬瀹℃壒鎰忚

\r\n
\r\n

#{content}

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

 

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

\r\n
\r\n

鍛樺伐鍏ヨ亴鍗

\r\n
\r\n

\r\n
\r\n

濉〃鏃ユ湡锛

\r\n
\r\n

\r\n
\r\n

鍩烘湰淇℃伅

\r\n
\r\n

濮撳悕

\r\n
\r\n

\r\n
\r\n

閮ㄩ棬

\r\n
\r\n

\r\n
\r\n

鑱屽姟

\r\n
\r\n

\r\n
\r\n

\r\n
\r\n

鐢熸棩

\r\n
\r\n

\r\n
\r\n

绫嶈疮

\r\n
\r\n

\r\n
\r\n

瀛﹀巻

\r\n
\r\n

\r\n
\r\n

韬唤璇

\r\n
\r\n

\r\n
\r\n

鍏ヨ亴鏃ユ湡

\r\n
\r\n

\r\n
\r\n

宸ュ彿

\r\n
\r\n

\r\n
\r\n

鎵嬫満

\r\n
\r\n

\r\n
\r\n

閭

\r\n
\r\n

\r\n
\r\n

MSN

\r\n
\r\n

\r\n
\r\n

浜轰簨閮

\r\n
\r\n

鐓х墖

\r\n
\r\n

\r\n
\r\n

妗f琛

\r\n
\r\n

\r\n
\r\n

韬唤璇

\r\n
\r\n

\r\n
\r\n

瀛︿綅璇

\r\n
\r\n

\r\n
\r\n

鍏朵粬璇佷欢

\r\n
\r\n

\r\n
\r\n

鍒嗛厤鐢佃瘽

\r\n
\r\n

\r\n
 
\r\n

缁忓姙浜猴細                                 鏃ユ湡锛                             

\r\n
\r\n

閮ㄩ棬鎰忚

\r\n
 
\r\n

缁忓姙浜猴細                                 鏃ユ湡锛                             

\r\n
\r\n

鎬荤粡鐞嗘剰瑙

\r\n
 
\r\n

缁忓姙浜猴細                                 鏃ユ湡锛                             

\r\n
\r\n

鏂板憳宸ユ剰瑙

\r\n
 
\r\n

缁忓姙浜猴細                                 鏃ユ湡锛                             

\r\n
\r\n

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

 

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

鍛樺伐绂昏亴鐢宠

\r\n
 
\r\n

濮撳悕

\r\n
\r\n

#{name}

\r\n
\r\n

鍛樺伐缂栧彿

\r\n
\r\n

#{code}

\r\n
 
\r\n

鑱屽姟

\r\n
\r\n

#{job}

\r\n
\r\n

鍏ヨ亴鏃堕棿

\r\n
\r\n

#{join_time}

\r\n
 
\r\n

绂昏亴鏂瑰紡

\r\n
\r\n

#{out_type}

\r\n
 
\r\n

鐢宠绂昏亴鏃ユ湡

\r\n
\r\n

#{apply_out_time}

\r\n
\r\n

姝e紡绂昏亴鏃ユ湡

\r\n
\r\n

#{out_time}

\r\n
 
\r\n

棰嗗伐璧勪汉鍙

\r\n\r\n

韬唤璇佸彿

\r\n
\r\n

#{id_card}

\r\n
 
\r\n

绂昏亴椤荤煡

\r\n
\r\n

#{out_content}

\r\n
 
 
 
 
 
\r\n

绂昏亴鍘熷洜

\r\n
\r\n

#{out_reason}

\r\n
 
\r\n

闈㈣皥璁板綍鍜屾剰瑙

\r\n
\r\n

#{interview_record}

\r\n
 
 
\r\n

鍔炲叕鐢ㄥ搧绉讳氦

\r\n
\r\n

#{office_change}

\r\n
 
 
\r\n

浜哄姏璧勬簮閮ㄥ鏍

\r\n
\r\n

#{hr_check}

\r\n
 
\r\n

璐㈠姟閮

\r\n
\r\n

搴斿彂宸ヨ祫

\r\n
\r\n

#{should_send_salary}

\r\n
\r\n

搴旀墸宸ヨ祫

\r\n
\r\n

#{should_deduct_pay}

\r\n
 
\r\n

瀹炲彂宸ヨ祫

\r\n
\r\n

#{pay}

\r\n
\r\n

棰嗗彇鏃ユ湡

\r\n
\r\n

#{get_time}

\r\n
 
\r\n

鎬荤粡鐞嗗鎵

\r\n
\r\n

#{boss_check}

\r\n
 
\r\n

璇存槑

\r\n
\r\n

#{description}

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

 

\r\n\r\n\r\n', '0', '1', '', 'admin', '2015-12-30 16:06:11', '绠$悊鍛', null); -INSERT INTO `cgform_ftl` VALUES ('402881fa621e111701621e1332b50001', '8a8ab0b246dc81120146dc818484013c', '璇峰亣word妯℃澘', 'admin', '2018-03-13 00:00:00', '绠$悊鍛', '\r\n\r\n \r\n\r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

璇峰亣鍗

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

璇峰亣鏍囬

\r\n
\r\n

#{title}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

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

 

\r\n
\r\n\r\n
\r\n', '0', '4', '璇峰亣鍗曟ā鏉.doc', 'admin', '2018-05-19 10:51:19', '绠$悊鍛', null); -INSERT INTO `cgform_ftl` VALUES ('4028838f63a721660163a7287b300007', '8a8ab0b246dc81120146dc818484013c', '1111', 'admin', '2018-05-28 22:30:38', '绠$悊鍛', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n

璇峰亣鍗

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

璇峰亣鏍囬

\r\n
\r\n

#{title}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

\r\n
\r\n

鎬у埆

\r\n
\r\n

#{sex}

\r\n
\r\n

鎵灞為儴闂

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

閮ㄩ棬瀹℃壒浜

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

閮ㄩ棬瀹℃壒鎰忚

\r\n
\r\n

#{content}

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

\r\n\r\n
\r\n\r\n\r\n\r\n
\r\n', '0', '5', '璇峰亣鍗曟ā鏉.doc', 'admin', '2018-06-19 16:07:09', '绠$悊鍛', null); +INSERT INTO `cgform_ftl` VALUES ('402881fa621e111701621e1332b50001', '8a8ab0b246dc81120146dc818484013c', '璇峰亣word妯℃澘', 'admin', '2018-03-13 00:00:00', '绠$悊鍛', '\r\n\r\n \r\n\r\n \r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

璇峰亣鍗

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

璇峰亣鏍囬

\r\n
\r\n

#{title}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

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

 

\r\n
\r\n\r\n
\r\n', '0', '4', '璇峰亣鍗曟ā鏉.doc', 'admin', '2018-05-19 10:51:19', '绠$悊鍛', null); +INSERT INTO `cgform_ftl` VALUES ('4028838f63a721660163a7287b300007', '8a8ab0b246dc81120146dc818484013c', '1111', 'admin', '2018-05-28 22:30:38', '绠$悊鍛', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n

璇峰亣鍗

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

璇峰亣鏍囬

\r\n
\r\n

#{title}

\r\n
\r\n

璇峰亣寮濮嬫椂闂

\r\n
\r\n

#{begindate}

\r\n
\r\n

璇峰亣浜

\r\n
\r\n

#{people}

\r\n
\r\n

璇峰亣缁撴潫鏃堕棿

\r\n
\r\n

#{enddate}

\r\n
\r\n

鎬у埆

\r\n
\r\n

#{sex}

\r\n
\r\n

鎵灞為儴闂

\r\n
\r\n

#{hol_dept}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{hol_reson}

\r\n
\r\n

閮ㄩ棬瀹℃壒浜

\r\n
\r\n

#{dep_leader}

\r\n
\r\n

閮ㄩ棬瀹℃壒鎰忚

\r\n
\r\n

#{content}

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

\r\n\r\n
\r\n\r\n\r\n\r\n
\r\n', '0', '5', '璇峰亣鍗曟ā鏉.doc', 'admin', '2018-06-19 16:07:09', '绠$悊鍛', null); INSERT INTO `cgform_ftl` VALUES ('402889f3489de53901489de5fe800001', '4028808848844fe2014884587ae60001', '12', 'admin', '2014-09-22 23:06:08', '绠$悊鍛', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n12\r\n\r\n', '0', '1', '', null, null, null, '01'); INSERT INTO `cgform_ftl` VALUES ('40288be75217166d01521725c3170003', '4028efa25214f7ca015216264bb30003', '璇峰亣鐢宠鍗', 'admin', '2016-01-06 00:00:00', '绠$悊鍛', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n
#{jform_hidden_field}\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

\r\n
\r\n

璇峰亣鐢宠鍗

\r\n
\r\n

濮撳悕

\r\n
\r\n

#{name}

\r\n
\r\n

鐢宠鏃ユ湡

\r\n
\r\n

#{ apply_date }

\r\n
\r\n

閮ㄩ棬

\r\n
\r\n

#{department}

\r\n
\r\n

鑱屽姟

\r\n
\r\n

#{duty}

\r\n
\r\n

璇峰亣绫诲埆

\r\n
\r\n

#{leave_category}

\r\n
\r\n

璇峰亣鍘熷洜

\r\n
\r\n

#{leave_reason}

\r\n
\r\n

寮濮嬫椂闂

\r\n
\r\n

#{leave_start_date}

\r\n
\r\n

缁撴潫鏃堕棿

\r\n
\r\n

#{leave_end_date}

\r\n
\r\n

鍏辫

\r\n
\r\n

#{total}

\r\n
\r\n

鑱旂郴鏂瑰紡

\r\n
\r\n

#{contact_way}

\r\n
\r\n

鑱屽姟浠g悊浜

\r\n
\r\n

#{duty_deputy}

\r\n
\r\n

鐩存帴涓荤

\r\n
\r\n

#{leader_approval}

\r\n
\r\n

閮ㄩ棬璐熻矗浜

\r\n
\r\n

#{dept_principal_approval}

\r\n
\r\n

浜哄姏琛屾斂閮

\r\n
\r\n

#{hr_principal_approval}

\r\n
\r\n

琛屾斂閮ㄥ妗

\r\n
\r\n

#{hr_records}

\r\n
\r\n

\r\n
\r\n
\r\n\r\n
\r\n\r\n\r\n', '0', '1', '', 'admin', '2016-01-14 15:00:20', '绠$悊鍛', null); INSERT INTO `cgform_ftl` VALUES ('4028ef8156598a2c0156598bb30a0001', '4028ef8156176adb015617801ebd0001', '999', 'admin', '2016-08-05 15:12:22', '绠$悊鍛', '\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n
#{jform_hidden_field}\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n

\r\n
\r\n

鍛樺伐鍏ヨ亴鍗

\r\n
\r\n

\r\n
\r\n

濉〃鏃ユ湡锛

\r\n
\r\n

#{create_date}

\r\n
\r\n

鍩烘湰淇℃伅

\r\n
\r\n

濮撳悕

\r\n
\r\n

#{employee_name}

\r\n
\r\n

閮ㄩ棬

\r\n
\r\n

#{employee_depart}

\r\n
\r\n

鑱屽姟

\r\n
\r\n

#{employee_job}

\r\n
\r\n

\r\n
\r\n

鐢熸棩

\r\n
\r\n

#{employee_birthday}

\r\n
\r\n

绫嶈疮

\r\n
\r\n

#{employee_origin}

\r\n
\r\n

瀛﹀巻

\r\n
\r\n

#{employee_degree}

\r\n
\r\n

韬唤璇

\r\n
\r\n

#{employee_identification}

\r\n
\r\n

鍏ヨ亴鏃ユ湡

\r\n
\r\n

#{employee_entry_date}

\r\n
\r\n

宸ュ彿

\r\n
\r\n

#{employee_code}

\r\n
\r\n

鎵嬫満

\r\n
\r\n

#{employee_phone}

\r\n
\r\n

閭

\r\n
\r\n

#{employee_mail}

\r\n
\r\n

MSN

\r\n
\r\n

#{employee_msn}

\r\n
\r\n

浜轰簨閮

\r\n
\r\n

鐓х墖

\r\n
\r\n

#{hr_pic}

\r\n
\r\n

妗f琛

\r\n
\r\n

#{hr_archives}

\r\n
\r\n

韬唤璇

\r\n
\r\n

#{hr_identification}

\r\n
\r\n

瀛︿綅璇

\r\n
\r\n

#{hr_degree}

\r\n
\r\n

鍏朵粬璇佷欢

\r\n
\r\n

#{hr_other}

\r\n
\r\n

鍒嗛厤鐢佃瘽

\r\n
\r\n

#{hr_tel}

\r\n
 
\r\n

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

\r\n
\r\n

閮ㄩ棬鎰忚

\r\n
\r\n

#{depart_opinion}

\r\n
\r\n

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

\r\n
\r\n

鎬荤粡鐞嗘剰瑙

\r\n
\r\n

#{manager_opinion}

\r\n
\r\n

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

\r\n
\r\n

鏂板憳宸ユ剰瑙

\r\n
\r\n

#{employee_opinion}

\r\n
\r\n

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

\r\n
\r\n

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

 

\r\n\r\n
\r\n\r\n\r\n', '0', '1', '', null, null, null, null); @@ -673,35 +674,35 @@ DROP TABLE IF EXISTS `cgform_head`; CREATE TABLE `cgform_head` ( `id` varchar(32) NOT NULL COMMENT '涓婚敭ID', `content` varchar(200) NOT NULL COMMENT '琛ㄦ弿杩', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', `is_checkbox` varchar(5) NOT NULL COMMENT '鏄惁甯heckbox', `is_dbsynch` varchar(20) NOT NULL COMMENT '鍚屾鏁版嵁搴撶姸鎬', `is_pagination` varchar(5) NOT NULL COMMENT '鏄惁鍒嗛〉', `is_tree` varchar(5) NOT NULL COMMENT '鏄惁鏄爲', - `jform_pk_sequence` varchar(200) default NULL COMMENT '涓婚敭鐢熸垚搴忓垪', - `jform_pk_type` varchar(100) default NULL COMMENT '涓婚敭绫诲瀷', + `jform_pk_sequence` varchar(200) DEFAULT NULL COMMENT '涓婚敭鐢熸垚搴忓垪', + `jform_pk_type` varchar(100) DEFAULT NULL COMMENT '涓婚敭绫诲瀷', `jform_type` int(11) NOT NULL COMMENT '琛ㄧ被鍨:鍗曡〃銆佷富琛ㄣ侀檮琛', `jform_version` varchar(10) NOT NULL COMMENT '琛ㄥ崟鐗堟湰鍙', `querymode` varchar(10) NOT NULL COMMENT '鏌ヨ妯″紡', - `relation_type` int(11) default NULL, - `sub_table_str` varchar(1000) default NULL COMMENT '瀛愯〃', - `tab_order` int(11) default NULL COMMENT '闄勮〃鎺掑簭搴忓彿', + `relation_type` int(11) DEFAULT NULL, + `sub_table_str` varchar(1000) DEFAULT NULL COMMENT '瀛愯〃', + `tab_order` int(11) DEFAULT NULL COMMENT '闄勮〃鎺掑簭搴忓彿', `table_name` varchar(50) NOT NULL COMMENT '琛ㄥ悕', - `update_by` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_name` varchar(32) default NULL COMMENT '淇敼浜哄悕瀛', - `tree_parentid_fieldname` varchar(50) default NULL COMMENT '鏍戝舰琛ㄥ崟鐖秈d', - `tree_id_fieldname` varchar(50) default NULL COMMENT '鏍戣〃涓婚敭瀛楁', - `tree_fieldname` varchar(50) default NULL COMMENT '鏍戝紑琛ㄥ崟鍒楀瓧娈', - `jform_category` varchar(50) NOT NULL default 'bdfl_ptbd' COMMENT '琛ㄥ崟鍒嗙被', - `form_template` varchar(50) default NULL COMMENT 'PC琛ㄥ崟妯℃澘', - `form_template_mobile` varchar(50) default NULL COMMENT '琛ㄥ崟妯℃澘鏍峰紡(绉诲姩绔)', - `table_type` varchar(50) default NULL COMMENT '''0''涓虹墿鐞嗚〃锛屸1鈥欎负閰嶇疆琛', - `table_version` int(11) default NULL COMMENT '琛ㄧ増鏈', - `physice_id` varchar(32) default NULL COMMENT '鐗╃悊琛╥d(閰嶇疆琛ㄧ敤)', - PRIMARY KEY (`id`), + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜哄悕瀛', + `tree_parentid_fieldname` varchar(50) DEFAULT NULL COMMENT '鏍戝舰琛ㄥ崟鐖秈d', + `tree_id_fieldname` varchar(50) DEFAULT NULL COMMENT '鏍戣〃涓婚敭瀛楁', + `tree_fieldname` varchar(50) DEFAULT NULL COMMENT '鏍戝紑琛ㄥ崟鍒楀瓧娈', + `jform_category` varchar(50) NOT NULL DEFAULT 'bdfl_ptbd' COMMENT '琛ㄥ崟鍒嗙被', + `form_template` varchar(50) DEFAULT NULL COMMENT 'PC琛ㄥ崟妯℃澘', + `form_template_mobile` varchar(50) DEFAULT NULL COMMENT '琛ㄥ崟妯℃澘鏍峰紡(绉诲姩绔)', + `table_type` varchar(50) DEFAULT NULL COMMENT '''0''涓虹墿鐞嗚〃锛屸1鈥欎负閰嶇疆琛', + `table_version` int(11) DEFAULT NULL COMMENT '琛ㄧ増鏈', + `physice_id` varchar(32) DEFAULT NULL COMMENT '鐗╃悊琛╥d(閰嶇疆琛ㄧ敤)', + PRIMARY KEY (`id`), KEY `index_table_type` (`table_type`), KEY `index_physice_id` (`physice_id`), KEY `index_form_templdate` (`form_template`), @@ -748,17 +749,17 @@ INSERT INTO `cgform_head` VALUES ('ff8080816021b031016021feb0c00016', '璁㈠崟鏄 DROP TABLE IF EXISTS `cgform_index`; CREATE TABLE `cgform_index` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `index_name` varchar(100) default NULL COMMENT '绱㈠紩鍚嶇О', - `index_field` varchar(500) default NULL COMMENT '绱㈠紩鏍忎綅', - `index_type` varchar(32) default NULL COMMENT '绱㈠紩绫诲瀷', - `table_id` varchar(32) default NULL COMMENT '涓昏〃id', - PRIMARY KEY (`id`), + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `index_name` varchar(100) DEFAULT NULL COMMENT '绱㈠紩鍚嶇О', + `index_field` varchar(500) DEFAULT NULL COMMENT '绱㈠紩鏍忎綅', + `index_type` varchar(32) DEFAULT NULL COMMENT '绱㈠紩绫诲瀷', + `table_id` varchar(32) DEFAULT NULL COMMENT '涓昏〃id', + PRIMARY KEY (`id`), KEY `index_table_id` (`table_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -774,26 +775,26 @@ INSERT INTO `cgform_index` VALUES ('402880f45ad5bf19015ad5d1c6180011', '绠$悊 DROP TABLE IF EXISTS `cgform_template`; CREATE TABLE `cgform_template` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `template_name` varchar(100) default NULL COMMENT '妯℃澘鍚嶇О', - `template_code` varchar(50) default NULL COMMENT '妯℃澘缂栫爜', - `template_type` varchar(32) default NULL COMMENT '妯℃澘绫诲瀷', - `template_share` varchar(10) default NULL COMMENT '鏄惁鍏变韩', - `template_pic` varchar(100) default NULL COMMENT '棰勮鍥', - `template_comment` varchar(200) default NULL COMMENT '妯℃澘鎻忚堪', - `template_list_name` varchar(200) default NULL COMMENT '鍒楄〃妯℃澘鍚嶇О\r\n', - `template_add_name` varchar(200) default NULL COMMENT '褰曞叆妯℃澘鍚嶇О', - `template_update_name` varchar(200) default NULL COMMENT '缂栬緫妯℃澘鍚峔r\n绉', - `template_detail_name` varchar(200) default NULL COMMENT '鏌ョ湅椤甸潰妯r\n鏉垮悕绉', - `status` int(11) default NULL COMMENT '鏈夋晥鐘舵', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `template_name` varchar(100) DEFAULT NULL COMMENT '妯℃澘鍚嶇О', + `template_code` varchar(50) DEFAULT NULL COMMENT '妯℃澘缂栫爜', + `template_type` varchar(32) DEFAULT NULL COMMENT '妯℃澘绫诲瀷', + `template_share` varchar(10) DEFAULT NULL COMMENT '鏄惁鍏变韩', + `template_pic` varchar(100) DEFAULT NULL COMMENT '棰勮鍥', + `template_comment` varchar(200) DEFAULT NULL COMMENT '妯℃澘鎻忚堪', + `template_list_name` varchar(200) DEFAULT NULL COMMENT '鍒楄〃妯℃澘鍚嶇О\r\n', + `template_add_name` varchar(200) DEFAULT NULL COMMENT '褰曞叆妯℃澘鍚嶇О', + `template_update_name` varchar(200) DEFAULT NULL COMMENT '缂栬緫妯℃澘鍚峔r\n绉', + `template_detail_name` varchar(200) DEFAULT NULL COMMENT '鏌ョ湅椤甸潰妯r\n鏉垮悕绉', + `status` int(11) DEFAULT NULL COMMENT '鏈夋晥鐘舵', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -826,7 +827,7 @@ CREATE TABLE `cgform_uploadfiles` ( `CGFORM_FIELD` varchar(100) NOT NULL COMMENT '琛ㄥ崟瀛楁', `CGFORM_ID` varchar(36) NOT NULL COMMENT '琛ㄥ崟ID', `CGFORM_NAME` varchar(100) NOT NULL COMMENT '琛ㄥ崟鍚嶇О', - PRIMARY KEY (`id`), + PRIMARY KEY (`id`), KEY `FK_qwig8sn3okhvh4wye8nn8gdeg` (`id`), KEY `index_fieldid` (`CGFORM_FIELD`), KEY `index_formid` (`CGFORM_ID`) @@ -906,20 +907,20 @@ INSERT INTO `cgform_uploadfiles` VALUES ('4028ef815509d842015509e143280004', 'fi DROP TABLE IF EXISTS `eeee`; CREATE TABLE `eeee` ( `id` varchar(36) NOT NULL COMMENT 'id', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default NULL COMMENT '娴佺▼鐘舵', - `www` double(6,2) default NULL COMMENT 'www', - `www2` decimal(5,1) default NULL COMMENT 'www', - `eee` int(6) default NULL COMMENT '333', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT NULL COMMENT '娴佺▼鐘舵', + `www` double(6,2) DEFAULT NULL COMMENT 'www', + `www2` decimal(5,1) DEFAULT NULL COMMENT 'www', + `eee` int(6) DEFAULT NULL COMMENT '333', `rr` blob COMMENT 'rrr', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -932,58 +933,58 @@ CREATE TABLE `eeee` ( DROP TABLE IF EXISTS `jeecg_custom_info`; CREATE TABLE `jeecg_custom_info` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `cust_name` varchar(100) default NULL COMMENT '瀹㈡埛鍚嶇О', - `cust_addr` varchar(200) default NULL COMMENT '鍦板潃', - `cust_code` varchar(50) default NULL COMMENT '瀹㈡埛缂栧彿', - `email` varchar(50) default NULL COMMENT 'email', - `cust_charge` varchar(50) default NULL COMMENT '璐熻矗浜', - `sex` varchar(10) default NULL COMMENT '鎬у埆', - `age` varchar(32) default NULL COMMENT '骞撮緞', - `position` varchar(32) default NULL COMMENT '鑱屽姟', - `phone` varchar(32) default NULL COMMENT '鐢佃瘽', - `bank` varchar(100) default NULL COMMENT '寰鏉ラ摱琛', - `money` varchar(100) default NULL COMMENT '鐜伴噾鎯呭喌', - `promoter` varchar(50) default NULL COMMENT '鎵垮姙浜', - `account` varchar(100) default NULL COMMENT '璐﹀彿', - `turnover` varchar(32) default NULL COMMENT '璧勯噾鍛ㄨ浆', - `payment_attr` varchar(100) default NULL COMMENT '浠樻鎬佸害', - `sax_num` varchar(100) default NULL COMMENT '绋庡彿', - `pay_date` varchar(100) default NULL COMMENT '浠樻鏃ユ湡', - `begin_pay_date` varchar(100) default NULL COMMENT '寮濮嬩氦鏄撴棩鏈', - `main_bus` varchar(100) default NULL COMMENT '涓昏惀浜у搧', - `bus_pro` varchar(100) default NULL COMMENT '钀ヤ笟椤圭洰', - `warehouse` varchar(100) default NULL COMMENT '浠撳簱鎯呭喌', - `people` varchar(100) default NULL COMMENT '鍛樺伐浜烘暟鍙婄礌璐', - `transportation` varchar(100) default NULL COMMENT '杩愯緭鏂瑰紡', - `operation` varchar(100) default NULL COMMENT '缁忚惀浣撳埗', - `car` varchar(20) default NULL COMMENT '鏈嶅姟杞︽暟鐩', - `shopkeeper` varchar(100) default NULL COMMENT '闆跺敭鍟嗘暟鍙婅鐩栨儏鍐', - `wholesale` varchar(10) default NULL COMMENT '鎵瑰彂鍟嗘暟', - `bus_scope` varchar(100) default NULL COMMENT '钀ヤ笟鑼冨洿', - `area` varchar(100) default NULL COMMENT '闂ㄥ競闈㈢Н', - `management` varchar(200) default NULL COMMENT '缁忚惀鏂归拡', - `stock1` varchar(10) default NULL COMMENT '杩涜揣', - `stock2` varchar(10) default NULL COMMENT '杩涜揣', - `sale1` varchar(10) default NULL COMMENT '閿鍞', - `sale2` varchar(10) default NULL COMMENT '閿鍞', - `inventory1` varchar(100) default NULL COMMENT '瀛樿揣', - `inventory2` varchar(100) default NULL COMMENT '瀛樿揣', - `max_money` varchar(100) default NULL COMMENT '鏈楂樹俊鐢ㄩ搴', - `cust_level` varchar(100) default NULL COMMENT '瀹㈡埛绛夌骇', - `all_avg_inventory` varchar(100) default NULL COMMENT '鎬讳綋鏈堝潎搴撳瓨鏁', - `avg_inventory` varchar(100) default NULL COMMENT '鏈堝潎搴撳瓨鏁', - `price` varchar(100) default NULL COMMENT '浠锋牸鎶樻墸', - `promise` varchar(100) default NULL COMMENT '鏀寔鍜屾湇鍔$殑鎵胯', - `competing_goods` varchar(100) default NULL COMMENT '绔炲搧缁忚惀鎯呭喌', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `cust_name` varchar(100) DEFAULT NULL COMMENT '瀹㈡埛鍚嶇О', + `cust_addr` varchar(200) DEFAULT NULL COMMENT '鍦板潃', + `cust_code` varchar(50) DEFAULT NULL COMMENT '瀹㈡埛缂栧彿', + `email` varchar(50) DEFAULT NULL COMMENT 'email', + `cust_charge` varchar(50) DEFAULT NULL COMMENT '璐熻矗浜', + `sex` varchar(10) DEFAULT NULL COMMENT '鎬у埆', + `age` varchar(32) DEFAULT NULL COMMENT '骞撮緞', + `position` varchar(32) DEFAULT NULL COMMENT '鑱屽姟', + `phone` varchar(32) DEFAULT NULL COMMENT '鐢佃瘽', + `bank` varchar(100) DEFAULT NULL COMMENT '寰鏉ラ摱琛', + `money` varchar(100) DEFAULT NULL COMMENT '鐜伴噾鎯呭喌', + `promoter` varchar(50) DEFAULT NULL COMMENT '鎵垮姙浜', + `account` varchar(100) DEFAULT NULL COMMENT '璐﹀彿', + `turnover` varchar(32) DEFAULT NULL COMMENT '璧勯噾鍛ㄨ浆', + `payment_attr` varchar(100) DEFAULT NULL COMMENT '浠樻鎬佸害', + `sax_num` varchar(100) DEFAULT NULL COMMENT '绋庡彿', + `pay_date` varchar(100) DEFAULT NULL COMMENT '浠樻鏃ユ湡', + `begin_pay_date` varchar(100) DEFAULT NULL COMMENT '寮濮嬩氦鏄撴棩鏈', + `main_bus` varchar(100) DEFAULT NULL COMMENT '涓昏惀浜у搧', + `bus_pro` varchar(100) DEFAULT NULL COMMENT '钀ヤ笟椤圭洰', + `warehouse` varchar(100) DEFAULT NULL COMMENT '浠撳簱鎯呭喌', + `people` varchar(100) DEFAULT NULL COMMENT '鍛樺伐浜烘暟鍙婄礌璐', + `transportation` varchar(100) DEFAULT NULL COMMENT '杩愯緭鏂瑰紡', + `operation` varchar(100) DEFAULT NULL COMMENT '缁忚惀浣撳埗', + `car` varchar(20) DEFAULT NULL COMMENT '鏈嶅姟杞︽暟鐩', + `shopkeeper` varchar(100) DEFAULT NULL COMMENT '闆跺敭鍟嗘暟鍙婅鐩栨儏鍐', + `wholesale` varchar(10) DEFAULT NULL COMMENT '鎵瑰彂鍟嗘暟', + `bus_scope` varchar(100) DEFAULT NULL COMMENT '钀ヤ笟鑼冨洿', + `area` varchar(100) DEFAULT NULL COMMENT '闂ㄥ競闈㈢Н', + `management` varchar(200) DEFAULT NULL COMMENT '缁忚惀鏂归拡', + `stock1` varchar(10) DEFAULT NULL COMMENT '杩涜揣', + `stock2` varchar(10) DEFAULT NULL COMMENT '杩涜揣', + `sale1` varchar(10) DEFAULT NULL COMMENT '閿鍞', + `sale2` varchar(10) DEFAULT NULL COMMENT '閿鍞', + `inventory1` varchar(100) DEFAULT NULL COMMENT '瀛樿揣', + `inventory2` varchar(100) DEFAULT NULL COMMENT '瀛樿揣', + `max_money` varchar(100) DEFAULT NULL COMMENT '鏈楂樹俊鐢ㄩ搴', + `cust_level` varchar(100) DEFAULT NULL COMMENT '瀹㈡埛绛夌骇', + `all_avg_inventory` varchar(100) DEFAULT NULL COMMENT '鎬讳綋鏈堝潎搴撳瓨鏁', + `avg_inventory` varchar(100) DEFAULT NULL COMMENT '鏈堝潎搴撳瓨鏁', + `price` varchar(100) DEFAULT NULL COMMENT '浠锋牸鎶樻墸', + `promise` varchar(100) DEFAULT NULL COMMENT '鏀寔鍜屾湇鍔$殑鎵胯', + `competing_goods` varchar(100) DEFAULT NULL COMMENT '绔炲搧缁忚惀鎯呭喌', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -997,36 +998,36 @@ INSERT INTO `jeecg_custom_info` VALUES ('402880ec5d97c622015d97e0be190007', '绠 DROP TABLE IF EXISTS `jeecg_custom_record`; CREATE TABLE `jeecg_custom_record` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `custom_id` varchar(32) default NULL COMMENT '瀹㈡埛缂栧彿', - `header` varchar(32) default NULL COMMENT '璐熻矗浜', - `establish_date` datetime default NULL COMMENT '鎴愮珛鏃ユ湡', - `custom_name` varchar(32) default NULL COMMENT '瀹㈡埛鍚嶇О', - `capital_lines` double default NULL COMMENT '璧勬湰棰', - `address` varchar(32) default NULL COMMENT '鍦板潃', - `phone` varchar(32) default NULL COMMENT '鐢佃瘽', - `business_type` varchar(32) default NULL COMMENT '钀ヤ笟绫诲瀷', - `fax` varchar(32) default NULL COMMENT '浼犵湡', - `banks` varchar(32) default NULL COMMENT '涓昏寰鏉ラ摱琛', - `other_business` varchar(32) default NULL COMMENT '鍏朵粬鎶曡祫浜嬩笟', - `turnover` varchar(32) default NULL COMMENT '骞冲潎姣忔棩钀ヤ笟棰', - `business` varchar(32) default NULL COMMENT '涓昏涓氬姟寰鏉', - `pay_type` varchar(32) default NULL COMMENT '浠樻鏂瑰紡', - `business_contacts` varchar(32) default NULL COMMENT '涓庢湰鍏徃寰鏉', - `collection` varchar(32) default NULL COMMENT '鏀舵璁板綍', - `business_important_contacts` varchar(32) default NULL COMMENT '鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰', - `business_record` varchar(32) default NULL COMMENT '鏈杩戜氦鏄撴暟鎹窡韪', - `customer_opinion` varchar(32) default NULL COMMENT '瀹㈡埛鎰忚', - `credit_evaluation` varchar(32) default NULL COMMENT '淇$敤璇勫畾', - `preparer` varchar(32) default NULL COMMENT '濉〃浜', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `custom_id` varchar(32) DEFAULT NULL COMMENT '瀹㈡埛缂栧彿', + `header` varchar(32) DEFAULT NULL COMMENT '璐熻矗浜', + `establish_date` datetime DEFAULT NULL COMMENT '鎴愮珛鏃ユ湡', + `custom_name` varchar(32) DEFAULT NULL COMMENT '瀹㈡埛鍚嶇О', + `capital_lines` double DEFAULT NULL COMMENT '璧勬湰棰', + `address` varchar(32) DEFAULT NULL COMMENT '鍦板潃', + `phone` varchar(32) DEFAULT NULL COMMENT '鐢佃瘽', + `business_type` varchar(32) DEFAULT NULL COMMENT '钀ヤ笟绫诲瀷', + `fax` varchar(32) DEFAULT NULL COMMENT '浼犵湡', + `banks` varchar(32) DEFAULT NULL COMMENT '涓昏寰鏉ラ摱琛', + `other_business` varchar(32) DEFAULT NULL COMMENT '鍏朵粬鎶曡祫浜嬩笟', + `turnover` varchar(32) DEFAULT NULL COMMENT '骞冲潎姣忔棩钀ヤ笟棰', + `business` varchar(32) DEFAULT NULL COMMENT '涓昏涓氬姟寰鏉', + `pay_type` varchar(32) DEFAULT NULL COMMENT '浠樻鏂瑰紡', + `business_contacts` varchar(32) DEFAULT NULL COMMENT '涓庢湰鍏徃寰鏉', + `collection` varchar(32) DEFAULT NULL COMMENT '鏀舵璁板綍', + `business_important_contacts` varchar(32) DEFAULT NULL COMMENT '鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰', + `business_record` varchar(32) DEFAULT NULL COMMENT '鏈杩戜氦鏄撴暟鎹窡韪', + `customer_opinion` varchar(32) DEFAULT NULL COMMENT '瀹㈡埛鎰忚', + `credit_evaluation` varchar(32) DEFAULT NULL COMMENT '淇$敤璇勫畾', + `preparer` varchar(32) DEFAULT NULL COMMENT '濉〃浜', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1041,26 +1042,26 @@ DROP TABLE IF EXISTS `jeecg_demo`; CREATE TABLE `jeecg_demo` ( `id` varchar(32) NOT NULL COMMENT 'id', `name` varchar(255) NOT NULL COMMENT '鍚嶇О', - `age` int(10) default NULL COMMENT '骞撮緞', - `birthday` datetime default NULL COMMENT '鐢熸棩', + `age` int(10) DEFAULT NULL COMMENT '骞撮緞', + `birthday` datetime DEFAULT NULL COMMENT '鐢熸棩', `content` text COMMENT '涓汉浠嬬粛', - `dep_id` varchar(255) default NULL COMMENT '閮ㄩ棬', - `email` varchar(255) default NULL COMMENT '閭', - `phone` varchar(255) default NULL COMMENT '鐢佃瘽', - `salary` double(16,2) default NULL COMMENT '宸ヨ祫', - `sex` varchar(255) default NULL COMMENT '鎬у埆', - `touxiang` varchar(255) default NULL COMMENT '澶村儚', - `fujian` varchar(255) default NULL COMMENT '闄勪欢', - `status` varchar(255) default NULL COMMENT '鍏ヨ亴鐘舵', - `create_date` datetime default NULL COMMENT 'createDate', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - `sys_org_code` varchar(200) default NULL COMMENT '閮ㄩ棬缂栫爜', - `sys_company_code` varchar(200) default NULL COMMENT '鍏徃缂栫爜', - PRIMARY KEY (`id`) + `dep_id` varchar(255) DEFAULT NULL COMMENT '閮ㄩ棬', + `email` varchar(255) DEFAULT NULL COMMENT '閭', + `phone` varchar(255) DEFAULT NULL COMMENT '鐢佃瘽', + `salary` double(16,2) DEFAULT NULL COMMENT '宸ヨ祫', + `sex` varchar(255) DEFAULT NULL COMMENT '鎬у埆', + `touxiang` varchar(255) DEFAULT NULL COMMENT '澶村儚', + `fujian` varchar(255) DEFAULT NULL COMMENT '闄勪欢', + `status` varchar(255) DEFAULT NULL COMMENT '鍏ヨ亴鐘舵', + `create_date` datetime DEFAULT NULL COMMENT 'createDate', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `sys_org_code` varchar(200) DEFAULT NULL COMMENT '閮ㄩ棬缂栫爜', + `sys_company_code` varchar(200) DEFAULT NULL COMMENT '鍏徃缂栫爜', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1086,13 +1087,13 @@ INSERT INTO `jeecg_demo` VALUES ('402881f3646ecdd601646f1aaf610027', '寮犳槸鍝1 DROP TABLE IF EXISTS `jeecg_demo_excel`; CREATE TABLE `jeecg_demo_excel` ( `id` varchar(36) NOT NULL COMMENT 'id', - `name` varchar(100) default NULL COMMENT '濮撳悕', - `sex` varchar(3) default NULL COMMENT '鎬у埆', - `birthday` datetime default NULL COMMENT '鐢熸棩', - `depart` varchar(36) default NULL COMMENT '鍏宠仈閮ㄩ棬', - `fd_replace` varchar(255) default NULL COMMENT '娴嬭瘯鏇挎崲', - `fd_convert` varchar(255) default NULL COMMENT '娴嬭瘯杞崲', - PRIMARY KEY (`id`) + `name` varchar(100) DEFAULT NULL COMMENT '濮撳悕', + `sex` varchar(3) DEFAULT NULL COMMENT '鎬у埆', + `birthday` datetime DEFAULT NULL COMMENT '鐢熸棩', + `depart` varchar(36) DEFAULT NULL COMMENT '鍏宠仈閮ㄩ棬', + `fd_replace` varchar(255) DEFAULT NULL COMMENT '娴嬭瘯鏇挎崲', + `fd_convert` varchar(255) DEFAULT NULL COMMENT '娴嬭瘯杞崲', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='excel瀵煎叆瀵煎嚭绀轰緥'; -- ---------------------------- @@ -1108,19 +1109,19 @@ INSERT INTO `jeecg_demo_excel` VALUES ('4028f6816402f8e30164032d7d010007', '鍒 DROP TABLE IF EXISTS `jeecg_multi_upload`; CREATE TABLE `jeecg_multi_upload` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', `test_file_1` longtext COMMENT '娴嬭瘯鏂囦欢1', `test_file_2` longtext COMMENT '娴嬭瘯鏂囦欢2', `test_file_3` longtext COMMENT '娴嬭瘯鏂囦欢3', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1133,22 +1134,22 @@ CREATE TABLE `jeecg_multi_upload` ( DROP TABLE IF EXISTS `jeecg_order_custom`; CREATE TABLE `jeecg_order_custom` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default NULL, + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT NULL, `GO_ORDER_CODE` varchar(32) NOT NULL, - `GOC_BUSS_CONTENT` varchar(33) default NULL, - `GOC_CONTENT` varchar(66) default NULL, - `GOC_CUS_NAME` varchar(16) default NULL, - `GOC_IDCARD` varchar(18) default NULL, - `GOC_PASSPORT_CODE` varchar(10) default NULL, - `GOC_SEX` varchar(255) default NULL, - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - PRIMARY KEY (`ID`) + `GOC_BUSS_CONTENT` varchar(33) DEFAULT NULL, + `GOC_CONTENT` varchar(66) DEFAULT NULL, + `GOC_CUS_NAME` varchar(16) DEFAULT NULL, + `GOC_IDCARD` varchar(18) DEFAULT NULL, + `GOC_PASSPORT_CODE` varchar(10) DEFAULT NULL, + `GOC_SEX` varchar(255) DEFAULT NULL, + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1169,24 +1170,24 @@ INSERT INTO `jeecg_order_custom` VALUES ('402881e75f0f7831015f0f7c7b9d0008', nul DROP TABLE IF EXISTS `jeecg_order_main`; CREATE TABLE `jeecg_order_main` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default NULL, - `GO_ALL_PRICE` decimal(10,2) default NULL, - `GO_CONTACT_NAME` varchar(16) default NULL, - `GO_CONTENT` varchar(66) default NULL, + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT NULL, + `GO_ALL_PRICE` decimal(10,2) DEFAULT NULL, + `GO_CONTACT_NAME` varchar(16) DEFAULT NULL, + `GO_CONTENT` varchar(66) DEFAULT NULL, `GO_ORDER_CODE` varchar(12) NOT NULL, - `GO_ORDER_COUNT` int(11) default NULL, - `GO_RETURN_PRICE` decimal(10,2) default NULL, - `GO_TELPHONE` varchar(11) default NULL, - `GODER_TYPE` varchar(255) default NULL, - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - `USERTYPE` varchar(255) default NULL, - PRIMARY KEY (`ID`) + `GO_ORDER_COUNT` int(11) DEFAULT NULL, + `GO_RETURN_PRICE` decimal(10,2) DEFAULT NULL, + `GO_TELPHONE` varchar(11) DEFAULT NULL, + `GODER_TYPE` varchar(255) DEFAULT NULL, + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + `USERTYPE` varchar(255) DEFAULT NULL, + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1204,22 +1205,22 @@ INSERT INTO `jeecg_order_main` VALUES ('402881e75f0f7831015f0f7c7b4f0006', null, DROP TABLE IF EXISTS `jeecg_order_product`; CREATE TABLE `jeecg_order_product` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default NULL, + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT NULL, `GO_ORDER_CODE` varchar(12) NOT NULL, - `GOP_CONTENT` varchar(66) default NULL, - `GOP_COUNT` int(11) default NULL, - `GOP_ONE_PRICE` decimal(10,2) default NULL, - `GOP_PRODUCT_NAME` varchar(33) default NULL, + `GOP_CONTENT` varchar(66) DEFAULT NULL, + `GOP_COUNT` int(11) DEFAULT NULL, + `GOP_ONE_PRICE` decimal(10,2) DEFAULT NULL, + `GOP_PRODUCT_NAME` varchar(33) DEFAULT NULL, `GOP_PRODUCT_TYPE` varchar(1) NOT NULL, - `GOP_SUM_PRICE` decimal(10,2) default NULL, - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - PRIMARY KEY (`ID`) + `GOP_SUM_PRICE` decimal(10,2) DEFAULT NULL, + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1232,22 +1233,22 @@ CREATE TABLE `jeecg_order_product` ( DROP TABLE IF EXISTS `jeecg_p3demo`; CREATE TABLE `jeecg_p3demo` ( `id` varchar(36) NOT NULL COMMENT 'id', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default NULL COMMENT '娴佺▼鐘舵', - `name` varchar(32) default NULL COMMENT '濮撳悕', - `sex` int(11) default NULL COMMENT '鎬у埆', - `age` int(11) default NULL COMMENT '骞撮緞', - `address` varchar(32) default NULL COMMENT '鍦板潃', - `phone` varchar(32) default NULL COMMENT '鐢佃瘽', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT NULL COMMENT '娴佺▼鐘舵', + `name` varchar(32) DEFAULT NULL COMMENT '濮撳悕', + `sex` int(11) DEFAULT NULL COMMENT '鎬у埆', + `age` int(11) DEFAULT NULL COMMENT '骞撮緞', + `address` varchar(32) DEFAULT NULL COMMENT '鍦板潃', + `phone` varchar(32) DEFAULT NULL COMMENT '鐢佃瘽', `memo` text COMMENT '澶囨敞', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1267,17 +1268,17 @@ CREATE TABLE `jform_cgdynamgraph_head` ( `CODE` varchar(36) NOT NULL COMMENT '绉诲姩鎶ヨ〃缂栫爜', `CONTENT` varchar(500) NOT NULL COMMENT '鎻忚堪', `NAME` varchar(100) NOT NULL COMMENT '绉诲姩鎶ヨ〃鍚嶅瓧', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `db_source` varchar(36) default NULL COMMENT '鍔ㄦ佹暟鎹簮', - `graph_type` varchar(36) default NULL COMMENT '绉诲姩鎶ヨ〃绫诲瀷', - `data_structure` varchar(36) default NULL COMMENT '鏁版嵁缁撴瀯绫诲瀷', - `is_pagination` varchar(2) default NULL, - PRIMARY KEY (`ID`), + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `db_source` varchar(36) DEFAULT NULL COMMENT '鍔ㄦ佹暟鎹簮', + `graph_type` varchar(36) DEFAULT NULL COMMENT '绉诲姩鎶ヨ〃绫诲瀷', + `data_structure` varchar(36) DEFAULT NULL COMMENT '鏁版嵁缁撴瀯绫诲瀷', + `is_pagination` varchar(2) DEFAULT NULL, + PRIMARY KEY (`ID`), KEY `index_code` (`CODE`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -1292,18 +1293,18 @@ INSERT INTO `jform_cgdynamgraph_head` VALUES ('40287d815212a622015212ab57100003' DROP TABLE IF EXISTS `jform_cgdynamgraph_item`; CREATE TABLE `jform_cgdynamgraph_item` ( `ID` varchar(36) NOT NULL, - `S_FLAG` varchar(2) default NULL COMMENT '鏄惁鏌ヨ', - `S_MODE` varchar(10) default NULL COMMENT '鏌ヨ妯″紡', - `CGRHEAD_ID` varchar(36) default NULL COMMENT '鎶ヨ〃ID', - `DICT_CODE` varchar(36) default NULL COMMENT '瀛楁code', - `FIELD_HREF` varchar(120) default NULL COMMENT '瀛楁璺宠浆URL', - `FIELD_NAME` varchar(36) default NULL COMMENT '瀛楁鍚嶅瓧', + `S_FLAG` varchar(2) DEFAULT NULL COMMENT '鏄惁鏌ヨ', + `S_MODE` varchar(10) DEFAULT NULL COMMENT '鏌ヨ妯″紡', + `CGRHEAD_ID` varchar(36) DEFAULT NULL COMMENT '鎶ヨ〃ID', + `DICT_CODE` varchar(36) DEFAULT NULL COMMENT '瀛楁code', + `FIELD_HREF` varchar(120) DEFAULT NULL COMMENT '瀛楁璺宠浆URL', + `FIELD_NAME` varchar(36) DEFAULT NULL COMMENT '瀛楁鍚嶅瓧', `FIELD_TXT` longtext COMMENT '瀛楁鏂囨湰', - `FIELD_TYPE` varchar(10) default NULL COMMENT '瀛楁绫诲瀷', - `IS_SHOW` varchar(5) default NULL COMMENT '鏄惁鏄剧ず', - `ORDER_NUM` int(11) default NULL COMMENT '鎺掑簭', - `REPLACE_VA` varchar(36) default NULL COMMENT '鍙栧艰〃杈惧紡', - PRIMARY KEY (`ID`), + `FIELD_TYPE` varchar(10) DEFAULT NULL COMMENT '瀛楁绫诲瀷', + `IS_SHOW` varchar(5) DEFAULT NULL COMMENT '鏄惁鏄剧ず', + `ORDER_NUM` int(11) DEFAULT NULL COMMENT '鎺掑簭', + `REPLACE_VA` varchar(36) DEFAULT NULL COMMENT '鍙栧艰〃杈惧紡', + PRIMARY KEY (`ID`), KEY `index1` (`CGRHEAD_ID`), KEY `index2` (`IS_SHOW`), KEY `index3` (`ORDER_NUM`) @@ -1322,20 +1323,20 @@ INSERT INTO `jform_cgdynamgraph_item` VALUES ('40287d81523df8f501523f348d6a000b' DROP TABLE IF EXISTS `jform_cgdynamgraph_param`; CREATE TABLE `jform_cgdynamgraph_param` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', `param_name` varchar(32) NOT NULL COMMENT '鍙傛暟鍚嶇О', - `param_desc` varchar(32) default NULL COMMENT '鍙傛暟璇存槑', - `param_value` varchar(32) default NULL COMMENT '鏁板', - `seq` int(11) default NULL COMMENT '鎺掑簭', - `cgrhead_id` varchar(36) default NULL COMMENT '鍔ㄦ佹姤琛↖D', - PRIMARY KEY (`id`), + `param_desc` varchar(32) DEFAULT NULL COMMENT '鍙傛暟璇存槑', + `param_value` varchar(32) DEFAULT NULL COMMENT '鏁板', + `seq` int(11) DEFAULT NULL COMMENT '鎺掑簭', + `cgrhead_id` varchar(36) DEFAULT NULL COMMENT '鍔ㄦ佹姤琛↖D', + PRIMARY KEY (`id`), KEY `index_headid` (`cgrhead_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -1353,17 +1354,17 @@ CREATE TABLE `jform_cgreport_head` ( `CODE` varchar(36) NOT NULL COMMENT '鎶ヨ〃缂栫爜', `CONTENT` varchar(1000) NOT NULL COMMENT '鎻忚堪', `NAME` varchar(100) NOT NULL COMMENT '鎶ヨ〃鍚嶅瓧', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `db_source` varchar(36) default NULL COMMENT '鍔ㄦ佹暟鎹簮', - `return_val_field` varchar(100) default NULL COMMENT '杩斿洖鍊煎瓧娈', - `return_txt_field` varchar(100) default NULL COMMENT '杩斿洖鏂囨湰瀛楁', - `pop_retype` varchar(2) default '1' COMMENT '杩斿洖绫诲瀷锛屽崟閫夋垨澶氶', - PRIMARY KEY (`ID`), + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `db_source` varchar(36) DEFAULT NULL COMMENT '鍔ㄦ佹暟鎹簮', + `return_val_field` varchar(100) DEFAULT NULL COMMENT '杩斿洖鍊煎瓧娈', + `return_txt_field` varchar(100) DEFAULT NULL COMMENT '杩斿洖鏂囨湰瀛楁', + `pop_retype` varchar(2) DEFAULT '1' COMMENT '杩斿洖绫诲瀷锛屽崟閫夋垨澶氶', + PRIMARY KEY (`ID`), KEY `index_code` (`CODE`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -1382,18 +1383,18 @@ INSERT INTO `jform_cgreport_head` VALUES ('402881f363aa9a380163aa9ebe480001', 's DROP TABLE IF EXISTS `jform_cgreport_item`; CREATE TABLE `jform_cgreport_item` ( `ID` varchar(36) NOT NULL, - `S_FLAG` varchar(2) default NULL COMMENT '鏄惁鏌ヨ', - `S_MODE` varchar(10) default NULL COMMENT '鏌ヨ妯″紡', - `CGRHEAD_ID` varchar(36) default NULL COMMENT '鎶ヨ〃ID', - `DICT_CODE` varchar(36) default NULL COMMENT '瀛楀吀CODE', - `FIELD_HREF` varchar(120) default NULL COMMENT '瀛楁璺宠浆URL', - `FIELD_NAME` varchar(36) default NULL COMMENT '瀛楁鍚嶅瓧', + `S_FLAG` varchar(2) DEFAULT NULL COMMENT '鏄惁鏌ヨ', + `S_MODE` varchar(10) DEFAULT NULL COMMENT '鏌ヨ妯″紡', + `CGRHEAD_ID` varchar(36) DEFAULT NULL COMMENT '鎶ヨ〃ID', + `DICT_CODE` varchar(36) DEFAULT NULL COMMENT '瀛楀吀CODE', + `FIELD_HREF` varchar(120) DEFAULT NULL COMMENT '瀛楁璺宠浆URL', + `FIELD_NAME` varchar(36) DEFAULT NULL COMMENT '瀛楁鍚嶅瓧', `FIELD_TXT` longtext COMMENT '瀛楁鏂囨湰', - `FIELD_TYPE` varchar(10) default NULL COMMENT '瀛楁绫诲瀷', - `IS_SHOW` varchar(5) default NULL COMMENT '鏄惁鏄剧ず', - `ORDER_NUM` int(11) default NULL COMMENT '鎺掑簭', - `REPLACE_VA` varchar(36) default NULL COMMENT '鍙栧艰〃杈惧紡', - PRIMARY KEY (`ID`), + `FIELD_TYPE` varchar(10) DEFAULT NULL COMMENT '瀛楁绫诲瀷', + `IS_SHOW` varchar(5) DEFAULT NULL COMMENT '鏄惁鏄剧ず', + `ORDER_NUM` int(11) DEFAULT NULL COMMENT '鎺掑簭', + `REPLACE_VA` varchar(36) DEFAULT NULL COMMENT '鍙栧艰〃杈惧紡', + PRIMARY KEY (`ID`), KEY `index_CGRHEAD_ID` (`CGRHEAD_ID`), KEY `index_isshow` (`IS_SHOW`), KEY `index_order_num` (`ORDER_NUM`) @@ -1456,20 +1457,20 @@ INSERT INTO `jform_cgreport_item` VALUES ('402894815165f4d60151660145ea0003', 'Y DROP TABLE IF EXISTS `jform_cgreport_param`; CREATE TABLE `jform_cgreport_param` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', `param_name` varchar(32) NOT NULL COMMENT '鍙傛暟鍚嶇О', - `param_desc` varchar(32) default NULL COMMENT '鍙傛暟璇存槑', - `param_value` varchar(32) default NULL COMMENT '鏁板', - `seq` int(11) default NULL COMMENT '鎺掑簭', - `cgrhead_id` varchar(36) default NULL COMMENT '鍔ㄦ佹姤琛↖D', - PRIMARY KEY (`id`), + `param_desc` varchar(32) DEFAULT NULL COMMENT '鍙傛暟璇存槑', + `param_value` varchar(32) DEFAULT NULL COMMENT '鏁板', + `seq` int(11) DEFAULT NULL COMMENT '鎺掑簭', + `cgrhead_id` varchar(36) DEFAULT NULL COMMENT '鍔ㄦ佹姤琛↖D', + PRIMARY KEY (`id`), KEY `idx_cgrheadid` (`cgrhead_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -1484,24 +1485,24 @@ INSERT INTO `jform_cgreport_param` VALUES ('402881f36402f3de016403035d350010', ' DROP TABLE IF EXISTS `jform_contact`; CREATE TABLE `jform_contact` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', `name` varchar(100) NOT NULL COMMENT '濮撳悕', `sex` varchar(50) NOT NULL COMMENT '鎬у埆', - `groups` varchar(200) default NULL COMMENT '鎵灞炲垎缁', - `company` varchar(200) default NULL COMMENT '鍏徃鍚嶇О', - `position` varchar(100) default NULL COMMENT '鑱屼綅', - `mobile` varchar(30) default NULL COMMENT '绉诲姩鐢佃瘽', - `office_phone` varchar(30) default NULL COMMENT '鍔炲叕鐢佃瘽', - `email` varchar(100) default NULL COMMENT '鐢靛瓙閭', - PRIMARY KEY (`id`) + `groups` varchar(200) DEFAULT NULL COMMENT '鎵灞炲垎缁', + `company` varchar(200) DEFAULT NULL COMMENT '鍏徃鍚嶇О', + `position` varchar(100) DEFAULT NULL COMMENT '鑱屼綅', + `mobile` varchar(30) DEFAULT NULL COMMENT '绉诲姩鐢佃瘽', + `office_phone` varchar(30) DEFAULT NULL COMMENT '鍔炲叕鐢佃瘽', + `email` varchar(100) DEFAULT NULL COMMENT '鐢靛瓙閭', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1518,17 +1519,17 @@ INSERT INTO `jform_contact` VALUES ('402881f3643474e301643474e3ee0000', '绠$悊 DROP TABLE IF EXISTS `jform_contact_group`; CREATE TABLE `jform_contact_group` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', `name` varchar(32) NOT NULL COMMENT '鍒嗙粍鍚嶇О', - PRIMARY KEY (`id`), + PRIMARY KEY (`id`), KEY `index_name` (`name`), KEY `index_bpm_status` (`bpm_status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -1546,29 +1547,29 @@ INSERT INTO `jform_contact_group` VALUES ('402881f363fcac8f0163fcac8f7c0000', ' -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_cost_claim`; CREATE TABLE `jform_employee_cost_claim` ( - `id` varchar(36) NOT NULL default '' COMMENT 'id', - `staff_name` varchar(50) default NULL COMMENT '鑱屽伐濮撳悕', - `depart` varchar(50) default NULL COMMENT '閮ㄩ棬', - `staff_no` varchar(30) default NULL COMMENT '鍛樺伐缂栧彿', - `staff_post` varchar(50) default NULL COMMENT '鑱屼綅', - `pay_way` varchar(10) default NULL COMMENT '鎵撴鏂瑰紡', - `acct_bank` varchar(100) default NULL COMMENT '寮鎴疯', - `card_no` varchar(30) default NULL COMMENT '鍗″彿', - `tele_no` varchar(20) default NULL COMMENT '鑱旂郴鎵嬫満鍙', - `cost_all` decimal(7,2) default NULL COMMENT '璐圭敤鍚堣', - `documents` varchar(2) default NULL COMMENT '鍗曟嵁鏁伴噺', - `cost_upper` varchar(50) default NULL COMMENT '璐圭敤澶у啓', - `prepaid_fee` decimal(7,2) default NULL COMMENT '棰勬敮娆鹃」', - `real_fee` decimal(7,2) default NULL COMMENT '瀹為檯鏀粯', - `fill_time` date default NULL, - `apply_time` date default NULL, - `apply_by` varchar(50) default NULL COMMENT '鐢宠浜', - `comments` varchar(100) default NULL COMMENT '澶囨敞', - `depart_approve` varchar(100) default NULL COMMENT '閮ㄩ棬瀹℃壒', - `finance_approve` varchar(100) default NULL COMMENT '璐㈠姟瀹℃壒', - `mgr_approve` varchar(100) default NULL COMMENT '鎬荤粡鐞嗗鎵', - `treasurer` varchar(100) default NULL COMMENT '鍑虹撼', - PRIMARY KEY (`id`) + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'id', + `staff_name` varchar(50) DEFAULT NULL COMMENT '鑱屽伐濮撳悕', + `depart` varchar(50) DEFAULT NULL COMMENT '閮ㄩ棬', + `staff_no` varchar(30) DEFAULT NULL COMMENT '鍛樺伐缂栧彿', + `staff_post` varchar(50) DEFAULT NULL COMMENT '鑱屼綅', + `pay_way` varchar(10) DEFAULT NULL COMMENT '鎵撴鏂瑰紡', + `acct_bank` varchar(100) DEFAULT NULL COMMENT '寮鎴疯', + `card_no` varchar(30) DEFAULT NULL COMMENT '鍗″彿', + `tele_no` varchar(20) DEFAULT NULL COMMENT '鑱旂郴鎵嬫満鍙', + `cost_all` decimal(7,2) DEFAULT NULL COMMENT '璐圭敤鍚堣', + `documents` varchar(2) DEFAULT NULL COMMENT '鍗曟嵁鏁伴噺', + `cost_upper` varchar(50) DEFAULT NULL COMMENT '璐圭敤澶у啓', + `prepaid_fee` decimal(7,2) DEFAULT NULL COMMENT '棰勬敮娆鹃」', + `real_fee` decimal(7,2) DEFAULT NULL COMMENT '瀹為檯鏀粯', + `fill_time` date DEFAULT NULL, + `apply_time` date DEFAULT NULL, + `apply_by` varchar(50) DEFAULT NULL COMMENT '鐢宠浜', + `comments` varchar(100) DEFAULT NULL COMMENT '澶囨敞', + `depart_approve` varchar(100) DEFAULT NULL COMMENT '閮ㄩ棬瀹℃壒', + `finance_approve` varchar(100) DEFAULT NULL COMMENT '璐㈠姟瀹℃壒', + `mgr_approve` varchar(100) DEFAULT NULL COMMENT '鎬荤粡鐞嗗鎵', + `treasurer` varchar(100) DEFAULT NULL COMMENT '鍑虹撼', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1581,44 +1582,44 @@ CREATE TABLE `jform_employee_cost_claim` ( DROP TABLE IF EXISTS `jform_employee_entry`; CREATE TABLE `jform_employee_entry` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '濉〃鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `employee_name` varchar(32) default NULL COMMENT '濮撳悕', - `employee_depart` varchar(50) default NULL COMMENT '閮ㄩ棬', - `employee_job` varchar(32) default NULL COMMENT '鑱屽姟', - `employee_birthday` datetime default NULL COMMENT '鐢熸棩', - `employee_origin` varchar(50) default NULL COMMENT '绫嶈疮', - `employee_degree` varchar(32) default NULL COMMENT '瀛﹀巻', - `employee_identification` varchar(50) default NULL COMMENT '韬唤璇', - `employee_entry_date` datetime default NULL COMMENT '鍏ヨ亴鏃ユ湡', - `employee_code` varchar(32) default NULL COMMENT '宸ュ彿', - `employee_phone` varchar(32) default NULL COMMENT '鎵嬫満', - `employee_mail` varchar(150) default NULL COMMENT '閭', - `employee_msn` varchar(32) default NULL COMMENT 'MSN', - `hr_pic` varchar(2) default NULL COMMENT '鐓х墖', - `hr_archives` varchar(2) default NULL COMMENT '妗f琛', - `hr_identification` varchar(2) default NULL COMMENT '韬唤璇', - `hr_degree` varchar(2) default NULL COMMENT '瀛︿綅璇', - `hr_other` varchar(2) default NULL COMMENT '鍏朵粬璇佷欢', - `hr_tel` varchar(2) default NULL COMMENT '鍒嗛厤鐢佃瘽', - `hr_op_user` varchar(32) default NULL COMMENT '缁忓姙浜', - `hr_op_date` datetime default NULL COMMENT '鏃ユ湡', - `depart_opinion` varchar(200) default NULL COMMENT '閮ㄩ棬鎰忚', - `depart_op_user` varchar(32) default NULL COMMENT '缁忓姙浜', - `depart_op_date` datetime default NULL COMMENT '鏃ユ湡', - `manager_opinion` varchar(200) default NULL COMMENT '鎬荤粡鐞嗘剰瑙', - `manager_op_user` varchar(32) default NULL COMMENT '缁忓姙浜', - `manager_op_date` datetime default NULL COMMENT '鏃ユ湡', - `employee_opinion` varchar(200) default NULL COMMENT '鏂板憳宸ユ剰瑙', - `employee_op_user` varchar(32) default NULL COMMENT '缁忓姙浜', - `employee_op_date` datetime default NULL COMMENT '鏃ユ湡', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '濉〃鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `employee_name` varchar(32) DEFAULT NULL COMMENT '濮撳悕', + `employee_depart` varchar(50) DEFAULT NULL COMMENT '閮ㄩ棬', + `employee_job` varchar(32) DEFAULT NULL COMMENT '鑱屽姟', + `employee_birthday` datetime DEFAULT NULL COMMENT '鐢熸棩', + `employee_origin` varchar(50) DEFAULT NULL COMMENT '绫嶈疮', + `employee_degree` varchar(32) DEFAULT NULL COMMENT '瀛﹀巻', + `employee_identification` varchar(50) DEFAULT NULL COMMENT '韬唤璇', + `employee_entry_date` datetime DEFAULT NULL COMMENT '鍏ヨ亴鏃ユ湡', + `employee_code` varchar(32) DEFAULT NULL COMMENT '宸ュ彿', + `employee_phone` varchar(32) DEFAULT NULL COMMENT '鎵嬫満', + `employee_mail` varchar(150) DEFAULT NULL COMMENT '閭', + `employee_msn` varchar(32) DEFAULT NULL COMMENT 'MSN', + `hr_pic` varchar(2) DEFAULT NULL COMMENT '鐓х墖', + `hr_archives` varchar(2) DEFAULT NULL COMMENT '妗f琛', + `hr_identification` varchar(2) DEFAULT NULL COMMENT '韬唤璇', + `hr_degree` varchar(2) DEFAULT NULL COMMENT '瀛︿綅璇', + `hr_other` varchar(2) DEFAULT NULL COMMENT '鍏朵粬璇佷欢', + `hr_tel` varchar(2) DEFAULT NULL COMMENT '鍒嗛厤鐢佃瘽', + `hr_op_user` varchar(32) DEFAULT NULL COMMENT '缁忓姙浜', + `hr_op_date` datetime DEFAULT NULL COMMENT '鏃ユ湡', + `depart_opinion` varchar(200) DEFAULT NULL COMMENT '閮ㄩ棬鎰忚', + `depart_op_user` varchar(32) DEFAULT NULL COMMENT '缁忓姙浜', + `depart_op_date` datetime DEFAULT NULL COMMENT '鏃ユ湡', + `manager_opinion` varchar(200) DEFAULT NULL COMMENT '鎬荤粡鐞嗘剰瑙', + `manager_op_user` varchar(32) DEFAULT NULL COMMENT '缁忓姙浜', + `manager_op_date` datetime DEFAULT NULL COMMENT '鏃ユ湡', + `employee_opinion` varchar(200) DEFAULT NULL COMMENT '鏂板憳宸ユ剰瑙', + `employee_op_user` varchar(32) DEFAULT NULL COMMENT '缁忓姙浜', + `employee_op_date` datetime DEFAULT NULL COMMENT '鏃ユ湡', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1635,22 +1636,22 @@ INSERT INTO `jform_employee_entry` VALUES ('402880e75b47f12e015b47f6402e0004', ' DROP TABLE IF EXISTS `jform_employee_leave`; CREATE TABLE `jform_employee_leave` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `name` varchar(100) default NULL COMMENT '鍚嶇О', - `apply_date` datetime default NULL COMMENT '鐢宠鏃ユ湡', - `duty` varchar(100) default NULL COMMENT '鑱屽姟', - `leave_category` varchar(100) default NULL COMMENT '璇峰亣绫诲埆', - `leave_reason` varchar(100) default NULL COMMENT '璇峰亣鍘熷洜', - `leave_start_date` datetime default NULL COMMENT '璇峰亣寮濮嬫椂闂', - `leave_end_date` datetime default NULL COMMENT '璇峰亣缁撴潫鏃堕棿', - `total` int(5) default NULL COMMENT '鍏辫', - `contact_way` varchar(20) default NULL COMMENT '绱фヨ仈绯绘柟寮', - `duty_deputy` varchar(100) default NULL COMMENT '鎵瑰畾鑱屽姟浠g悊浜', - `leader_approval` varchar(50) default NULL COMMENT '鐩存帴涓荤瀹℃壒', - `dept_principal_approval` varchar(50) default NULL COMMENT '閮ㄩ棬璐熻矗浜哄鎵', - `hr_principal_approval` varchar(50) default NULL COMMENT 'HR璐熻矗浜哄鎵', - `hr_records` varchar(50) default NULL COMMENT '琛屾斂閮ㄥ妗', - `department` varchar(50) default NULL COMMENT '閮ㄩ棬', - PRIMARY KEY (`id`) + `name` varchar(100) DEFAULT NULL COMMENT '鍚嶇О', + `apply_date` datetime DEFAULT NULL COMMENT '鐢宠鏃ユ湡', + `duty` varchar(100) DEFAULT NULL COMMENT '鑱屽姟', + `leave_category` varchar(100) DEFAULT NULL COMMENT '璇峰亣绫诲埆', + `leave_reason` varchar(100) DEFAULT NULL COMMENT '璇峰亣鍘熷洜', + `leave_start_date` datetime DEFAULT NULL COMMENT '璇峰亣寮濮嬫椂闂', + `leave_end_date` datetime DEFAULT NULL COMMENT '璇峰亣缁撴潫鏃堕棿', + `total` int(5) DEFAULT NULL COMMENT '鍏辫', + `contact_way` varchar(20) DEFAULT NULL COMMENT '绱фヨ仈绯绘柟寮', + `duty_deputy` varchar(100) DEFAULT NULL COMMENT '鎵瑰畾鑱屽姟浠g悊浜', + `leader_approval` varchar(50) DEFAULT NULL COMMENT '鐩存帴涓荤瀹℃壒', + `dept_principal_approval` varchar(50) DEFAULT NULL COMMENT '閮ㄩ棬璐熻矗浜哄鎵', + `hr_principal_approval` varchar(50) DEFAULT NULL COMMENT 'HR璐熻矗浜哄鎵', + `hr_records` varchar(50) DEFAULT NULL COMMENT '琛屾斂閮ㄥ妗', + `department` varchar(50) DEFAULT NULL COMMENT '閮ㄩ棬', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1671,14 +1672,14 @@ INSERT INTO `jform_employee_leave` VALUES ('4028efa2521a91c701521a91c77d0000', ' -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_meals_cost`; CREATE TABLE `jform_employee_meals_cost` ( - `id` varchar(36) NOT NULL default '' COMMENT 'id', - `fk_id` varchar(36) default NULL COMMENT '澶栭敭', - `meals_date` date default NULL, - `meals_cost` decimal(7,2) default NULL COMMENT '椁愯垂', - `meals_addr` varchar(100) default NULL COMMENT '鍚冮キ鍦扮偣', - `meals_number` int(2) default NULL COMMENT '鍚岃浜烘暟', - `comments` varchar(100) default NULL COMMENT '澶囨敞', - PRIMARY KEY (`id`) + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'id', + `fk_id` varchar(36) DEFAULT NULL COMMENT '澶栭敭', + `meals_date` date DEFAULT NULL, + `meals_cost` decimal(7,2) DEFAULT NULL COMMENT '椁愯垂', + `meals_addr` varchar(100) DEFAULT NULL COMMENT '鍚冮キ鍦扮偣', + `meals_number` int(2) DEFAULT NULL COMMENT '鍚岃浜烘暟', + `comments` varchar(100) DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1690,14 +1691,14 @@ CREATE TABLE `jform_employee_meals_cost` ( -- ---------------------------- DROP TABLE IF EXISTS `jform_employee_other_cost`; CREATE TABLE `jform_employee_other_cost` ( - `id` varchar(36) NOT NULL default '' COMMENT 'id', - `fk_id` varchar(36) default NULL COMMENT '澶栭敭', - `item` varchar(20) default NULL COMMENT '浜嬮」', - `cost` decimal(7,2) default NULL COMMENT '璐圭敤', - `begin_time` datetime default NULL COMMENT '寮濮嬫椂闂', - `end_time` datetime default NULL COMMENT '缁撴潫鏃堕棿', - `comments` varchar(100) default NULL COMMENT '澶囨敞', - PRIMARY KEY (`id`) + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'id', + `fk_id` varchar(36) DEFAULT NULL COMMENT '澶栭敭', + `item` varchar(20) DEFAULT NULL COMMENT '浜嬮」', + `cost` decimal(7,2) DEFAULT NULL COMMENT '璐圭敤', + `begin_time` datetime DEFAULT NULL COMMENT '寮濮嬫椂闂', + `end_time` datetime DEFAULT NULL COMMENT '缁撴潫鏃堕棿', + `comments` varchar(100) DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1710,34 +1711,34 @@ CREATE TABLE `jform_employee_other_cost` ( DROP TABLE IF EXISTS `jform_employee_resignation`; CREATE TABLE `jform_employee_resignation` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `name` varchar(32) default NULL COMMENT '濮撳悕', - `code` varchar(32) default NULL COMMENT '鍛樺伐缂栧彿', - `job` varchar(32) default NULL COMMENT '鑱屽姟', - `join_time` datetime default NULL COMMENT '鍏ヨ亴鏃堕棿', - `out_type` varchar(32) default NULL COMMENT '绂昏亴鏂瑰紡', - `apply_out_time` datetime default NULL COMMENT '鐢宠绂昏亴鏃ユ湡', - `out_time` datetime default NULL COMMENT '姝e紡绂昏亴鏃ユ湡', - `id_card` varchar(32) default NULL COMMENT '韬唤璇佺紪鍙', - `out_content` varchar(200) default NULL COMMENT '绂昏亴椤荤煡', - `out_reason` varchar(100) default NULL COMMENT '绂昏亴鍘熷洜', - `interview_record` varchar(100) default NULL COMMENT '闈㈣皥璁板綍', - `office_change` varchar(100) default NULL COMMENT '鍔炲叕鐗╁搧绉讳氦', - `hr_check` varchar(32) default NULL COMMENT '浜哄姏璧勬簮閮ㄥ鏍', - `should_send_salary` double(32,0) default NULL COMMENT '搴斿彂钖祫', - `should_deduct_pay` double(32,0) default NULL COMMENT '搴旀墸钖祫', - `pay` double(32,0) default NULL COMMENT '瀹炲彂钖祫', - `get_time` datetime default NULL COMMENT '棰嗗彇鏃ユ湡', - `boss_check` varchar(32) default NULL COMMENT '鎬荤粡鐞嗗鎵', - `description` varchar(32) default NULL COMMENT '璇存槑', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `name` varchar(32) DEFAULT NULL COMMENT '濮撳悕', + `code` varchar(32) DEFAULT NULL COMMENT '鍛樺伐缂栧彿', + `job` varchar(32) DEFAULT NULL COMMENT '鑱屽姟', + `join_time` datetime DEFAULT NULL COMMENT '鍏ヨ亴鏃堕棿', + `out_type` varchar(32) DEFAULT NULL COMMENT '绂昏亴鏂瑰紡', + `apply_out_time` datetime DEFAULT NULL COMMENT '鐢宠绂昏亴鏃ユ湡', + `out_time` datetime DEFAULT NULL COMMENT '姝e紡绂昏亴鏃ユ湡', + `id_card` varchar(32) DEFAULT NULL COMMENT '韬唤璇佺紪鍙', + `out_content` varchar(200) DEFAULT NULL COMMENT '绂昏亴椤荤煡', + `out_reason` varchar(100) DEFAULT NULL COMMENT '绂昏亴鍘熷洜', + `interview_record` varchar(100) DEFAULT NULL COMMENT '闈㈣皥璁板綍', + `office_change` varchar(100) DEFAULT NULL COMMENT '鍔炲叕鐗╁搧绉讳氦', + `hr_check` varchar(32) DEFAULT NULL COMMENT '浜哄姏璧勬簮閮ㄥ鏍', + `should_send_salary` double(32,0) DEFAULT NULL COMMENT '搴斿彂钖祫', + `should_deduct_pay` double(32,0) DEFAULT NULL COMMENT '搴旀墸钖祫', + `pay` double(32,0) DEFAULT NULL COMMENT '瀹炲彂钖祫', + `get_time` datetime DEFAULT NULL COMMENT '棰嗗彇鏃ユ湡', + `boss_check` varchar(32) DEFAULT NULL COMMENT '鎬荤粡鐞嗗鎵', + `description` varchar(32) DEFAULT NULL COMMENT '璇存槑', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1759,22 +1760,22 @@ CREATE TABLE `jform_graphreport_head` ( `name` varchar(100) NOT NULL COMMENT '鍚嶇О', `ytext` varchar(100) NOT NULL COMMENT 'y杞存枃瀛', `categories` varchar(1000) NOT NULL COMMENT 'x杞存暟鎹', - `is_show_list` varchar(5) default NULL COMMENT '鏄惁鏄剧ず鏄庣粏', - `x_page_js` varchar(1000) default NULL COMMENT '鎵╁睍JS', - `create_date` datetime default NULL, - `create_by` varchar(50) default NULL, - `create_name` varchar(100) default NULL, - `update_date` datetime default NULL, - `update_by` varchar(50) default NULL, - `update_name` varchar(100) default NULL, - PRIMARY KEY (`id`), + `is_show_list` varchar(5) DEFAULT NULL COMMENT '鏄惁鏄剧ず鏄庣粏', + `x_page_js` varchar(1000) DEFAULT NULL COMMENT '鎵╁睍JS', + `create_date` datetime DEFAULT NULL, + `create_by` varchar(50) DEFAULT NULL, + `create_name` varchar(100) DEFAULT NULL, + `update_date` datetime DEFAULT NULL, + `update_by` varchar(50) DEFAULT NULL, + `update_name` varchar(100) DEFAULT NULL, + PRIMARY KEY (`id`), UNIQUE KEY `index_code` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of jform_graphreport_head -- ---------------------------- -INSERT INTO `jform_graphreport_head` VALUES ('402881e64ca71152014ca71152480000', 'select a.userid, count(*) ct, sum(case when right(logcontent, 4) in (\'鐧诲綍鎴愬姛\', \'cess\') then 1 else 0 end) login_count from t_s_log a where {operatetime} group by a.userid order by ct desc', 'yhcztj', '鐢ㄦ埛鎿嶄綔缁熻', '鐢ㄦ埛鎿嶄綔缁熻', '鎿嶄綔娆℃暟', 'userid', 'Y', 'function getTotalRows(totalRows) {\r\n return [\'ct\', \'login_count\'];\r\n}', null, null, null, '2018-06-20 11:57:54', 'admin', '绠$悊鍛'); +INSERT INTO `jform_graphreport_head` VALUES ('402881e64ca71152014ca71152480000', 'select a.userid, count(*) ct, sum(CASE WHEN a.logcontent like \'%鐧诲綍鎴愬姛\' or a.logcontent like \'%cess\' THEN 1 ELSE 0 END) login_count from t_s_log a where {operatetime} group by a.userid order by ct desc', 'yhcztj', '鐢ㄦ埛鎿嶄綔缁熻', '鐢ㄦ埛鎿嶄綔缁熻', '鎿嶄綔娆℃暟', 'userid', 'Y', 'function getTotalRows(totalRows) {\r\n return [\'ct\', \'login_count\'];\r\n}', null, null, null, '2018-06-20 11:57:54', 'admin', '绠$悊鍛'); -- ---------------------------- -- Table structure for jform_graphreport_item @@ -1782,22 +1783,22 @@ INSERT INTO `jform_graphreport_head` VALUES ('402881e64ca71152014ca71152480000', DROP TABLE IF EXISTS `jform_graphreport_item`; CREATE TABLE `jform_graphreport_item` ( `id` varchar(36) NOT NULL COMMENT 'id', - `search_flag` varchar(2) default NULL COMMENT '鏄惁鏌ヨ', - `search_mode` varchar(10) default NULL COMMENT '鏌ヨ妯″紡', - `cgreport_head_id` varchar(36) default NULL COMMENT 'cgreportHeadId', - `dict_code` varchar(500) default NULL COMMENT '瀛楀吀Code', - `field_href` varchar(120) default NULL COMMENT '瀛楁href', - `field_name` varchar(36) default NULL COMMENT '瀛楁鍚', - `field_txt` varchar(1000) default NULL COMMENT '瀛楁鏂囨湰', - `field_type` varchar(10) default NULL COMMENT '瀛楁绫诲瀷', - `is_show` varchar(5) default NULL COMMENT '鏄惁鏄剧ず', - `order_num` int(11) default NULL COMMENT '鎺掑簭', - `replace_va` varchar(36) default NULL COMMENT '鍙栧艰〃杈惧紡', - `is_graph` varchar(5) default NULL COMMENT '鏄剧ず鍥捐〃', - `graph_type` varchar(50) default NULL COMMENT '鍥捐〃绫诲瀷', - `graph_name` varchar(100) default NULL COMMENT '鍥捐〃鍚嶇О', - `tab_name` varchar(50) default NULL COMMENT '鏍囩鍚嶇О', - PRIMARY KEY (`id`), + `search_flag` varchar(2) DEFAULT NULL COMMENT '鏄惁鏌ヨ', + `search_mode` varchar(10) DEFAULT NULL COMMENT '鏌ヨ妯″紡', + `cgreport_head_id` varchar(36) DEFAULT NULL COMMENT 'cgreportHeadId', + `dict_code` varchar(500) DEFAULT NULL COMMENT '瀛楀吀Code', + `field_href` varchar(120) DEFAULT NULL COMMENT '瀛楁href', + `field_name` varchar(36) DEFAULT NULL COMMENT '瀛楁鍚', + `field_txt` varchar(1000) DEFAULT NULL COMMENT '瀛楁鏂囨湰', + `field_type` varchar(10) DEFAULT NULL COMMENT '瀛楁绫诲瀷', + `is_show` varchar(5) DEFAULT NULL COMMENT '鏄惁鏄剧ず', + `order_num` int(11) DEFAULT NULL COMMENT '鎺掑簭', + `replace_va` varchar(36) DEFAULT NULL COMMENT '鍙栧艰〃杈惧紡', + `is_graph` varchar(5) DEFAULT NULL COMMENT '鏄剧ず鍥捐〃', + `graph_type` varchar(50) DEFAULT NULL COMMENT '鍥捐〃绫诲瀷', + `graph_name` varchar(100) DEFAULT NULL COMMENT '鍥捐〃鍚嶇О', + `tab_name` varchar(50) DEFAULT NULL COMMENT '鏍囩鍚嶇О', + PRIMARY KEY (`id`), KEY `index_headid` (`cgreport_head_id`), KEY `index_isshow` (`is_show`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='jform_graphreport_item'; @@ -1823,14 +1824,14 @@ CREATE TABLE `jform_leave` ( `sex` varchar(10) NOT NULL COMMENT '鎬у埆', `begindate` datetime NOT NULL COMMENT '璇峰亣寮濮嬫椂闂', `enddate` datetime NOT NULL COMMENT '璇峰亣缁撴潫鏃堕棿', - `day_num` int(11) default NULL COMMENT '璇峰亣澶╂暟', + `day_num` int(11) DEFAULT NULL COMMENT '璇峰亣澶╂暟', `hol_dept` varchar(32) NOT NULL COMMENT '鎵灞為儴闂', `hol_reson` varchar(255) NOT NULL COMMENT '璇峰亣鍘熷洜', - `dep_leader` varchar(20) default NULL COMMENT '閮ㄩ棬瀹℃壒浜', - `content` varchar(255) default NULL COMMENT '閮ㄩ棬瀹℃壒鎰忚', - `file_str` varchar(300) default NULL COMMENT '闄勪欢', - `create_by` varchar(100) default NULL COMMENT '鍒涘缓浜', - PRIMARY KEY (`id`) + `dep_leader` varchar(20) DEFAULT NULL COMMENT '閮ㄩ棬瀹℃壒浜', + `content` varchar(255) DEFAULT NULL COMMENT '閮ㄩ棬瀹℃壒鎰忚', + `file_str` varchar(300) DEFAULT NULL COMMENT '闄勪欢', + `create_by` varchar(100) DEFAULT NULL COMMENT '鍒涘缓浜', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1848,13 +1849,13 @@ INSERT INTO `jform_leave` VALUES ('4028ef815374112b015374112b620000', '璇峰亣鍑 DROP TABLE IF EXISTS `jform_order_customer`; CREATE TABLE `jform_order_customer` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `name` varchar(100) default NULL COMMENT '瀹㈡埛鍚', - `money` double(10,2) default NULL COMMENT '鍗曚环', - `sex` varchar(4) default NULL COMMENT '鎬у埆', - `telphone` varchar(32) default NULL COMMENT '鐢佃瘽1', + `name` varchar(100) DEFAULT NULL COMMENT '瀹㈡埛鍚', + `money` double(10,2) DEFAULT NULL COMMENT '鍗曚环', + `sex` varchar(4) DEFAULT NULL COMMENT '鎬у埆', + `telphone` varchar(32) DEFAULT NULL COMMENT '鐢佃瘽1', `fk_id` varchar(36) NOT NULL COMMENT '澶栭敭', - `sf_pic` varchar(500) default NULL COMMENT '韬唤璇佹壂鎻忎欢', - PRIMARY KEY (`id`) + `sf_pic` varchar(500) DEFAULT NULL COMMENT '韬唤璇佹壂鎻忎欢', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1914,12 +1915,12 @@ INSERT INTO `jform_order_customer` VALUES ('402881f5602b1e4501602b21b1120008', ' DROP TABLE IF EXISTS `jform_order_main`; CREATE TABLE `jform_order_main` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `order_code` varchar(50) default NULL COMMENT '璁㈠崟鍙', - `order_date` datetime default NULL COMMENT '璁㈠崟鏃ユ湡', - `order_money` double(10,3) default NULL COMMENT '璁㈠崟閲戦', - `content` varchar(500) default NULL COMMENT '澶囨敞', - `ctype` varchar(500) default NULL COMMENT '璁㈠崟鎵弿浠', - PRIMARY KEY (`id`) + `order_code` varchar(50) DEFAULT NULL COMMENT '璁㈠崟鍙', + `order_date` datetime DEFAULT NULL COMMENT '璁㈠崟鏃ユ湡', + `order_money` double(10,3) DEFAULT NULL COMMENT '璁㈠崟閲戦', + `content` varchar(500) DEFAULT NULL COMMENT '澶囨敞', + `ctype` varchar(500) DEFAULT NULL COMMENT '璁㈠崟鎵弿浠', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -1958,7 +1959,7 @@ CREATE TABLE `jform_order_ticket` ( `ticket_code` varchar(100) NOT NULL COMMENT '鑸彮鍙', `tickect_date` datetime NOT NULL COMMENT '鑸彮鏃堕棿', `fck_id` varchar(36) NOT NULL COMMENT '澶栭敭', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2044,7 +2045,7 @@ CREATE TABLE `jform_price1` ( `c3` double NOT NULL COMMENT '鑷敹鑷敮', `d` int(11) NOT NULL COMMENT '缁忚垂鍚堣', `d1` longtext NOT NULL COMMENT '鏈烘瀯璧勮川', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2057,13 +2058,13 @@ CREATE TABLE `jform_price1` ( DROP TABLE IF EXISTS `jform_resume_degree_info`; CREATE TABLE `jform_resume_degree_info` ( `id` varchar(36) NOT NULL COMMENT 'id', - `resume_id` varchar(36) default NULL COMMENT '绠鍘嗕富閿', - `begin_date` datetime default NULL COMMENT '寮濮嬫椂闂', - `end_date` datetime default NULL COMMENT '缁撴潫鏃堕棿', - `school_name` varchar(100) default NULL COMMENT '瀛︽牎鍚嶇О', - `major` varchar(100) default NULL COMMENT '涓撲笟', - `degree` varchar(30) default NULL COMMENT '瀛﹀巻', - PRIMARY KEY (`id`) + `resume_id` varchar(36) DEFAULT NULL COMMENT '绠鍘嗕富閿', + `begin_date` datetime DEFAULT NULL COMMENT '寮濮嬫椂闂', + `end_date` datetime DEFAULT NULL COMMENT '缁撴潫鏃堕棿', + `school_name` varchar(100) DEFAULT NULL COMMENT '瀛︽牎鍚嶇О', + `major` varchar(100) DEFAULT NULL COMMENT '涓撲笟', + `degree` varchar(30) DEFAULT NULL COMMENT '瀛﹀巻', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2093,14 +2094,14 @@ INSERT INTO `jform_resume_degree_info` VALUES ('4028ef8156826b380156826b390a0001 DROP TABLE IF EXISTS `jform_resume_exp_info`; CREATE TABLE `jform_resume_exp_info` ( `id` varchar(36) NOT NULL COMMENT 'id', - `resume_id` varchar(36) default NULL COMMENT '绠鍘嗕俊鎭〃ID', - `begin_date` datetime default NULL COMMENT '寮濮嬫棩鏈', - `end_date` datetime default NULL COMMENT '缁撴潫鏃ユ湡', + `resume_id` varchar(36) DEFAULT NULL COMMENT '绠鍘嗕俊鎭〃ID', + `begin_date` datetime DEFAULT NULL COMMENT '寮濮嬫棩鏈', + `end_date` datetime DEFAULT NULL COMMENT '缁撴潫鏃ユ湡', `company_name` varchar(200) NOT NULL COMMENT '鍏徃鍚嶇О', - `depart_name` varchar(100) default NULL COMMENT '閮ㄩ棬鍚嶇О', - `post` varchar(50) default NULL COMMENT '鑱屼綅', - `experience` varchar(2000) default NULL COMMENT '宸ヤ綔鎻忚堪', - PRIMARY KEY (`id`) + `depart_name` varchar(100) DEFAULT NULL COMMENT '閮ㄩ棬鍚嶇О', + `post` varchar(50) DEFAULT NULL COMMENT '鑱屼綅', + `experience` varchar(2000) DEFAULT NULL COMMENT '宸ヤ綔鎻忚堪', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2133,20 +2134,20 @@ CREATE TABLE `jform_resume_info` ( `id` varchar(36) NOT NULL COMMENT 'id', `name` varchar(50) NOT NULL COMMENT '濮撳悕', `sex` varchar(10) NOT NULL COMMENT '鎬у埆', - `birthday` datetime default NULL COMMENT '鐢熸棩', - `telnum` varchar(30) default NULL COMMENT '鐢佃瘽鍙风爜', - `email` varchar(50) default NULL COMMENT '鐢靛瓙閭', - `degree` varchar(50) default NULL COMMENT '鏈楂樺鍘', - `workyear` varchar(20) default NULL COMMENT '宸ヤ綔骞撮檺', - `cardid` varchar(50) default NULL COMMENT '韬唤璇佸彿', - `habitation` varchar(100) default NULL COMMENT '鐜板眳鍦', - `residence` varchar(100) default NULL COMMENT '鎴峰彛鎵鍦ㄥ湴', - `salary` varchar(20) default NULL COMMENT '鏈熸湜钖祫', - `work_place` varchar(50) default NULL COMMENT '鏈熸湜宸ヤ綔鍦扮偣', - `work_type` varchar(50) default NULL COMMENT '宸ヤ綔绫诲瀷', - `arrival_time` datetime default NULL COMMENT '鍒板矖鏃堕棿', - `introduction` varchar(500) default NULL COMMENT '鑷垜璇勪环', - PRIMARY KEY (`id`) + `birthday` datetime DEFAULT NULL COMMENT '鐢熸棩', + `telnum` varchar(30) DEFAULT NULL COMMENT '鐢佃瘽鍙风爜', + `email` varchar(50) DEFAULT NULL COMMENT '鐢靛瓙閭', + `degree` varchar(50) DEFAULT NULL COMMENT '鏈楂樺鍘', + `workyear` varchar(20) DEFAULT NULL COMMENT '宸ヤ綔骞撮檺', + `cardid` varchar(50) DEFAULT NULL COMMENT '韬唤璇佸彿', + `habitation` varchar(100) DEFAULT NULL COMMENT '鐜板眳鍦', + `residence` varchar(100) DEFAULT NULL COMMENT '鎴峰彛鎵鍦ㄥ湴', + `salary` varchar(20) DEFAULT NULL COMMENT '鏈熸湜钖祫', + `work_place` varchar(50) DEFAULT NULL COMMENT '鏈熸湜宸ヤ綔鍦扮偣', + `work_type` varchar(50) DEFAULT NULL COMMENT '宸ヤ綔绫诲瀷', + `arrival_time` datetime DEFAULT NULL COMMENT '鍒板矖鏃堕棿', + `introduction` varchar(500) DEFAULT NULL COMMENT '鑷垜璇勪环', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2168,16 +2169,16 @@ INSERT INTO `jform_resume_info` VALUES ('4028ef815673f03a015673f35d8c0003', '鐜 DROP TABLE IF EXISTS `jform_tree`; CREATE TABLE `jform_tree` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `name` varchar(32) default NULL COMMENT '鐗╂枡缂栫爜', - `father_id` varchar(32) default NULL COMMENT '鐖禝D', - `age` varchar(32) default NULL COMMENT 'age', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `name` varchar(32) DEFAULT NULL COMMENT '鐗╂枡缂栫爜', + `father_id` varchar(32) DEFAULT NULL COMMENT '鐖禝D', + `age` varchar(32) DEFAULT NULL COMMENT 'age', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2195,22 +2196,22 @@ INSERT INTO `jform_tree` VALUES ('402881f363fd318f0163fd3713000003', '绠$悊鍛' DROP TABLE IF EXISTS `jfrom_order`; CREATE TABLE `jfrom_order` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', - `receiver_name` varchar(56) default NULL COMMENT '鏀惰揣浜', - `receiver_mobile` varchar(32) default NULL COMMENT '鑱旂郴鐢佃瘽', - `receiver_state` varchar(32) default NULL COMMENT '鏀惰揣鐪', - `receiver_city` varchar(32) default NULL COMMENT '鏀惰揣甯', - `receiver_district` varchar(32) default NULL COMMENT '鏀惰揣鍖', - `receiver_address` varchar(128) default NULL COMMENT '鏀惰揣鍦板潃', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', + `receiver_name` varchar(56) DEFAULT NULL COMMENT '鏀惰揣浜', + `receiver_mobile` varchar(32) DEFAULT NULL COMMENT '鑱旂郴鐢佃瘽', + `receiver_state` varchar(32) DEFAULT NULL COMMENT '鏀惰揣鐪', + `receiver_city` varchar(32) DEFAULT NULL COMMENT '鏀惰揣甯', + `receiver_district` varchar(32) DEFAULT NULL COMMENT '鏀惰揣鍖', + `receiver_address` varchar(128) DEFAULT NULL COMMENT '鏀惰揣鍦板潃', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2227,21 +2228,21 @@ INSERT INTO `jfrom_order` VALUES ('402881e7628630330162863033830000', '绠$悊鍛 DROP TABLE IF EXISTS `jfrom_order_line`; CREATE TABLE `jfrom_order_line` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', - `orderid` varchar(36) default NULL COMMENT '璁㈠崟ID', - `item_name` varchar(128) default NULL COMMENT '鍟嗗搧鍚嶇О', - `qty` int(32) default NULL COMMENT '鍟嗗搧鏁伴噺', - `price` decimal(32,0) default NULL COMMENT '鍟嗗搧浠锋牸', - `amount` decimal(32,0) default NULL COMMENT '閲戦', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', + `orderid` varchar(36) DEFAULT NULL COMMENT '璁㈠崟ID', + `item_name` varchar(128) DEFAULT NULL COMMENT '鍟嗗搧鍚嶇О', + `qty` int(32) DEFAULT NULL COMMENT '鍟嗗搧鏁伴噺', + `price` decimal(32,0) DEFAULT NULL COMMENT '鍟嗗搧浠锋牸', + `amount` decimal(32,0) DEFAULT NULL COMMENT '閲戦', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2262,12 +2263,12 @@ DROP TABLE IF EXISTS `jp_chat_message_his`; CREATE TABLE `jp_chat_message_his` ( `id` varchar(50) NOT NULL, `msg_from` varchar(255) NOT NULL, - `msg_to` varchar(255) default NULL, - `msg_data` varchar(5000) default NULL, - `create_date` datetime default NULL, - `type` varchar(255) default NULL, - `readed` smallint(2) default NULL COMMENT '娑堟伅鏄惁宸茶 0 鏈 1 宸茶', - PRIMARY KEY (`id`) + `msg_to` varchar(255) DEFAULT NULL, + `msg_data` varchar(5000) DEFAULT NULL, + `create_date` datetime DEFAULT NULL, + `type` varchar(255) DEFAULT NULL, + `readed` smallint(2) DEFAULT NULL COMMENT '娑堟伅鏄惁宸茶 0 鏈 1 宸茶', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2358,10 +2359,10 @@ DROP TABLE IF EXISTS `jp_demo_activity`; CREATE TABLE `jp_demo_activity` ( `id` varchar(32) NOT NULL COMMENT 'ID', `name` varchar(100) NOT NULL COMMENT '娲诲姩鍚嶇О', - `begin_time` datetime default NULL COMMENT '娲诲姩寮濮嬫椂闂', - `end_time` datetime default NULL COMMENT ' 娲诲姩缁撴潫鏃堕棿', - `hdurl` varchar(300) default NULL COMMENT '鍏ュ彛鍦板潃', - PRIMARY KEY (`id`) + `begin_time` datetime DEFAULT NULL COMMENT '娲诲姩寮濮嬫椂闂', + `end_time` datetime DEFAULT NULL COMMENT ' 娲诲姩缁撴潫鏃堕棿', + `hdurl` varchar(300) DEFAULT NULL COMMENT '鍏ュ彛鍦板潃', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='绾㈠寘娲诲姩琛'; -- ---------------------------- @@ -2375,16 +2376,16 @@ INSERT INTO `jp_demo_activity` VALUES ('9AF797E30518418F84F0228245AEE95B', '鏂 -- ---------------------------- DROP TABLE IF EXISTS `jp_demo_auth`; CREATE TABLE `jp_demo_auth` ( - `id` bigint(20) unsigned NOT NULL auto_increment COMMENT '搴忓彿', - `auth_id` varchar(32) collate utf8_bin NOT NULL default '' COMMENT '鏉冮檺缂栫爜', - `auth_name` varchar(100) collate utf8_bin default NULL COMMENT '鏉冮檺鍚嶇О', - `auth_type` varchar(2) collate utf8_bin default NULL COMMENT '鏉冮檺绫诲瀷 0:鑿滃崟;1:鍔熻兘', - `auth_contr` varchar(256) collate utf8_bin default NULL COMMENT '鏉冮檺鎺у埗', - `parent_auth_id` char(12) collate utf8_bin default NULL COMMENT '涓婁竴绾ф潈闄愮紪鐮', - `leaf_ind` char(2) collate utf8_bin default NULL COMMENT '鏄惁鍙跺瓙鑺傜偣', - PRIMARY KEY (`id`), + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '搴忓彿', + `auth_id` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT '鏉冮檺缂栫爜', + `auth_name` varchar(100) COLLATE utf8_bin DEFAULT NULL COMMENT '鏉冮檺鍚嶇О', + `auth_type` varchar(2) COLLATE utf8_bin DEFAULT NULL COMMENT '鏉冮檺绫诲瀷 0:鑿滃崟;1:鍔熻兘', + `auth_contr` varchar(256) COLLATE utf8_bin DEFAULT NULL COMMENT '鏉冮檺鎺у埗', + `parent_auth_id` char(12) COLLATE utf8_bin DEFAULT NULL COMMENT '涓婁竴绾ф潈闄愮紪鐮', + `leaf_ind` char(2) COLLATE utf8_bin DEFAULT NULL COMMENT '鏄惁鍙跺瓙鑺傜偣', + PRIMARY KEY (`id`), UNIQUE KEY `uniq_authid` (`auth_id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='杩愯惀绯荤粺鏉冮檺琛'; +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='杩愯惀绯荤粺鏉冮檺琛'; -- ---------------------------- -- Records of jp_demo_auth @@ -2408,22 +2409,22 @@ INSERT INTO `jp_demo_auth` VALUES ('12', '210302', '缂栬緫鏉冮檺', '1', '/system DROP TABLE IF EXISTS `jp_demo_order_custom`; CREATE TABLE `jp_demo_order_custom` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default '0', + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT '0', `GO_ORDER_CODE` varchar(12) NOT NULL COMMENT '鍥㈣喘璁㈠崟鍙', - `GOC_BUSS_CONTENT` varchar(33) default NULL COMMENT '涓氬姟', - `GOC_CONTENT` varchar(66) default NULL COMMENT '澶囨敞', - `GOC_CUS_NAME` varchar(16) default NULL COMMENT '濮撳悕', - `GOC_IDCARD` varchar(18) default NULL COMMENT '韬唤璇佸彿', - `GOC_PASSPORT_CODE` varchar(10) default NULL COMMENT '鎶ょ収鍙', - `GOC_SEX` varchar(255) default NULL COMMENT '鎬у埆', - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - PRIMARY KEY (`ID`) + `GOC_BUSS_CONTENT` varchar(33) DEFAULT NULL COMMENT '涓氬姟', + `GOC_CONTENT` varchar(66) DEFAULT NULL COMMENT '澶囨敞', + `GOC_CUS_NAME` varchar(16) DEFAULT NULL COMMENT '濮撳悕', + `GOC_IDCARD` varchar(18) DEFAULT NULL COMMENT '韬唤璇佸彿', + `GOC_PASSPORT_CODE` varchar(10) DEFAULT NULL COMMENT '鎶ょ収鍙', + `GOC_SEX` varchar(255) DEFAULT NULL COMMENT '鎬у埆', + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2441,24 +2442,24 @@ INSERT INTO `jp_demo_order_custom` VALUES ('CD91F431BDC34431A46CC80F966C55A7', ' DROP TABLE IF EXISTS `jp_demo_order_main`; CREATE TABLE `jp_demo_order_main` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default '0', - `GO_ALL_PRICE` decimal(10,2) default NULL COMMENT '鎬讳环(涓嶅惈杩旀)', - `GO_CONTACT_NAME` varchar(16) default NULL COMMENT '鑱旂郴浜', - `GO_CONTENT` varchar(66) default NULL COMMENT '澶囨敞', + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT '0', + `GO_ALL_PRICE` decimal(10,2) DEFAULT NULL COMMENT '鎬讳环(涓嶅惈杩旀)', + `GO_CONTACT_NAME` varchar(16) DEFAULT NULL COMMENT '鑱旂郴浜', + `GO_CONTENT` varchar(66) DEFAULT NULL COMMENT '澶囨敞', `GO_ORDER_CODE` varchar(12) NOT NULL COMMENT '璁㈠崟鍙', - `GO_ORDER_COUNT` int(11) default NULL COMMENT '璁㈠崟浜烘暟', - `GO_RETURN_PRICE` decimal(10,2) default NULL COMMENT '杩旀', - `GO_TELPHONE` varchar(11) default NULL COMMENT '鎵嬫満', - `GODER_TYPE` varchar(255) default NULL COMMENT '璁㈠崟绫诲瀷', - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - `USERTYPE` varchar(255) default NULL COMMENT '椤惧绫诲瀷 : 1鐩村 2鍚岃', - PRIMARY KEY (`ID`) + `GO_ORDER_COUNT` int(11) DEFAULT NULL COMMENT '璁㈠崟浜烘暟', + `GO_RETURN_PRICE` decimal(10,2) DEFAULT NULL COMMENT '杩旀', + `GO_TELPHONE` varchar(11) DEFAULT NULL COMMENT '鎵嬫満', + `GODER_TYPE` varchar(255) DEFAULT NULL COMMENT '璁㈠崟绫诲瀷', + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + `USERTYPE` varchar(255) DEFAULT NULL COMMENT '椤惧绫诲瀷 : 1鐩村 2鍚岃', + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2472,22 +2473,22 @@ INSERT INTO `jp_demo_order_main` VALUES ('20E478EF3B38444EBE6D9BF6CF7AD60B', '20 DROP TABLE IF EXISTS `jp_demo_order_product`; CREATE TABLE `jp_demo_order_product` ( `ID` varchar(32) NOT NULL, - `CREATE_DT` datetime default NULL, - `CRTUSER` varchar(12) default NULL, - `CRTUSER_NAME` varchar(10) default NULL, - `DEL_DT` datetime default NULL, - `DELFLAG` int(11) default '0', + `CREATE_DT` datetime DEFAULT NULL, + `CRTUSER` varchar(12) DEFAULT NULL, + `CRTUSER_NAME` varchar(10) DEFAULT NULL, + `DEL_DT` datetime DEFAULT NULL, + `DELFLAG` int(11) DEFAULT '0', `GO_ORDER_CODE` varchar(12) NOT NULL COMMENT '鍥㈣喘璁㈠崟鍙', - `GOP_CONTENT` varchar(66) default NULL COMMENT '澶囨敞', - `GOP_COUNT` int(11) default NULL COMMENT '涓暟', - `GOP_ONE_PRICE` decimal(10,2) default NULL COMMENT '鍗曚环', - `GOP_PRODUCT_NAME` varchar(33) default NULL COMMENT '浜у搧鍚嶇О', + `GOP_CONTENT` varchar(66) DEFAULT NULL COMMENT '澶囨敞', + `GOP_COUNT` int(11) DEFAULT NULL COMMENT '涓暟', + `GOP_ONE_PRICE` decimal(10,2) DEFAULT NULL COMMENT '鍗曚环', + `GOP_PRODUCT_NAME` varchar(33) DEFAULT NULL COMMENT '浜у搧鍚嶇О', `GOP_PRODUCT_TYPE` varchar(1) NOT NULL COMMENT '鏈嶅姟椤圭洰绫诲瀷', - `GOP_SUM_PRICE` decimal(10,2) default NULL COMMENT '灏忚', - `MODIFIER` varchar(12) default NULL, - `MODIFIER_NAME` varchar(10) default NULL, - `MODIFY_DT` datetime default NULL, - PRIMARY KEY (`ID`) + `GOP_SUM_PRICE` decimal(10,2) DEFAULT NULL COMMENT '灏忚', + `MODIFIER` varchar(12) DEFAULT NULL, + `MODIFIER_NAME` varchar(10) DEFAULT NULL, + `MODIFY_DT` datetime DEFAULT NULL, + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2505,16 +2506,16 @@ INSERT INTO `jp_demo_order_product` VALUES ('EF10DC1C05364466990B1CA9D2D22C62', DROP TABLE IF EXISTS `jp_inner_mail`; CREATE TABLE `jp_inner_mail` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `title` varchar(100) default NULL COMMENT '涓婚', - `attachment` varchar(1000) default NULL COMMENT '闄勪欢', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `title` varchar(100) DEFAULT NULL COMMENT '涓婚', + `attachment` varchar(1000) DEFAULT NULL COMMENT '闄勪欢', `content` longtext COMMENT '鍐呭', - `status` varchar(50) default NULL COMMENT '鐘舵', - `receiver_names` varchar(300) default NULL COMMENT '鎺ユ敹鑰呭鍚嶅垪琛', - `receiver_ids` varchar(300) default NULL COMMENT '鏀朵欢浜烘爣璇嗗垪琛', - PRIMARY KEY (`id`) + `status` varchar(50) DEFAULT NULL COMMENT '鐘舵', + `receiver_names` varchar(300) DEFAULT NULL COMMENT '鎺ユ敹鑰呭鍚嶅垪琛', + `receiver_ids` varchar(300) DEFAULT NULL COMMENT '鏀朵欢浜烘爣璇嗗垪琛', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2554,8 +2555,8 @@ INSERT INTO `jp_inner_mail` VALUES ('E9B0557DBA994D46A3D44495AFA428B0', '绠$悊 DROP TABLE IF EXISTS `jp_inner_mail_attach`; CREATE TABLE `jp_inner_mail_attach` ( `id` varchar(32) NOT NULL, - `mailid` varchar(32) default NULL, - PRIMARY KEY (`id`) + `mailid` varchar(32) DEFAULT NULL, + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2569,13 +2570,13 @@ INSERT INTO `jp_inner_mail_attach` VALUES ('4028ef8153a650060153a65327350012', ' DROP TABLE IF EXISTS `jp_inner_mail_receiver`; CREATE TABLE `jp_inner_mail_receiver` ( `id` varchar(36) NOT NULL, - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `mail_id` varchar(36) default NULL COMMENT '閭欢鏍囪瘑', - `user_id` varchar(36) default NULL COMMENT '鏀朵欢浜烘爣璇', - `status` varchar(50) default NULL COMMENT '鏀朵欢鐘舵', - `isdelete` char(2) default NULL, - PRIMARY KEY (`id`), + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `mail_id` varchar(36) DEFAULT NULL COMMENT '閭欢鏍囪瘑', + `user_id` varchar(36) DEFAULT NULL COMMENT '鏀朵欢浜烘爣璇', + `status` varchar(50) DEFAULT NULL COMMENT '鏀朵欢鐘舵', + `isdelete` char(2) DEFAULT NULL, + PRIMARY KEY (`id`), KEY `index_userid` (`user_id`), KEY `index_mailid` (`mail_id`), KEY `index_status` (`status`) @@ -2617,17 +2618,17 @@ INSERT INTO `jp_inner_mail_receiver` VALUES ('F35684BE071F40939155F4FBC844F040', DROP TABLE IF EXISTS `jw_system_account_recharge`; CREATE TABLE `jw_system_account_recharge` ( `id` varchar(32) NOT NULL COMMENT 'ID', - `account_id` varchar(255) default NULL COMMENT '璐︽埛琛↖D', - `type` varchar(255) default NULL COMMENT '鏀粯绫诲瀷', - `amount` decimal(11,2) default NULL COMMENT '鏀粯閲戦', - `status` varchar(255) default NULL COMMENT '鐘舵', - `jwid` varchar(255) default NULL COMMENT 'JWID', - `openid` varchar(255) default NULL COMMENT 'OPENID', - `tran_no` varchar(255) default NULL COMMENT '浜ゆ槗璁㈠崟鍙', - `return_code` varchar(255) default NULL COMMENT '杩斿洖缂栫爜', + `account_id` varchar(255) DEFAULT NULL COMMENT '璐︽埛琛↖D', + `type` varchar(255) DEFAULT NULL COMMENT '鏀粯绫诲瀷', + `amount` decimal(11,2) DEFAULT NULL COMMENT '鏀粯閲戦', + `status` varchar(255) DEFAULT NULL COMMENT '鐘舵', + `jwid` varchar(255) DEFAULT NULL COMMENT 'JWID', + `openid` varchar(255) DEFAULT NULL COMMENT 'OPENID', + `tran_no` varchar(255) DEFAULT NULL COMMENT '浜ゆ槗璁㈠崟鍙', + `return_code` varchar(255) DEFAULT NULL COMMENT '杩斿洖缂栫爜', `return_msg` text COMMENT '杩斿洖淇℃伅', - `create_time` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - PRIMARY KEY (`id`) + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='绯荤粺璐︽埛鍏呭艰褰曡〃'; -- ---------------------------- @@ -2640,25 +2641,25 @@ CREATE TABLE `jw_system_account_recharge` ( DROP TABLE IF EXISTS `super_query_field`; CREATE TABLE `super_query_field` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `seq` varchar(32) default NULL COMMENT '搴忓彿', - `table_name` varchar(32) default NULL COMMENT '琛ㄥ悕', - `name` varchar(32) default NULL COMMENT '瀛楁鍚', - `txt` varchar(32) default NULL COMMENT '瀛楁鏂囨湰', - `ctype` varchar(32) default NULL COMMENT '瀛楁绫诲瀷', - `stype` varchar(32) default NULL COMMENT '鎺т欢绫诲瀷', - `dict_table` varchar(32) default NULL COMMENT '瀛楀吀Table', - `dict_code` varchar(32) default NULL COMMENT '瀛楀吀Code', - `dict_text` varchar(32) default NULL COMMENT '瀛楀吀Text', - `main_id` varchar(32) default NULL COMMENT '澶栭敭', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `seq` varchar(32) DEFAULT NULL COMMENT '搴忓彿', + `table_name` varchar(32) DEFAULT NULL COMMENT '琛ㄥ悕', + `name` varchar(32) DEFAULT NULL COMMENT '瀛楁鍚', + `txt` varchar(32) DEFAULT NULL COMMENT '瀛楁鏂囨湰', + `ctype` varchar(32) DEFAULT NULL COMMENT '瀛楁绫诲瀷', + `stype` varchar(32) DEFAULT NULL COMMENT '鎺т欢绫诲瀷', + `dict_table` varchar(32) DEFAULT NULL COMMENT '瀛楀吀Table', + `dict_code` varchar(32) DEFAULT NULL COMMENT '瀛楀吀Code', + `dict_text` varchar(32) DEFAULT NULL COMMENT '瀛楀吀Text', + `main_id` varchar(32) DEFAULT NULL COMMENT '澶栭敭', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='瀛楁閰嶇疆'; -- ---------------------------- @@ -2681,20 +2682,20 @@ INSERT INTO `super_query_field` VALUES ('402881e96048d988016048faf0ae000b', '绠 DROP TABLE IF EXISTS `super_query_history`; CREATE TABLE `super_query_history` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `user_id` varchar(50) default NULL COMMENT '鐢ㄦ埛id', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `user_id` varchar(50) DEFAULT NULL COMMENT '鐢ㄦ埛id', `record` longtext COMMENT '璁板綍', - `query_type` varchar(255) default NULL COMMENT '鏌ヨ绫诲瀷', - `query_code` varchar(255) default NULL COMMENT '鏌ヨ缂栫爜', - `history_name` varchar(255) default NULL COMMENT '鍚嶇О', - PRIMARY KEY (`id`) + `query_type` varchar(255) DEFAULT NULL COMMENT '鏌ヨ绫诲瀷', + `query_code` varchar(255) DEFAULT NULL COMMENT '鏌ヨ缂栫爜', + `history_name` varchar(255) DEFAULT NULL COMMENT '鍚嶇О', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='楂樼骇鏌ヨ鍘嗗彶璁板綍'; -- ---------------------------- @@ -2709,19 +2710,19 @@ INSERT INTO `super_query_history` VALUES ('4028810260a214ad0160a21a4fbd0001', ' DROP TABLE IF EXISTS `super_query_main`; CREATE TABLE `super_query_main` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `query_name` varchar(50) default NULL COMMENT '鏌ヨ瑙勫垯鍚嶇О', - `query_code` varchar(50) default NULL COMMENT '鏌ヨ瑙勫垯缂栫爜', - `query_type` varchar(50) default NULL COMMENT '鏌ヨ绫诲瀷', - `content` varchar(32) default NULL COMMENT '璇存槑', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `query_name` varchar(50) DEFAULT NULL COMMENT '鏌ヨ瑙勫垯鍚嶇О', + `query_code` varchar(50) DEFAULT NULL COMMENT '鏌ヨ瑙勫垯缂栫爜', + `query_type` varchar(50) DEFAULT NULL COMMENT '鏌ヨ绫诲瀷', + `content` varchar(32) DEFAULT NULL COMMENT '璇存槑', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='楂樼骇鏌ヨ'; -- ---------------------------- @@ -2737,21 +2738,21 @@ INSERT INTO `super_query_main` VALUES ('402881f66265f83b016266197dcf0005', '绠 DROP TABLE IF EXISTS `super_query_table`; CREATE TABLE `super_query_table` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `seq` varchar(32) default NULL COMMENT '搴忓彿', - `table_name` varchar(32) default NULL COMMENT '琛ㄥ悕', - `instruction` varchar(255) default NULL COMMENT '璇存槑', - `is_main` varchar(32) default NULL COMMENT '鏄惁鏄富琛', - `fk_field` varchar(32) default NULL COMMENT '澶栭敭瀛楁', - `main_id` varchar(32) default NULL COMMENT '澶栭敭id', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `seq` varchar(32) DEFAULT NULL COMMENT '搴忓彿', + `table_name` varchar(32) DEFAULT NULL COMMENT '琛ㄥ悕', + `instruction` varchar(255) DEFAULT NULL COMMENT '璇存槑', + `is_main` varchar(32) DEFAULT NULL COMMENT '鏄惁鏄富琛', + `fk_field` varchar(32) DEFAULT NULL COMMENT '澶栭敭瀛楁', + `main_id` varchar(32) DEFAULT NULL COMMENT '澶栭敭id', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='琛ㄧ粍鍚'; -- ---------------------------- @@ -2770,23 +2771,23 @@ INSERT INTO `super_query_table` VALUES ('402881f66265f83b016266197dcf0006', '绠 DROP TABLE IF EXISTS `test_person`; CREATE TABLE `test_person` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', `name` varchar(32) NOT NULL COMMENT '鍚嶅瓧', - `sex` varchar(32) default NULL COMMENT '鎬у埆', - `birthday` datetime default NULL COMMENT '鐢熸棩', - `conets` varchar(32) default NULL COMMENT '涓汉绠浠', - `salary` double(32,0) default NULL COMMENT '宸ヨ祫', - `fiel_jls` varchar(1000) default NULL COMMENT '绠鍘嗛檮浠', - `tou_pic` varchar(1000) default NULL COMMENT '涓汉澶村儚', - PRIMARY KEY (`id`) + `sex` varchar(32) DEFAULT NULL COMMENT '鎬у埆', + `birthday` datetime DEFAULT NULL COMMENT '鐢熸棩', + `conets` varchar(32) DEFAULT NULL COMMENT '涓汉绠浠', + `salary` double(32,0) DEFAULT NULL COMMENT '宸ヨ祫', + `fiel_jls` varchar(1000) DEFAULT NULL COMMENT '绠鍘嗛檮浠', + `tou_pic` varchar(1000) DEFAULT NULL COMMENT '涓汉澶村儚', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2873,22 +2874,22 @@ INSERT INTO `test_person` VALUES ('4028838f63dadbee0163dadd89310002', '绠$悊鍛 DROP TABLE IF EXISTS `test_rules`; CREATE TABLE `test_rules` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', - `name` varchar(32) default NULL COMMENT '閿鍞汉鍛', - `money` double(32,0) default NULL COMMENT '璁㈠崟閲戦', - `product` varchar(200) default NULL COMMENT '浜у搧鍚嶅瓧', - `sale_date` datetime default NULL COMMENT '涓嬪崟鏃堕棿', - `eeee` varchar(32) default NULL COMMENT 'cc', - `dda` varchar(32) default NULL COMMENT 'dd', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', + `name` varchar(32) DEFAULT NULL COMMENT '閿鍞汉鍛', + `money` double(32,0) DEFAULT NULL COMMENT '璁㈠崟閲戦', + `product` varchar(200) DEFAULT NULL COMMENT '浜у搧鍚嶅瓧', + `sale_date` datetime DEFAULT NULL COMMENT '涓嬪崟鏃堕棿', + `eeee` varchar(32) DEFAULT NULL COMMENT 'cc', + `dda` varchar(32) DEFAULT NULL COMMENT 'dd', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -2914,11 +2915,11 @@ INSERT INTO `test_rules` VALUES ('402881f36464837c016464863b300003', '绠$悊鍛' -- ---------------------------- DROP TABLE IF EXISTS `tmp_tables`; CREATE TABLE `tmp_tables` ( - `id` int(100) NOT NULL auto_increment, - `wl_table_name` varchar(100) default NULL, - `xt_table_name` varchar(100) default NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; + `id` int(100) NOT NULL AUTO_INCREMENT, + `wl_table_name` varchar(100) DEFAULT NULL, + `xt_table_name` varchar(100) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=90 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of tmp_tables @@ -3012,18 +3013,18 @@ DROP TABLE IF EXISTS `t_s_attachment`; CREATE TABLE `t_s_attachment` ( `ID` varchar(32) NOT NULL COMMENT 'ID', `attachmentcontent` longblob COMMENT '闄勪欢鍐呭', - `attachmenttitle` varchar(100) default NULL COMMENT '闄勪欢鍚嶇О', - `businesskey` varchar(32) default NULL COMMENT '涓氬姟绫讳富閿', - `createdate` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `extend` varchar(32) default NULL COMMENT '鎵╁睍鍚', + `attachmenttitle` varchar(100) DEFAULT NULL COMMENT '闄勪欢鍚嶇О', + `businesskey` varchar(32) DEFAULT NULL COMMENT '涓氬姟绫讳富閿', + `createdate` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `extend` varchar(32) DEFAULT NULL COMMENT '鎵╁睍鍚', `note` longtext COMMENT 'note', - `realpath` varchar(100) default NULL COMMENT '闄勪欢璺緞', + `realpath` varchar(100) DEFAULT NULL COMMENT '闄勪欢璺緞', `subclassname` longtext COMMENT '瀛愮被鍚嶇О鍏ㄨ矾寰', `swfpath` longtext COMMENT 'swf鏍煎紡璺緞', - `BUSENTITYNAME` varchar(100) default NULL COMMENT 'BUSENTITYNAME', - `INFOTYPEID` varchar(32) default NULL COMMENT 'INFOTYPEID', - `USERID` varchar(32) default NULL COMMENT '鐢ㄦ埛ID', - PRIMARY KEY (`ID`), + `BUSENTITYNAME` varchar(100) DEFAULT NULL COMMENT 'BUSENTITYNAME', + `INFOTYPEID` varchar(32) DEFAULT NULL COMMENT 'INFOTYPEID', + `USERID` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + PRIMARY KEY (`ID`), KEY `FK_mnq23hlc835n4ufgjl7nkn3bd` (`USERID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -3179,18 +3180,18 @@ INSERT INTO `t_s_attachment` VALUES ('4028ef815509d842015509e143280004', null, ' DROP TABLE IF EXISTS `t_s_base_user`; CREATE TABLE `t_s_base_user` ( `ID` varchar(32) NOT NULL COMMENT 'ID', - `activitiSync` smallint(6) default NULL COMMENT '鍚屾娴佺▼', - `browser` varchar(20) default NULL COMMENT '娴忚鍣', - `password` varchar(100) default NULL COMMENT '瀵嗙爜', - `realname` varchar(50) default NULL COMMENT '鐪熷疄鍚嶅瓧', + `activitiSync` smallint(6) DEFAULT NULL COMMENT '鍚屾娴佺▼', + `browser` varchar(20) DEFAULT NULL COMMENT '娴忚鍣', + `password` varchar(100) DEFAULT NULL COMMENT '瀵嗙爜', + `realname` varchar(50) DEFAULT NULL COMMENT '鐪熷疄鍚嶅瓧', `signature` blob COMMENT '绛惧悕', - `status` smallint(6) default NULL COMMENT '鏈夋晥鐘舵', - `userkey` varchar(200) default NULL COMMENT '鐢ㄦ埛KEY', + `status` smallint(6) DEFAULT NULL COMMENT '鏈夋晥鐘舵', + `userkey` varchar(200) DEFAULT NULL COMMENT '鐢ㄦ埛KEY', `username` varchar(50) NOT NULL COMMENT '鐢ㄦ埛璐﹀彿', - `departid` varchar(32) default NULL COMMENT '閮ㄩ棬ID', - `user_name_en` varchar(500) default NULL COMMENT '鑻辨枃鍚', - `delete_flag` smallint(6) default NULL COMMENT '鍒犻櫎鐘舵', - PRIMARY KEY (`ID`), + `departid` varchar(32) DEFAULT NULL COMMENT '閮ㄩ棬ID', + `user_name_en` varchar(500) DEFAULT NULL COMMENT '鑻辨枃鍚', + `delete_flag` smallint(6) DEFAULT NULL COMMENT '鍒犻櫎鐘舵', + PRIMARY KEY (`ID`), KEY `FK_15jh1g4iem1857546ggor42et` (`departid`), KEY `index_login` (`password`,`username`), KEY `idx_deleteflg` (`delete_flag`), @@ -3223,17 +3224,17 @@ INSERT INTO `t_s_base_user` VALUES ('8a8c82a35de421ab015de4228d400003', null, nu DROP TABLE IF EXISTS `t_s_black_list`; CREATE TABLE `t_s_black_list` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', - `ip` varchar(32) default NULL COMMENT 'ip鍦板潃', - PRIMARY KEY (`id`), + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', + `ip` varchar(32) DEFAULT NULL COMMENT 'ip鍦板潃', + PRIMARY KEY (`id`), UNIQUE KEY `unique_key_ip` (`ip`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -3251,20 +3252,20 @@ INSERT INTO `t_s_black_list` VALUES ('402881f363915e4b0163916177c20003', '绠$悊 DROP TABLE IF EXISTS `t_s_category`; CREATE TABLE `t_s_category` ( `id` varchar(36) NOT NULL COMMENT 'ID', - `icon_id` varchar(32) default NULL COMMENT '鍥炬爣ID', + `icon_id` varchar(32) DEFAULT NULL COMMENT '鍥炬爣ID', `code` varchar(32) NOT NULL COMMENT '绫诲瀷缂栫爜', `name` varchar(32) NOT NULL COMMENT '绫诲瀷鍚嶇О', `create_name` varchar(50) NOT NULL COMMENT '鍒涘缓浜哄悕绉', `create_by` varchar(50) NOT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', `create_date` datetime NOT NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `parent_id` varchar(32) default NULL COMMENT '涓婄骇ID', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `parent_id` varchar(32) DEFAULT NULL COMMENT '涓婄骇ID', `sys_org_code` varchar(10) NOT NULL COMMENT '鏈烘瀯', `sys_company_code` varchar(10) NOT NULL COMMENT '鍏徃', - `PARENT_CODE` varchar(32) default NULL COMMENT '鐖堕偖缂', - PRIMARY KEY (`id`), + `PARENT_CODE` varchar(32) DEFAULT NULL COMMENT '鐖堕偖缂', + PRIMARY KEY (`id`), UNIQUE KEY `uniq_code` (`code`), KEY `index_parent_id` (`parent_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='鍒嗙被绠$悊'; @@ -3291,23 +3292,23 @@ INSERT INTO `t_s_category` VALUES ('4028ef81526266d40152627417350035', '8a8ab0b2 DROP TABLE IF EXISTS `t_s_company_position`; CREATE TABLE `t_s_company_position` ( `id` varchar(32) NOT NULL COMMENT '搴忓彿', - `company_id` varchar(36) default NULL COMMENT '鍏徃ID', - `position_code` varchar(64) default NULL COMMENT '宀椾綅浠g爜', - `position_name` varchar(100) default NULL COMMENT '宀椾綅鍚嶇О', - `position_name_en` varchar(255) default NULL COMMENT '宀椾綅鑻辨枃鍚', - `position_name_abbr` varchar(255) default NULL COMMENT '宀椾綅缂╁啓', - `position_level` varchar(50) default NULL COMMENT '宀椾綅绾у埆', - `memo` varchar(500) default NULL COMMENT '澶囨敞', - `del_flag` int(11) default NULL COMMENT '缂╁啓', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜鸿处鍙', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜鸿处鍙', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_company_code` varchar(50) default NULL COMMENT '鏁版嵁鎵灞炲叕鍙', - `sys_org_code` varchar(50) default NULL COMMENT '鏁版嵁鎵灞為儴闂', - PRIMARY KEY (`id`) + `company_id` varchar(36) DEFAULT NULL COMMENT '鍏徃ID', + `position_code` varchar(64) DEFAULT NULL COMMENT '宀椾綅浠g爜', + `position_name` varchar(100) DEFAULT NULL COMMENT '宀椾綅鍚嶇О', + `position_name_en` varchar(255) DEFAULT NULL COMMENT '宀椾綅鑻辨枃鍚', + `position_name_abbr` varchar(255) DEFAULT NULL COMMENT '宀椾綅缂╁啓', + `position_level` varchar(50) DEFAULT NULL COMMENT '宀椾綅绾у埆', + `memo` varchar(500) DEFAULT NULL COMMENT '澶囨敞', + `del_flag` int(11) DEFAULT NULL COMMENT '缂╁啓', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜鸿处鍙', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜鸿处鍙', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鏁版嵁鎵灞炲叕鍙', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鏁版嵁鎵灞為儴闂', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='绯荤粺宀椾綅琛'; -- ---------------------------- @@ -3321,19 +3322,19 @@ INSERT INTO `t_s_company_position` VALUES ('4028810260c422c30160c445327b0009', ' DROP TABLE IF EXISTS `t_s_data_log`; CREATE TABLE `t_s_data_log` ( `id` varchar(36) NOT NULL COMMENT 'id', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `table_name` varchar(32) default NULL COMMENT '琛ㄥ悕', - `data_id` varchar(32) default NULL COMMENT '鏁版嵁ID', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `table_name` varchar(32) DEFAULT NULL COMMENT '琛ㄥ悕', + `data_id` varchar(32) DEFAULT NULL COMMENT '鏁版嵁ID', `data_content` text COMMENT '鏁版嵁鍐呭', - `version_number` int(11) default NULL COMMENT '鐗堟湰鍙', - PRIMARY KEY (`id`), + `version_number` int(11) DEFAULT NULL COMMENT '鐗堟湰鍙', + PRIMARY KEY (`id`), KEY `sindex` (`table_name`,`data_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -3363,18 +3364,18 @@ INSERT INTO `t_s_data_log` VALUES ('4028ef81568c31ec01568c3307080004', '绠$悊 -- ---------------------------- DROP TABLE IF EXISTS `t_s_data_rule`; CREATE TABLE `t_s_data_rule` ( - `id` varchar(96) default NULL COMMENT 'ID', - `rule_name` varchar(96) default NULL COMMENT '鏁版嵁鏉冮檺瑙勫垯鍚嶇О', - `rule_column` varchar(300) default NULL COMMENT '瀛楁', - `rule_conditions` varchar(300) default NULL COMMENT '鏉′欢', - `rule_value` varchar(300) default NULL COMMENT '瑙勫垯鍊', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(96) default NULL, - `create_name` varchar(96) default NULL COMMENT '鍒涘缓鏃堕棿', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(96) default NULL COMMENT '淇敼浜', - `update_name` varchar(96) default NULL COMMENT '淇敼浜哄悕瀛', - `functionId` varchar(96) default NULL COMMENT '鑿滃崟ID', + `id` varchar(96) DEFAULT NULL COMMENT 'ID', + `rule_name` varchar(96) DEFAULT NULL COMMENT '鏁版嵁鏉冮檺瑙勫垯鍚嶇О', + `rule_column` varchar(300) DEFAULT NULL COMMENT '瀛楁', + `rule_conditions` varchar(300) DEFAULT NULL COMMENT '鏉′欢', + `rule_value` varchar(300) DEFAULT NULL COMMENT '瑙勫垯鍊', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(96) DEFAULT NULL, + `create_name` varchar(96) DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(96) DEFAULT NULL COMMENT '淇敼浜', + `update_name` varchar(96) DEFAULT NULL COMMENT '淇敼浜哄悕瀛', + `functionId` varchar(96) DEFAULT NULL COMMENT '鑿滃崟ID', KEY `index_fucntionid` (`functionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -3412,10 +3413,10 @@ CREATE TABLE `t_s_data_source` ( `driver_class` varchar(50) NOT NULL COMMENT '椹卞姩class', `url` varchar(200) NOT NULL COMMENT 'db閾炬帴', `db_user` varchar(50) NOT NULL COMMENT '鐢ㄦ埛鍚', - `db_password` varchar(50) default NULL COMMENT '瀵嗙爜', - `db_type` varchar(50) default NULL COMMENT '鏁版嵁搴撶被鍨', - `db_name` varchar(50) default NULL COMMENT '鏁版嵁婧愬悕瀛', - PRIMARY KEY (`id`) + `db_password` varchar(50) DEFAULT NULL COMMENT '瀵嗙爜', + `db_type` varchar(50) DEFAULT NULL COMMENT '鏁版嵁搴撶被鍨', + `db_name` varchar(50) DEFAULT NULL COMMENT '鏁版嵁婧愬悕瀛', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -3432,25 +3433,25 @@ CREATE TABLE `t_s_depart` ( `ID` varchar(32) NOT NULL COMMENT 'ID', `departname` varchar(100) NOT NULL COMMENT '閮ㄩ棬鍚嶇О', `description` longtext COMMENT '鎻忚堪', - `parentdepartid` varchar(32) default NULL COMMENT '鐖堕儴闂↖D', - `org_code` varchar(64) default NULL COMMENT '鏈烘瀯缂栫爜', - `org_type` varchar(1) default NULL COMMENT '鏈烘瀯绫诲瀷', - `mobile` varchar(32) default NULL COMMENT '鎵嬫満鍙', - `fax` varchar(32) default NULL COMMENT '浼犵湡', - `address` varchar(100) default NULL COMMENT '鍦板潃', - `depart_order` varchar(5) default '0' COMMENT '鎺掑簭', - `departname_en` varchar(500) default NULL COMMENT '鑻辨枃鍚', - `departname_abbr` varchar(500) default NULL COMMENT '缂╁啓', - `memo` varchar(500) default NULL COMMENT '澶囨敞', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜鸿处鍙', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜鸿处鍙', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_company_code` varchar(50) default NULL COMMENT '鏁版嵁鎵灞炲叕鍙', - `sys_org_code` varchar(50) default NULL COMMENT '鏁版嵁鎵灞為儴闂', - PRIMARY KEY (`ID`), + `parentdepartid` varchar(32) DEFAULT NULL COMMENT '鐖堕儴闂↖D', + `org_code` varchar(64) DEFAULT NULL COMMENT '鏈烘瀯缂栫爜', + `org_type` varchar(1) DEFAULT NULL COMMENT '鏈烘瀯绫诲瀷', + `mobile` varchar(32) DEFAULT NULL COMMENT '鎵嬫満鍙', + `fax` varchar(32) DEFAULT NULL COMMENT '浼犵湡', + `address` varchar(100) DEFAULT NULL COMMENT '鍦板潃', + `depart_order` varchar(5) DEFAULT '0' COMMENT '鎺掑簭', + `departname_en` varchar(500) DEFAULT NULL COMMENT '鑻辨枃鍚', + `departname_abbr` varchar(500) DEFAULT NULL COMMENT '缂╁啓', + `memo` varchar(500) DEFAULT NULL COMMENT '澶囨敞', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜鸿处鍙', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜鸿处鍙', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鏁版嵁鎵灞炲叕鍙', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鏁版嵁鎵灞為儴闂', + PRIMARY KEY (`ID`), KEY `FK_knnm3wb0bembwvm0il7tf6686` (`parentdepartid`), KEY `index_org_code` (`org_code`), KEY `index_org_type` (`org_type`), @@ -3478,19 +3479,19 @@ INSERT INTO `t_s_depart` VALUES ('8a8ab0b246dc81120146dc8180bd0018', '杞欢寮 DROP TABLE IF EXISTS `t_s_depart_authg_function_rel`; CREATE TABLE `t_s_depart_authg_function_rel` ( `id` varchar(36) NOT NULL COMMENT 'ID', - `group_id` varchar(36) default NULL COMMENT '鏉冮檺缁処D', - `auth_id` varchar(36) default NULL COMMENT '鏉冮檺ID', - `operation` varchar(2000) default NULL COMMENT '椤甸潰鎿嶄綔鏉冮檺', - `datarule` varchar(1000) default NULL COMMENT '鏁版嵁鏉冮檺', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜篿d', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `update_name` varchar(50) default NULL COMMENT '淇敼浜', - `update_by` varchar(50) default NULL COMMENT '淇敼浜篿d', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - PRIMARY KEY (`id`) + `group_id` varchar(36) DEFAULT NULL COMMENT '鏉冮檺缁処D', + `auth_id` varchar(36) DEFAULT NULL COMMENT '鏉冮檺ID', + `operation` varchar(2000) DEFAULT NULL COMMENT '椤甸潰鎿嶄綔鏉冮檺', + `datarule` varchar(1000) DEFAULT NULL COMMENT '鏁版嵁鏉冮檺', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_name` varchar(50) DEFAULT NULL COMMENT '淇敼浜', + `update_by` varchar(50) DEFAULT NULL COMMENT '淇敼浜篿d', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -3588,18 +3589,18 @@ INSERT INTO `t_s_depart_authg_function_rel` VALUES ('402881f4609299ad0160929c328 DROP TABLE IF EXISTS `t_s_depart_authg_manager`; CREATE TABLE `t_s_depart_authg_manager` ( `id` varchar(36) NOT NULL COMMENT 'ID', - `group_id` varchar(36) default NULL COMMENT '鏉冮檺缁処D', - `user_id` varchar(36) default NULL COMMENT '鐢ㄦ埛ID', - `type` int(3) default NULL COMMENT '鏉冮檺缁勭被鍨', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜篿d', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `update_name` varchar(50) default NULL COMMENT '淇敼浜', - `update_by` varchar(50) default NULL COMMENT '淇敼浜篿d', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - PRIMARY KEY (`id`) + `group_id` varchar(36) DEFAULT NULL COMMENT '鏉冮檺缁処D', + `user_id` varchar(36) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + `type` int(3) DEFAULT NULL COMMENT '鏉冮檺缁勭被鍨', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_name` varchar(50) DEFAULT NULL COMMENT '淇敼浜', + `update_by` varchar(50) DEFAULT NULL COMMENT '淇敼浜篿d', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -3615,21 +3616,21 @@ INSERT INTO `t_s_depart_authg_manager` VALUES ('402881f4609299ad0160929c7f760018 DROP TABLE IF EXISTS `t_s_depart_auth_group`; CREATE TABLE `t_s_depart_auth_group` ( `id` varchar(36) NOT NULL COMMENT 'ID', - `group_name` varchar(100) default NULL COMMENT '鏉冮檺缁勫悕绉', - `dept_id` varchar(36) default NULL COMMENT '閮ㄩ棬ID', - `dept_code` varchar(50) default NULL COMMENT '閮ㄩ棬缂栫爜', - `dept_name` varchar(100) default NULL COMMENT '閮ㄩ棬鍚嶇О', - `depart_type` varchar(2) default NULL COMMENT '绫诲瀷1/鍏徃2/閮ㄩ棬4/渚涘簲鍟', - `level` int(10) default NULL COMMENT '绾у埆', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜篿d', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `update_name` varchar(50) default NULL COMMENT '淇敼浜', - `update_by` varchar(50) default NULL COMMENT '淇敼浜篿d', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - PRIMARY KEY (`id`) + `group_name` varchar(100) DEFAULT NULL COMMENT '鏉冮檺缁勫悕绉', + `dept_id` varchar(36) DEFAULT NULL COMMENT '閮ㄩ棬ID', + `dept_code` varchar(50) DEFAULT NULL COMMENT '閮ㄩ棬缂栫爜', + `dept_name` varchar(100) DEFAULT NULL COMMENT '閮ㄩ棬鍚嶇О', + `depart_type` varchar(2) DEFAULT NULL COMMENT '绫诲瀷1/鍏徃2/閮ㄩ棬4/渚涘簲鍟', + `level` int(10) DEFAULT NULL COMMENT '绾у埆', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_name` varchar(50) DEFAULT NULL COMMENT '淇敼浜', + `update_by` varchar(50) DEFAULT NULL COMMENT '淇敼浜篿d', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -3644,20 +3645,20 @@ INSERT INTO `t_s_depart_auth_group` VALUES ('402881f4609299ad0160929bd4ac000c', DROP TABLE IF EXISTS `t_s_dict_table_config`; CREATE TABLE `t_s_dict_table_config` ( `id` varchar(36) NOT NULL, - `table_name` varchar(100) default NULL COMMENT '琛ㄥ悕', - `value_col` varchar(50) default NULL COMMENT '鍊煎瓧娈靛悕', - `text_col` varchar(50) default NULL COMMENT '鏂囨湰瀛楁鍚', - `dict_condition` varchar(255) default NULL COMMENT '瀛楀吀琛ㄦ煡璇㈡潯浠', - `isvalid` varchar(32) default NULL COMMENT '鏄惁鍚敤', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - PRIMARY KEY (`id`), + `table_name` varchar(100) DEFAULT NULL COMMENT '琛ㄥ悕', + `value_col` varchar(50) DEFAULT NULL COMMENT '鍊煎瓧娈靛悕', + `text_col` varchar(50) DEFAULT NULL COMMENT '鏂囨湰瀛楁鍚', + `dict_condition` varchar(255) DEFAULT NULL COMMENT '瀛楀吀琛ㄦ煡璇㈡潯浠', + `isvalid` varchar(32) DEFAULT NULL COMMENT '鏄惁鍚敤', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + PRIMARY KEY (`id`), UNIQUE KEY `uniq_tablename_valuecol_textcol` (`table_name`,`value_col`,`text_col`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='瀛楀吀琛ㄦ巿鏉冮厤缃'; @@ -3671,12 +3672,12 @@ CREATE TABLE `t_s_dict_table_config` ( DROP TABLE IF EXISTS `t_s_document`; CREATE TABLE `t_s_document` ( `id` varchar(32) NOT NULL, - `typeid` varchar(32) default NULL, - `documentstate` smallint(6) default NULL, - `documenttitle` varchar(100) default NULL, + `typeid` varchar(32) DEFAULT NULL, + `documentstate` smallint(6) DEFAULT NULL, + `documenttitle` varchar(100) DEFAULT NULL, `pictureindex` blob, - `showhome` smallint(6) default NULL, - PRIMARY KEY (`id`), + `showhome` smallint(6) DEFAULT NULL, + PRIMARY KEY (`id`), KEY `FK_qr3qlmgkflj35m5ci1xv0vvg3` (`typeid`), KEY `FK_f2mc12eu0umghp2i70apmtxjl` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -3694,20 +3695,20 @@ INSERT INTO `t_s_document` VALUES ('402881f3641622190164162519950008', '8a8ab0b2 DROP TABLE IF EXISTS `t_s_fill_rule`; CREATE TABLE `t_s_fill_rule` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `bpm_status` varchar(32) default '1' COMMENT '娴佺▼鐘舵', - `rule_code` varchar(255) default NULL COMMENT '瑙勫垯code', - `rule_name` varchar(255) default NULL COMMENT '瑙勫垯鍚嶇О', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `bpm_status` varchar(32) DEFAULT '1' COMMENT '娴佺▼鐘舵', + `rule_code` varchar(255) DEFAULT NULL COMMENT '瑙勫垯code', + `rule_name` varchar(255) DEFAULT NULL COMMENT '瑙勫垯鍚嶇О', `rule_class` longtext COMMENT '瑙勫垯瀹炵幇绫', `rule_param` longtext COMMENT '瑙勫垯鍙傛暟', - PRIMARY KEY (`id`) + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -3722,23 +3723,23 @@ INSERT INTO `t_s_fill_rule` VALUES ('402881ee60d4fc4e0160d501177b0005', '绠$悊 DROP TABLE IF EXISTS `t_s_function`; CREATE TABLE `t_s_function` ( `ID` varchar(32) NOT NULL COMMENT 'ID', - `functioniframe` smallint(6) default NULL COMMENT '鑿滃崟鍦板潃鎵撳紑鏂瑰紡', - `functionlevel` smallint(6) default NULL COMMENT '鑿滃崟绛夌骇', + `functioniframe` smallint(6) DEFAULT NULL COMMENT '鑿滃崟鍦板潃鎵撳紑鏂瑰紡', + `functionlevel` smallint(6) DEFAULT NULL COMMENT '鑿滃崟绛夌骇', `functionname` varchar(50) NOT NULL COMMENT '鑿滃崟鍚嶅瓧', - `functionorder` varchar(255) default NULL COMMENT '鎺掑簭', - `functionurl` varchar(500) default NULL COMMENT 'URL', - `parentfunctionid` varchar(32) default NULL COMMENT '鐖惰彍鍗旾D', - `iconid` varchar(32) default NULL COMMENT '鍥炬爣ID', - `desk_iconid` varchar(32) default NULL COMMENT '妗岄潰鍥炬爣ID', - `functiontype` smallint(6) default NULL COMMENT '鑿滃崟绫诲瀷', - `function_icon_style` varchar(255) default NULL COMMENT 'ace鍥炬爣鏍峰紡', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - PRIMARY KEY (`ID`), + `functionorder` varchar(255) DEFAULT NULL COMMENT '鎺掑簭', + `functionurl` varchar(500) DEFAULT NULL COMMENT 'URL', + `parentfunctionid` varchar(32) DEFAULT NULL COMMENT '鐖惰彍鍗旾D', + `iconid` varchar(32) DEFAULT NULL COMMENT '鍥炬爣ID', + `desk_iconid` varchar(32) DEFAULT NULL COMMENT '妗岄潰鍥炬爣ID', + `functiontype` smallint(6) DEFAULT NULL COMMENT '鑿滃崟绫诲瀷', + `function_icon_style` varchar(255) DEFAULT NULL COMMENT 'ace鍥炬爣鏍峰紡', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + PRIMARY KEY (`ID`), KEY `FK_brd7b3keorj8pmxcv8bpahnxp` (`parentfunctionid`), KEY `FK_q5tqo3v4ltsp1pehdxd59rccx` (`iconid`), KEY `FK_gbdacaoju6d5u53rp4jo4rbs9` (`desk_iconid`), @@ -3827,6 +3828,7 @@ INSERT INTO `t_s_function` VALUES ('4028810061f41d790161f4221297000b', null, '1' INSERT INTO `t_s_function` VALUES ('4028810061f41d790161f4e293140015', null, '1', '鍏朵粬', '13', '', '8a8ab0b246dc81120146dc8180d4001b', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-align-justify', 'admin', '绠$悊鍛', 'admin', '2018-03-05 15:15:03', '2018-03-05 14:39:04', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028810061f41d790161f4e374890018', null, '2', '绀轰緥鍏', '6', 'jeecgListDemoController.do?other1', '4028810061f3d1b70161f41676110001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', 'admin', '2018-05-06 16:52:10', '2018-03-05 14:40:02', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028810061f41d790161f4e3e901001a', null, '2', '缁煎悎鎶ヨ〃', '2', 'jeecgListDemoController.do?TotalReport', '4028810061f41d790161f4e293140015', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-pencil-square', 'admin', '绠$悊鍛', 'admin', '2018-05-06 16:57:36', '2018-03-05 14:40:32', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('40288102653ced6601653cee431c0001', null, '1', '闈㈡澘鎷栨嫿', '37', 'jeecgListDemoController.do?goDraggablePanels', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-clone', 'admin', '绠$悊鍛', 'admin', '2018-08-15 18:17:15', '2018-08-15 17:32:52', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028810a64e8d94d0164e9033a580005', null, '1', '鍗曟嵁鎵撳嵃', '10', 'jeecgFormDemoController.do?printingDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-print', 'admin', '绠$悊鍛', 'admin', '2018-07-30 14:30:52', '2018-07-30 10:27:40', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('402881855ab8c48a015ab8d133050018', null, '1', '娴嬭瘯online琛ㄥ崟鏉冮檺', '4', '', '402889fb486e848101486e8de3d60005', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '1', '', null, null, 'admin', '2017-03-10 23:23:32', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('402881855ab8c48a015ab8d1f96f001b', null, '1', 'ol璇峰亣鍗曟煡鐪嬮〉闈', '1', 'cgFormBuildController/ftlForm/jform_leave/goDetail.do', '402881855ab8c48a015ab8d133050018', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '1', '', null, null, 'admin', '2017-03-30 12:42:51', null, '绠$悊鍛'); @@ -3900,6 +3902,8 @@ INSERT INTO `t_s_function` VALUES ('4028f681643b2e6401643b3aeba50001', null, '1' INSERT INTO `t_s_function` VALUES ('4028f68164caf6520164cb5d79670004', null, '1', 'plupload涓婁紶1', '100', 'jeecgFormDemoController.do?plupload1', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-upload', 'admin', '绠$悊鍛', null, null, '2018-07-24 16:17:38', null); INSERT INTO `t_s_function` VALUES ('4028f68164caf6520164cb5ecade0006', null, '1', '妫绱笅鎷夋', '100', 'jeecgListDemoController.do?suggest', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-list-ol', 'admin', '绠$悊鍛', null, null, '2018-07-24 16:19:04', null); INSERT INTO `t_s_function` VALUES ('4028f68164cfec7b0164d07373540002', null, '1', 'plupload涓婁紶2', '100', 'jeecgFormDemoController.do?plupload2', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-upload', 'admin', '绠$悊鍛', null, null, '2018-07-25 15:59:44', null); +INSERT INTO `t_s_function` VALUES ('4028f681658063000165806aa21c0001', null, '1', 'jxls瀵煎嚭excel', '99', 'jeecgDemoExcelController.do?jxls', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-file-excel-o', 'admin', '绠$悊鍛', 'admin', '2018-08-28 20:07:29', '2018-08-28 20:03:16', '绠$悊鍛'); +INSERT INTO `t_s_function` VALUES ('4028f68165a8fe350165a90f06d50001', null, '1', '涓嬫媺澶氶塪emo', '100', 'jeecgFormDemoController.do?multiSelect', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-list-ol', 'admin', '绠$悊鍛', 'admin', '2018-09-05 17:28:15', '2018-09-05 17:27:38', '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028fbc65c3ab6e3015c3ab7ba690003', null, '1', '鏂囦欢涓婁紶涓', '14', 'commonController.do?listTurn&turn=system/document/filesList', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-files-o', null, null, 'admin', '2018-05-06 15:07:01', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('4028fbc65c56ece6015c56f508300002', null, '1', '鏍戝舰鍒楄〃', '4', 'jeecgFormDemoController.do?function', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-tree', null, null, 'admin', '2017-11-14 11:35:33', null, '绠$悊鍛'); INSERT INTO `t_s_function` VALUES ('8a8ab0b246dc81120146dc8180ce0019', null, '0', 'online.develop', '5', '', null, '8a8ab0b246dc81120146dc8180890008', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-cloud', null, null, 'admin', '2016-04-08 22:28:17', null, '绠$悊鍛'); @@ -3926,13 +3930,13 @@ INSERT INTO `t_s_function` VALUES ('ff8080815ffd3b5d015ffd3e74b40001', null, '1' DROP TABLE IF EXISTS `t_s_icon`; CREATE TABLE `t_s_icon` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `extend` varchar(255) default NULL COMMENT '鍥剧墖鍚庣紑', - `iconclas` varchar(200) default NULL COMMENT '绫诲瀷', + `extend` varchar(255) DEFAULT NULL COMMENT '鍥剧墖鍚庣紑', + `iconclas` varchar(200) DEFAULT NULL COMMENT '绫诲瀷', `content` blob COMMENT '鍥剧墖娴佸唴瀹', `name` varchar(100) NOT NULL COMMENT '鍚嶅瓧', `path` longtext COMMENT '璺緞', - `type` smallint(6) default NULL COMMENT '绫诲瀷 1绯荤粺鍥炬爣/2鑿滃崟鍥炬爣/3妗岄潰鍥炬爣', - PRIMARY KEY (`ID`) + `type` smallint(6) DEFAULT NULL COMMENT '绫诲瀷 1绯荤粺鍥炬爣/2鑿滃崟鍥炬爣/3妗岄潰鍥炬爣', + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -3967,22 +3971,22 @@ INSERT INTO `t_s_icon` VALUES ('8a8ab0b246dc81120146dc81816e004a', 'png', 'deskI DROP TABLE IF EXISTS `t_s_interface`; CREATE TABLE `t_s_interface` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', `interface_name` varchar(50) NOT NULL COMMENT '鏉冮檺鍚嶇О', - `interface_order` varchar(50) default NULL COMMENT '鎺掑簭', - `interface_level` varchar(10) default NULL COMMENT '鎺ュ彛绛夌礆', + `interface_order` varchar(50) DEFAULT NULL COMMENT '鎺掑簭', + `interface_level` varchar(10) DEFAULT NULL COMMENT '鎺ュ彛绛夌礆', `interface_url` longtext COMMENT 'URL', `interface_code` varchar(64) NOT NULL COMMENT '鎺ュ彛缂栫爜', - `interface_method` varchar(64) default NULL COMMENT '璇锋眰鏂瑰紡', - `parent_interface_id` varchar(32) default NULL COMMENT '鐖惰彍鍗旾D', - PRIMARY KEY (`id`) + `interface_method` varchar(64) DEFAULT NULL COMMENT '璇锋眰鏂瑰紡', + `parent_interface_id` varchar(32) DEFAULT NULL COMMENT '鐖惰彍鍗旾D', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -4012,20 +4016,20 @@ INSERT INTO `t_s_interface` VALUES ('402881fc60a129cf0160a1563ee60018', '绠$悊 DROP TABLE IF EXISTS `t_s_interface_datarule`; CREATE TABLE `t_s_interface_datarule` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `sys_org_code` varchar(50) default NULL COMMENT '鎵灞為儴闂', - `sys_company_code` varchar(50) default NULL COMMENT '鎵灞炲叕鍙', - `rule_name` varchar(96) default NULL COMMENT '鎺ュ彛鏉冮檺瑙勫垯鍚嶇О', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `sys_org_code` varchar(50) DEFAULT NULL COMMENT '鎵灞為儴闂', + `sys_company_code` varchar(50) DEFAULT NULL COMMENT '鎵灞炲叕鍙', + `rule_name` varchar(96) DEFAULT NULL COMMENT '鎺ュ彛鏉冮檺瑙勫垯鍚嶇О', `rule_column` longtext COMMENT '瀛楁', `rule_conditions` longtext COMMENT '鏉′欢', `rule_value` longtext COMMENT '瑙勫垯鍊', - `interface_id` varchar(32) default NULL COMMENT '鑿滃崟id', - PRIMARY KEY (`id`) + `interface_id` varchar(32) DEFAULT NULL COMMENT '鑿滃崟id', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -4039,15 +4043,15 @@ INSERT INTO `t_s_interface_datarule` VALUES ('402881fc60a196d80160a1a31dd70001', DROP TABLE IF EXISTS `t_s_interrole`; CREATE TABLE `t_s_interrole` ( `id` varchar(32) NOT NULL COMMENT 'id', - `role_code` varchar(10) default NULL COMMENT '鎺ュ彛瑙掕壊缂栫爜', - `role_name` varchar(100) default NULL COMMENT '鎺ュ彛瑙掕壊鍚嶇О', - `update_name` varchar(32) default NULL COMMENT '淇敼鏃堕棿', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - PRIMARY KEY (`id`) + `role_code` varchar(10) DEFAULT NULL COMMENT '鎺ュ彛瑙掕壊缂栫爜', + `role_name` varchar(100) DEFAULT NULL COMMENT '鎺ュ彛瑙掕壊鍚嶇О', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='鎺ュ彛鏉冮檺瑙掕壊琛'; -- ---------------------------- @@ -4061,9 +4065,9 @@ INSERT INTO `t_s_interrole` VALUES ('402881fc60a0eea40160a0f20b1f0001', 'common' DROP TABLE IF EXISTS `t_s_interrole_interface`; CREATE TABLE `t_s_interrole_interface` ( `id` varchar(32) NOT NULL COMMENT 'ID', - `interface_id` varchar(32) default NULL COMMENT '鏉冮檺ID', - `interrole_id` varchar(32) default NULL COMMENT '鎺ュ彛瑙掕壊ID', - `data_rule` varchar(1000) default NULL COMMENT '鎺ュ彛鏉冮檺瑙勫垯ID', + `interface_id` varchar(32) DEFAULT NULL COMMENT '鏉冮檺ID', + `interrole_id` varchar(32) DEFAULT NULL COMMENT '鎺ュ彛瑙掕壊ID', + `data_rule` varchar(1000) DEFAULT NULL COMMENT '鎺ュ彛鏉冮檺瑙勫垯ID', UNIQUE KEY `uniq_interfaceid_interroleid` (`interface_id`,`interrole_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='鎺ュ彛鏉冮檺瑙掕壊鍏宠仈琛'; @@ -4089,9 +4093,9 @@ INSERT INTO `t_s_interrole_interface` VALUES ('40288109628f9ce701628fb8e7ba0007' DROP TABLE IF EXISTS `t_s_interrole_user`; CREATE TABLE `t_s_interrole_user` ( `id` varchar(32) NOT NULL COMMENT 'ID', - `interrole_id` varchar(32) default NULL COMMENT '鎺ュ彛瑙掕壊ID', - `user_id` varchar(32) default NULL COMMENT '鐢ㄦ埛ID', - PRIMARY KEY (`id`), + `interrole_id` varchar(32) DEFAULT NULL COMMENT '鎺ュ彛瑙掕壊ID', + `user_id` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + PRIMARY KEY (`id`), UNIQUE KEY `uniq_interroleid_userid` (`interrole_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='鎺ュ彛瑙掕壊鍜岀敤鎴峰叧鑱旇〃'; @@ -4105,16 +4109,16 @@ CREATE TABLE `t_s_interrole_user` ( DROP TABLE IF EXISTS `t_s_log`; CREATE TABLE `t_s_log` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `broswer` varchar(100) default NULL COMMENT '娴忚鍣', + `broswer` varchar(100) DEFAULT NULL COMMENT '娴忚鍣', `logcontent` longtext NOT NULL COMMENT '鏃ュ織鍐呭', - `loglevel` smallint(6) default NULL COMMENT '鏃ュ織绾у埆', + `loglevel` smallint(6) DEFAULT NULL COMMENT '鏃ュ織绾у埆', `note` longtext COMMENT 'IP', `operatetime` datetime NOT NULL COMMENT '鎿嶄綔鏃堕棿', - `operatetype` smallint(6) default NULL COMMENT '鎿嶄綔绫诲瀷', - `userid` varchar(32) default NULL COMMENT '鐢ㄦ埛ID', - `username` varchar(50) default NULL COMMENT '鐢ㄦ埛璐﹀彿', - `realname` varchar(50) default NULL COMMENT '鐪熷疄鍚嶅瓧', - PRIMARY KEY (`ID`), + `operatetype` smallint(6) DEFAULT NULL COMMENT '鎿嶄綔绫诲瀷', + `userid` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + `username` varchar(50) DEFAULT NULL COMMENT '鐢ㄦ埛璐﹀彿', + `realname` varchar(50) DEFAULT NULL COMMENT '鐪熷疄鍚嶅瓧', + PRIMARY KEY (`ID`), KEY `FK_oe64k4852uylhyc5a00rfwtay` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; @@ -5392,16 +5396,16 @@ INSERT INTO `t_s_log` VALUES ('402881f3644aef3101644b303c2e0003', 'Chrome', '鐢 DROP TABLE IF EXISTS `t_s_muti_lang`; CREATE TABLE `t_s_muti_lang` ( `id` varchar(32) NOT NULL COMMENT '涓婚敭', - `lang_key` varchar(50) default NULL COMMENT '璇█涓婚敭', - `lang_context` varchar(500) default NULL COMMENT '鍐呭', - `lang_code` varchar(50) default NULL COMMENT '璇█', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹紪鍙', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄鍚', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹紪鍙', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄鍚', - PRIMARY KEY (`id`), + `lang_key` varchar(50) DEFAULT NULL COMMENT '璇█涓婚敭', + `lang_context` varchar(500) DEFAULT NULL COMMENT '鍐呭', + `lang_code` varchar(50) DEFAULT NULL COMMENT '璇█', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹紪鍙', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄鍚', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹紪鍙', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄鍚', + PRIMARY KEY (`id`), UNIQUE KEY `uniq_langkey_langcode` (`lang_key`,`lang_code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -5678,6 +5682,14 @@ INSERT INTO `t_s_muti_lang` VALUES ('402881026416bfa8016416cb5fc20005', 'common. INSERT INTO `t_s_muti_lang` VALUES ('402881026416bfa8016416cb9ed60007', 'common.range1to10', 'The type in the range of 1~10 characters', 'en', '2018-06-19 14:46:41', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('4028810264f4f97d0164f527c5dd000e', 'please.input.table.content', '璇峰~鍐欒〃鎻忚堪锛', 'zh-cn', '2018-08-01 19:03:02', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('4028810264f4f97d0164f528560a0010', 'please.input.table.content', 'Please Input Table Content', 'en', '2018-08-01 19:03:39', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('402881026560c0a0016560e237d50005', 'common.position.name', '鑱屽姟', 'zh-cn', '2018-08-22 17:06:03', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('402881026560c0a0016560e2bd800007', 'common.position.name', 'Position Name', 'en', '2018-08-22 17:06:37', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('40288102657927c401657947644c0001', 'common.event', '浜嬩欢鐘舵', 'zh-cn', '2018-08-27 10:47:27', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('40288102657927c401657947f3f90003', 'common.event', 'Event State', 'en', '2018-08-27 10:48:03', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('40288102657951ed016579537e400001', 'common.begin', '寮濮', 'zh-cn', '2018-08-27 11:00:40', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('40288102657951ed0165795414370003', 'common.begin', 'Begin', 'en', '2018-08-27 11:01:18', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('40288102657951ed0165795465070005', 'common.end', '缁撴潫', 'zh-cn', '2018-08-27 11:01:39', 'admin', '绠$悊鍛', null, null, null); +INSERT INTO `t_s_muti_lang` VALUES ('40288102657951ed01657954835f0007', 'common.end', 'End', 'en', '2018-08-27 11:01:46', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('402881034728d95a014728dc0fdf0005', 'has.sync', '宸插悓姝', 'zh-cn', '2014-07-12 12:36:56', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-12 12:36:56', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('402881034728d95a014728dcc32c0007', 'has.sync', 'Synchronized', 'en', '2014-07-12 12:37:42', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-12 13:10:45', '8a8ab0b246dc81120146dc8181950052', 'admin'); INSERT INTO `t_s_muti_lang` VALUES ('402881034728d95a014728dd29140009', 'have.nosync', '鏈悓姝', 'zh-cn', '2014-07-12 12:38:08', '8a8ab0b246dc81120146dc8181950052', 'admin', '2014-07-12 12:38:08', 'admin', '绠$悊鍛'); @@ -6093,8 +6105,8 @@ INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533051360153305c60c90008', 'form.te INSERT INTO `t_s_muti_lang` VALUES ('4028ef815335c1da015335c8647d0003', 'self.defined.form', 'use defined form', 'en', '2016-03-02 13:23:58', 'admin', '绠$悊鍛', null, null, null); INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533a788e01533a7a53180005', 'form.tb.db.table.name', 'table', 'en', '2016-03-03 11:16:48', 'admin', '绠$悊鍛', '2016-03-03 11:17:56', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533a788e01533a7ba98c0008', 'form.tb.db.key', 'db source', 'en', '2016-03-03 11:18:16', 'admin', '绠$悊鍛', null, null, null); -INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08b1ca0001', 'system.version.number', '3.7.8', 'zh-cn', '2016-03-03 18:31:56', 'admin', '绠$悊鍛', '2016-06-29 11:50:18', 'admin', '绠$悊鍛'); -INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08e2370003', 'system.version.number', '3.7.8', 'en', '2016-03-03 18:32:08', 'admin', '绠$悊鍛', '2016-06-29 11:50:12', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08b1ca0001', 'system.version.number', '3.8', 'zh-cn', '2016-03-03 18:31:56', 'admin', '绠$悊鍛', '2016-06-29 11:50:18', 'admin', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang` VALUES ('4028ef81533c078201533c08e2370003', 'system.version.number', '3.8', 'en', '2016-03-03 18:32:08', 'admin', '绠$悊鍛', '2016-06-29 11:50:12', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028ef8154753f26015475436db30001', 'common.returntxttype', 'return type', 'en', '2016-05-03 14:17:13', 'admin', '绠$悊鍛', '2016-05-03 14:41:57', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028ef8154753f26015475438dd00003', 'common.returntxttype', '杩斿洖绫诲瀷', 'zh-cn', '2016-05-03 14:17:22', 'admin', '绠$悊鍛', '2016-05-03 14:42:06', 'admin', '绠$悊鍛'); INSERT INTO `t_s_muti_lang` VALUES ('4028efa2523a030601523a55381d0004', 'self.defined.form', '鑷畾涔夎〃鍗', 'zh-cn', '2016-01-13 17:33:29', 'admin', '绠$悊鍛', null, null, null); @@ -6625,15 +6637,15 @@ INSERT INTO `t_s_muti_lang` VALUES ('jglongjba87c37d001487c499a4d1114', 'common. -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice`; CREATE TABLE `t_s_notice` ( - `id` varchar(36) NOT NULL default '' COMMENT 'ID', - `notice_title` varchar(255) default NULL COMMENT '閫氱煡鏍囬', + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'ID', + `notice_title` varchar(255) DEFAULT NULL COMMENT '閫氱煡鏍囬', `notice_content` longtext COMMENT '閫氱煡鍏憡鍐呭', - `notice_type` varchar(2) default NULL COMMENT '閫氱煡鍏憡绫诲瀷锛1锛氶氱煡锛2:鍏憡锛', - `notice_level` varchar(2) default NULL COMMENT '閫氬憡鎺堟潈绾у埆锛1:鍏ㄥ憳锛2锛氳鑹诧紝3锛氱敤鎴凤級', - `notice_term` datetime default NULL COMMENT '闃呰鏈熼檺', - `create_user` varchar(32) default NULL COMMENT '鍒涘缓鑰', - `create_time` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - PRIMARY KEY (`id`) + `notice_type` varchar(2) DEFAULT NULL COMMENT '閫氱煡鍏憡绫诲瀷锛1锛氶氱煡锛2:鍏憡锛', + `notice_level` varchar(2) DEFAULT NULL COMMENT '閫氬憡鎺堟潈绾у埆锛1:鍏ㄥ憳锛2锛氳鑹诧紝3锛氱敤鎴凤級', + `notice_term` datetime DEFAULT NULL COMMENT '闃呰鏈熼檺', + `create_user` varchar(32) DEFAULT NULL COMMENT '鍒涘缓鑰', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='閫氱煡鍏憡琛'; -- ---------------------------- @@ -6648,10 +6660,10 @@ INSERT INTO `t_s_notice` VALUES ('402881855b90f0d5015b90fb8721000e', '222', '

-- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_authority_role`; CREATE TABLE `t_s_notice_authority_role` ( - `id` varchar(36) NOT NULL default '' COMMENT 'ID', - `notice_id` varchar(36) default NULL COMMENT '閫氬憡ID', - `role_id` varchar(32) default NULL COMMENT '鎺堟潈瑙掕壊ID', - PRIMARY KEY (`id`), + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'ID', + `notice_id` varchar(36) DEFAULT NULL COMMENT '閫氬憡ID', + `role_id` varchar(32) DEFAULT NULL COMMENT '鎺堟潈瑙掕壊ID', + PRIMARY KEY (`id`), KEY `index_noteid` (`notice_id`), KEY `index_roleid` (`role_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='閫氬憡鎺堟潈瑙掕壊琛'; @@ -6666,10 +6678,10 @@ INSERT INTO `t_s_notice_authority_role` VALUES ('402880f25b0da07e015b0dc68e87005 -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_authority_user`; CREATE TABLE `t_s_notice_authority_user` ( - `id` varchar(36) NOT NULL default '' COMMENT 'ID', - `notice_id` varchar(36) default NULL COMMENT '閫氬憡ID', - `user_id` varchar(32) default NULL COMMENT '鎺堟潈鐢ㄦ埛ID', - PRIMARY KEY (`id`), + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'ID', + `notice_id` varchar(36) DEFAULT NULL COMMENT '閫氬憡ID', + `user_id` varchar(32) DEFAULT NULL COMMENT '鎺堟潈鐢ㄦ埛ID', + PRIMARY KEY (`id`), KEY `index_noticeid` (`notice_id`), KEY `index_userid` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='閫氬憡鎺堟潈鐢ㄦ埛琛'; @@ -6683,13 +6695,13 @@ CREATE TABLE `t_s_notice_authority_user` ( -- ---------------------------- DROP TABLE IF EXISTS `t_s_notice_read_user`; CREATE TABLE `t_s_notice_read_user` ( - `id` varchar(36) NOT NULL default '' COMMENT 'ID', - `notice_id` varchar(36) default NULL COMMENT '閫氬憡ID', - `user_id` varchar(32) default NULL COMMENT '鐢ㄦ埛ID', - `is_read` smallint(2) NOT NULL default '0' COMMENT '鏄惁宸查槄璇', - `del_flag` smallint(2) NOT NULL default '0' COMMENT '鏄惁宸插垹闄', - `create_time` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - PRIMARY KEY (`id`), + `id` varchar(36) NOT NULL DEFAULT '' COMMENT 'ID', + `notice_id` varchar(36) DEFAULT NULL COMMENT '閫氬憡ID', + `user_id` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + `is_read` smallint(2) NOT NULL DEFAULT '0' COMMENT '鏄惁宸查槄璇', + `del_flag` smallint(2) NOT NULL DEFAULT '0' COMMENT '鏄惁宸插垹闄', + `create_time` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + PRIMARY KEY (`id`), KEY `notice_id_index` (`notice_id`), KEY `user_id_index` (`user_id`), KEY `index_delflag` (`del_flag`), @@ -6725,15 +6737,15 @@ INSERT INTO `t_s_notice_read_user` VALUES ('402881855b90f0d5015b90fb87ac0017', ' DROP TABLE IF EXISTS `t_s_operation`; CREATE TABLE `t_s_operation` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `operationcode` varchar(50) default NULL COMMENT '椤甸潰鎺т欢code', - `operationicon` varchar(100) default NULL COMMENT '鍥炬爣', - `operationname` varchar(50) default NULL COMMENT '椤甸潰鍚嶅瓧', - `status` smallint(6) default NULL COMMENT '鐘舵', - `functionid` varchar(32) default NULL COMMENT '鑿滃崟ID', - `iconid` varchar(32) default NULL COMMENT '鍥炬爣ID', - `operationtype` smallint(6) default NULL COMMENT '瑙勫垯绫诲瀷锛1/绂佺敤 0/闅愯棌', - `processnode_id` varchar(32) default NULL COMMENT '娴佺▼鑺傜偣id', - PRIMARY KEY (`ID`), + `operationcode` varchar(50) DEFAULT NULL COMMENT '椤甸潰鎺т欢code', + `operationicon` varchar(100) DEFAULT NULL COMMENT '鍥炬爣', + `operationname` varchar(50) DEFAULT NULL COMMENT '椤甸潰鍚嶅瓧', + `status` smallint(6) DEFAULT NULL COMMENT '鐘舵', + `functionid` varchar(32) DEFAULT NULL COMMENT '鑿滃崟ID', + `iconid` varchar(32) DEFAULT NULL COMMENT '鍥炬爣ID', + `operationtype` smallint(6) DEFAULT NULL COMMENT '瑙勫垯绫诲瀷锛1/绂佺敤 0/闅愯棌', + `processnode_id` varchar(32) DEFAULT NULL COMMENT '娴佺▼鑺傜偣id', + PRIMARY KEY (`ID`), KEY `FK_pceuy41wr2fjbcilyc7mk3m1f` (`functionid`), KEY `FK_ny5de7922l39ta2pkhyspd5f` (`iconid`), CONSTRAINT `FK_ny5de7922l39ta2pkhyspd5f` FOREIGN KEY (`iconid`) REFERENCES `t_s_icon` (`ID`), @@ -6774,13 +6786,13 @@ INSERT INTO `t_s_operation` VALUES ('402881f4606cc3d501606cd0cbdb0007', 'jeecgde DROP TABLE IF EXISTS `t_s_password_resetkey`; CREATE TABLE `t_s_password_resetkey` ( `id` varchar(36) NOT NULL, - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `username` varchar(100) default NULL COMMENT '鐢ㄦ埛鍚', - `email` varchar(100) default NULL COMMENT '閭鍦板潃', - `is_reset` int(11) default NULL COMMENT '鏄惁宸查噸缃', - PRIMARY KEY (`id`) + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `username` varchar(100) DEFAULT NULL COMMENT '鐢ㄦ埛鍚', + `email` varchar(100) DEFAULT NULL COMMENT '閭鍦板潃', + `is_reset` int(11) DEFAULT NULL COMMENT '鏄惁宸查噸缃', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -6799,7 +6811,7 @@ CREATE TABLE `t_s_region` ( `NAME` varchar(50) NOT NULL COMMENT '鍩庡競鍚', `PID` varchar(10) NOT NULL COMMENT '鐖禝D', `NAME_EN` varchar(100) NOT NULL COMMENT '鑻辨枃鍚', - PRIMARY KEY (`ID`) + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -10332,17 +10344,17 @@ INSERT INTO `t_s_region` VALUES ('999', '瀹佹睙鍖', '91', 'Ningjiang Qu'); DROP TABLE IF EXISTS `t_s_role`; CREATE TABLE `t_s_role` ( `ID` varchar(32) NOT NULL COMMENT 'ID', - `rolecode` varchar(10) default NULL COMMENT '瑙掕壊缂栫爜', + `rolecode` varchar(10) DEFAULT NULL COMMENT '瑙掕壊缂栫爜', `rolename` varchar(100) NOT NULL COMMENT '瑙掕壊鍚嶅瓧', - `depart_ag_id` varchar(32) default NULL COMMENT '閮ㄩ棬鏉冮檺缁処D', - `role_type` varchar(2) default NULL COMMENT '绫诲瀷1閮ㄩ棬瑙掕壊/0绯荤粺瑙掕壊', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - PRIMARY KEY (`ID`) + `depart_ag_id` varchar(32) DEFAULT NULL COMMENT '閮ㄩ棬鏉冮檺缁処D', + `role_type` varchar(2) DEFAULT NULL COMMENT '绫诲瀷1閮ㄩ棬瑙掕壊/0绯荤粺瑙掕壊', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -10362,11 +10374,11 @@ INSERT INTO `t_s_role` VALUES ('8a8ab0b246dc81120146dc81818b0051', 'manager', ' DROP TABLE IF EXISTS `t_s_role_function`; CREATE TABLE `t_s_role_function` ( `ID` varchar(32) NOT NULL COMMENT 'ID', - `operation` varchar(1000) default NULL COMMENT '椤甸潰鎺т欢鏉冮檺缂栫爜', - `functionid` varchar(32) default NULL COMMENT '鑿滃崟ID', - `roleid` varchar(32) default NULL COMMENT '瑙掕壊ID', - `datarule` varchar(1000) default NULL COMMENT '鏁版嵁鏉冮檺瑙勫垯ID', - PRIMARY KEY (`ID`), + `operation` varchar(1000) DEFAULT NULL COMMENT '椤甸潰鎺т欢鏉冮檺缂栫爜', + `functionid` varchar(32) DEFAULT NULL COMMENT '鑿滃崟ID', + `roleid` varchar(32) DEFAULT NULL COMMENT '瑙掕壊ID', + `datarule` varchar(1000) DEFAULT NULL COMMENT '鏁版嵁鏉冮檺瑙勫垯ID', + PRIMARY KEY (`ID`), KEY `FK_fvsillj2cxyk5thnuu625urab` (`functionid`), KEY `FK_9dww3p4w8jwvlrgwhpitsbfif` (`roleid`), CONSTRAINT `FK_9dww3p4w8jwvlrgwhpitsbfif` FOREIGN KEY (`roleid`) REFERENCES `t_s_role` (`ID`), @@ -10589,9 +10601,9 @@ INSERT INTO `t_s_role_function` VALUES ('ff8080815ffd3b5d015ffd3f36800003', null DROP TABLE IF EXISTS `t_s_role_org`; CREATE TABLE `t_s_role_org` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `org_id` varchar(32) default NULL COMMENT '鏈烘瀯ID', - `role_id` varchar(32) default NULL COMMENT '瑙掕壊ID', - PRIMARY KEY (`ID`) + `org_id` varchar(32) DEFAULT NULL COMMENT '鏈烘瀯ID', + `role_id` varchar(32) DEFAULT NULL COMMENT '瑙掕壊ID', + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -10604,9 +10616,9 @@ CREATE TABLE `t_s_role_org` ( DROP TABLE IF EXISTS `t_s_role_user`; CREATE TABLE `t_s_role_user` ( `ID` varchar(32) NOT NULL COMMENT 'ID', - `roleid` varchar(32) default NULL COMMENT '瑙掕壊ID', - `userid` varchar(32) default NULL COMMENT '鐢ㄦ埛ID', - PRIMARY KEY (`ID`), + `roleid` varchar(32) DEFAULT NULL COMMENT '瑙掕壊ID', + `userid` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛ID', + PRIMARY KEY (`ID`), KEY `FK_n2ucxeorvpjy7qhnmuem01kbx` (`roleid`), KEY `FK_d4qb5xld2pfb0bkjx9iwtolda` (`userid`), CONSTRAINT `FK_d4qb5xld2pfb0bkjx9iwtolda` FOREIGN KEY (`userid`) REFERENCES `t_s_user` (`id`), @@ -10637,22 +10649,22 @@ INSERT INTO `t_s_role_user` VALUES ('4028ef81563ae5be01563ae92de10004', '402880e DROP TABLE IF EXISTS `t_s_sms`; CREATE TABLE `t_s_sms` ( `id` varchar(36) NOT NULL COMMENT 'ID', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `es_title` varchar(32) default NULL COMMENT '娑堟伅鏍囬', - `es_type` varchar(1) default NULL COMMENT '娑堟伅绫诲瀷', - `es_sender` varchar(50) default NULL COMMENT '鍙戦佷汉', - `es_receiver` varchar(50) default NULL COMMENT '鎺ユ敹浜', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `es_title` varchar(32) DEFAULT NULL COMMENT '娑堟伅鏍囬', + `es_type` varchar(1) DEFAULT NULL COMMENT '娑堟伅绫诲瀷', + `es_sender` varchar(50) DEFAULT NULL COMMENT '鍙戦佷汉', + `es_receiver` varchar(50) DEFAULT NULL COMMENT '鎺ユ敹浜', `es_content` longtext COMMENT '鍐呭', - `es_sendtime` datetime default NULL COMMENT '鍙戦佹椂闂', - `remark` varchar(500) default NULL COMMENT '澶囨敞', - `es_status` varchar(1) default NULL COMMENT '鍙戦佺姸鎬', - `is_read` smallint(2) NOT NULL default '0' COMMENT '鏄惁宸查槄璇', - PRIMARY KEY (`id`), + `es_sendtime` datetime DEFAULT NULL COMMENT '鍙戦佹椂闂', + `remark` varchar(500) DEFAULT NULL COMMENT '澶囨敞', + `es_status` varchar(1) DEFAULT NULL COMMENT '鍙戦佺姸鎬', + `is_read` smallint(2) NOT NULL DEFAULT '0' COMMENT '鏄惁宸查槄璇', + PRIMARY KEY (`id`), KEY `index_type` (`es_type`), KEY `index_receiver` (`es_receiver`), KEY `index_sendtime` (`es_sendtime`), @@ -10676,15 +10688,15 @@ INSERT INTO `t_s_sms` VALUES ('402881f3646a472b01646a4a5af00001', '绠$悊鍛', ' DROP TABLE IF EXISTS `t_s_sms_sql`; CREATE TABLE `t_s_sms_sql` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `sql_name` varchar(32) default NULL COMMENT 'SQL鍚嶇О', - `sql_content` varchar(1000) default NULL COMMENT 'SQL鍐呭', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - PRIMARY KEY (`id`) + `sql_name` varchar(32) DEFAULT NULL COMMENT 'SQL鍚嶇О', + `sql_content` varchar(1000) DEFAULT NULL COMMENT 'SQL鍐呭', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -10698,18 +10710,18 @@ INSERT INTO `t_s_sms_sql` VALUES ('8a71b40e4a386269014a3865f9a90001', 'SQL-鏌 DROP TABLE IF EXISTS `t_s_sms_template`; CREATE TABLE `t_s_sms_template` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `template_type` varchar(1) default NULL COMMENT '妯℃澘绫诲瀷', - `template_code` varchar(32) default NULL COMMENT '妯℃澘CODE', - `template_name` varchar(50) default NULL COMMENT '妯℃澘鍚嶇О', - `template_content` varchar(1000) default NULL COMMENT '妯℃澘鍐呭', - `template_test_json` varchar(1000) default NULL COMMENT '妯℃澘娴嬭瘯json', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - PRIMARY KEY (`id`), + `template_type` varchar(1) DEFAULT NULL COMMENT '妯℃澘绫诲瀷', + `template_code` varchar(32) DEFAULT NULL COMMENT '妯℃澘CODE', + `template_name` varchar(50) DEFAULT NULL COMMENT '妯℃澘鍚嶇О', + `template_content` varchar(1000) DEFAULT NULL COMMENT '妯℃澘鍐呭', + `template_test_json` varchar(1000) DEFAULT NULL COMMENT '妯℃澘娴嬭瘯json', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + PRIMARY KEY (`id`), UNIQUE KEY `uniq_templatecode` (`template_code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -10725,17 +10737,17 @@ INSERT INTO `t_s_sms_template` VALUES ('8a71b40e4a386269014a38701cff0005', '1', DROP TABLE IF EXISTS `t_s_sms_template_sql`; CREATE TABLE `t_s_sms_template_sql` ( `id` varchar(36) NOT NULL COMMENT '涓婚敭', - `code` varchar(32) default NULL COMMENT '閰嶇疆CODE', - `name` varchar(32) default NULL COMMENT '閰嶇疆鍚嶇О', - `sql_id` varchar(32) default NULL COMMENT '涓氬姟SQLID', - `template_id` varchar(32) default NULL COMMENT '娑堟伅妯℃湰ID', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃ユ湡', - `create_by` varchar(50) default NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', - `create_name` varchar(50) default NULL COMMENT '鍒涘缓浜哄悕绉', - `update_date` datetime default NULL COMMENT '鏇存柊鏃ユ湡', - `update_by` varchar(50) default NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', - `update_name` varchar(50) default NULL COMMENT '鏇存柊浜哄悕绉', - PRIMARY KEY (`id`) + `code` varchar(32) DEFAULT NULL COMMENT '閰嶇疆CODE', + `name` varchar(32) DEFAULT NULL COMMENT '閰嶇疆鍚嶇О', + `sql_id` varchar(32) DEFAULT NULL COMMENT '涓氬姟SQLID', + `template_id` varchar(32) DEFAULT NULL COMMENT '娑堟伅妯℃湰ID', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃ユ湡', + `create_by` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜虹櫥褰曞悕绉', + `create_name` varchar(50) DEFAULT NULL COMMENT '鍒涘缓浜哄悕绉', + `update_date` datetime DEFAULT NULL COMMENT '鏇存柊鏃ユ湡', + `update_by` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜虹櫥褰曞悕绉', + `update_name` varchar(50) DEFAULT NULL COMMENT '鏇存柊浜哄悕绉', + PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -10749,21 +10761,21 @@ INSERT INTO `t_s_sms_template_sql` VALUES ('8a71b40e4a386269014a3871f5ee0008', ' DROP TABLE IF EXISTS `t_s_timetask`; CREATE TABLE `t_s_timetask` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `CREATE_BY` varchar(32) default NULL COMMENT '鍒涘缓浜', - `CREATE_DATE` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `CREATE_NAME` varchar(32) default NULL COMMENT '鍒涘缓浜哄悕瀛', + `CREATE_BY` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `CREATE_DATE` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `CREATE_NAME` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜哄悕瀛', `CRON_EXPRESSION` varchar(100) NOT NULL COMMENT 'cron琛ㄨ揪寮', `IS_EFFECT` varchar(1) NOT NULL COMMENT '鏄惁鐢熸晥 0/鏈敓鏁,1/鐢熸晥', `IS_START` varchar(1) NOT NULL COMMENT '鏄惁杩愯0鍋滄,1杩愯', `TASK_DESCRIBE` varchar(50) NOT NULL COMMENT '浠诲姟鎻忚堪', `TASK_ID` varchar(100) NOT NULL COMMENT '浠诲姟ID', `CLASS_NAME` varchar(300) NOT NULL COMMENT '浠诲姟绫诲悕', - `RUN_SERVER_IP` varchar(15) NOT NULL default '鏈湴' COMMENT '浠诲姟杩愯鏈嶅姟鍣↖P', - `RUN_SERVER` varchar(300) NOT NULL default '鏈湴' COMMENT '杩滅▼涓绘満锛堝煙鍚/IP+椤圭洰璺緞锛', - `UPDATE_BY` varchar(32) default NULL COMMENT '淇敼浜', - `UPDATE_DATE` datetime default NULL COMMENT '淇敼鏃堕棿', - `UPDATE_NAME` varchar(32) default NULL COMMENT '淇敼浜哄悕绉', - PRIMARY KEY (`ID`) + `RUN_SERVER_IP` varchar(15) NOT NULL DEFAULT '鏈湴' COMMENT '浠诲姟杩愯鏈嶅姟鍣↖P', + `RUN_SERVER` varchar(300) NOT NULL DEFAULT '鏈湴' COMMENT '杩滅▼涓绘満锛堝煙鍚/IP+椤圭洰璺緞锛', + `UPDATE_BY` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `UPDATE_DATE` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `UPDATE_NAME` varchar(32) DEFAULT NULL COMMENT '淇敼浜哄悕绉', + PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- ---------------------------- @@ -10777,14 +10789,14 @@ INSERT INTO `t_s_timetask` VALUES ('402880e74c79dd47014c79de88f70001', 'admin', DROP TABLE IF EXISTS `t_s_type`; CREATE TABLE `t_s_type` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `typecode` varchar(50) default NULL COMMENT '瀛楀吀缂栫爜', - `typename` varchar(50) default NULL COMMENT '瀛楀吀鍚嶇О', - `typepid` varchar(32) default NULL COMMENT '鏃犵敤瀛楁', - `typegroupid` varchar(32) default NULL COMMENT '瀛楀吀缁処D', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_name` varchar(36) default NULL COMMENT '鍒涘缓鐢ㄦ埛', - `order_num` int(3) default NULL COMMENT '搴忓彿', - PRIMARY KEY (`ID`), + `typecode` varchar(50) DEFAULT NULL COMMENT '瀛楀吀缂栫爜', + `typename` varchar(50) DEFAULT NULL COMMENT '瀛楀吀鍚嶇О', + `typepid` varchar(32) DEFAULT NULL COMMENT '鏃犵敤瀛楁', + `typegroupid` varchar(32) DEFAULT NULL COMMENT '瀛楀吀缁処D', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_name` varchar(36) DEFAULT NULL COMMENT '鍒涘缓鐢ㄦ埛', + `order_num` int(3) DEFAULT NULL COMMENT '搴忓彿', + PRIMARY KEY (`ID`), KEY `FK_nw2b22gy7plh7pqows186odmq` (`typepid`), KEY `FK_3q40mr4ebtd0cvx79matl39x1` (`typegroupid`), CONSTRAINT `FK_3q40mr4ebtd0cvx79matl39x1` FOREIGN KEY (`typegroupid`) REFERENCES `t_s_typegroup` (`ID`), @@ -10941,11 +10953,11 @@ INSERT INTO `t_s_type` VALUES ('jglongjbtstype201506041030000008', 'WXWDYS', ' DROP TABLE IF EXISTS `t_s_typegroup`; CREATE TABLE `t_s_typegroup` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `typegroupcode` varchar(50) default NULL COMMENT '瀛楀吀鍒嗙粍缂栫爜', - `typegroupname` varchar(50) default NULL COMMENT '瀛楀吀鍒嗙粍鍚嶇О', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_name` varchar(36) default NULL COMMENT '鍒涘缓鐢ㄦ埛', - PRIMARY KEY (`ID`), + `typegroupcode` varchar(50) DEFAULT NULL COMMENT '瀛楀吀鍒嗙粍缂栫爜', + `typegroupname` varchar(50) DEFAULT NULL COMMENT '瀛楀吀鍒嗙粍鍚嶇О', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_name` varchar(36) DEFAULT NULL COMMENT '鍒涘缓鐢ㄦ埛', + PRIMARY KEY (`ID`), KEY `index_typegroupcode` (`typegroupcode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -10999,29 +11011,29 @@ INSERT INTO `t_s_typegroup` VALUES ('jglongjbtstypegourp2015060400001', 'weixin' DROP TABLE IF EXISTS `t_s_user`; CREATE TABLE `t_s_user` ( `id` varchar(32) NOT NULL COMMENT 'id', - `email` varchar(50) default NULL COMMENT '閭', - `mobilePhone` varchar(30) default NULL COMMENT '鎵嬫満鍙', - `officePhone` varchar(20) default NULL COMMENT '鍔炲叕搴ф満', - `signatureFile` varchar(100) default NULL COMMENT '绛惧悕鏂囦欢', - `update_name` varchar(32) default NULL COMMENT '淇敼浜', - `update_date` datetime default NULL COMMENT '淇敼鏃堕棿', - `update_by` varchar(32) default NULL COMMENT '淇敼浜篿d', - `create_name` varchar(32) default NULL COMMENT '鍒涘缓浜', - `create_date` datetime default NULL COMMENT '鍒涘缓鏃堕棿', - `create_by` varchar(32) default NULL COMMENT '鍒涘缓浜篿d', - `portrait` varchar(100) default NULL, - `imsign` varchar(255) default NULL, - `dev_flag` varchar(2) NOT NULL default '0' COMMENT '寮鍙戞潈闄愭爣蹇', - `user_type` varchar(2) default NULL COMMENT '鐢ㄦ埛绫诲瀷', - `person_type` varchar(2) default NULL COMMENT '浜哄憳绫诲瀷', - `sex` varchar(2) default NULL COMMENT '鎬у埆', - `emp_no` varchar(36) default NULL COMMENT '宸ュ彿', - `citizen_no` varchar(20) default NULL COMMENT '韬唤璇佸彿', - `fax` varchar(50) default NULL COMMENT '浼犵湡', - `address` varchar(1000) default NULL COMMENT '鑱旂郴鍦板潃', - `post` varchar(10) default NULL COMMENT '閭紪', - `memo` varchar(255) default NULL COMMENT '澶囨敞', - PRIMARY KEY (`id`), + `email` varchar(50) DEFAULT NULL COMMENT '閭', + `mobilePhone` varchar(30) DEFAULT NULL COMMENT '鎵嬫満鍙', + `officePhone` varchar(20) DEFAULT NULL COMMENT '鍔炲叕搴ф満', + `signatureFile` varchar(100) DEFAULT NULL COMMENT '绛惧悕鏂囦欢', + `update_name` varchar(32) DEFAULT NULL COMMENT '淇敼浜', + `update_date` datetime DEFAULT NULL COMMENT '淇敼鏃堕棿', + `update_by` varchar(32) DEFAULT NULL COMMENT '淇敼浜篿d', + `create_name` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜', + `create_date` datetime DEFAULT NULL COMMENT '鍒涘缓鏃堕棿', + `create_by` varchar(32) DEFAULT NULL COMMENT '鍒涘缓浜篿d', + `portrait` varchar(100) DEFAULT NULL, + `imsign` varchar(255) DEFAULT NULL, + `dev_flag` varchar(2) NOT NULL DEFAULT '0' COMMENT '寮鍙戞潈闄愭爣蹇', + `user_type` varchar(2) DEFAULT NULL COMMENT '鐢ㄦ埛绫诲瀷', + `person_type` varchar(2) DEFAULT NULL COMMENT '浜哄憳绫诲瀷', + `sex` varchar(2) DEFAULT NULL COMMENT '鎬у埆', + `emp_no` varchar(36) DEFAULT NULL COMMENT '宸ュ彿', + `citizen_no` varchar(20) DEFAULT NULL COMMENT '韬唤璇佸彿', + `fax` varchar(50) DEFAULT NULL COMMENT '浼犵湡', + `address` varchar(1000) DEFAULT NULL COMMENT '鑱旂郴鍦板潃', + `post` varchar(10) DEFAULT NULL COMMENT '閭紪', + `memo` varchar(255) DEFAULT NULL COMMENT '澶囨敞', + PRIMARY KEY (`id`), KEY `FK_2cuji5h6yorrxgsr8ojndlmal` (`id`), KEY `index_dev_flag` (`dev_flag`), CONSTRAINT `FK_2cuji5h6yorrxgsr8ojndlmal` FOREIGN KEY (`id`) REFERENCES `t_s_base_user` (`ID`) @@ -11053,9 +11065,9 @@ INSERT INTO `t_s_user` VALUES ('8a8c82a35de421ab015de4228d400003', '418799587@qq DROP TABLE IF EXISTS `t_s_user_org`; CREATE TABLE `t_s_user_org` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `user_id` varchar(32) default NULL COMMENT '鐢ㄦ埛id', - `org_id` varchar(32) default NULL COMMENT '閮ㄩ棬id', - PRIMARY KEY (`ID`), + `user_id` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛id', + `org_id` varchar(32) DEFAULT NULL COMMENT '閮ㄩ棬id', + PRIMARY KEY (`ID`), KEY `index_user_id` (`user_id`), KEY `index_org_id` (`org_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; @@ -11082,10 +11094,10 @@ INSERT INTO `t_s_user_org` VALUES ('4028ef81563ae5be01563ae92dc20003', '4028ef81 DROP TABLE IF EXISTS `t_s_user_position_rel`; CREATE TABLE `t_s_user_position_rel` ( `ID` varchar(32) NOT NULL COMMENT 'id', - `user_id` varchar(32) default NULL COMMENT '鐢ㄦ埛id', - `position_id` varchar(32) default NULL COMMENT '鑱屽姟id', - `company_id` varchar(32) default NULL COMMENT '鍏徃ID', - PRIMARY KEY (`ID`), + `user_id` varchar(32) DEFAULT NULL COMMENT '鐢ㄦ埛id', + `position_id` varchar(32) DEFAULT NULL COMMENT '鑱屽姟id', + `company_id` varchar(32) DEFAULT NULL COMMENT '鍏徃ID', + PRIMARY KEY (`ID`), UNIQUE KEY `uniq_userid_positionid_companyid` (`user_id`,`position_id`,`company_id`), KEY `idx_userid_companyid` (`user_id`,`company_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='绯荤粺鐢ㄦ埛-宀椾綅-鍏徃鍏宠仈琛'; diff --git a/docs/jeecg_3.7.8_oracle11g.dmp b/docs/jeecg_3.8_oracle11g.dmp similarity index 51% rename from docs/jeecg_3.7.8_oracle11g.dmp rename to docs/jeecg_3.8_oracle11g.dmp index 2d70e067..14fc3372 100644 Binary files a/docs/jeecg_3.7.8_oracle11g.dmp and b/docs/jeecg_3.8_oracle11g.dmp differ diff --git a/docs/jeecg_3.7.8_sqlserver2008.sql b/docs/jeecg_3.8_sqlserver2008.sql similarity index 82% rename from docs/jeecg_3.7.8_sqlserver2008.sql rename to docs/jeecg_3.8_sqlserver2008.sql index 6e543aef..47df991f 100644 --- a/docs/jeecg_3.7.8_sqlserver2008.sql +++ b/docs/jeecg_3.8_sqlserver2008.sql @@ -4,14 +4,14 @@ Navicat SQL Server Data Transfer Source Server : 192.168.1.200(sqlserver) Source Server Version : 105000 Source Host : 192.168.1.200:1433 -Source Database : jeecg_3.7.8 +Source Database : jeecg_3.7.9 Source Schema : dbo Target Server Type : SQL Server Target Server Version : 105000 File Encoding : 65001 -Date: 2018-08-11 21:17:13 +Date: 2018-10-23 20:34:54 */ @@ -344,7 +344,8 @@ CREATE TABLE [dbo].[cgform_enhance_java] ( [cg_java_type] nvarchar(32) NOT NULL , [cg_java_value] nvarchar(200) NOT NULL , [form_id] nvarchar(32) NOT NULL , -[active_status] nvarchar(2) NULL +[active_status] nvarchar(2) NULL , +[event] nvarchar(10) NOT NULL ) @@ -419,14 +420,28 @@ EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'鐢熸晥鐘舵' , @level1type = 'TABLE', @level1name = N'cgform_enhance_java' , @level2type = 'COLUMN', @level2name = N'active_status' GO +IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', +'SCHEMA', N'dbo', +'TABLE', N'cgform_enhance_java', +'COLUMN', N'event')) > 0) +EXEC sp_updateextendedproperty @name = N'MS_Description', @value = N'浜嬩欢鐘舵(end:缁撴潫锛宻tart:寮濮)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' +, @level2type = 'COLUMN', @level2name = N'event' +ELSE +EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'浜嬩欢鐘舵(end:缁撴潫锛宻tart:寮濮)' +, @level0type = 'SCHEMA', @level0name = N'dbo' +, @level1type = 'TABLE', @level1name = N'cgform_enhance_java' +, @level2type = 'COLUMN', @level2name = N'event' +GO -- ---------------------------- -- Records of cgform_enhance_java -- ---------------------------- -INSERT INTO [dbo].[cgform_enhance_java] ([id], [button_code], [cg_java_type], [cg_java_value], [form_id], [active_status]) VALUES (N'402883885139c8d7015139cb2de40002', N'add', N'spring', N'cgformJavaInterDemo', N'8a8ab0b246dc81120146dc818484013c', N'1') +INSERT INTO [dbo].[cgform_enhance_java] ([id], [button_code], [cg_java_type], [cg_java_value], [form_id], [active_status], [event]) VALUES (N'402883885139c8d7015139cb2de40002', N'add', N'spring', N'cgformJavaInterDemo', N'8a8ab0b246dc81120146dc818484013c', N'1', N'') GO GO -INSERT INTO [dbo].[cgform_enhance_java] ([id], [button_code], [cg_java_type], [cg_java_value], [form_id], [active_status]) VALUES (N'4028ef815602f891015602fb7cac0001', N'add', N'class', N'org.jeecgframework.web.cgform.service.impl.enhance.CgformEnhanceJavaServiceImpl', N'4028b881535b12bd01535b1ae3680001', N'1') +INSERT INTO [dbo].[cgform_enhance_java] ([id], [button_code], [cg_java_type], [cg_java_value], [form_id], [active_status], [event]) VALUES (N'4028ef815602f891015602fb7cac0001', N'add', N'class', N'org.jeecgframework.web.cgform.service.impl.enhance.CgformEnhanceJavaServiceImpl', N'4028b881535b12bd01535b1ae3680001', N'1', N'') GO GO @@ -529,7 +544,7 @@ 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_date] datetime2(7) NULL , [create_name] nvarchar(32) NULL , [dict_field] nvarchar(100) NULL , [dict_table] nvarchar(100) NULL , @@ -555,7 +570,7 @@ CREATE TABLE [dbo].[cgform_field] ( [show_type] nvarchar(10) NULL , [type] nvarchar(32) NOT NULL , [update_by] nvarchar(32) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_name] nvarchar(32) NULL , [table_id] nvarchar(32) NOT NULL , [extend_json] nvarchar(500) NULL , @@ -1044,1369 +1059,1369 @@ GO -- ---------------------------- -- Records of cgform_field -- ---------------------------- -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd136d0003', N'涓婚敭', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd136d0003', N'涓婚敭', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd143b0004', N'鍒涘缓浜哄悕绉', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd143b0004', N'鍒涘缓浜哄悕绉', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd144b0005', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd144b0005', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd144d0006', N'濉〃鏃ユ湡', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd144d0006', N'濉〃鏃ユ湡', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd144f0007', N'鏇存柊浜哄悕绉', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd144f0007', N'鏇存柊浜哄悕绉', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd14580008', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd14580008', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd145c0009', N'鏇存柊鏃ユ湡', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd145c0009', N'鏇存柊鏃ユ湡', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd145f000a', N'鎵灞為儴闂', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd145f000a', N'鎵灞為儴闂', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd1460000b', N'鎵灞炲叕鍙', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd1460000b', N'鎵灞炲叕鍙', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd1462000c', N'濮撳悕', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_name', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_name', N'10', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd1462000c', N'濮撳悕', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_name', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_name', N'10', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd1464000d', N'閮ㄩ棬', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_depart', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_depart', N'11', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd1464000d', N'閮ㄩ棬', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_depart', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_depart', N'11', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd1466000e', N'鑱屽姟', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_job', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_job', N'12', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd1466000e', N'鑱屽姟', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_job', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_job', N'12', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd1468000f', N'鐢熸棩', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_birthday', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_birthday', N'13', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd1468000f', N'鐢熸棩', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_birthday', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_birthday', N'13', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd146a0010', N'绫嶈疮', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_origin', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_origin', N'14', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd146a0010', N'绫嶈疮', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_origin', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_origin', N'14', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd14780011', N'瀛﹀巻', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_degree', N'15', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd14780011', N'瀛﹀巻', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_degree', N'15', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd147c0012', N'韬唤璇', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_identification', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_identification', N'16', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd147c0012', N'韬唤璇', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_identification', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'employee_identification', N'16', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd14860013', N'鍏ヨ亴鏃ユ湡', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_entry_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_entry_date', N'17', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd14860013', N'鍏ヨ亴鏃ユ湡', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_entry_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_entry_date', N'17', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd14890014', N'宸ュ彿', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_code', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_code', N'18', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151adfd14890014', N'宸ュ彿', N'admin', N'2015-12-17 11:30:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_code', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_code', N'18', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae001f1c0016', N'鎵嬫満', N'admin', N'2015-12-17 11:33:42', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_phone', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_phone', N'19', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae001f1c0016', N'鎵嬫満', N'admin', N'2015-12-17 11:33:42.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_phone', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_phone', N'19', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae001f210017', N'閭', N'admin', N'2015-12-17 11:33:42', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_mail', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'150', N'', N'', N'employee_mail', N'20', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae001f210017', N'閭', N'admin', N'2015-12-17 11:33:42.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_mail', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'150', N'', N'', N'employee_mail', N'20', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae001f230018', N'MSN', N'admin', N'2015-12-17 11:33:42', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_msn', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_msn', N'21', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae001f230018', N'MSN', N'admin', N'2015-12-17 11:33:42.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_msn', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'employee_msn', N'21', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae001f260019', N'鐓х墖', N'admin', N'2015-12-17 11:33:42', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_pic', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'employee_pic', N'22', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae001f260019', N'鐓х墖', N'admin', N'2015-12-17 11:33:42.0000000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_pic', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'employee_pic', N'22', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae001f2a001a', N'妗f琛', N'admin', N'2015-12-17 11:33:42', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_archives', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'employee_archives', N'23', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae001f2a001a', N'妗f琛', N'admin', N'2015-12-17 11:33:42.0000000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_archives', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'employee_archives', N'23', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae29b4b5001c', N'韬唤璇', N'admin', N'2015-12-17 12:19:07', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_identification', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_identification', N'24', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae29b4b5001c', N'韬唤璇', N'admin', N'2015-12-17 12:19:07.0000000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_identification', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_identification', N'24', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae29b4b9001d', N'瀛︿綅璇', N'admin', N'2015-12-17 12:19:07', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_degree', N'25', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae29b4b9001d', N'瀛︿綅璇', N'admin', N'2015-12-17 12:19:07.0000000', N'绠$悊鍛', N'sf_yn', N'', N'', N'', N'', N'120', N'hr_degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_degree', N'25', N'0', N'single', N'radio', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3206c6001f', N'鍏朵粬璇佷欢', N'admin', N'2015-12-17 12:28:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_other', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_other', N'26', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3206c6001f', N'鍏朵粬璇佷欢', N'admin', N'2015-12-17 12:28:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_other', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_other', N'26', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3206cb0020', N'鍒嗛厤鐢佃瘽', N'admin', N'2015-12-17 12:28:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_tel', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_tel', N'27', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3206cb0020', N'鍒嗛厤鐢佃瘽', N'admin', N'2015-12-17 12:28:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_tel', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'2', N'', N'', N'hr_depart_tel', N'27', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3206ce0021', N'缁忓姙浜', N'admin', N'2015-12-17 12:28:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_depart_op_user', N'28', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3206ce0021', N'缁忓姙浜', N'admin', N'2015-12-17 12:28:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_depart_op_user', N'28', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3206d20022', N'鏃ユ湡', N'admin', N'2015-12-17 12:28:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_depart_op_date', N'29', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3206d20022', N'鏃ユ湡', N'admin', N'2015-12-17 12:28:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_depart_op_date', N'29', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae36da220025', N'閮ㄩ棬鎰忚', N'admin', N'2015-12-17 12:33:29', N'绠$悊鍛', N'', N'', N'', N'', N'', N'900', N'depart_opinion', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'depart_opinion', N'30', N'0', N'single', N'textarea', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae36da220025', N'閮ㄩ棬鎰忚', N'admin', N'2015-12-17 12:33:29.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'900', N'depart_opinion', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'depart_opinion', N'30', N'0', N'single', N'textarea', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae36da260026', N'缁忓姙浜', N'admin', N'2015-12-17 12:33:29', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'depart_op_user', N'31', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae36da260026', N'缁忓姙浜', N'admin', N'2015-12-17 12:33:29.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'depart_op_user', N'31', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae36da2a0027', N'鏃ユ湡', N'admin', N'2015-12-17 12:33:29', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'depart_op_date', N'32', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae36da2a0027', N'鏃ユ湡', N'admin', N'2015-12-17 12:33:29.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'depart_op_date', N'32', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3c288e0029', N'鎬荤粡鐞嗘剰瑙', N'admin', N'2015-12-17 12:39:16', N'绠$悊鍛', N'', N'', N'', N'', N'', N'900', N'manager_opinion', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'manager_opinion', N'33', N'0', N'single', N'textarea', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3c288e0029', N'鎬荤粡鐞嗘剰瑙', N'admin', N'2015-12-17 12:39:16.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'900', N'manager_opinion', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'manager_opinion', N'33', N'0', N'single', N'textarea', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3c2892002a', N'缁忓姙浜', N'admin', N'2015-12-17 12:39:16', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'manager_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'manager_op_user', N'34', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3c2892002a', N'缁忓姙浜', N'admin', N'2015-12-17 12:39:16.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'manager_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'manager_op_user', N'34', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3c2898002b', N'鏃ユ湡', N'admin', N'2015-12-17 12:39:16', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'manager_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'manager_op_date', N'35', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae3c2898002b', N'鏃ユ湡', N'admin', N'2015-12-17 12:39:16.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'manager_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'manager_op_date', N'35', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae755bcf002e', N'鏂板憳宸ユ剰瑙', N'admin', N'2015-12-17 13:41:45', N'绠$悊鍛', N'', N'', N'', N'', N'', N'900', N'employee_opinion', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'employee_opinion', N'36', N'0', N'single', N'textarea', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae755bcf002e', N'鏂板憳宸ユ剰瑙', N'admin', N'2015-12-17 13:41:45.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'900', N'employee_opinion', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'employee_opinion', N'36', N'0', N'single', N'textarea', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae755bd1002f', N'缁忓姙浜', N'admin', N'2015-12-17 13:41:45', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'employee_op_user', N'37', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae755bd1002f', N'缁忓姙浜', N'admin', N'2015-12-17 13:41:45.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_op_user', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'employee_op_user', N'37', N'0', N'single', N'text', N'string', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae755bfc0030', N'鏃ユ湡', N'admin', N'2015-12-17 13:41:45', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'employee_op_date', N'38', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028138151adbcc50151ae755bfc0030', N'鏃ユ湡', N'admin', N'2015-12-17 13:41:45.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'employee_op_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'employee_op_date', N'38', N'0', N'single', N'date', N'Date', N'admin', N'2017-07-26 14:21:09.0000000', N'绠$悊鍛', N'4028138151adbcc50151adfd13680002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6740001', N'id', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6740001', N'id', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6740002', N'濮撳悕', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'50', null, null, N'name', N'2', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6740002', N'濮撳悕', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'50', null, null, N'name', N'2', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6750003', N'鎬у埆', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'10', null, null, N'sex', N'3', N'0', N'group', N'radio', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6750003', N'鎬у埆', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'10', null, null, N'sex', N'3', N'0', N'group', N'radio', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6750004', N'鐢熸棩', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'birthday', N'4', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6750004', N'鐢熸棩', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'birthday', N'4', N'0', N'group', N'date', N'Date', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6750005', N'鐢佃瘽鍙风爜', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'telnum', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'30', null, null, N'telnum', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6750005', N'鐢佃瘽鍙风爜', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'telnum', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'30', null, null, N'telnum', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6760006', N'鐢靛瓙閭', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'email', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6760006', N'鐢靛瓙閭', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'email', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6760007', N'鏈楂樺鍘', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'degree', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6760007', N'鏈楂樺鍘', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'degree', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6770008', N'宸ヤ綔骞撮檺', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'workyear', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', null, null, N'workyear', N'8', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6770008', N'宸ヤ綔骞撮檺', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'workyear', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', null, null, N'workyear', N'8', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6770009', N'韬唤璇佸彿', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cardid', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'cardid', N'9', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6770009', N'韬唤璇佸彿', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cardid', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'cardid', N'9', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed677000a', N'鐜板眳鍦', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'habitation', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'habitation', N'10', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed677000a', N'鐜板眳鍦', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'habitation', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'habitation', N'10', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed678000b', N'鎴峰彛鎵鍦ㄥ湴', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'residence', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'residence', N'11', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed678000b', N'鎴峰彛鎵鍦ㄥ湴', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'residence', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'residence', N'11', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed678000c', N'鏈熸湜钖祫', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'salary', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', null, null, N'salary', N'12', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed678000c', N'鏈熸湜钖祫', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'salary', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', null, null, N'salary', N'12', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed678000d', N'鏈熸湜宸ヤ綔鍦扮偣', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_place', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'work_place', N'13', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed678000d', N'鏈熸湜宸ヤ綔鍦扮偣', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_place', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'work_place', N'13', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed679000e', N'宸ヤ綔绫诲瀷', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_type', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'50', null, null, N'work_type', N'14', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed679000e', N'宸ヤ綔绫诲瀷', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_type', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'50', null, null, N'work_type', N'14', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed679000f', N'鍒板矖鏃堕棿', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'arrival_time', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'arrival_time', N'15', N'0', N'group', N'datetime', N'Date', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed679000f', N'鍒板矖鏃堕棿', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'arrival_time', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', null, null, N'arrival_time', N'15', N'0', N'group', N'datetime', N'Date', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6790010', N'鑷垜璇勪环', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'introduction', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'500', null, null, N'introduction', N'16', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028318163a61e490163a61ed6790010', N'鑷垜璇勪环', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'introduction', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'500', null, null, N'introduction', N'16', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6ff36c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e55bf68531015bf68f7e280001', N'宸ヨ祫', N'admin', N'2017-05-11 16:10:50', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'salary', N'n', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'salary', N'15', N'0', N'single', N'text', N'double', N'admin', N'2018-07-04 17:05:20', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e55bf68531015bf68f7e280001', N'宸ヨ祫', N'admin', N'2017-05-11 16:10:50.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'salary', N'n', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'salary', N'15', N'0', N'single', N'text', N'double', N'admin', N'2018-07-04 17:05:20.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309b890002', N'涓婚敭', N'admin', N'2015-05-30 12:59:41', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:51:19', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309b890002', N'涓婚敭', N'admin', N'2015-05-30 12:59:41.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:51:19.0000000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309cf00003', N'鍒涘缓浜哄悕绉', N'admin', N'2015-05-30 12:59:41', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:51:19', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309cf00003', N'鍒涘缓浜哄悕绉', N'admin', N'2015-05-30 12:59:41.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:51:19.0000000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309cf40004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-05-30 12:59:41', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:51:19', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309cf40004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-05-30 12:59:41.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:51:19.0000000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309cf70005', N'鍒涘缓鏃ユ湡', N'admin', N'2015-05-30 12:59:41', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-04-02 19:51:19', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309cf70005', N'鍒涘缓鏃ユ湡', N'admin', N'2015-05-30 12:59:41.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-04-02 19:51:19.0000000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309cfb0006', N'鏇存柊浜哄悕绉', N'admin', N'2015-05-30 12:59:41', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:51:19', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309cfb0006', N'鏇存柊浜哄悕绉', N'admin', N'2015-05-30 12:59:41.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:51:19.0000000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309cff0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-05-30 12:59:41', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:51:19', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309cff0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-05-30 12:59:41.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:51:19.0000000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309d020008', N'鏇存柊鏃ユ湡', N'admin', N'2015-05-30 12:59:41', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-04-02 19:51:19', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309d020008', N'鏇存柊鏃ユ湡', N'admin', N'2015-05-30 12:59:41.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-04-02 19:51:19.0000000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309d050009', N'鐗╂枡缂栫爜', N'admin', N'2015-05-30 12:59:41', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'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'2018-04-02 19:51:19', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da32ebe014da3309d050009', N'鐗╂枡缂栫爜', N'admin', N'2015-05-30 12:59:41.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'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'2018-04-02 19:51:19.0000000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da35336014da3555bc70002', N'鐖禝D', N'admin', N'2015-05-30 13:39:49', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'father_id', N'', N'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'2018-04-02 19:51:19', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74da35336014da3555bc70002', N'鐖禝D', N'admin', N'2015-05-30 13:39:49.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'father_id', N'', N'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'2018-04-02 19:51:19.0000000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74de5a679014de5b2eb200004', N'age', N'admin', N'2015-06-12 10:56:57', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'age', N'', N'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', N'admin', N'2018-04-02 19:51:19', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880e74de5a679014de5b2eb200004', N'age', N'admin', N'2015-06-12 10:56:57.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'age', N'', N'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', N'admin', N'2018-04-02 19:51:19.0000000', N'绠$悊鍛', N'402880e74da32ebe014da3309b880001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880ec5c5e0edf015c5e1483c10008', N'韬唤璇佹壂鎻忎欢', N'admin', N'2017-05-31 18:37:01', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sf_pic', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'sf_pic', N'6', N'0', N'single', N'file', N'string', N'admin', N'2018-02-28 19:19:12', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880ec5c5e0edf015c5e1483c10008', N'韬唤璇佹壂鎻忎欢', N'admin', N'2017-05-31 18:37:01.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sf_pic', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'sf_pic', N'6', N'0', N'single', N'file', N'string', N'admin', N'2018-02-28 19:19:12.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f25b1e2ac7015b1e62965b001e', N'鍒涘缓浜', N'demo', N'2017-03-30 16:43:49', N'demo', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'Y', N'100', N'', N'', N'create_by', N'13', N'0', N'single', N'text', N'string', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f25b1e2ac7015b1e62965b001e', N'鍒涘缓浜', N'demo', N'2017-03-30 16:43:49.0000000', N'demo', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'Y', N'100', N'', N'', N'create_by', N'13', N'0', N'single', N'text', N'string', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d590001', N'涓婚敭', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d590001', N'涓婚敭', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5a0002', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5a0002', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5a0003', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5a0003', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5b0004', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5b0004', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5b0005', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5b0005', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5b0006', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5b0006', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5c0007', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5c0007', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5c0008', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5c0008', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5d0009', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5d0009', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5d000a', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5d000a', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5d000b', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5d000b', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5e000c', N'璇存槑', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5e000c', N'璇存槑', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5e000d', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctype', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d5e000d', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctype', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef815673c48f015673c557af0003', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d90000e', N'涓婚敭', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d90000e', N'涓婚敭', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d90000f', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d90000f', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900010', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900010', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900011', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900011', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900012', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900012', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900013', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900013', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900014', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900014', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900015', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591d900015', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591da00016', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591da00016', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591da00017', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591da00017', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591da00018', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591da00018', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591da00019', N'璇存槑', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591da00019', N'璇存槑', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591da0001a', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctype', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591da0001a', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctype', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef815673c48f015673c775d70012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591dda001b', N'涓婚敭', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591dda001b', N'涓婚敭', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddb001c', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddb001c', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddb001d', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddb001d', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddc001e', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddc001e', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddc001f', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddc001f', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddc0020', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddc0020', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddd0021', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddd0021', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddd0022', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddd0022', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddd0023', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddd0023', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591dde0024', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591dde0024', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591dde0025', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591dde0025', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591dde0026', N'璇存槑', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591dde0026', N'璇存槑', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddf0027', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctypedd', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591ddf0027', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctypedd', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef81567e88db01567e8a34ef0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e150028', N'涓婚敭', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e150028', N'涓婚敭', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e160029', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e160029', N'鍒涘缓浜哄悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e16002a', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e16002a', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e17002b', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e17002b', N'鍒涘缓鏃ユ湡', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e17002c', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e17002c', N'鏇存柊浜哄悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e17002d', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e17002d', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e18002e', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e18002e', N'鏇存柊鏃ユ湡', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', null, null, N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e18002f', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e18002f', N'鎵灞為儴闂', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e180030', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e180030', N'鎵灞炲叕鍙', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', null, null, N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e180031', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e180031', N'鍦伴搧绔欏悕', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e190032', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e190032', N'鍚姩鏃堕棿', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'begin_date', N'11', N'0', N'single', N'date', N'Date', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e190033', N'璇存槑', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e190033', N'璇存槑', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'500', N'content', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', null, null, N'content', N'12', N'0', N'single', N'umeditor', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e190034', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctypedd', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f35a415869015a41591e190034', N'绫诲瀷', N'admin', N'2017-02-15 18:37:23.0000000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'ctypedd', N'', null, N'N', N'Y', N'Y', N'Y', N'Y', N'32', null, null, N'ctypedd', N'13', N'0', N'single', N'list', N'string', null, null, null, N'4028ef81567e88db01567e8a56930010', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f45ad63637015ad63d0c470001', N'闄勪欢', N'admin', N'2017-03-16 16:30:09', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'file_str', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'300', N'', N'', N'file_str', N'12', N'0', N'single', N'file', N'string', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402880f45ad63637015ad63d0c470001', N'闄勪欢', N'admin', N'2017-03-16 16:30:09.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'file_str', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'300', N'', N'', N'file_str', N'12', N'0', N'single', N'file', N'string', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881835c30b492015c30b587360003', N'绠鍘嗛檮浠', N'admin', N'2017-05-22 23:10:22', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fiel_jls', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'1000', N'', N'', N'fiel_jls', N'16', N'0', N'single', N'file', N'string', N'admin', N'2018-07-04 17:05:20', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881835c30b492015c30b587360003', N'绠鍘嗛檮浠', N'admin', N'2017-05-22 23:10:22.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fiel_jls', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'1000', N'', N'', N'fiel_jls', N'16', N'0', N'single', N'file', N'string', N'admin', N'2018-07-04 17:05:20.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881835c30b492015c30b7bd500009', N'涓汉澶村儚', N'admin', N'2017-05-22 23:12:46', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'tou_pic', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'1000', N'', N'', N'tou_pic', N'17', N'0', N'single', N'image', N'string', N'admin', N'2018-07-04 17:05:20', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881835c30b492015c30b7bd500009', N'涓汉澶村儚', N'admin', N'2017-05-22 23:12:46.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'tou_pic', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'1000', N'', N'', N'tou_pic', N'17', N'0', N'single', N'image', N'string', N'admin', N'2018-07-04 17:05:20.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881855ad75c7b015ad779ebb20007', N'璁㈠崟鎵弿浠', N'admin', N'2017-03-16 22:16:16', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'ctype', N'*', N'Y', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'ctype', N'6', N'0', N'single', N'file', N'string', N'admin', N'2018-07-05 10:48:00', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881855ad75c7b015ad779ebb20007', N'璁㈠崟鎵弿浠', N'admin', N'2017-03-16 22:16:16.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'ctype', N'*', N'Y', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'ctype', N'6', N'0', N'single', N'file', N'string', N'admin', N'2018-07-05 10:48:00.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74170002', N'涓婚敭', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74170002', N'涓婚敭', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74350003', N'鍒涘缓浜哄悕绉', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74350003', N'鍒涘缓浜哄悕绉', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad744d0004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad744d0004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74540005', N'鍒涘缓鏃ユ湡', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74540005', N'鍒涘缓鏃ユ湡', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74580006', N'鏇存柊浜哄悕绉', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74580006', N'鏇存柊浜哄悕绉', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad745e0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad745e0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74610008', N'鏇存柊鏃ユ湡', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74610008', N'鏇存柊鏃ユ湡', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74640009', N'鎵灞為儴闂', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74640009', N'鎵灞為儴闂', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad7469000a', N'鎵灞炲叕鍙', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad7469000a', N'鎵灞炲叕鍙', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad746d000b', N'濮撳悕', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad746d000b', N'濮撳悕', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad7472000c', N'鍛樺伐缂栧彿', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'code', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'code', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad7472000c', N'鍛樺伐缂栧彿', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'code', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'code', N'11', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad7475000d', N'鑱屽姟', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'job', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'job', N'12', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad7475000d', N'鑱屽姟', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'job', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'job', N'12', N'0', N'single', N'text', N'string', null, null, null, N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad747a000e', N'鍏ヨ亴鏃堕棿', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'join_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'join_time', N'13', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad747a000e', N'鍏ヨ亴鏃堕棿', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'join_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'join_time', N'13', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad747d000f', N'绂昏亴鏂瑰紡', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'outType', N'', N'', N'', N'', N'120', N'out_type', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'out_type', N'14', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-30 15:14:52', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad747d000f', N'绂昏亴鏂瑰紡', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'outType', N'', N'', N'', N'', N'120', N'out_type', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'out_type', N'14', N'0', N'single', N'radio', N'string', N'admin', N'2015-12-30 15:14:52.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74800010', N'鐢宠绂昏亴鏃ユ湡', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'apply_out_time', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'apply_out_time', N'15', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74800010', N'鐢宠绂昏亴鏃ユ湡', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'apply_out_time', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'apply_out_time', N'15', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74840011', N'姝e紡绂昏亴鏃ユ湡', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'out_time', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'out_time', N'16', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74840011', N'姝e紡绂昏亴鏃ユ湡', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'out_time', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'out_time', N'16', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74910012', N'韬唤璇佺紪鍙', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id_card', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'id_card', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74910012', N'韬唤璇佺紪鍙', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id_card', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'id_card', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74950013', N'绂昏亴椤荤煡', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'out_content', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'out_content', N'18', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74950013', N'绂昏亴椤荤煡', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'out_content', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'out_content', N'18', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad749a0014', N'绂昏亴鍘熷洜', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'out_reason', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'out_reason', N'19', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad749a0014', N'绂昏亴鍘熷洜', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'out_reason', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'out_reason', N'19', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad749e0015', N'闈㈣皥璁板綍', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'interview_record', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'interview_record', N'20', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad749e0015', N'闈㈣皥璁板綍', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'interview_record', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'interview_record', N'20', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74a10016', N'鍔炲叕鐗╁搧绉讳氦', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'office_change', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'office_change', N'21', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74a10016', N'鍔炲叕鐗╁搧绉讳氦', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'office_change', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'office_change', N'21', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74a40017', N'浜哄姏璧勬簮閮ㄥ鏍', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_check', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_check', N'22', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74a40017', N'浜哄姏璧勬簮閮ㄥ鏍', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hr_check', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'hr_check', N'22', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74a70018', N'搴斿彂钖祫', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'should_send_salary', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'should_send_salary', N'23', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74a70018', N'搴斿彂钖祫', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'should_send_salary', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'should_send_salary', N'23', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74aa0019', N'搴旀墸钖祫', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'should_deduct_pay', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'should_deduct_pay', N'24', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74aa0019', N'搴旀墸钖祫', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'should_deduct_pay', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'should_deduct_pay', N'24', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74ae001a', N'瀹炲彂钖祫', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'pay', N'25', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74ae001a', N'瀹炲彂钖祫', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'pay', N'25', N'0', N'single', N'text', N'double', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74b1001b', N'棰嗗彇鏃ユ湡', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'get_time', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'get_time', N'26', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74b1001b', N'棰嗗彇鏃ユ湡', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'get_time', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'get_time', N'26', N'0', N'single', N'datetime', N'Date', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74b4001c', N'鎬荤粡鐞嗗鎵', N'admin', N'2015-12-30 10:17:58', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'boss_check', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'boss_check', N'27', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0ad74b4001c', N'鎬荤粡鐞嗗鎵', N'admin', N'2015-12-30 10:17:58.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'boss_check', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'boss_check', N'27', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0b638150022', N'璇存槑', N'admin', N'2015-12-30 10:27:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'description', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'description', N'28', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881a151f09a900151f0b638150022', N'璇存槑', N'admin', N'2015-12-30 10:27:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'description', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'description', N'28', N'0', N'single', N'textarea', N'string', N'admin', N'2015-12-30 15:10:40.0000000', N'绠$悊鍛', N'402881a151f09a900151f0ad74120001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd20e0003', N'id', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:54', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd20e0003', N'id', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:54.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2960004', N'鑱屽伐濮撳悕', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'staff_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'staff_name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2960004', N'鑱屽伐濮撳悕', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'staff_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'staff_name', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd29b0005', N'閮ㄩ棬', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'depart', N'3', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd29b0005', N'閮ㄩ棬', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'depart', N'3', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd29e0006', N'鍛樺伐缂栧彿', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'staff_no', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'staff_no', N'4', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd29e0006', N'鍛樺伐缂栧彿', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'staff_no', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'staff_no', N'4', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2a10007', N'鑱屼綅', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'staff_post', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'staff_post', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2a10007', N'鑱屼綅', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'staff_post', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'staff_post', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2af0008', N'鎵撴鏂瑰紡', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay_way', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'pay_way', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2af0008', N'鎵撴鏂瑰紡', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay_way', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'pay_way', N'6', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2b20009', N'寮鎴疯', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'acct_bank', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'acct_bank', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2b20009', N'寮鎴疯', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'acct_bank', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'acct_bank', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2b5000a', N'鍗″彿', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'card_no', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'card_no', N'8', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2b5000a', N'鍗″彿', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'card_no', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'card_no', N'8', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2b7000b', N'鑱旂郴鎵嬫満鍙', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'tele_no', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'tele_no', N'9', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2b7000b', N'鑱旂郴鎵嬫満鍙', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'tele_no', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'tele_no', N'9', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2ba000c', N'璐圭敤鍚堣', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cost_all', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'cost_all', N'10', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2ba000c', N'璐圭敤鍚堣', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cost_all', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'cost_all', N'10', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2bc000d', N'鍗曟嵁鏁伴噺', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'documents', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'documents', N'11', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2bc000d', N'鍗曟嵁鏁伴噺', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'documents', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'documents', N'11', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2be000e', N'璐圭敤澶у啓', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cost_upper', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cost_upper', N'12', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2be000e', N'璐圭敤澶у啓', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cost_upper', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cost_upper', N'12', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2bf000f', N'棰勬敮娆鹃」', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'prepaid_fee', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'prepaid_fee', N'13', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2bf000f', N'棰勬敮娆鹃」', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'prepaid_fee', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'prepaid_fee', N'13', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2c10010', N'瀹為檯鏀粯', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'real_fee', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'real_fee', N'14', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2c10010', N'瀹為檯鏀粯', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'real_fee', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'real_fee', N'14', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2c30011', N'濉姤鏃堕棿', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fill_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'fill_time', N'15', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2c30011', N'濉姤鏃堕棿', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fill_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'fill_time', N'15', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2c60012', N'鐢宠鏃堕棿', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'apply_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'apply_time', N'16', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2c60012', N'鐢宠鏃堕棿', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'apply_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'apply_time', N'16', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2cd0013', N'鐢宠浜', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'apply_by', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'apply_by', N'17', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2cd0013', N'鐢宠浜', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'apply_by', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'apply_by', N'17', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2cf0014', N'澶囨敞', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'comments', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'18', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd2cf0014', N'澶囨敞', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'comments', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'18', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd33f0015', N'閮ㄩ棬瀹℃壒', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_approve', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'depart_approve', N'19', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd33f0015', N'閮ㄩ棬瀹℃壒', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_approve', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'depart_approve', N'19', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd43e0016', N'璐㈠姟瀹℃壒', N'admin', N'2016-01-01 20:51:06', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'finance_approve', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'finance_approve', N'20', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd43e0016', N'璐㈠姟瀹℃壒', N'admin', N'2016-01-01 20:51:06.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'finance_approve', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'finance_approve', N'20', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd4cf0017', N'鎬荤粡鐞嗗鎵', N'admin', N'2016-01-01 20:51:07', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'mgr_approve', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'mgr_approve', N'21', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd4cf0017', N'鎬荤粡鐞嗗鎵', N'admin', N'2016-01-01 20:51:07.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'mgr_approve', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'mgr_approve', N'21', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd4d30018', N'鍑虹撼', N'admin', N'2016-01-01 20:51:07', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'treasurer', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'treasurer', N'22', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3dd4d30018', N'鍑虹撼', N'admin', N'2016-01-01 20:51:07.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'treasurer', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'treasurer', N'22', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:04:40.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3dd20c0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e196b001a', N'id', N'admin', N'2016-01-01 20:51:24', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:19', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e196b001a', N'id', N'admin', N'2016-01-01 20:51:24.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:19.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1994001b', N'澶栭敭', N'admin', N'2016-01-01 20:51:24', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_employee_cost_claim', N'fk_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1994001b', N'澶栭敭', N'admin', N'2016-01-01 20:51:24.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_employee_cost_claim', N'fk_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1996001c', N'鏃ユ湡', N'admin', N'2016-01-01 20:51:24', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'meals_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:01:38', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1996001c', N'鏃ユ湡', N'admin', N'2016-01-01 20:51:24.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_date', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'meals_date', N'3', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:01:38.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1997001d', N'椁愯垂', N'admin', N'2016-01-01 20:51:24', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_cost', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'meals_cost', N'4', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:01:38', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1997001d', N'椁愯垂', N'admin', N'2016-01-01 20:51:24.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_cost', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'meals_cost', N'4', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:01:38.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1999001e', N'鍚冮キ鍦扮偣', N'admin', N'2016-01-01 20:51:24', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_addr', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'meals_addr', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1999001e', N'鍚冮キ鍦扮偣', N'admin', N'2016-01-01 20:51:24.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_addr', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'meals_addr', N'5', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e199b001f', N'鍚岃浜烘暟', N'admin', N'2016-01-01 20:51:24', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_number', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'meals_number', N'6', N'0', N'group', N'text', N'int', N'admin', N'2016-01-01 21:01:38', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e199b001f', N'鍚岃浜烘暟', N'admin', N'2016-01-01 20:51:24.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'meals_number', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'2', N'', N'', N'meals_number', N'6', N'0', N'group', N'text', N'int', N'admin', N'2016-01-01 21:01:38.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e19c20020', N'澶囨敞', N'admin', N'2016-01-01 20:51:24', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'comments', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e19c20020', N'澶囨敞', N'admin', N'2016-01-01 20:51:24.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'comments', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:01:38.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e196b0019', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b680022', N'id', N'admin', N'2016-01-01 20:51:25', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:02', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b680022', N'id', N'admin', N'2016-01-01 20:51:25.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'Y', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 20:52:02.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b6b0023', N'澶栭敭', N'admin', N'2016-01-01 20:51:25', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_employee_cost_claim', N'fk_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b6b0023', N'澶栭敭', N'admin', N'2016-01-01 20:51:25.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'36', N'id', N'jform_employee_cost_claim', N'fk_id', N'2', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b6d0024', N'浜嬮」', N'admin', N'2016-01-01 20:51:25', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'item', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'item', N'3', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b6d0024', N'浜嬮」', N'admin', N'2016-01-01 20:51:25.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'item', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'item', N'3', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b6f0025', N'璐圭敤', N'admin', N'2016-01-01 20:51:25', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cost', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'cost', N'4', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:00:23', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b6f0025', N'璐圭敤', N'admin', N'2016-01-01 20:51:25.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cost', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'7', N'', N'', N'cost', N'4', N'2', N'group', N'text', N'BigDecimal', N'admin', N'2016-01-01 21:00:23.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b700026', N'寮濮嬫椂闂', N'admin', N'2016-01-01 20:51:25', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_time', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:00:23', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b700026', N'寮濮嬫椂闂', N'admin', N'2016-01-01 20:51:25.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'begin_time', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:00:23.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b720027', N'缁撴潫鏃堕棿', N'admin', N'2016-01-01 20:51:25', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_time', N'6', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:00:23', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b720027', N'缁撴潫鏃堕棿', N'admin', N'2016-01-01 20:51:25.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_time', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'end_time', N'6', N'0', N'group', N'date', N'Date', N'admin', N'2016-01-01 21:00:23.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b730028', N'澶囨敞', N'admin', N'2016-01-01 20:51:25', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'comments', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e451fce3050151fd3e1b730028', N'澶囨敞', N'admin', N'2016-01-01 20:51:25.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'comments', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'comments', N'7', N'0', N'group', N'text', N'string', N'admin', N'2016-01-01 21:00:23.0000000', N'绠$悊鍛', N'402881e451fce3050151fd3e1b680021', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfa060002', N'id', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfa060002', N'id', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfab20003', N'濮撳悕', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'50', N'', N'', N'name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfab20003', N'濮撳悕', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'50', N'', N'', N'name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfae10004', N'鎬у埆', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', N'sex', N'3', N'0', N'single', N'radio', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfae10004', N'鎬у埆', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', N'sex', N'3', N'0', N'single', N'radio', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfaf00005', N'鐢熸棩', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'birthday', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2018-03-19 20:01:17', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfaf00005', N'鐢熸棩', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'birthday', N'4', N'0', N'group', N'date', N'Date', N'admin', N'2018-03-19 20:01:17.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfaf00006', N'鐢佃瘽鍙风爜', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'telnum', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'telnum', N'5', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfaf00006', N'鐢佃瘽鍙风爜', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'telnum', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'30', N'', N'', N'telnum', N'5', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb000007', N'鐢靛瓙閭', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'email', N'6', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb000007', N'鐢靛瓙閭', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'email', N'6', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb000008', N'鏈楂樺鍘', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'degree', N'7', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb000008', N'鏈楂樺鍘', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'degree', N'7', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb000009', N'宸ヤ綔骞撮檺', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'workyear', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'workyear', N'8', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb000009', N'宸ヤ綔骞撮檺', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'workyear', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'workyear', N'8', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb00000a', N'韬唤璇佸彿', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cardid', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cardid', N'9', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb00000a', N'韬唤璇佸彿', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cardid', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cardid', N'9', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb00000b', N'鐜板眳鍦', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'habitation', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'habitation', N'10', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb00000b', N'鐜板眳鍦', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'habitation', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'habitation', N'10', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f000c', N'鎴峰彛鎵鍦ㄥ湴', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'residence', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'residence', N'11', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f000c', N'鎴峰彛鎵鍦ㄥ湴', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'residence', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'residence', N'11', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f000d', N'鏈熸湜钖祫', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'salary', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'salary', N'12', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f000d', N'鏈熸湜钖祫', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'salary', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'salary', N'12', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f000e', N'鏈熸湜宸ヤ綔鍦扮偣', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_place', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'work_place', N'13', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f000e', N'鏈熸湜宸ヤ綔鍦扮偣', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_place', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'work_place', N'13', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f000f', N'宸ヤ綔绫诲瀷', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_type', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'50', N'', N'', N'work_type', N'14', N'0', N'single', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f000f', N'宸ヤ綔绫诲瀷', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'work_type', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'50', N'', N'', N'work_type', N'14', N'0', N'single', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f0010', N'鍒板矖鏃堕棿', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'arrival_time', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'arrival_time', N'15', N'0', N'group', N'datetime', N'Date', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f0010', N'鍒板矖鏃堕棿', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'arrival_time', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'0', N'', N'', N'arrival_time', N'15', N'0', N'group', N'datetime', N'Date', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f0011', N'鑷垜璇勪环', N'admin', N'2016-03-06 21:10:32', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'introduction', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'introduction', N'16', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfb0f0011', N'鑷垜璇勪环', N'admin', N'2016-03-06 21:10:32.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'introduction', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'500', N'', N'', N'introduction', N'16', N'0', N'group', N'text', N'string', N'admin', N'2018-03-19 20:01:07.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cf9f70001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50013', N'id', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2017-12-05 18:31:36', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50013', N'id', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2017-12-05 18:31:36.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50014', N'绠鍘嗕俊鎭〃ID', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50014', N'绠鍘嗕俊鎭〃ID', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50015', N'寮濮嬫棩鏈', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'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'2017-12-05 18:31:36', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50015', N'寮濮嬫棩鏈', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'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'2017-12-05 18:31:36.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50016', N'缁撴潫鏃ユ湡', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'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'2017-12-05 18:31:36', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50016', N'缁撴潫鏃ユ湡', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'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'2017-12-05 18:31:36.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50017', N'鍏徃鍚嶇О', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company_name', N'', N'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'2017-12-05 18:31:36', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50017', N'鍏徃鍚嶇О', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company_name', N'', N'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'2017-12-05 18:31:36.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50018', N'閮ㄩ棬鍚嶇О', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', N'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'2017-12-05 18:31:36', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50018', N'閮ㄩ棬鍚嶇О', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', N'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'2017-12-05 18:31:36.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50019', N'鑱屼綅', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'post', N'', N'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'2017-12-05 18:31:36', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca50019', N'鑱屼綅', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'post', N'', N'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'2017-12-05 18:31:36.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca5001a', N'宸ヤ綔鎻忚堪', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'experience', N'', N'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'2017-12-05 18:31:36', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfca5001a', N'宸ヤ綔鎻忚堪', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'experience', N'', N'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'2017-12-05 18:31:36.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfca50012', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe2b001c', N'id', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2017-12-05 18:32:34', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe2b001c', N'id', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'group', N'text', N'string', N'admin', N'2017-12-05 18:32:34.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b001d', N'绠鍘嗕富閿', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-12-05 18:36:03', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b001d', N'绠鍘嗕富閿', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'36', N'id', N'jform_resume_info', N'resume_id', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-12-05 18:36:03.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b001e', N'寮濮嬫椂闂', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'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'2017-12-05 18:32:34', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b001e', N'寮濮嬫椂闂', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'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'2017-12-05 18:32:34.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b001f', N'缁撴潫鏃堕棿', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'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'2017-12-05 18:32:34', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b001f', N'缁撴潫鏃堕棿', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'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'2017-12-05 18:32:34.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b0020', N'瀛︽牎鍚嶇О', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'school_name', N'', N'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'2017-12-05 18:32:34', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b0020', N'瀛︽牎鍚嶇О', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'school_name', N'', N'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'2017-12-05 18:32:34.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b0021', N'涓撲笟', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'major', N'', N'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'2017-12-05 18:32:34', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b0021', N'涓撲笟', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'major', N'', N'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'2017-12-05 18:32:34.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b0022', N'瀛﹀巻', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'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'2017-12-05 18:32:34', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e4534c0aea01534c0cfe3b0022', N'瀛﹀巻', N'admin', N'2016-03-06 21:10:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'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'2017-12-05 18:32:34.0000000', N'绠$悊鍛', N'402881e4534c0aea01534c0cfe2b001b', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de50006', N'涓婚敭', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de50006', N'涓婚敭', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de70007', N'鍒涘缓浜哄悕绉', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de70007', N'鍒涘缓浜哄悕绉', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de70008', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de70008', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de80009', N'鍒涘缓鏃ユ湡', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de80009', N'鍒涘缓鏃ユ湡', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de8000a', N'鏇存柊浜哄悕绉', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de8000a', N'鏇存柊浜哄悕绉', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de8000b', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de8000b', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de9000c', N'鏇存柊鏃ユ湡', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de9000c', N'鏇存柊鏃ユ湡', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de9000d', N'鎵灞為儴闂', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29de9000d', N'鎵灞為儴闂', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29dea000e', N'鎵灞炲叕鍙', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29dea000e', N'鎵灞炲叕鍙', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29deb000f', N'娴佺▼鐘舵', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'Y', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29deb000f', N'娴佺▼鐘舵', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'Y', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29dec0010', N'閿鍞汉鍛', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'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'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29dec0010', N'閿鍞汉鍛', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'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'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29dec0011', N'璁㈠崟閲戦', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'money', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'money', N'12', N'0', N'single', N'text', N'double', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29dec0011', N'璁㈠崟閲戦', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'money', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'money', N'12', N'0', N'single', N'text', N'double', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29ded0012', N'浜у搧鍚嶅瓧', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'product', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'product', N'13', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29ded0012', N'浜у搧鍚嶅瓧', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'product', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'product', N'13', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29ded0013', N'涓嬪崟鏃堕棿', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sale_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'sale_date', N'14', N'0', N'single', N'date', N'Date', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e56266dcc4016266f29ded0013', N'涓嬪崟鏃堕棿', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sale_date', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'sale_date', N'14', N'0', N'single', N'date', N'Date', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e7628628050162862a14290003', N'cc', N'admin', N'2018-04-02 19:42:07', N'绠$悊鍛', N'', N'', N'', N'', N'', N'200', N'eeee', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'eeee', N'15', N'0', N'single', N'umeditor', N'string', N'admin', N'2018-06-20 14:54:17', N'绠$悊鍛', N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881e7628628050162862a14290003', N'cc', N'admin', N'2018-04-02 19:42:07.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'200', N'eeee', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'eeee', N'15', N'0', N'single', N'umeditor', N'string', N'admin', N'2018-06-20 14:54:17.0000000', N'绠$悊鍛', N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881f363ab056f0163ab27f66e001e', N'dd', N'admin', N'2018-05-29 17:08:33', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'dda', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'dda', N'16', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402881f363ab056f0163ab27f66e001e', N'dd', N'admin', N'2018-05-29 17:08:33.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'dda', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'dda', N'16', N'0', N'single', N'text', N'string', null, null, null, N'402881e56266dcc4016266f29de30005', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e97d0003', N'涓婚敭', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e97d0003', N'涓婚敭', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9ae0004', N'鍒涘缓浜哄悕绉', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9ae0004', N'鍒涘缓浜哄悕绉', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9be0005', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9be0005', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9c80006', N'鍒涘缓鏃ユ湡', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9c80006', N'鍒涘缓鏃ユ湡', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9ca0007', N'鏇存柊浜哄悕绉', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9ca0007', N'鏇存柊浜哄悕绉', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9d30008', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9d30008', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9d60009', N'鏇存柊鏃ユ湡', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9d60009', N'鏇存柊鏃ユ湡', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', null, N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9d9000a', N'鎵灞為儴闂', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9d9000a', N'鎵灞為儴闂', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9ef000b', N'鎵灞炲叕鍙', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9ef000b', N'鎵灞炲叕鍙', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', null, N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9f1000c', N'瀹㈡埛鍚嶇О', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'cust_name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9f1000c', N'瀹㈡埛鍚嶇О', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_name', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'cust_name', N'10', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9f3000d', N'鍦板潃', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_addr', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'cust_addr', N'11', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9f3000d', N'鍦板潃', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_addr', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'cust_addr', N'11', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9f6000e', N'瀹㈡埛缂栧彿', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_code', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cust_code', N'12', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9f6000e', N'瀹㈡埛缂栧彿', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_code', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'cust_code', N'12', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9f8000f', N'email', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'email', N'13', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9f8000f', N'email', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'', null, N'N', N'Y', N'N', N'Y', N'Y', N'50', N'', N'', N'email', N'13', N'0', N'single', N'text', N'string', null, null, null, N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9fc0010', N'璐熻矗浜', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_charge', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'50', N'', N'', N'cust_charge', N'14', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9fc0010', N'璐熻矗浜', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_charge', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'50', N'', N'', N'cust_charge', N'14', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9fe0011', N'鎬у埆', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sex', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sex', N'15', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67e9fe0011', N'鎬у埆', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sex', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sex', N'15', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ea010012', N'骞撮緞', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'age', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'age', N'16', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ea010012', N'骞撮緞', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'age', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'age', N'16', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ea0c0013', N'鑱屽姟', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'position', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'position', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ea0c0013', N'鑱屽姟', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'position', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'position', N'17', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ea3a0014', N'鐢佃瘽', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'phone', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'phone', N'18', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ea3a0014', N'鐢佃瘽', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'phone', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'phone', N'18', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eab70015', N'寰鏉ラ摱琛', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'bank', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bank', N'19', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eab70015', N'寰鏉ラ摱琛', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'bank', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bank', N'19', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eabd0016', N'鐜伴噾鎯呭喌', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'money', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'money', N'20', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eabd0016', N'鐜伴噾鎯呭喌', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'money', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'money', N'20', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eac20017', N'鎵垮姙浜', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'promoter', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'50', N'', N'', N'promoter', N'21', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eac20017', N'鎵垮姙浜', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'promoter', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'50', N'', N'', N'promoter', N'21', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eac70018', N'璐﹀彿', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'account', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'account', N'22', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eac70018', N'璐﹀彿', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'account', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'account', N'22', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eacd0019', N'璧勯噾鍛ㄨ浆', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'turnover', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'turnover', N'23', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eacd0019', N'璧勯噾鍛ㄨ浆', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'turnover', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'turnover', N'23', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ead0001a', N'浠樻鎬佸害', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'payment_attr', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'payment_attr', N'24', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ead0001a', N'浠樻鎬佸害', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'payment_attr', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'payment_attr', N'24', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ead4001b', N'绋庡彿', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sax_num', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'sax_num', N'25', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ead4001b', N'绋庡彿', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sax_num', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'sax_num', N'25', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ead7001c', N'浠樻鏃ユ湡', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay_date', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'pay_date', N'26', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67ead7001c', N'浠樻鏃ユ湡', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay_date', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'pay_date', N'26', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eadb001d', N'寮濮嬩氦鏄撴棩鏈', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_pay_date', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'begin_pay_date', N'27', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eadb001d', N'寮濮嬩氦鏄撴棩鏈', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_pay_date', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'begin_pay_date', N'27', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eadf001e', N'涓昏惀浜у搧', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'main_bus', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'main_bus', N'28', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eadf001e', N'涓昏惀浜у搧', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'main_bus', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'main_bus', N'28', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eae2001f', N'钀ヤ笟椤圭洰', N'admin', N'2015-10-15 20:09:44', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'bus_pro', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bus_pro', N'29', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b67eae2001f', N'钀ヤ笟椤圭洰', N'admin', N'2015-10-15 20:09:44.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'bus_pro', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bus_pro', N'29', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa70c0021', N'浠撳簱鎯呭喌', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'warehouse', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'warehouse', N'30', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa70c0021', N'浠撳簱鎯呭喌', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'warehouse', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'warehouse', N'30', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa70f0022', N'鍛樺伐浜烘暟鍙婄礌璐', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'people', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'people', N'31', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa70f0022', N'鍛樺伐浜烘暟鍙婄礌璐', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'people', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'people', N'31', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7110023', N'杩愯緭鏂瑰紡', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'transportation', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'transportation', N'32', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7110023', N'杩愯緭鏂瑰紡', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'transportation', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'transportation', N'32', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7130024', N'缁忚惀浣撳埗', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'operation', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'operation', N'33', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7130024', N'缁忚惀浣撳埗', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'operation', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'operation', N'33', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7160025', N'鏈嶅姟杞︽暟鐩', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'car', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'20', N'', N'', N'car', N'34', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7160025', N'鏈嶅姟杞︽暟鐩', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'car', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'20', N'', N'', N'car', N'34', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7180026', N'闆跺敭鍟嗘暟鍙婅鐩栨儏鍐', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'shopkeeper', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'shopkeeper', N'35', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7180026', N'闆跺敭鍟嗘暟鍙婅鐩栨儏鍐', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'shopkeeper', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'shopkeeper', N'35', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa71a0027', N'鎵瑰彂鍟嗘暟', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'wholesale', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'wholesale', N'36', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa71a0027', N'鎵瑰彂鍟嗘暟', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'wholesale', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'wholesale', N'36', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa71c0028', N'钀ヤ笟鑼冨洿', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'bus_scope', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bus_scope', N'37', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa71c0028', N'钀ヤ笟鑼冨洿', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'bus_scope', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'bus_scope', N'37', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa71f0029', N'闂ㄥ競闈㈢Н', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'area', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'area', N'38', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa71f0029', N'闂ㄥ競闈㈢Н', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'area', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'area', N'38', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa721002a', N'缁忚惀鏂归拡', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'management', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'management', N'39', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa721002a', N'缁忚惀鏂归拡', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'management', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'200', N'', N'', N'management', N'39', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa723002b', N'杩涜揣', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'stock1', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'stock1', N'40', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa723002b', N'杩涜揣', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'stock1', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'stock1', N'40', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa725002c', N'杩涜揣', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'stock2', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'stock2', N'41', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa725002c', N'杩涜揣', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'stock2', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'stock2', N'41', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa727002d', N'閿鍞', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sale1', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sale1', N'42', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa727002d', N'閿鍞', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sale1', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sale1', N'42', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa729002e', N'閿鍞', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sale2', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sale2', N'43', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa729002e', N'閿鍞', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sale2', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'10', N'', N'', N'sale2', N'43', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa72b002f', N'瀛樿揣', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'inventory1', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'inventory1', N'44', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa72b002f', N'瀛樿揣', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'inventory1', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'inventory1', N'44', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa72d0030', N'瀛樿揣', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'inventory2', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'inventory2', N'45', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa72d0030', N'瀛樿揣', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'inventory2', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'inventory2', N'45', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa72f0031', N'鏈楂樹俊鐢ㄩ搴', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'max_money', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'max_money', N'46', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa72f0031', N'鏈楂樹俊鐢ㄩ搴', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'max_money', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'max_money', N'46', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7320032', N'瀹㈡埛绛夌骇', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_level', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'cust_level', N'47', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7320032', N'瀹㈡埛绛夌骇', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'cust_level', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'cust_level', N'47', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7340033', N'鎬讳綋鏈堝潎搴撳瓨鏁', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'all_avg_inventory', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'all_avg_inventory', N'48', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7340033', N'鎬讳綋鏈堝潎搴撳瓨鏁', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'all_avg_inventory', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'all_avg_inventory', N'48', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7360034', N'鏈堝潎搴撳瓨鏁', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'avg_inventory', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'avg_inventory', N'49', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7360034', N'鏈堝潎搴撳瓨鏁', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'avg_inventory', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'avg_inventory', N'49', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7380035', N'浠锋牸鎶樻墸', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'price', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'price', N'50', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa7380035', N'浠锋牸鎶樻墸', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'price', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'price', N'50', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa73a0036', N'鏀寔鍜屾湇鍔$殑鎵胯', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'promise', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'promise', N'51', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa73a0036', N'鏀寔鍜屾湇鍔$殑鎵胯', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'promise', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'promise', N'51', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa73c0037', N'绔炲搧缁忚惀鎯呭喌', N'admin', N'2015-10-15 20:18:11', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'competing_goods', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'competing_goods', N'52', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'40288388506b3aa601506b6fa73c0037', N'绔炲搧缁忚惀鎯呭喌', N'admin', N'2015-10-15 20:18:11.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'competing_goods', N'', null, N'N', N'Y', N'N', N'Y', N'N', N'100', N'', N'', N'competing_goods', N'52', N'0', N'single', N'text', N'string', N'admin', N'2015-10-15 20:25:25.0000000', N'绠$悊鍛', N'40288388506b3aa601506b67e97b0002', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001a', N'id', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001a', N'id', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001b', N'绠鍘嗕俊鎭〃ID', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'36', null, null, N'resume_id', N'2', N'0', N'group', N'list', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001b', N'绠鍘嗕俊鎭〃ID', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'36', null, null, N'resume_id', N'2', N'0', N'group', N'list', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001c', N'寮濮嬫棩鏈', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'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'4028ef815673ecb9015673f080160001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001c', N'寮濮嬫棩鏈', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'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'4028ef815673ecb9015673f080160001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001d', N'缁撴潫鏃ユ湡', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'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'4028ef815673ecb9015673f080160001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001d', N'缁撴潫鏃ユ湡', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'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'4028ef815673ecb9015673f080160001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001e', N'鍏徃鍚嶇О', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company_name', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'200', null, null, N'company_name', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001e', N'鍏徃鍚嶇О', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company_name', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'200', null, null, N'company_name', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001f', N'閮ㄩ棬鍚嶇О', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'depart_name', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f1053001f', N'閮ㄩ棬鍚嶇О', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'depart_name', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10530020', N'鑱屼綅', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'post', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'post', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10530020', N'鑱屼綅', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'post', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'post', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10530021', N'宸ヤ綔鎻忚堪', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'experience', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'2000', null, null, N'experience', N'8', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10530021', N'宸ヤ綔鎻忚堪', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'experience', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'2000', null, null, N'experience', N'8', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673f080160001', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10850022', N'id', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10850022', N'id', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880023', N'绠鍘嗕俊鎭〃ID', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'36', null, null, N'resume_id', N'2', N'0', N'group', N'list', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880023', N'绠鍘嗕俊鎭〃ID', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'id', N'jform_resume_info', N'name', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'36', null, null, N'resume_id', N'2', N'0', N'group', N'list', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880024', N'寮濮嬫棩鏈', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'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'4028ef815673ecb9015673fa637c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880024', N'寮濮嬫棩鏈', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'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'4028ef815673ecb9015673fa637c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880025', N'缁撴潫鏃ユ湡', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'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'4028ef815673ecb9015673fa637c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880025', N'缁撴潫鏃ユ湡', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'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'4028ef815673ecb9015673fa637c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880026', N'鍏徃鍚嶇О', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company_name', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'200', null, null, N'company_name', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880026', N'鍏徃鍚嶇О', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company_name', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'200', null, null, N'company_name', N'5', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880027', N'閮ㄩ棬鍚嶇О', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'depart_name', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880027', N'閮ㄩ棬鍚嶇О', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'depart_name', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', null, null, N'depart_name', N'6', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880028', N'鑱屼綅', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'post', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'post', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880028', N'鑱屼綅', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'post', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'50', null, null, N'post', N'7', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880029', N'宸ヤ綔鎻忚堪', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'experience', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'2000', null, null, N'experience', N'8', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f10880029', N'宸ヤ綔鎻忚堪', N'admin', N'2017-12-05 18:35:55.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'experience', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'2000', null, null, N'experience', N'8', N'0', N'group', N'text', N'string', null, null, null, N'4028ef815673ecb9015673fa637c001e', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f98002b', N'id', N'admin', N'2017-12-05 18:36:03', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f98002b', N'id', N'admin', N'2017-12-05 18:36:03.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', null, null, N'id', N'1', N'0', N'group', N'text', N'string', null, null, null, N'4028ef81568c5de601568c6437d10015', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9a002c', N'绠鍘嗕富閿', N'admin', N'2017-12-05 18:36:03', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'Y', N'Y', 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'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9a002c', N'绠鍘嗕富閿', N'admin', N'2017-12-05 18:36:03.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'resume_id', N'', N'N', N'N', N'Y', N'Y', 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'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9a002d', N'寮濮嬫椂闂', N'admin', N'2017-12-05 18:36:03', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'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'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9a002d', N'寮濮嬫椂闂', N'admin', N'2017-12-05 18:36:03.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'begin_date', N'', N'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'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9a002e', N'缁撴潫鏃堕棿', N'admin', N'2017-12-05 18:36:03', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'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'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9a002e', N'缁撴潫鏃堕棿', N'admin', N'2017-12-05 18:36:03.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'end_date', N'', N'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'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9a002f', N'瀛︽牎鍚嶇О', N'admin', N'2017-12-05 18:36:03', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'school_name', N'', N'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'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9a002f', N'瀛︽牎鍚嶇О', N'admin', N'2017-12-05 18:36:03.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'school_name', N'', N'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'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9a0030', N'涓撲笟', N'admin', N'2017-12-05 18:36:03', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'major', N'', N'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'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9a0030', N'涓撲笟', N'admin', N'2017-12-05 18:36:03.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'major', N'', N'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'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9d0031', N'瀛﹀巻', N'admin', N'2017-12-05 18:36:03', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'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'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028838e6026232f0160263f2f9d0031', N'瀛﹀巻', N'admin', N'2017-12-05 18:36:03.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'degree', N'', N'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'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4950002', N'涓婚敭', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4950002', N'涓婚敭', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4a80003', N'鍒涘缓浜哄悕绉', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4a80003', N'鍒涘缓浜哄悕绉', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4ab0004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4ab0004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4b30005', N'鍒涘缓鏃ユ湡', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4b30005', N'鍒涘缓鏃ユ湡', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4b60006', N'鏇存柊浜哄悕绉', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4b60006', N'鏇存柊浜哄悕绉', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4be0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4be0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4c10008', N'鏇存柊鏃ユ湡', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4c10008', N'鏇存柊鏃ユ湡', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4c50009', N'鎵灞為儴闂', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4c50009', N'鎵灞為儴闂', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4cc000a', N'鎵灞炲叕鍙', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4cc000a', N'鎵灞炲叕鍙', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4cf000b', N'瀹㈡埛缂栧彿', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'custom_id', N'', N'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', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4cf000b', N'瀹㈡埛缂栧彿', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'custom_id', N'', N'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', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4d3000c', N'璐熻矗浜', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'header', N'', N'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', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4d3000c', N'璐熻矗浜', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'header', N'', N'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', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4d5000d', N'鎴愮珛鏃ユ湡', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'establish_date', N'', N'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', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4d5000d', N'鎴愮珛鏃ユ湡', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'establish_date', N'', N'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', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4d8000e', N'瀹㈡埛鍚嶇О', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'custom_name', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4d8000e', N'瀹㈡埛鍚嶇О', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'custom_name', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4db000f', N'璧勬湰棰', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'capital_lines', N'', N'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', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4db000f', N'璧勬湰棰', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'capital_lines', N'', N'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', N'admin', N'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4e10010', N'鍦板潃', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'address', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4e10010', N'鍦板潃', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'address', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4e40011', N'鐢佃瘽', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'phone', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4e40011', N'鐢佃瘽', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'phone', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4ef0012', N'钀ヤ笟绫诲瀷', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_type', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4ef0012', N'钀ヤ笟绫诲瀷', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_type', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4f10013', N'浼犵湡', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fax', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4f10013', N'浼犵湡', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fax', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4f30014', N'涓昏寰鏉ラ摱琛', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'banks', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4f30014', N'涓昏寰鏉ラ摱琛', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'banks', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4f50015', N'鍏朵粬鎶曡祫浜嬩笟', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'other_business', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4f50015', N'鍏朵粬鎶曡祫浜嬩笟', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'other_business', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4f80016', N'骞冲潎姣忔棩钀ヤ笟棰', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'turnover', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4f80016', N'骞冲潎姣忔棩钀ヤ笟棰', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'turnover', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4fa0017', N'涓昏涓氬姟寰鏉', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4fa0017', N'涓昏涓氬姟寰鏉', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4fc0018', N'浠樻鏂瑰紡', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay_type', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4fc0018', N'浠樻鏂瑰紡', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'pay_type', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4fe0019', N'涓庢湰鍏徃寰鏉', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_contacts', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f4fe0019', N'涓庢湰鍏徃寰鏉', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_contacts', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f501001a', N'鏀舵璁板綍', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'collection', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f501001a', N'鏀舵璁板綍', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'collection', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f503001b', N'鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_important_contacts', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f503001b', N'鏈杩戜笌鏈叕鍙稿線鏉ラ噸瑕佽褰', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_important_contacts', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f506001c', N'鏈杩戜氦鏄撴暟鎹窡韪', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_record', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f506001c', N'鏈杩戜氦鏄撴暟鎹窡韪', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'business_record', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f509001d', N'瀹㈡埛鎰忚', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'customer_opinion', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f509001d', N'瀹㈡埛鎰忚', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'customer_opinion', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f50b001e', N'淇$敤璇勫畾', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'credit_evaluation', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f50b001e', N'淇$敤璇勫畾', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'credit_evaluation', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f50d001f', N'濉〃浜', N'admin', N'2015-10-16 10:20:39', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'preparer', N'', N'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'2018-07-03 10:37:01', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'402885d8506e5d9201506e72f50d001f', N'濉〃浜', N'admin', N'2015-10-16 10:20:39.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'preparer', N'', N'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'2018-07-03 10:37:01.0000000', N'绠$悊鍛', N'402885d8506e5d9201506e72f4920001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958660008', N'涓婚敭', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-01-16 17:26:29', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958660008', N'涓婚敭', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-01-16 17:26:29.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760009', N'鍒涘缓浜哄悕绉', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-01-16 17:26:29', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760009', N'鍒涘缓浜哄悕绉', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-01-16 17:26:29.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000a', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-01-16 17:26:29', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000a', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-01-16 17:26:29.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000b', N'鍒涘缓鏃ユ湡', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-01-16 17:26:29', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000b', N'鍒涘缓鏃ユ湡', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-01-16 17:26:29.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000c', N'鏇存柊浜哄悕绉', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-01-16 17:26:29', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000c', N'鏇存柊浜哄悕绉', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-01-16 17:26:29.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000d', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-02-23 15:51:13', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000d', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-02-23 15:51:13.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000e', N'鏇存柊鏃ユ湡', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-02-23 15:51:13', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000e', N'鏇存柊鏃ユ湡', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-02-23 15:51:13.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000f', N'鎵灞為儴闂', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2018-02-23 15:51:13', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa595876000f', N'鎵灞為儴闂', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2018-02-23 15:51:13.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760010', N'鎵灞炲叕鍙', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-02-23 15:51:13', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760010', N'鎵灞炲叕鍙', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-02-23 15:51:13.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760011', N'娴佺▼鐘舵', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'Y', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'list', N'string', N'admin', N'2018-02-23 15:51:13', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760011', N'娴佺▼鐘舵', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'Y', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'list', N'string', N'admin', N'2018-02-23 15:51:13.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760012', N'鍚嶅瓧', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'only', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'32', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', N'admin', N'2018-07-04 17:05:20', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'orderCode') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760012', N'鍚嶅瓧', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'only', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'32', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', N'admin', N'2018-07-04 17:05:20.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'orderCode') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760013', N'鎬у埆', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'sex', N'12', N'0', N'single', N'list', N'string', N'admin', N'2018-07-04 17:04:09', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'{value:''1''}', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760013', N'鎬у埆', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'sex', N'12', N'0', N'single', N'list', N'string', N'admin', N'2018-07-04 17:04:09.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'{value:''1''}', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760014', N'鐢熸棩', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'birthday', N'13', N'0', N'group', N'date', N'Date', N'admin', N'2018-07-04 17:04:09', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760014', N'鐢熸棩', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'birthday', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'birthday', N'13', N'0', N'group', N'date', N'Date', N'admin', N'2018-07-04 17:04:09.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760015', N'涓汉绠浠', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'conets', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'conets', N'14', N'0', N'single', N'textarea', N'string', N'admin', N'2018-07-04 17:05:20', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'{value:''寮犱笁''}', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028ab775afa555c015afa5958760015', N'涓汉绠浠', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'conets', N'', N'N', N'N', N'Y', N'N', N'Y', N'N', N'32', N'', N'', N'conets', N'14', N'0', N'single', N'textarea', N'string', N'admin', N'2018-07-04 17:05:20.0000000', N'绠$悊鍛', N'4028ab775afa555c015afa5958660007', N'{value:''寮犱笁''}', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae3690002', N'涓婚敭', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae3690002', N'涓婚敭', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae49a0003', N'鍒涘缓浜哄悕绉', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae49a0003', N'鍒涘缓浜哄悕绉', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4a40004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4a40004', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4b40005', N'鍒涘缓鏃ユ湡', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4b40005', N'鍒涘缓鏃ユ湡', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4b60006', N'鏇存柊浜哄悕绉', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4b60006', N'鏇存柊浜哄悕绉', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4be0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4be0007', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4c20008', N'鏇存柊鏃ユ湡', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4c20008', N'鏇存柊鏃ユ湡', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4c70009', N'鎵灞為儴闂', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4c70009', N'鎵灞為儴闂', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4ca000a', N'鎵灞炲叕鍙', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4ca000a', N'鎵灞炲叕鍙', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4cd000b', N'娴佺▼鐘舵', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4cd000b', N'娴佺▼鐘舵', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4d1000c', N'濮撳悕', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'position,name', N'user_msg', N'account,realname', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'11', N'0', N'single', N'popup', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4d1000c', N'濮撳悕', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'position,name', N'user_msg', N'account,realname', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'11', N'0', N'single', N'popup', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4d5000d', N'鎬у埆', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'50', N'', N'', N'sex', N'12', N'0', N'single', N'radio', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4d5000d', N'鎬у埆', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'50', N'', N'', N'sex', N'12', N'0', N'single', N'radio', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4d8000e', N'鎵灞炲垎缁', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'id', N'jform_contact_group', N'name', N'', N'', N'120', N'groups', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'group', N'13', N'0', N'single', N'list', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4d8000e', N'鎵灞炲垎缁', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'id', N'jform_contact_group', N'name', N'', N'', N'120', N'groups', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'200', N'', N'', N'group', N'13', N'0', N'single', N'list', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4dc000f', N'鍏徃鍚嶇О', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'200', N'', N'', N'company', N'14', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4dc000f', N'鍏徃鍚嶇О', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'company', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'200', N'', N'', N'company', N'14', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4e00010', N'鑱屼綅', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'position', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'position', N'15', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4e00010', N'鑱屼綅', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'position', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'position', N'15', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4e40011', N'绉诲姩鐢佃瘽', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'mobile', N'm', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'30', N'', N'', N'mobile', N'16', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'{ignore="ignore"}', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4e40011', N'绉诲姩鐢佃瘽', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'mobile', N'm', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'30', N'', N'', N'mobile', N'16', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'{ignore="ignore"}', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4ef0012', N'鍔炲叕鐢佃瘽', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'office_phone', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'30', N'', N'', N'office_phone', N'17', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4ef0012', N'鍔炲叕鐢佃瘽', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'office_phone', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'30', N'', N'', N'office_phone', N'17', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4f30013', N'鐢靛瓙閭', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'e', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'email', N'18', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'{ignore="ignore"}', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b881535b12bd01535b1ae4f30013', N'鐢靛瓙閭', N'admin', N'2016-03-09 19:20:02.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'email', N'e', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'100', N'', N'', N'email', N'18', N'0', N'single', N'text', N'string', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', N'4028b881535b12bd01535b1ae3680001', N'{ignore="ignore"}', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21d1000d', N'涓婚敭', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21d1000d', N'涓婚敭', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21db000e', N'鍒涘缓浜哄悕绉', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21db000e', N'鍒涘缓浜哄悕绉', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21de000f', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21de000f', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21e10010', N'鍒涘缓鏃ユ湡', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'datetime', N'Date', N'admin', N'2017-04-19 17:14:30', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21e10010', N'鍒涘缓鏃ユ湡', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'datetime', N'Date', N'admin', N'2017-04-19 17:14:30.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21e40011', N'鏇存柊浜哄悕绉', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21e40011', N'鏇存柊浜哄悕绉', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21e70012', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21e70012', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21e90013', N'鏇存柊鏃ユ湡', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2017-04-19 17:14:30', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21e90013', N'鏇存柊鏃ユ湡', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2017-04-19 17:14:30.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21ed0014', N'鎵灞為儴闂', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21ed0014', N'鎵灞為儴闂', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21f00015', N'鎵灞炲叕鍙', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21f00015', N'鎵灞炲叕鍙', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21f40016', N'娴佺▼鐘舵', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21f40016', N'娴佺▼鐘舵', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2017-04-19 17:14:30.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21f70017', N'鍒嗙粍鍚嶇О', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'32', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', N'admin', N'2017-04-29 10:03:09', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'4028b88153659dd4015365ab21f70017', N'鍒嗙粍鍚嶇О', N'admin', N'2016-03-11 20:33:47.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'name', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'32', N'', N'', N'name', N'11', N'0', N'single', N'text', N'string', N'admin', N'2017-04-29 10:03:09.0000000', N'绠$悊鍛', N'4028b88153659dd4015365ab21d0000c', N'', null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184940140', N'涓婚敭', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-02-28 19:18:37', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184940140', N'涓婚敭', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-02-28 19:18:37.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc81849b0141', N'璁㈠崟鍙', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'order_code', N'only', N'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'text', N'string', N'admin', N'2018-05-14 16:14:03', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc81849b0141', N'璁㈠崟鍙', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'order_code', N'only', N'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'text', N'string', N'admin', N'2018-05-14 16:14:03.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc81849d0142', N'璁㈠崟鏃ユ湡', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'order_date', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'20', N'', N'', N'order_date', N'3', N'0', N'single', N'date', N'Date', N'admin', N'2018-02-28 19:18:37', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc81849d0142', N'璁㈠崟鏃ユ湡', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'order_date', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'20', N'', N'', N'order_date', N'3', N'0', N'single', N'date', N'Date', N'admin', N'2018-02-28 19:18:37.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc81849f0143', N'璁㈠崟閲戦', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'order_money', N'd', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'order_money', N'4', N'3', N'single', N'text', N'double', N'admin', N'2018-02-28 19:18:37', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc81849f0143', N'璁㈠崟閲戦', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'order_money', N'd', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'order_money', N'4', N'3', N'single', N'text', N'double', N'admin', N'2018-02-28 19:18:37.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184a10144', N'澶囨敞', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'A01', N'', N'', N'', N'', N'120', N'content', N'', N'N', N'N', N'Y', N'Y', N'Y', N'N', N'500', N'', N'', N'content', N'5', N'0', N'single', N'tree', N'string', N'admin', N'2018-05-14 16:02:52', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184a10144', N'澶囨敞', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'A01', N'', N'', N'', N'', N'120', N'content', N'', N'N', N'N', N'Y', N'Y', N'Y', N'N', N'500', N'', N'', N'content', N'5', N'0', N'single', N'tree', N'string', N'admin', N'2018-05-14 16:02:52.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc81847e013b', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ab0145', N'涓婚敭', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ab0145', N'涓婚敭', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ad0146', N'璇峰亣鏍囬', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'title', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'50', N'', N'', N'title', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ad0146', N'璇峰亣鏍囬', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'title', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'50', N'', N'', N'title', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184af0147', N'璇峰亣浜', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'people', N'user_msg', N'realname', N'', N'', N'120', N'people', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'20', N'', N'', N'people', N'3', N'0', N'single', N'popup', N'string', N'admin', N'2018-06-14 12:10:16', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184af0147', N'璇峰亣浜', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'people', N'user_msg', N'realname', N'', N'', N'120', N'people', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'20', N'', N'', N'people', N'3', N'0', N'single', N'popup', N'string', N'admin', N'2018-06-14 12:10:16.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184b10148', N'鎬у埆', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'*', N'Y', N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', N'sex', N'4', N'0', N'single', N'checkbox', N'string', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184b10148', N'鎬у埆', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'*', N'Y', N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', N'sex', N'4', N'0', N'single', N'checkbox', N'string', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184b30149', N'璇峰亣寮濮嬫椂闂', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'begindate', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'0', N'', N'', N'begindate', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184b30149', N'璇峰亣寮濮嬫椂闂', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'begindate', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'0', N'', N'', N'begindate', N'5', N'0', N'group', N'date', N'Date', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184b6014a', N'璇峰亣缁撴潫鏃堕棿', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'enddate', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'0', N'', N'', N'enddate', N'6', N'0', N'group', N'datetime', N'Date', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184b6014a', N'璇峰亣缁撴潫鏃堕棿', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'enddate', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'0', N'', N'', N'enddate', N'6', N'0', N'group', N'datetime', N'Date', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184b8014b', N'鎵灞為儴闂', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'id', N't_s_depart', N'departname', N'', N'', N'0', N'hol_dept', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'32', N'', N'', N'hol_dept', N'8', N'0', N'single', N'list', N'string', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184b8014b', N'鎵灞為儴闂', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'id', N't_s_depart', N'departname', N'', N'', N'0', N'hol_dept', N'', N'N', N'N', N'N', N'N', N'Y', N'Y', N'32', N'', N'', N'hol_dept', N'8', N'0', N'single', N'list', N'string', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ba014c', N'璇峰亣鍘熷洜', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hol_reson', N'', N'N', N'N', N'N', N'N', N'Y', N'N', N'255', N'', N'', N'hol_reson', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ba014c', N'璇峰亣鍘熷洜', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'hol_reson', N'', N'N', N'N', N'N', N'N', N'Y', N'N', N'255', N'', N'', N'hol_reson', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184bc014d', N'閮ㄩ棬瀹℃壒浜', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'dep_leader', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'dep_leader', N'10', N'0', N'single', N'text', N'string', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184bc014d', N'閮ㄩ棬瀹℃壒浜', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'dep_leader', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'20', N'', N'', N'dep_leader', N'10', N'0', N'single', N'text', N'string', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184bd014e', N'閮ㄩ棬瀹℃壒鎰忚', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'content', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'255', N'', N'', N'content', N'11', N'0', N'single', N'file', N'string', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184bd014e', N'閮ㄩ棬瀹℃壒鎰忚', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'content', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'255', N'', N'', N'content', N'11', N'0', N'single', N'file', N'string', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184bf014f', N'璇峰亣澶╂暟', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'day_num', N'n', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'day_num', N'7', N'0', N'single', N'text', N'int', N'admin', N'2018-04-10 11:25:09', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184bf014f', N'璇峰亣澶╂暟', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'day_num', N'n', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'10', N'', N'', N'day_num', N'7', N'0', N'single', N'text', N'int', N'admin', N'2018-04-10 11:25:09.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818484013c', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184cb0150', N'涓婚敭', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-02-28 19:19:12', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184cb0150', N'涓婚敭', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-02-28 19:19:12.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184cd0151', N'瀹㈡埛鍚', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'name,telphone', N'user_msg', N'account,realname', N'', N'', N'120', N'name', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'2', N'0', N'single', N'popup', N'string', N'admin', N'2018-02-28 19:19:12', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184cd0151', N'瀹㈡埛鍚', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'name,telphone', N'user_msg', N'account,realname', N'', N'', N'120', N'name', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'100', N'', N'', N'name', N'2', N'0', N'single', N'popup', N'string', N'admin', N'2018-02-28 19:19:12.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184cf0152', N'鍗曚环', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'money', N'd', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'money', N'3', N'2', N'group', N'text', N'double', N'admin', N'2018-02-28 19:19:12', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184cf0152', N'鍗曚环', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'0', N'money', N'd', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'10', N'', N'', N'money', N'3', N'2', N'group', N'text', N'double', N'admin', N'2018-02-28 19:19:12.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184d10153', N'澶栭敭', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', N'N', N'N', N'N', N'Y', N'N', N'N', N'36', N'id', N'jform_order_main', N'fk_id', N'7', N'0', N'single', N'text', N'string', N'admin', N'2018-02-28 19:19:12', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184d10153', N'澶栭敭', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fk_id', N'', N'N', N'N', N'N', N'Y', N'N', N'N', N'36', N'id', N'jform_order_main', N'fk_id', N'7', N'0', N'single', N'text', N'string', N'admin', N'2018-02-28 19:19:12.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184d40154', N'鐢佃瘽1', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'telphone', N'', N'Y', 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'2018-06-14 13:31:57', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184d40154', N'鐢佃瘽1', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'telphone', N'', N'Y', 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'2018-06-14 13:31:57.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184d60155', N'鎬у埆', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'*', N'Y', N'N', N'Y', N'Y', N'Y', N'Y', N'4', N'', N'', N'sex', N'4', N'0', N'single', N'radio', N'string', N'admin', N'2018-06-04 15:09:29', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'{value:''0''}', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184d60155', N'鎬у埆', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'sex', N'', N'', N'', N'', N'120', N'sex', N'*', N'Y', N'N', N'Y', N'Y', N'Y', N'Y', N'4', N'', N'', N'sex', N'4', N'0', N'single', N'radio', N'string', N'admin', N'2018-06-04 15:09:29.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818486013d', N'{value:''0''}', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184da0156', N'涓婚敭', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'checkbox', N'string', N'admin', N'2018-03-28 10:24:49', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184da0156', N'涓婚敭', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'checkbox', N'string', N'admin', N'2018-03-28 10:24:49.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184dc0157', N'鑸彮鍙', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'ticket_code', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', N'ticket_code', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-03-28 10:24:49', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184dc0157', N'鑸彮鍙', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'ticket_code', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'100', N'', N'', N'ticket_code', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-03-28 10:24:49.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184df0158', N'鑸彮鏃堕棿', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'180', N'tickect_date', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', N'tickect_date', N'3', N'0', N'single', N'datetime', N'Date', N'admin', N'2018-03-28 10:24:49', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184df0158', N'鑸彮鏃堕棿', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'180', N'tickect_date', N'', N'N', N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', N'tickect_date', N'3', N'0', N'single', N'datetime', N'Date', N'admin', N'2018-03-28 10:24:49.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184e10159', N'澶栭敭', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fck_id', N'', N'N', N'N', N'N', N'N', N'N', N'N', N'36', N'id', N'jform_order_main', N'fck_id', N'4', N'0', N'single', N'text', N'string', N'admin', N'2018-03-28 10:24:49', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184e10159', N'澶栭敭', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'fck_id', N'', N'N', N'N', N'N', N'N', N'N', N'N', N'36', N'id', N'jform_order_main', N'fck_id', N'4', N'0', N'single', N'text', N'string', N'admin', N'2018-03-28 10:24:49.0000000', N'绠$悊鍛', N'8a8ab0b246dc81120146dc818488013e', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184e7015a', N'涓婚敭', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'id', null, null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', null, N'0', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184e7015a', N'涓婚敭', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'id', null, null, N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', null, N'0', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ea015b', N'鏈烘瀯鍚堣', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'a', null, null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'1', N'2', N'group', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ea015b', N'鏈烘瀯鍚堣', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'a', null, null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'1', N'2', N'group', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ec015c', N'琛屾斂灏忚', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b1', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'2', N'2', N'group', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ec015c', N'琛屾斂灏忚', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b1', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'2', N'2', N'group', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ee015d', N'琛屾斂鐪', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b11', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'3', N'0', N'group', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184ee015d', N'琛屾斂鐪', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b11', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'3', N'0', N'group', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184f0015e', N'琛屾斂甯', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b12', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'4', N'0', N'group', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184f0015e', N'琛屾斂甯', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b12', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'4', N'0', N'group', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184f3015f', N'琛屾斂鍘', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b13', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'5', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184f3015f', N'琛屾斂鍘', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b13', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'5', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184f50160', N'浜嬩笟鍚堣', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b2', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'6', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184f50160', N'浜嬩笟鍚堣', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b2', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'6', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184f80161', N'鍙傚叕灏忚', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b3', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'7', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184f80161', N'鍙傚叕灏忚', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b3', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'7', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184fa0162', N'鍙傚叕鐪', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b31', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'8', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184fa0162', N'鍙傚叕鐪', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b31', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'8', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184fc0163', N'鍙傚叕甯', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b32', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'9', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184fc0163', N'鍙傚叕甯', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b32', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'9', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184fe0164', N'鍙傚叕鍘', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b33', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'10', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8184fe0164', N'鍙傚叕鍘', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'b33', null, null, N'N', N'N', N'N', N'Y', N'Y', N'100', N'', N'', null, N'10', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8185000165', N'鍏ㄩ鎷ㄦ', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'c1', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'11', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8185000165', N'鍏ㄩ鎷ㄦ', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'c1', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'11', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8185030166', N'宸鎷ㄦ', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'c2', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'12', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8185030166', N'宸鎷ㄦ', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'c2', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'12', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8185050167', N'鑷敹鑷敮', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'c3', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'13', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8185050167', N'鑷敹鑷敮', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'c3', null, null, N'N', N'N', N'N', N'Y', N'Y', N'10', N'', N'', null, N'13', N'2', N'single', N'text', N'double', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8185070168', N'缁忚垂鍚堣', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'd', null, null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'14', N'2', N'single', N'text', N'int', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc8185070168', N'缁忚垂鍚堣', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'd', null, null, N'N', N'N', N'Y', N'Y', N'Y', N'10', N'', N'', null, N'14', N'2', N'single', N'text', N'int', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc81850a0169', N'鏈烘瀯璧勮川', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'd1', null, null, N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', null, N'15', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'8a8ab0b246dc81120146dc81850a0169', N'鏈烘瀯璧勮川', N'admin', N'2014-06-27 16:46:54.0000000', N'绠$悊鍛', N'', N'', null, null, null, N'0', N'd1', null, null, N'N', N'N', N'N', N'Y', N'Y', N'1000', N'', N'', null, N'15', N'0', N'single', N'text', N'string', null, null, null, N'8a8ab0b246dc81120146dc81848b013f', null, null) GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced130005', N'涓婚敭', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:47:57', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced130005', N'涓婚敭', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:47:57.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced140006', N'鍒涘缓浜哄悕绉', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced140006', N'鍒涘缓浜哄悕绉', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced140007', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced140007', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced150008', N'鍒涘缓鏃ユ湡', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced150008', N'鍒涘缓鏃ユ湡', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced150009', N'鏇存柊浜哄悕绉', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced150009', N'鏇存柊浜哄悕绉', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced15000a', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced15000a', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced16000b', N'鏇存柊鏃ユ湡', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced16000b', N'鏇存柊鏃ユ湡', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced16000c', N'鎵灞為儴闂', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced16000c', N'鎵灞為儴闂', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced17000d', N'鎵灞炲叕鍙', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced17000d', N'鎵灞炲叕鍙', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced18000e', N'娴佺▼鐘舵', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:56:54', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced18000e', N'娴佺▼鐘舵', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:56:54.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced19000f', N'鏀惰揣浜', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'receiver_name,receiver_mobile', N'user_msg', N'realname,account', N'', N'', N'120', N'receiver_name', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'56', N'', N'', N'receiver_name', N'11', N'0', N'single', N'popup', N'string', N'admin', N'2018-08-02 20:14:54', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced19000f', N'鏀惰揣浜', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'receiver_name,receiver_mobile', N'user_msg', N'realname,account', N'', N'', N'120', N'receiver_name', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'56', N'', N'', N'receiver_name', N'11', N'0', N'single', N'popup', N'string', N'admin', N'2018-08-02 20:14:54.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced190010', N'鑱旂郴鐢佃瘽', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'receiver_mobile', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'receiver_mobile', N'12', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 17:00:38', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced190010', N'鑱旂郴鐢佃瘽', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'receiver_mobile', N'', N'N', N'N', N'Y', N'Y', N'Y', N'Y', N'32', N'', N'', N'receiver_mobile', N'12', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 17:00:38.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced1a0011', N'鏀惰揣鐪', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'A03', N'', N'', N'', N'', N'120', N'receiver_state', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'receiver_state', N'13', N'0', N'single', N'tree', N'string', N'admin', N'2018-03-26 15:36:07', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced1a0011', N'鏀惰揣鐪', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'A03', N'', N'', N'', N'', N'120', N'receiver_state', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'receiver_state', N'13', N'0', N'single', N'tree', N'string', N'admin', N'2018-03-26 15:36:07.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced1b0012', N'鏀惰揣甯', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'receiver_city', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'receiver_city', N'14', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced1b0012', N'鏀惰揣甯', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'receiver_city', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'receiver_city', N'14', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced1b0013', N'鏀惰揣鍖', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'receiver_district', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'receiver_district', N'15', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced1b0013', N'鏀惰揣鍖', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'receiver_district', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'receiver_district', N'15', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced1c0014', N'鏀惰揣鍦板潃', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'', N'', N'', N'', N'', N'210', N'receiver_address', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'128', N'', N'', N'receiver_address', N'16', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021fced1c0014', N'鏀惰揣鍦板潃', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'210', N'receiver_address', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'128', N'', N'', N'receiver_address', N'16', N'0', N'single', N'text', N'string', N'admin', N'2018-03-22 16:55:32.0000000', N'绠$悊鍛', N'ff8080816021b031016021fced100004', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c10017', N'涓婚敭', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:48:18', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c10017', N'涓婚敭', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'id', N'', N'N', N'Y', N'N', N'N', N'N', N'N', N'36', N'', N'', N'id', N'1', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:48:18.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c10018', N'鍒涘缓浜哄悕绉', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c10018', N'鍒涘缓浜哄悕绉', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_name', N'2', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c10019', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c10019', N'鍒涘缓浜虹櫥褰曞悕绉', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'create_by', N'3', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c1001a', N'鍒涘缓鏃ユ湡', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c1001a', N'鍒涘缓鏃ユ湡', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'create_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'create_date', N'4', N'0', N'single', N'date', N'Date', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c2001b', N'鏇存柊浜哄悕绉', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c2001b', N'鏇存柊浜哄悕绉', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_name', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_name', N'5', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c2001c', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c2001c', N'鏇存柊浜虹櫥褰曞悕绉', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_by', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'update_by', N'6', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c3001d', N'鏇存柊鏃ユ湡', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c3001d', N'鏇存柊鏃ユ湡', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'update_date', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'20', N'', N'', N'update_date', N'7', N'0', N'single', N'date', N'Date', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c3001e', N'鎵灞為儴闂', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c3001e', N'鎵灞為儴闂', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_org_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_org_code', N'8', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c3001f', N'鎵灞炲叕鍙', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c3001f', N'鎵灞炲叕鍙', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'sys_company_code', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'50', N'', N'', N'sys_company_code', N'9', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c40020', N'娴佺▼鐘舵', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c40020', N'娴佺▼鐘舵', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'bpm_status', N'', N'', N'1', N'', N'120', N'bpm_status', N'', N'N', N'N', N'Y', N'N', N'N', N'N', N'32', N'', N'', N'bpm_status', N'10', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c40021', N'璁㈠崟ID', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'orderid', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'36', N'id', N'jfrom_order', N'orderid', N'11', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c40021', N'璁㈠崟ID', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'orderid', N'', N'N', N'N', N'Y', N'Y', N'N', N'N', N'36', N'id', N'jfrom_order', N'orderid', N'11', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c50022', N'鍟嗗搧鍚嶇О', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'180', N'item_name', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'128', N'', N'', N'item_name', N'12', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c50022', N'鍟嗗搧鍚嶇О', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'180', N'item_name', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'128', N'', N'', N'item_name', N'12', N'0', N'single', N'text', N'string', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c50023', N'鍟嗗搧鏁伴噺', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'qty', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'qty', N'13', N'0', N'single', N'text', N'int', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c50023', N'鍟嗗搧鏁伴噺', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'qty', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'qty', N'13', N'0', N'single', N'text', N'int', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c50024', N'鍟嗗搧浠锋牸', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'price', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'price', N'14', N'0', N'single', N'text', N'BigDecimal', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c50024', N'鍟嗗搧浠锋牸', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'price', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'price', N'14', N'0', N'single', N'text', N'BigDecimal', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO -INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c60025', N'閲戦', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'amount', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'amount', N'15', N'0', N'single', N'text', N'BigDecimal', N'admin', N'2018-04-02 19:46:29', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') +INSERT INTO [dbo].[cgform_field] ([id], [content], [create_by], [create_date], [create_name], [dict_field], [dict_table], [dict_text], [field_default], [field_href], [field_length], [field_name], [field_valid_type], [field_must_input], [is_key], [is_null], [is_query], [is_show], [is_show_list], [length], [main_field], [main_table], [old_field_name], [order_num], [point_length], [query_mode], [show_type], [type], [update_by], [update_date], [update_name], [table_id], [extend_json], [fill_rule_code]) VALUES (N'ff8080816021b031016021feb0c60025', N'閲戦', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'', N'', N'', N'', N'', N'120', N'amount', N'', N'N', N'N', N'Y', N'N', N'Y', N'Y', N'32', N'', N'', N'amount', N'15', N'0', N'single', N'text', N'BigDecimal', N'admin', N'2018-04-02 19:46:29.0000000', N'绠$悊鍛', N'ff8080816021b031016021feb0c00016', N'', N'') GO GO @@ -2420,14 +2435,14 @@ CREATE TABLE [dbo].[cgform_ftl] ( [CGFORM_ID] nvarchar(36) NOT NULL , [CGFORM_NAME] nvarchar(100) NOT NULL , [CREATE_BY] nvarchar(36) NULL , -[CREATE_DATE] datetime NULL , +[CREATE_DATE] datetime2(7) 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_DATE] datetime2(7) NULL , [UPDATE_NAME] nvarchar(32) NULL , [editor_type] nvarchar(10) NULL ) @@ -2634,7 +2649,7 @@ 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', N'绠$悊鍛', N' +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.0000000', N'绠$悊鍛', N' @@ -2880,22 +2895,22 @@ INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [

-', N'0', N'1', N'', N'admin', N'2015-12-18 15:26:36', N'绠$悊鍛', null) +', N'0', N'1', N'', N'admin', N'2015-12-18 15:26:36.0000000', 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', N'绠$悊鍛', N'


绀轰緥琛

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


', N'0', N'1', N'', null, null, null, N'02') +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.0000000', 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', N'绠$悊鍛', N'


绀轰緥琛

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


', N'0', N'1', N'', null, null, null, N'02') +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.0000000', 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', N'绠$悊鍛', N'', N'1', N'1', N'', N'admin', N'2018-06-19 16:06:35', N'绠$悊鍛', null) +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.0000000', N'绠$悊鍛', N'', N'1', N'1', N'', N'admin', N'2018-06-19 16:06:35.0000000', 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'402880e74d934e07014d93506c5a0003', N'2c90ac564c9d1734014c9d22b16c0001', N'ue', N'admin', N'2015-05-27 11:00:30', N'绠$悊鍛', N'


绀轰緥琛

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


', N'0', N'1', N'', null, null, null, N'02') +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.0000000', 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'402880ec5d97c106015d97d4b6230005', N'8a8ab0b246dc81120146dc818484013c', N'鑷畾涔夎鍋囨ā鏉', N'admin', N'2017-07-31 00:00:00', N'绠$悊鍛', N' +INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [FTL_CONTENT], [FTL_STATUS], [FTL_VERSION], [FTL_WORD_URL], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME], [editor_type]) VALUES (N'402880ec5d97c106015d97d4b6230005', N'8a8ab0b246dc81120146dc818484013c', N'鑷畾涔夎鍋囨ā鏉', N'admin', N'2017-07-31 00:00:00.0000000', N'绠$悊鍛', N' @@ -2906,7 +2921,7 @@ INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [ - + +
@@ -3867,10 +3882,10 @@ xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" > -', N'0', N'5', N'璇峰亣鍗曟ā鏉.doc', N'admin', N'2018-06-19 16:07:09', N'绠$悊鍛', null) +', N'0', N'5', N'璇峰亣鍗曟ā鏉.doc', N'admin', N'2018-06-19 16:07:09.0000000', 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', N'绠$悊鍛', N' +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.0000000', N'绠$悊鍛', N' @@ -3887,7 +3902,7 @@ INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [ ', 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'40288be75217166d01521725c3170003', N'4028efa25214f7ca015216264bb30003', N'璇峰亣鐢宠鍗', N'admin', N'2016-01-06 00:00:00', N'绠$悊鍛', N' +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.0000000', N'绠$悊鍛', N' @@ -4042,10 +4057,10 @@ INSERT INTO [dbo].[cgform_ftl] ([ID], [CGFORM_ID], [CGFORM_NAME], [CREATE_BY], [ -', N'0', N'1', N'', N'admin', N'2016-01-14 15:00:20', N'绠$悊鍛', null) +', N'0', N'1', N'', N'admin', N'2016-01-14 15:00:20.0000000', 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', N'绠$悊鍛', N' +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.0000000', N'绠$悊鍛', N' @@ -4306,7 +4321,7 @@ 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_date] datetime2(7) NULL , [create_name] nvarchar(32) NULL , [is_checkbox] nvarchar(5) NOT NULL , [is_dbsynch] nvarchar(20) NOT NULL , @@ -4322,7 +4337,7 @@ CREATE TABLE [dbo].[cgform_head] ( [tab_order] int NULL , [table_name] nvarchar(50) NOT NULL , [update_by] nvarchar(32) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_name] nvarchar(32) NULL , [tree_parentid_fieldname] nvarchar(50) NULL , [tree_id_fieldname] nvarchar(50) NULL , @@ -4747,94 +4762,94 @@ GO -- ---------------------------- -- Records of cgform_head -- ---------------------------- -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028138151adbcc50151adfd13680002', N'鍛樺伐鍏ヨ亴鍗', N'admin', N'2015-12-17 11:30:22', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'51', N'single', N'0', null, null, N'jform_employee_entry', N'admin', N'2017-07-26 14:21:48', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault2', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'51', N'single', N'0', null, null, N'jform_employee_entry', N'admin', N'2017-07-26 14:21:48.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault2', N'', N'', null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402880e74da32ebe014da3309b880001', N'绗竴涓爲', N'admin', N'2015-05-30 12:59:41', N'绠$悊鍛', N'Y', N'Y', N'Y', N'Y', N'', N'UUID', N'1', N'22', N'single', N'0', null, null, N'jform_tree', N'admin', N'2018-06-11 17:50:52', N'绠$悊鍛', N'father_id', N'id', N'name', N'bdfl_ptbd', N'ledefault2', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'Y', N'', N'UUID', N'1', N'22', N'single', N'0', null, null, N'jform_tree', N'admin', N'2018-06-11 17:50:52.0000000', N'绠$悊鍛', N'father_id', N'id', N'name', N'bdfl_ptbd', N'ledefault2', N'', N'', null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881a151f09a900151f0ad74120001', N'鍛樺伐绂昏亴鍗', N'admin', N'2015-12-30 10:17:58', 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', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'jform00002', null, null, null, null) +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.0000000', 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.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'jform00002', null, null, null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e451fce3050151fd3dd20c0002', N'鍛樺伐璐圭敤鎶ラ攢鐢宠淇℃伅琛', N'admin', N'2016-01-01 20:51:06', 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', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'o2mTableStyle', N'', null, null, null) +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.0000000', 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.0000000', 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', 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', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', null, null, null, null) +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.0000000', 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.0000000', 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', 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', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', null, null, null, null) +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.0000000', 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.0000000', 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', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'126', N'group', N'0', N'jform_resume_exp_info,jform_resume_degree_info', null, N'jform_resume_info', N'admin', N'2018-05-28 17:40:28', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'subgrid', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'126', N'group', N'0', N'jform_resume_exp_info,jform_resume_degree_info', null, N'jform_resume_info', N'admin', N'2018-05-28 17:40:28.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'subgrid', N'', N'', null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'402881e4534c0aea01534c0cfca50012', N'宸ヤ綔淇℃伅琛', N'admin', N'2016-03-06 21:10:33', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'18', N'group', N'0', null, null, N'jform_resume_exp_info', N'admin', N'2017-12-05 18:35:55', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'18', N'group', N'0', null, null, N'jform_resume_exp_info', N'admin', N'2017-12-05 18:35:55.0000000', 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', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'9', N'group', N'0', null, null, N'jform_resume_degree_info', N'admin', N'2017-12-05 18:36:03', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'9', N'group', N'0', null, null, N'jform_resume_degree_info', N'admin', N'2017-12-05 18:36:03.0000000', 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'402881e56266dcc4016266f29de30005', N'閿鍞伐鍗', N'admin', N'2018-03-27 18:13:18', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'20', N'single', N'0', null, null, N'test_rules', N'admin', N'2018-07-04 17:01:10', N'绠$悊鍛', null, N'id', null, N'bdfl_include', N'moblieCommon001', N'moblieCommon001', N'', null, null) +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'402881e56266dcc4016266f29de30005', N'閿鍞伐鍗', N'admin', N'2018-03-27 18:13:18.0000000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'20', N'single', N'0', null, null, N'test_rules', N'admin', N'2018-07-04 17:01:10.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_include', N'moblieCommon001', N'moblieCommon001', 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'40288388506b3aa601506b67e97b0002', N'瀹㈡埛璧勬枡绠$悊', N'admin', N'2015-10-15 20:09:44', 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', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'olstyle00002', N'', null, null, null) +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.0000000', 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.0000000', 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', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'44', N'single', N'0', null, null, N'jeecg_custom_record', N'admin', N'2018-07-03 10:37:01', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'44', N'single', N'0', null, null, N'jeecg_custom_record', N'admin', N'2018-07-03 10:37:01.0000000', 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'4028ab775afa555c015afa5958660007', N'鍏ヨ亴鍛樺伐', N'admin', N'2017-03-23 16:47:23', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'268', N'group', N'0', null, null, N'test_person', N'admin', N'2018-07-06 19:33:50', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'', null, null) +INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ab775afa555c015afa5958660007', N'鍏ヨ亴鍛樺伐', N'admin', N'2017-03-23 16:47:23.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'268', N'group', N'0', null, null, N'test_person', N'admin', N'2018-07-06 19:33:50.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'', null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028b881535b12bd01535b1ae3680001', N'涓汉閫氳褰', N'admin', N'2016-03-09 19:20:02', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'69', N'group', N'0', null, null, N'jform_contact', N'admin', N'2018-02-22 17:18:13', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'69', N'group', N'0', null, null, N'jform_contact', N'admin', N'2018-02-22 17:18:13.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'', null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028b88153659dd4015365ab21d0000c', N'閫氳繀褰曞垎缁', N'admin', N'2016-03-11 20:33:47', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'61', N'single', N'0', null, null, N'jform_contact_group', N'admin', N'2017-07-31 17:20:42', N'绠$悊鍛', null, N'id', null, N'bdfl_vipbd', N'', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'61', N'single', N'0', null, null, N'jform_contact_group', N'admin', N'2017-07-31 17:20:42.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_vipbd', N'', N'', N'', null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'4028ef815673c48f015673c557af0003', N'鍦伴搧绔欑偣', N'admin', N'2016-08-10 17:25:28', 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', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'RowsEdit', N'', N'1', N'0', N'4028ef8156176adb015617801ebd0001') +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.0000000', 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.0000000', 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', 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') +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.0000000', 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', N'绠$悊鍛', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'3', N'1', N'group', N'0', null, null, N'jform_resume_exp_info__0', N'admin', N'2017-03-01 21:57:47', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'1', N'0', N'402881e4534c0aea01534c0cfca50012') +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.0000000', N'绠$悊鍛', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'3', N'1', N'group', N'0', null, null, N'jform_resume_exp_info__0', N'admin', N'2017-03-01 21:57:47.0000000', 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', 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') +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.0000000', 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', 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') +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.0000000', 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', 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') +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.0000000', 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', 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') +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.0000000', 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', N'绠$悊鍛', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'2', N'1', N'group', N'0', N'jform_resume_degree_info,jform_resume_exp_info', null, N'jform_resume_info__0', N'admin', N'2017-03-04 22:58:34', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'resume', N'resume', N'1', N'0', N'402881e4534c0aea01534c0cf9f70001') +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.0000000', N'绠$悊鍛', N'Y', N'N', N'Y', N'N', N'', N'UUID', N'2', N'1', N'group', N'0', N'jform_resume_degree_info,jform_resume_exp_info', null, N'jform_resume_info__0', N'admin', N'2017-03-04 22:58:34.0000000', 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', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'347', N'group', N'0', N'jform_order_customer,jform_order_ticket', null, N'jform_order_main', N'admin', N'2018-07-06 15:38:06', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'347', N'group', N'0', N'jform_order_customer,jform_order_ticket', null, N'jform_order_main', N'admin', N'2018-07-06 15:38:06.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'', null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'8a8ab0b246dc81120146dc818484013c', N'璇峰亣鍗', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'213', N'group', N'0', null, null, N'jform_leave', N'admin', N'2018-07-05 20:18:53', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'1', N'213', N'group', N'0', null, null, N'jform_leave', N'admin', N'2018-07-05 20:18:53.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'ledefault', N'', N'', null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'8a8ab0b246dc81120146dc818486013d', N'璁㈠崟瀹㈡埛淇℃伅', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'58', N'single', N'0', null, N'2', N'jform_order_customer', N'admin', N'2018-06-14 13:31:57', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'58', N'single', N'0', null, N'2', N'jform_order_customer', N'admin', N'2018-06-14 13:31:57.0000000', 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'8a8ab0b246dc81120146dc818488013e', N'璁㈠崟鏈虹エ淇℃伅', N'admin', N'2014-06-27 16:46:54', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'30', N'single', N'0', null, N'3', N'jform_order_ticket', N'admin', N'2018-03-28 10:24:49', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) +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.0000000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'30', N'single', N'0', null, N'3', N'jform_order_ticket', N'admin', N'2018-03-28 10:24:49.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'8a8ab0b246dc81120146dc81848b013f', N'浠锋牸璁よ瘉鏈烘瀯缁熻琛', N'admin', N'2014-06-27 16:46:54', 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', N'绠$悊鍛', null, null, null, N'bdfl_ptbd', null, null, null, null, null) +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.0000000', 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.0000000', 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'ff8080816021b031016021fced100004', N'璁㈠崟鍒楄〃', N'admin', N'2017-12-04 22:45:12', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'41', N'group', N'0', N'jfrom_order_line', null, N'jfrom_order', N'admin', N'2018-07-02 18:30:23', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'moblieCommon002', N'', N'', null, null) +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'ff8080816021b031016021fced100004', N'璁㈠崟鍒楄〃', N'admin', N'2017-12-04 22:45:12.0000000', N'绠$悊鍛', N'Y', N'Y', N'Y', N'N', N'', N'UUID', N'2', N'41', N'group', N'0', N'jfrom_order_line', null, N'jfrom_order', N'admin', N'2018-07-02 18:30:23.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'moblieCommon002', N'', N'', null, null) GO GO -INSERT INTO [dbo].[cgform_head] ([id], [content], [create_by], [create_date], [create_name], [is_checkbox], [is_dbsynch], [is_pagination], [is_tree], [jform_pk_sequence], [jform_pk_type], [jform_type], [jform_version], [querymode], [relation_type], [sub_table_str], [tab_order], [table_name], [update_by], [update_date], [update_name], [tree_parentid_fieldname], [tree_id_fieldname], [tree_fieldname], [jform_category], [form_template], [form_template_mobile], [table_type], [table_version], [physice_id]) VALUES (N'ff8080816021b031016021feb0c00016', N'璁㈠崟鏄庣粏', N'admin', N'2017-12-04 22:47:08', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'9', N'single', N'0', null, N'11', N'jfrom_order_line', N'admin', N'2018-07-02 11:00:15', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) +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'ff8080816021b031016021feb0c00016', N'璁㈠崟鏄庣粏', N'admin', N'2017-12-04 22:47:08.0000000', N'绠$悊鍛', N'N', N'Y', N'Y', N'N', N'', N'UUID', N'3', N'9', N'single', N'0', null, N'11', N'jfrom_order_line', N'admin', N'2018-07-02 11:00:15.0000000', N'绠$悊鍛', null, N'id', null, N'bdfl_ptbd', N'', N'', N'', null, null) GO GO @@ -4847,10 +4862,10 @@ CREATE TABLE [dbo].[cgform_index] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [index_name] nvarchar(100) NULL , [index_field] nvarchar(500) NULL , [index_type] nvarchar(32) NULL , @@ -5017,10 +5032,10 @@ GO -- ---------------------------- -- Records of cgform_index -- ---------------------------- -INSERT INTO [dbo].[cgform_index] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [index_name], [index_field], [index_type], [table_id]) VALUES (N'402880f45ad5bf19015ad5d1c6180010', N'绠$悊鍛', N'admin', N'2017-03-16 14:32:59', null, null, null, N'index_name', N'name', N'normal', N'4028b88153659dd4015365ab21d0000c') +INSERT INTO [dbo].[cgform_index] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [index_name], [index_field], [index_type], [table_id]) VALUES (N'402880f45ad5bf19015ad5d1c6180010', N'绠$悊鍛', N'admin', N'2017-03-16 14:32:59.0000000', null, null, null, N'index_name', N'name', N'normal', N'4028b88153659dd4015365ab21d0000c') GO GO -INSERT INTO [dbo].[cgform_index] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [index_name], [index_field], [index_type], [table_id]) VALUES (N'402880f45ad5bf19015ad5d1c6180011', N'绠$悊鍛', N'admin', N'2017-03-16 14:32:59', null, null, null, N'index_bpm_status', N'bpm_status', N'normal', N'4028b88153659dd4015365ab21d0000c') +INSERT INTO [dbo].[cgform_index] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [index_name], [index_field], [index_type], [table_id]) VALUES (N'402880f45ad5bf19015ad5d1c6180011', N'绠$悊鍛', N'admin', N'2017-03-16 14:32:59.0000000', null, null, null, N'index_bpm_status', N'bpm_status', N'normal', N'4028b88153659dd4015365ab21d0000c') GO GO @@ -5033,10 +5048,10 @@ CREATE TABLE [dbo].[cgform_template] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [template_name] nvarchar(100) NULL , @@ -5330,55 +5345,55 @@ GO -- ---------------------------- -- Records of cgform_template -- ---------------------------- -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4000020160401f7c0151f1eb65c50001', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15', N'绠$悊鍛', N'admin', N'2018-05-24 10:23:06', N'A03', N'A0', N'ACE榛樿妯℃澘', N'ledefault', N'3', N'', N'ledefault.png', N'ACE榛樿妯℃澘', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4000020160401f7c0151f1eb65c50001', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15.0000000', N'绠$悊鍛', N'admin', N'2018-05-24 10:23:06.0000000', N'A03', N'A0', N'ACE榛樿妯℃澘', N'ledefault', N'3', N'', N'ledefault.png', N'ACE榛樿妯℃澘', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4000020160401f7c0151f1eb65c50003', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15', N'绠$悊鍛', N'admin', N'2017-03-20 12:07:05', N'A03', N'A0', N'EASY榛樿妯℃澘', N'default', N'3', N'', N'default.jpg', N'EASY榛樿妯℃澘', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4000020160401f7c0151f1eb65c50003', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15.0000000', N'绠$悊鍛', N'admin', N'2017-03-20 12:07:05.0000000', N'A03', N'A0', N'EASY榛樿妯℃澘', N'default', N'3', N'', N'default.jpg', N'EASY榛樿妯℃澘', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40281381506e454301506e518d200001', N'绠$悊鍛', N'admin', N'2015-10-16 09:44:09', N'绠$悊鍛', N'admin', N'2015-12-03 23:01:05', N'A02', N'A0', N'瀹㈡埛璧勬枡琛ㄥ崟妯℃澘', N'olstyle00002', N'1', null, N'index_900317F6B680FBBE6F8AEAB36CE0F20C.png', N'olstyle00002', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40281381506e454301506e518d200001', N'绠$悊鍛', N'admin', N'2015-10-16 09:44:09.0000000', N'绠$悊鍛', N'admin', N'2015-12-03 23:01:05.0000000', N'A02', N'A0', N'瀹㈡埛璧勬枡琛ㄥ崟妯℃澘', N'olstyle00002', N'1', null, N'index_900317F6B680FBBE6F8AEAB36CE0F20C.png', N'olstyle00002', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028138151b2ba140151b2efe7430001', N'绠$悊鍛', N'admin', N'2015-12-18 10:34:05', N'绠$悊鍛', N'admin', N'2015-12-18 18:44:14', N'A02', N'A0', N'鍛樺伐鍏ヨ亴鍗', N'jform00001', N'1', null, N'jform00001.jpg', N'鍛樺伐鍏ヨ亴鍗', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028138151b2ba140151b2efe7430001', N'绠$悊鍛', N'admin', N'2015-12-18 10:34:05.0000000', N'绠$悊鍛', N'admin', N'2015-12-18 18:44:14.0000000', N'A02', N'A0', N'鍛樺伐鍏ヨ亴鍗', N'jform00001', N'1', null, N'jform00001.jpg', N'鍛樺伐鍏ヨ亴鍗', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402880e85070dc9f015070e076ca0003', N'绠$悊鍛', N'admin', N'2015-10-16 21:39:30', N'绠$悊鍛', N'admin', N'2015-12-03 23:01:24', N'A02', N'A0', N'瀹㈡埛璺熻釜琛ㄥ崟妯℃澘', N'olstyle00001', N'1', null, N'olstyle00001.png', N'olstyle00001', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402880e85070dc9f015070e076ca0003', N'绠$悊鍛', N'admin', N'2015-10-16 21:39:30.0000000', N'绠$悊鍛', N'admin', N'2015-12-03 23:01:24.0000000', N'A02', N'A0', N'瀹㈡埛璺熻釜琛ㄥ崟妯℃澘', N'olstyle00001', N'1', null, N'olstyle00001.png', N'olstyle00001', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028818e535507ee0153552211ff0001', N'绠$悊鍛', N'admin', N'2016-03-08 15:30:10', N'绠$悊鍛', N'admin', N'2018-06-12 14:26:06', N'A03', N'A0', N'涓瀵瑰鍏═AB妯″紡', N'o2mTableStyle', N'2', null, N'index_2BC6F92D0E6283D28B0271762301B5E1.png', N'o2mTableStyle', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl', N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028818e535507ee0153552211ff0001', N'绠$悊鍛', N'admin', N'2016-03-08 15:30:10.0000000', N'绠$悊鍛', N'admin', N'2018-06-12 14:26:06.0000000', N'A03', N'A0', N'涓瀵瑰鍏═AB妯″紡', N'o2mTableStyle', N'2', null, N'index_2BC6F92D0E6283D28B0271762301B5E1.png', N'o2mTableStyle', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl', N'1') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40288195525dcc2d01525dd07e560001', N'绠$悊鍛', N'admin', N'2016-01-20 14:54:51', N'绠$悊鍛', N'admin', N'2018-05-29 17:18:23', N'A03', N'A0', N'閫氱敤绉诲姩妯℃澘001', N'moblieCommon001', N'1', null, N'', N'閫氱敤绉诲姩妯℃澘001', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40288195525dcc2d01525dd07e560001', N'绠$悊鍛', N'admin', N'2016-01-20 14:54:51.0000000', N'绠$悊鍛', N'admin', N'2018-05-29 17:18:23.0000000', N'A03', N'A0', N'閫氱敤绉诲姩妯℃澘001', N'moblieCommon001', N'1', null, N'', N'閫氱敤绉诲姩妯℃澘001', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881a151f1af7c0151f1eb65c50012', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15', N'绠$悊鍛', N'admin', N'2015-12-30 16:40:19', N'A03', N'A0', N'鍛樺伐绂昏亴鍗', N'jform00002', N'1', null, N'jform00002.png', N'鍛樺伐绂昏亴鍗', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881a151f1af7c0151f1eb65c50012', N'绠$悊鍛', N'admin', N'2015-12-30 16:05:15.0000000', N'绠$悊鍛', N'admin', N'2015-12-30 16:40:19.0000000', N'A03', N'A0', N'鍛樺伐绂昏亴鍗', N'jform00002', N'1', null, N'jform00002.png', N'鍛樺伐绂昏亴鍗', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881e45205d2bc015205da12c80008', N'绠$悊鍛', N'admin', N'2016-01-03 12:58:44', N'绠$悊鍛', N'admin', N'2016-02-25 11:56:11', N'A02', N'A0', N'鍛樺伐璐圭敤鎶ラ攢鍗', N'employeeCost', N'2', null, N'employeeCost.png', N'employeeCost', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl', N'0') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881e45205d2bc015205da12c80008', N'绠$悊鍛', N'admin', N'2016-01-03 12:58:44.0000000', N'绠$悊鍛', N'admin', N'2016-02-25 11:56:11.0000000', N'A02', N'A0', N'鍛樺伐璐圭敤鎶ラ攢鍗', N'employeeCost', N'2', null, N'employeeCost.png', N'employeeCost', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl', N'0') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881e4527933980152793fb745000f', N'绠$悊鍛', N'admin', N'2016-01-25 22:46:05', N'绠$悊鍛', N'admin', N'2017-04-19 19:00:03', N'A02', N'A0', N'閫氱敤绉诲姩妯℃澘002', N'moblieCommon002', N'2', null, N'olMoblieStyle00002.png', N'olMoblieStyle00002', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl', N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881e4527933980152793fb745000f', N'绠$悊鍛', N'admin', N'2016-01-25 22:46:05.0000000', N'绠$悊鍛', N'admin', N'2017-04-19 19:00:03.0000000', N'A02', N'A0', N'閫氱敤绉诲姩妯℃澘002', N'moblieCommon002', N'2', null, N'olMoblieStyle00002.png', N'olMoblieStyle00002', N'autolist.ftl', N'jformunion.ftl', N'jformunion.ftl', N'jformunion.ftl', N'1') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881e4534c0aea01534c1a2a9f0027', N'绠$悊鍛', N'admin', N'2016-03-06 21:24:57', N'绠$悊鍛', N'admin', N'2017-05-11 12:19:08', N'A03', N'A0', N'鎷涜仒绠鍘嗕俊鎭', N'resume', N'3', null, N'', N'鎷涜仒绠鍘嗕俊鎭', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'402881e4534c0aea01534c1a2a9f0027', N'绠$悊鍛', N'admin', N'2016-03-06 21:24:57.0000000', N'绠$悊鍛', N'admin', N'2017-05-11 12:19:08.0000000', N'A03', N'A0', N'鎷涜仒绠鍘嗕俊鎭', N'resume', N'3', null, N'', N'鎷涜仒绠鍘嗕俊鎭', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40288af454ff777c0154ffad599e0003', N'绠$悊鍛', N'admin', N'2016-05-30 11:20:31', N'绠$悊鍛', N'admin', N'2017-03-14 12:14:52', N'A03', N'A0', N'琛ㄦ牸琛岀紪杈', N'rowsEdit', N'1', null, N'rowedit.png', N'琛ㄦ牸琛岀紪杈', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40288af454ff777c0154ffad599e0003', N'绠$悊鍛', N'admin', N'2016-05-30 11:20:31.0000000', N'绠$悊鍛', N'admin', N'2017-03-14 12:14:52.0000000', N'A03', N'A0', N'琛ㄦ牸琛岀紪杈', N'rowsEdit', N'1', null, N'rowedit.png', N'琛ㄦ牸琛岀紪杈', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40289481511b1cbf01511b229aa90001', N'绠$悊鍛', N'admin', N'2015-11-18 23:07:11', N'绠$悊鍛', N'admin', N'2018-06-14 14:59:07', N'A02', N'A0', N'boostrap 绠绾﹂鏍', N'boostrap01', N'1', null, N'index_762156D7FDDD269B87C74079D53F4549.png', N'boostrap 绠绾﹂鏍', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'40289481511b1cbf01511b229aa90001', N'绠$悊鍛', N'admin', N'2015-11-18 23:07:11.0000000', N'绠$悊鍛', N'admin', N'2018-06-14 14:59:07.0000000', N'A02', N'A0', N'boostrap 绠绾﹂鏍', N'boostrap01', N'1', null, N'index_762156D7FDDD269B87C74079D53F4549.png', N'boostrap 绠绾﹂鏍', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028a9815d2515a5015d251bdc4c0003', N'绠$悊鍛', N'admin', N'2017-07-09 10:09:29', N'绠$悊鍛', N'admin', N'2017-07-26 14:20:17', N'A03', N'A03', N'ACE鍒嗙粍琛ㄥ崟甯冨眬', N'ledefault2', N'1', null, N'', N'', null, null, null, null, N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028a9815d2515a5015d251bdc4c0003', N'绠$悊鍛', N'admin', N'2017-07-09 10:09:29.0000000', N'绠$悊鍛', N'admin', N'2017-07-26 14:20:17.0000000', N'A03', N'A03', N'ACE鍒嗙粍琛ㄥ崟甯冨眬', N'ledefault2', N'1', null, N'', N'', null, null, null, null, N'1') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028b88154d672d00154d8c21e36005c', N'绠$悊鍛', N'admin', N'2016-05-22 21:58:01', N'绠$悊鍛', N'admin', N'2017-04-07 19:33:11', N'A01', N'A0', N'闈炲脊妗嗚〃鍗曟牱寮', N'nopopform', N'1', null, N'', N'', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028b88154d672d00154d8c21e36005c', N'绠$悊鍛', N'admin', N'2016-05-22 21:58:01.0000000', N'绠$悊鍛', N'admin', N'2017-04-07 19:33:11.0000000', N'A01', N'A0', N'闈炲脊妗嗚〃鍗曟牱寮', N'nopopform', N'1', null, N'', N'', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'1') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028efa2523f95dc01523f98b4b50002', N'绠$悊鍛', N'admin', N'2016-01-14 18:05:18', N'绠$悊鍛', N'admin', N'2016-03-11 11:06:08', N'A02', N'A0', N'璇峰亣鍗', N'leaveApplicationForm', N'1', null, N'', N'绉诲姩绔鏍', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'4028efa2523f95dc01523f98b4b50002', N'绠$悊鍛', N'admin', N'2016-01-14 18:05:18.0000000', N'绠$悊鍛', N'admin', N'2016-03-11 11:06:08.0000000', N'A02', N'A0', N'璇峰亣鍗', N'leaveApplicationForm', N'1', null, N'', N'绉诲姩绔鏍', N'autolist.ftl', N'jform.ftl', N'jform.ftl', N'jform.ftl', N'0') GO GO -INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'ff8080816021b031016021f454290002', N'绠$悊鍛', N'admin', N'2017-12-04 22:35:49', N'绠$悊鍛', N'admin', N'2017-12-05 10:49:01', N'A03', N'A03', N'涓瀵瑰鍒楄〃甯︽槑缁', N'subgrid', N'2', null, N'index_4B4B4F9BB6AEBCCA9D7EA8B6603A39EC.png', N'鍒楄〃甯︽槑缁', null, null, null, null, N'1') +INSERT INTO [dbo].[cgform_template] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [template_name], [template_code], [template_type], [template_share], [template_pic], [template_comment], [template_list_name], [template_add_name], [template_update_name], [template_detail_name], [status]) VALUES (N'ff8080816021b031016021f454290002', N'绠$悊鍛', N'admin', N'2017-12-04 22:35:49.0000000', N'绠$悊鍛', N'admin', N'2017-12-05 10:49:01.0000000', N'A03', N'A03', N'涓瀵瑰鍒楄〃甯︽槑缁', N'subgrid', N'2', null, N'index_4B4B4F9BB6AEBCCA9D7EA8B6603A39EC.png', N'鍒楄〃甯︽槑缁', null, null, null, null, N'1') GO GO @@ -5658,10 +5673,10 @@ CREATE TABLE [dbo].[eeee] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , @@ -5883,10 +5898,10 @@ 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 , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [cust_name] nvarchar(100) NULL , @@ -6654,7 +6669,7 @@ GO -- ---------------------------- -- Records of jeecg_custom_info -- ---------------------------- -INSERT INTO [dbo].[jeecg_custom_info] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [cust_name], [cust_addr], [cust_code], [email], [cust_charge], [sex], [age], [position], [phone], [bank], [money], [promoter], [account], [turnover], [payment_attr], [sax_num], [pay_date], [begin_pay_date], [main_bus], [bus_pro], [warehouse], [people], [transportation], [operation], [car], [shopkeeper], [wholesale], [bus_scope], [area], [management], [stock1], [stock2], [sale1], [sale2], [inventory1], [inventory2], [max_money], [cust_level], [all_avg_inventory], [avg_inventory], [price], [promise], [competing_goods]) VALUES (N'402880ec5d97c622015d97e0be190007', N'绠$悊鍛', N'admin', N'2017-07-31 17:01:14', N'绠$悊鍛', N'admin', N'2018-05-28 19:04:50', N'A03', N'A03', N'灏忕帇111', null, N'111', N'111@1.com', null, null, N'45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[jeecg_custom_info] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [cust_name], [cust_addr], [cust_code], [email], [cust_charge], [sex], [age], [position], [phone], [bank], [money], [promoter], [account], [turnover], [payment_attr], [sax_num], [pay_date], [begin_pay_date], [main_bus], [bus_pro], [warehouse], [people], [transportation], [operation], [car], [shopkeeper], [wholesale], [bus_scope], [area], [management], [stock1], [stock2], [sale1], [sale2], [inventory1], [inventory2], [max_money], [cust_level], [all_avg_inventory], [avg_inventory], [price], [promise], [competing_goods]) VALUES (N'402880ec5d97c622015d97e0be190007', N'绠$悊鍛', N'admin', N'2017-07-31 17:01:14.0000000', N'绠$悊鍛', N'admin', N'2018-05-28 19:04:50.0000000', N'A03', N'A03', N'灏忕帇111', null, N'111', N'111@1.com', null, null, N'45', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) GO GO @@ -6667,15 +6682,15 @@ 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 , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) 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 , +[establish_date] datetime2(7) NULL , [custom_name] nvarchar(32) NULL , [capital_lines] float(53) NULL , [address] nvarchar(32) NULL , @@ -7108,7 +7123,7 @@ GO -- ---------------------------- -- Records of jeecg_custom_record -- ---------------------------- -INSERT INTO [dbo].[jeecg_custom_record] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [custom_id], [header], [establish_date], [custom_name], [capital_lines], [address], [phone], [business_type], [fax], [banks], [other_business], [turnover], [business], [pay_type], [business_contacts], [collection], [business_important_contacts], [business_record], [customer_opinion], [credit_evaluation], [preparer]) VALUES (N'402880f45ad4f86e015ad4f86ea30000', N'绠$悊鍛', N'admin', N'2017-03-16 10:35:35', N'绠$悊鍛', N'admin', N'2018-06-15 17:53:58', N'A03', N'A03', N'111', N'222', N'2017-03-16 00:00:00', N'111', N'111', N'111', N'111', N'111', N'111', N'111', N'111', N'1111', N'1111', null, N'111', null, N'111', N'111', N'111', N'111', N'111') +INSERT INTO [dbo].[jeecg_custom_record] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [custom_id], [header], [establish_date], [custom_name], [capital_lines], [address], [phone], [business_type], [fax], [banks], [other_business], [turnover], [business], [pay_type], [business_contacts], [collection], [business_important_contacts], [business_record], [customer_opinion], [credit_evaluation], [preparer]) VALUES (N'402880f45ad4f86e015ad4f86ea30000', N'绠$悊鍛', N'admin', N'2017-03-16 10:35:35.0000000', N'绠$悊鍛', N'admin', N'2018-06-15 17:53:58.0000000', N'A03', N'A03', N'111', N'222', N'2017-03-16 00:00:00.0000000', N'111', N'111', N'111', N'111', N'111', N'111', N'111', N'111', N'1111', N'1111', null, N'111', null, N'111', N'111', N'111', N'111', N'111') GO GO @@ -7121,7 +7136,7 @@ CREATE TABLE [dbo].[jeecg_demo] ( [id] nvarchar(32) NOT NULL , [name] nvarchar(255) NOT NULL , [age] int NULL , -[birthday] datetime NULL , +[birthday] datetime2(7) NULL , [content] nvarchar(MAX) NULL , [dep_id] nvarchar(255) NULL , [email] nvarchar(255) NULL , @@ -7131,11 +7146,11 @@ CREATE TABLE [dbo].[jeecg_demo] ( [touxiang] nvarchar(255) NULL , [fujian] nvarchar(255) NULL , [status] nvarchar(255) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(32) NULL , [create_name] nvarchar(32) NULL , [update_by] nvarchar(32) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_name] nvarchar(32) NULL , [sys_org_code] nvarchar(200) NULL , [sys_company_code] nvarchar(200) NULL @@ -7441,43 +7456,43 @@ GO -- ---------------------------- -- Records of jeecg_demo -- ---------------------------- -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3633e483e01633e56b1450003', N'灏忕帇33333鏉庡洓-寮犺禌濂', N'111', N'2018-05-02 00:00:00', N'', N'402880e447e99cf10147e9a03b320003', N'1273869000@qq.com', N'18611788525', N'1111', N'0', N'upload/img/photosucai\20180514\1457926300690.png', N'upload/files\20180514\1457926300690.png', N'Y', N'2018-05-08 14:00:58', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 16:21:14', N'绠$悊鍛', N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3633e483e01633e56b1450003', N'灏忕帇33333鏉庡洓-寮犺禌濂', N'111', N'2018-05-02 00:00:00.0000000', N'', N'402880e447e99cf10147e9a03b320003', N'1273869000@qq.com', N'18611788525', N'1111', N'0', N'upload/img/photosucai\20180514\1457926300690.png', N'upload/files\20180514\1457926300690.png', N'Y', N'2018-05-08 14:00:58.0000000', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 16:21:14.0000000', N'绠$悊鍛', N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3633e483e01633e56ebed0009', N'鍔ㄦ佹暟鎹簱婧愭祴璇899', N'133', null, N'', N'', N'1273869000@qq.com', N'18611788525', N'111', N'1', N'upload/img/photosucai\20180601\2210018623913637055.jpg', N'upload/files\20180601\4178486237650006385.jpg', N'Y', N'2018-05-08 14:01:13', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 16:22:40', N'绠$悊鍛', N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3633e483e01633e56ebed0009', N'鍔ㄦ佹暟鎹簱婧愭祴璇899', N'133', null, N'', N'', N'1273869000@qq.com', N'18611788525', N'111', N'1', N'upload/img/photosucai\20180601\2210018623913637055.jpg', N'upload/files\20180601\4178486237650006385.jpg', N'Y', N'2018-05-08 14:01:13.0000000', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 16:22:40.0000000', N'绠$悊鍛', N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f363f2d41d0163f2d6f5b40001', N'zhang daihao', N'111', null, N'', N'', N'zhangdaiscott@163.com', N'18611788525', N'1', null, N'upload\img\photosucai\20180612\4afbfbedab64034f9015f1bca8c379310b551dab_1528788888964.jpg,', N'upload\files\20180612\11_1528787554071.jpg', N'Y', N'2018-06-12 15:12:43', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 12:04:30', N'绠$悊鍛', N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f363f2d41d0163f2d6f5b40001', N'zhang daihao', N'111', null, N'', N'', N'zhangdaiscott@163.com', N'18611788525', N'1', null, N'upload\img\photosucai\20180612\4afbfbedab64034f9015f1bca8c379310b551dab_1528788888964.jpg,', N'upload\files\20180612\11_1528787554071.jpg', N'Y', N'2018-06-12 15:12:43.0000000', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 12:04:30.0000000', N'绠$悊鍛', N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f36459d01c01645a1135fe0012', N'11122222', N'22', null, N'', N'', N'1273869000@qq.com', N'', N'1', N'0', null, N'upload\files\20180702\d52a2834349b033b6d20d5cc16ce36d3d539bd7f_1530519432421.jpg', N'Y', N'2018-07-02 16:17:14', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 16:24:51', N'绠$悊鍛', N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f36459d01c01645a1135fe0012', N'11122222', N'22', null, N'', N'', N'1273869000@qq.com', N'', N'1', N'0', null, N'upload\files\20180702\d52a2834349b033b6d20d5cc16ce36d3d539bd7f_1530519432421.jpg', N'Y', N'2018-07-02 16:17:14.0000000', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 16:24:51.0000000', N'绠$悊鍛', N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f36459d01c01645a1516070017', N'8888', N'888', N'2018-07-12 00:00:00', N'', null, null, null, null, N'0', null, null, N'N', N'2018-07-02 16:21:28', N'admin', N'绠$悊鍛', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f36459d01c01645a1516070017', N'8888', N'888', N'2018-07-12 00:00:00.0000000', N'', null, null, null, null, N'0', null, null, N'N', N'2018-07-02 16:21:28.0000000', N'admin', N'绠$悊鍛', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f36459d01c01645a1548b60019', N'99999', N'999', N'2018-07-09 00:00:00', N'', null, null, null, null, N'0', null, null, N'N', N'2018-07-02 16:21:41', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 16:21:47', N'绠$悊鍛', N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f36459d01c01645a1548b60019', N'99999', N'999', N'2018-07-09 00:00:00.0000000', N'', null, null, null, null, N'0', null, null, N'N', N'2018-07-02 16:21:41.0000000', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 16:21:47.0000000', N'绠$悊鍛', N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f36459d01c01645a172b02001e', N'1111', null, N'2018-07-06 00:00:00', N'', null, null, null, null, N'1', null, null, N'Y', N'2018-07-02 16:23:45', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 16:24:33', N'绠$悊鍛', N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f36459d01c01645a172b02001e', N'1111', null, N'2018-07-06 00:00:00.0000000', N'', null, null, null, null, N'1', null, null, N'Y', N'2018-07-02 16:23:45.0000000', N'admin', N'绠$悊鍛', N'admin', N'2018-07-02 16:24:33.0000000', N'绠$悊鍛', N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f0e401c0012', N'寮犲皬涓123', null, N'2018-07-06 00:00:00', N'1111111寰堝ソ', N'402880e447e9a9570147e9b677320003', null, null, N'8000', N'1', N'2', null, null, N'2018-07-06 18:06:02', N'admin', N'绠$悊鍛', N'admin', N'2018-07-06 18:06:11', N'绠$悊鍛', N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f0e401c0012', N'寮犲皬涓123', null, N'2018-07-06 00:00:00.0000000', N'1111111寰堝ソ', N'402880e447e9a9570147e9b677320003', null, null, N'8000', N'1', N'2', null, null, N'2018-07-06 18:06:02.0000000', N'admin', N'绠$悊鍛', N'admin', N'2018-07-06 18:06:11.0000000', N'绠$悊鍛', N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f104bc10015', N'鏉庝笘姘222', N'222', N'2018-07-01 00:00:00', N'12222222', N'402880e447e99cf10147e9a03b320003', null, null, N'6000', N'0', N'2', null, null, N'2018-07-06 18:08:16', N'admin', N'绠$悊鍛', N'admin', N'2018-07-06 18:08:39', N'绠$悊鍛', N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f104bc10015', N'鏉庝笘姘222', N'222', N'2018-07-01 00:00:00.0000000', N'12222222', N'402880e447e99cf10147e9a03b320003', null, null, N'6000', N'0', N'2', null, null, N'2018-07-06 18:08:16.0000000', N'admin', N'绠$悊鍛', N'admin', N'2018-07-06 18:08:39.0000000', N'绠$悊鍛', N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f12296a001a', N'2222233333', null, N'2018-07-06 18:10:15', N'', N'402880e447e9a9570147e9b677320003', null, null, N'222', null, null, null, null, N'2018-07-06 18:10:18', N'admin', N'绠$悊鍛', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f12296a001a', N'2222233333', null, N'2018-07-06 18:10:15.0000000', N'', N'402880e447e9a9570147e9b677320003', null, null, N'222', null, null, null, null, N'2018-07-06 18:10:18.0000000', N'admin', N'绠$悊鍛', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f122eb0001c', N'2222233333', null, N'2018-07-06 18:10:15', N'', N'402880e447e9a9570147e9b677320003', null, null, N'222', null, null, null, null, N'2018-07-06 18:10:19', N'admin', N'绠$悊鍛', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f122eb0001c', N'2222233333', null, N'2018-07-06 18:10:15.0000000', N'', N'402880e447e9a9570147e9b677320003', null, null, N'222', null, null, null, null, N'2018-07-06 18:10:19.0000000', N'admin', N'绠$悊鍛', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f158ff3001e', N'寮犱笁涓999', N'33344', N'2018-07-06 00:00:00', null, null, null, null, N'333', N'1', null, null, null, N'2018-07-06 18:14:01', N'admin', N'绠$悊鍛', N'admin', N'2018-07-06 18:17:08', N'绠$悊鍛', N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f158ff3001e', N'寮犱笁涓999', N'33344', N'2018-07-06 00:00:00.0000000', null, null, null, null, N'333', N'1', null, null, null, N'2018-07-06 18:14:01.0000000', N'admin', N'绠$悊鍛', N'admin', N'2018-07-06 18:17:08.0000000', N'绠$悊鍛', N'A03', N'A03') GO GO -INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f1aaf610027', N'寮犳槸鍝123123', N'222', null, null, null, null, null, null, N'0', null, null, null, N'2018-07-06 18:19:37', N'admin', N'绠$悊鍛', N'admin', N'2018-07-06 18:20:35', N'绠$悊鍛', N'A03', N'A03') +INSERT INTO [dbo].[jeecg_demo] ([id], [name], [age], [birthday], [content], [dep_id], [email], [phone], [salary], [sex], [touxiang], [fujian], [status], [create_date], [create_by], [create_name], [update_by], [update_date], [update_name], [sys_org_code], [sys_company_code]) VALUES (N'402881f3646ecdd601646f1aaf610027', N'寮犳槸鍝123123', N'222', null, null, null, null, null, null, N'0', null, null, null, N'2018-07-06 18:19:37.0000000', N'admin', N'绠$悊鍛', N'admin', N'2018-07-06 18:20:35.0000000', N'绠$悊鍛', N'A03', N'A03') GO GO @@ -7490,7 +7505,7 @@ CREATE TABLE [dbo].[jeecg_demo_excel] ( [id] nvarchar(36) NOT NULL , [name] nvarchar(100) NULL , [sex] nvarchar(3) NULL , -[birthday] datetime NULL , +[birthday] datetime2(7) NULL , [depart] nvarchar(36) NULL , [fd_replace] nvarchar(255) NULL , [fd_convert] nvarchar(255) NULL @@ -7612,13 +7627,13 @@ GO -- ---------------------------- -- Records of jeecg_demo_excel -- ---------------------------- -INSERT INTO [dbo].[jeecg_demo_excel] ([id], [name], [sex], [birthday], [depart], [fd_replace], [fd_convert]) VALUES (N'4028f6816402f8e30164032b767c0001', N'濞侀渿澶', N'0', N'2014-06-10 00:00:00', N'402880e447e99cf10147e9a03b320003', N'1', N'200') +INSERT INTO [dbo].[jeecg_demo_excel] ([id], [name], [sex], [birthday], [depart], [fd_replace], [fd_convert]) VALUES (N'4028f6816402f8e30164032b767c0001', N'濞侀渿澶', N'0', N'2014-06-10 00:00:00.0000000', N'402880e447e99cf10147e9a03b320003', N'1', N'200') GO GO -INSERT INTO [dbo].[jeecg_demo_excel] ([id], [name], [sex], [birthday], [depart], [fd_replace], [fd_convert]) VALUES (N'4028f6816402f8e30164032c00ab0005', N'鐧藉眳鏄', N'0', N'2014-06-10 00:00:00', N'402880e447e9a9570147e9b677320003', N'1', N'600') +INSERT INTO [dbo].[jeecg_demo_excel] ([id], [name], [sex], [birthday], [depart], [fd_replace], [fd_convert]) VALUES (N'4028f6816402f8e30164032c00ab0005', N'鐧藉眳鏄', N'0', N'2014-06-10 00:00:00.0000000', N'402880e447e9a9570147e9b677320003', N'1', N'600') GO GO -INSERT INTO [dbo].[jeecg_demo_excel] ([id], [name], [sex], [birthday], [depart], [fd_replace], [fd_convert]) VALUES (N'4028f6816402f8e30164032d7d010007', N'鍒樿瘲璇', N'1', N'1993-06-01 00:00:00', N'8a8ab0b246dc81120146dc8180bd0018', N'0', N'1000') +INSERT INTO [dbo].[jeecg_demo_excel] ([id], [name], [sex], [birthday], [depart], [fd_replace], [fd_convert]) VALUES (N'4028f6816402f8e30164032d7d010007', N'鍒樿瘲璇', N'1', N'1993-06-01 00:00:00.0000000', N'8a8ab0b246dc81120146dc8180bd0018', N'0', N'1000') GO GO @@ -7631,10 +7646,10 @@ CREATE TABLE [dbo].[jeecg_multi_upload] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , @@ -7825,10 +7840,10 @@ DROP TABLE [dbo].[jeecg_order_custom] GO CREATE TABLE [dbo].[jeecg_order_custom] ( [ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , +[CREATE_DT] datetime2(7) NULL , [CRTUSER] nvarchar(12) NULL , [CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , +[DEL_DT] datetime2(7) NULL , [DELFLAG] int NULL , [GO_ORDER_CODE] nvarchar(32) NOT NULL , [GOC_BUSS_CONTENT] nvarchar(33) NULL , @@ -7839,7 +7854,7 @@ CREATE TABLE [dbo].[jeecg_order_custom] ( [GOC_SEX] nvarchar(255) NULL , [MODIFIER] nvarchar(12) NULL , [MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL +[MODIFY_DT] datetime2(7) NULL ) @@ -7880,10 +7895,10 @@ DROP TABLE [dbo].[jeecg_order_main] GO CREATE TABLE [dbo].[jeecg_order_main] ( [ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , +[CREATE_DT] datetime2(7) NULL , [CRTUSER] nvarchar(12) NULL , [CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , +[DEL_DT] datetime2(7) NULL , [DELFLAG] int NULL , [GO_ALL_PRICE] decimal(10,2) NULL , [GO_CONTACT_NAME] nvarchar(16) NULL , @@ -7895,7 +7910,7 @@ CREATE TABLE [dbo].[jeecg_order_main] ( [GODER_TYPE] nvarchar(255) NULL , [MODIFIER] nvarchar(12) NULL , [MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL , +[MODIFY_DT] datetime2(7) NULL , [USERTYPE] nvarchar(255) NULL ) @@ -7928,10 +7943,10 @@ DROP TABLE [dbo].[jeecg_order_product] GO CREATE TABLE [dbo].[jeecg_order_product] ( [ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , +[CREATE_DT] datetime2(7) NULL , [CRTUSER] nvarchar(12) NULL , [CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , +[DEL_DT] datetime2(7) NULL , [DELFLAG] int NULL , [GO_ORDER_CODE] nvarchar(12) NOT NULL , [GOP_CONTENT] nvarchar(66) NULL , @@ -7942,7 +7957,7 @@ CREATE TABLE [dbo].[jeecg_order_product] ( [GOP_SUM_PRICE] decimal(10,2) NULL , [MODIFIER] nvarchar(12) NULL , [MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL +[MODIFY_DT] datetime2(7) NULL ) @@ -7961,10 +7976,10 @@ CREATE TABLE [dbo].[jeecg_p3demo] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , @@ -8228,10 +8243,10 @@ CREATE TABLE [dbo].[jform_cgdynamgraph_head] ( [CONTENT] nvarchar(500) NOT NULL , [NAME] nvarchar(100) NOT NULL , [update_name] nvarchar(32) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(32) NULL , [create_name] nvarchar(32) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(32) NULL , [db_source] nvarchar(36) NULL , [graph_type] nvarchar(36) NULL , @@ -8441,7 +8456,7 @@ 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'2018-05-29 23:00:42', N'admin', null, null, null, N'', N'', N'', null) +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'2018-05-29 23:00:42.0000000', N'admin', null, null, null, N'', N'', N'', null) GO GO @@ -8644,10 +8659,10 @@ 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 , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [param_name] nvarchar(32) NOT NULL , @@ -8858,10 +8873,10 @@ CREATE TABLE [dbo].[jform_cgreport_head] ( [CONTENT] nvarchar(1000) NOT NULL , [NAME] nvarchar(100) NOT NULL , [update_name] nvarchar(32) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(32) NULL , [create_name] nvarchar(32) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(32) NULL , [db_source] nvarchar(36) NULL , [return_val_field] nvarchar(100) NULL , @@ -9071,19 +9086,19 @@ GO -- ---------------------------- -- Records of jform_cgreport_head -- ---------------------------- -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e64e1ef94d014e1efefc2a0001', N'select * from weixin_account', N'weixin_account', N'娴嬭瘯澶氭暟鎹簮鍔熻兘', N'璺ㄦ暟鎹簱鎶ヨ〃婕旂ず', N'绠$悊鍛', N'2018-06-06 22:41:40', N'admin', null, null, null, N'jeewx-yunying', N'', N'', N'1') +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'2018-06-06 22:41:40.0000000', 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 where username like ''${usekey}''||''%'' ', N'ddt_s_base_user', N'鍏ㄨ〃鏌ヨ', N'鐢ㄦ埛鍏ㄩ儴鏌ヨ鎶ヨ〃', N'绠$悊鍛', N'2018-06-20 14:54:34', N'admin', null, null, null, N'', N'', N'', N'2') +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 where username like ''${usekey}''||''%'' ', N'ddt_s_base_user', N'鍏ㄨ〃鏌ヨ', N'鐢ㄦ埛鍏ㄩ儴鏌ヨ鎶ヨ〃', N'绠$悊鍛', N'2018-06-20 14:54:34.0000000', N'admin', null, null, null, N'', N'', N'', N'2') GO GO -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e74d76e784014d76f9e783001e', N'select username account , realname from t_s_base_user', N'user_msg', N'鐢ㄦ埛POPUP锛屽脊鍑洪〉闈', N'鐢ㄦ埛閫夋嫨鍒楄〃', N'绠$悊鍛', N'2018-06-06 18:40:13', N'admin', null, null, null, N'', N'account', N'realname', N'2') +INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880e74d76e784014d76f9e783001e', N'select username account , realname from t_s_base_user', N'user_msg', N'鐢ㄦ埛POPUP锛屽脊鍑洪〉闈', N'鐢ㄦ埛閫夋嫨鍒楄〃', N'绠$悊鍛', N'2018-06-06 18:40:13.0000000', N'admin', null, null, null, N'', N'account', N'realname', N'2') GO GO -INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880ec5d872157015d87f2dd940010', N'select * from jeecg_demo', N'jeecg_demo', N'', N'jeecg_demo', N'绠$悊鍛', N'2018-05-29 14:00:10', N'admin', null, null, null, N'', N'', N'', N'1') +INSERT INTO [dbo].[jform_cgreport_head] ([ID], [CGR_SQL], [CODE], [CONTENT], [NAME], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [db_source], [return_val_field], [return_txt_field], [pop_retype]) VALUES (N'402880ec5d872157015d87f2dd940010', N'select * from jeecg_demo', N'jeecg_demo', N'', N'jeecg_demo', N'绠$悊鍛', N'2018-05-29 14:00:10.0000000', 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'402881f363aa9a380163aa9ebe480001', N'select * from jeecg_p3demo', N'jeecg_p3demo', N'', N'jeecg_p3demo', N'绠$悊鍛', N'2018-05-29 14:41:07', N'admin', null, null, null, N'', N'', N'', N'1') +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'402881f363aa9a380163aa9ebe480001', N'select * from jeecg_p3demo', N'jeecg_p3demo', N'', N'jeecg_p3demo', N'绠$悊鍛', N'2018-05-29 14:41:07.0000000', N'admin', null, null, null, N'', N'', N'', N'1') GO GO @@ -9418,10 +9433,10 @@ 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 , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [param_name] nvarchar(32) NOT NULL , @@ -9619,7 +9634,7 @@ GO -- ---------------------------- -- Records of jform_cgreport_param -- ---------------------------- -INSERT INTO [dbo].[jform_cgreport_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], [cgrhead_id]) VALUES (N'402881f36402f3de016403035d350010', N'绠$悊鍛', N'admin', N'2018-06-15 18:35:09', null, null, null, N'A03', N'A03', N'usekey', N'usekey', N'', N'0', N'402880e64eb9a22c014eb9a4d5890001') +INSERT INTO [dbo].[jform_cgreport_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], [cgrhead_id]) VALUES (N'402881f36402f3de016403035d350010', N'绠$悊鍛', N'admin', N'2018-06-15 18:35:09.0000000', null, null, null, N'A03', N'A03', N'usekey', N'usekey', N'', N'0', N'402880e64eb9a22c014eb9a4d5890001') GO GO @@ -9632,10 +9647,10 @@ CREATE TABLE [dbo].[jform_contact] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , @@ -9907,16 +9922,16 @@ 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'4028608164fdaa090164fdaa09c30000', N'绠$悊鍛', N'admin', N'2018-08-03 10:42:16', N'绠$悊鍛', N'admin', N'2018-08-03 10:42:26', N'A03', N'A03', N'1', N'junit demo', N'0', N'402880e55bd254a5015bd254a5940001', N'wwq', N'zhangsan', N'13412345678', N'122', N'admin@admin.com') +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'4028608164fdaa090164fdaa09c30000', N'绠$悊鍛', N'admin', N'2018-08-03 10:42:16.0000000', N'绠$悊鍛', N'admin', N'2018-08-03 10:42:26.0000000', N'A03', N'A03', N'1', N'junit demo', N'0', N'402880e55bd254a5015bd254a5940001', N'wwq', N'zhangsan', N'13412345678', N'122', N'admin@admin.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'402880ec5d78bc1a015d78bc1a2f0000', N'绠$悊鍛', N'admin', N'2017-07-25 15:52:59', N'绠$悊鍛', N'admin', N'2018-06-15 17:54:04', N'A03', N'A03', N'1', N'寮犱笁', N'0', N'402880e55bd254a5015bd254a5410000', N'鍖椾含鍥界偓淇℃伅鎶鏈湁闄愬叕鍙', N'楂樼骇宸ョ▼甯', N'18611477474', N'84820955', N'154040976@qq.com') +INSERT INTO [dbo].[jform_contact] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [groups], [company], [position], [mobile], [office_phone], [email]) VALUES (N'402880ec5d78bc1a015d78bc1a2f0000', N'绠$悊鍛', N'admin', N'2017-07-25 15:52:59.0000000', N'绠$悊鍛', N'admin', N'2018-06-15 17:54:04.0000000', N'A03', N'A03', N'1', N'寮犱笁', N'0', N'402880e55bd254a5015bd254a5410000', N'鍖椾含鍥界偓淇℃伅鎶鏈湁闄愬叕鍙', N'楂樼骇宸ョ▼甯', N'18611477474', N'84820955', N'154040976@qq.com') GO GO -INSERT INTO [dbo].[jform_contact] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [groups], [company], [position], [mobile], [office_phone], [email]) VALUES (N'402881f363fcac8f0163fcb0e4f30001', N'绠$悊鍛', N'admin', N'2018-06-14 13:07:21', N'绠$悊鍛', N'admin', N'2018-06-15 23:43:47', N'A03', N'A03', N'1', N'junit demo', N'1', N'402880e55bd254a5015bd254a5410000', N'22', N'zhangsan', null, null, null) +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'402881f363fcac8f0163fcb0e4f30001', N'绠$悊鍛', N'admin', N'2018-06-14 13:07:21.0000000', N'绠$悊鍛', N'admin', N'2018-06-15 23:43:47.0000000', N'A03', N'A03', N'1', N'junit demo', N'1', N'402880e55bd254a5015bd254a5410000', N'22', N'zhangsan', null, null, null) 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'402881f3643474e301643474e3ee0000', N'绠$悊鍛', N'admin', N'2018-06-25 09:00:33', N'绠$悊鍛', N'admin', N'2018-06-25 09:00:37', N'A03', N'A03', N'1', N'7777', N'0', N'402880e55bd254a5015bd254a5410000', N'111', N'777', N'18611788525', null, N'zhangdaiscott@163.com') +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'402881f3643474e301643474e3ee0000', N'绠$悊鍛', N'admin', N'2018-06-25 09:00:33.0000000', N'绠$悊鍛', N'admin', N'2018-06-25 09:00:37.0000000', N'A03', N'A03', N'1', N'7777', N'0', N'402880e55bd254a5015bd254a5410000', N'111', N'777', N'18611788525', null, N'zhangdaiscott@163.com') GO GO @@ -9929,10 +9944,10 @@ 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 , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , @@ -10099,16 +10114,16 @@ GO -- ---------------------------- -- Records of jform_contact_group -- ---------------------------- -INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'402880e55bd254a5015bd254a5410000', N'绠$悊鍛', N'admin', N'2017-05-04 15:20:14', N'绠$悊鍛', N'admin', N'2017-07-31 17:02:27', N'A03', N'A03', N'1', N'璁$畻鏈虹粍') +INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'402880e55bd254a5015bd254a5410000', N'绠$悊鍛', N'admin', N'2017-05-04 15:20:14.0000000', N'绠$悊鍛', N'admin', N'2017-07-31 17:02:27.0000000', N'A03', N'A03', N'1', N'璁$畻鏈虹粍') GO GO -INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'402880e55bd254a5015bd254a5940001', N'绠$悊鍛', N'admin', N'2017-05-04 15:20:14', null, null, null, N'A03', N'A03', N'1', N'鏂囪壓缁') +INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'402880e55bd254a5015bd254a5940001', N'绠$悊鍛', N'admin', N'2017-05-04 15:20:14.0000000', null, null, null, N'A03', N'A03', N'1', N'鏂囪壓缁') GO GO -INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'402880e55bd254a5015bd254a5b40002', N'绠$悊鍛', N'admin', N'2017-05-04 15:20:14', null, null, null, N'A03', N'A03', N'1', N'鏂囧缁') +INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'402880e55bd254a5015bd254a5b40002', N'绠$悊鍛', N'admin', N'2017-05-04 15:20:14.0000000', null, null, null, N'A03', N'A03', N'1', N'鏂囧缁') GO GO -INSERT INTO [dbo].[jform_contact_group] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name]) VALUES (N'402881f363fcac8f0163fcac8f7c0000', N'绠$悊鍛', N'admin', N'2018-06-14 13:02:37', null, null, null, N'A03', N'A03', N'1', N'222') +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'402881f363fcac8f0163fcac8f7c0000', N'绠$悊鍛', N'admin', N'2018-06-14 13:02:37.0000000', null, null, null, N'A03', N'A03', N'1', N'222') GO GO @@ -10438,20 +10453,20 @@ 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 , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) 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_birthday] datetime2(7) NULL , [employee_origin] nvarchar(50) NULL , [employee_degree] nvarchar(32) NULL , [employee_identification] nvarchar(50) NULL , -[employee_entry_date] datetime NULL , +[employee_entry_date] datetime2(7) NULL , [employee_code] nvarchar(32) NULL , [employee_phone] nvarchar(32) NULL , [employee_mail] nvarchar(150) NULL , @@ -10463,16 +10478,16 @@ CREATE TABLE [dbo].[jform_employee_entry] ( [hr_other] nvarchar(2) NULL , [hr_tel] nvarchar(2) NULL , [hr_op_user] nvarchar(32) NULL , -[hr_op_date] datetime NULL , +[hr_op_date] datetime2(7) NULL , [depart_opinion] nvarchar(200) NULL , [depart_op_user] nvarchar(32) NULL , -[depart_op_date] datetime NULL , +[depart_op_date] datetime2(7) NULL , [manager_opinion] nvarchar(200) NULL , [manager_op_user] nvarchar(32) NULL , -[manager_op_date] datetime NULL , +[manager_op_date] datetime2(7) NULL , [employee_opinion] nvarchar(200) NULL , [employee_op_user] nvarchar(32) NULL , -[employee_op_date] datetime NULL +[employee_op_date] datetime2(7) NULL ) @@ -10999,16 +11014,16 @@ 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', N'绠$悊鍛', N'admin', N'2015-12-18 00:00:00', N'A02', N'A0', N'寮犱笁', N'鎶鏈', N'java寮鍙', N'2010-12-17 00:00:00', N'鍖椾含', N'鏈', N'111111111111111', N'2015-12-17 00:00:00', 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', N'鍚屾剰锛', N'閮ㄩ棬棰嗗', N'2015-12-17 00:00:00', N'鍚屾剰锛', N'鎬荤粡鐞嗛瀵', N'2015-12-17 00:00:00', N'鍔姏宸ヤ綔锛', N'寮犱笁', N'2015-12-17 00:00:00') +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.0000000', N'绠$悊鍛', N'admin', N'2015-12-18 00:00:00.0000000', N'A02', N'A0', N'寮犱笁', N'鎶鏈', N'java寮鍙', N'2010-12-17 00:00:00.0000000', N'鍖椾含', N'鏈', N'111111111111111', N'2015-12-17 00:00:00.0000000', 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.0000000', N'鍚屾剰锛', N'閮ㄩ棬棰嗗', N'2015-12-17 00:00:00.0000000', N'鍚屾剰锛', N'鎬荤粡鐞嗛瀵', N'2015-12-17 00:00:00.0000000', N'鍔姏宸ヤ綔锛', N'寮犱笁', N'2015-12-17 00:00:00.0000000') 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', N'绠$悊鍛', N'admin', N'2015-12-17 00:00:00', null, null, N'鏉庡洓', N'鎶鏈', N'Java寮鍙', N'2015-12-01 00:00:00', N'鍖椾含', N'涓撶', N'11111111111111', N'2015-12-17 00:00:00', 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', N'OK!!!!', N'閮ㄩ棬棰嗗', N'2015-12-17 00:00:00', N'OK!!!!', N'鎬荤粡鐞嗛瀵', N'2015-12-17 00:00:00', N'Yes!!!', N'鏉庡洓', N'2015-12-17 00:00:00') +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.0000000', N'绠$悊鍛', N'admin', N'2015-12-17 00:00:00.0000000', null, null, N'鏉庡洓', N'鎶鏈', N'Java寮鍙', N'2015-12-01 00:00:00.0000000', N'鍖椾含', N'涓撶', N'11111111111111', N'2015-12-17 00:00:00.0000000', 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.0000000', N'OK!!!!', N'閮ㄩ棬棰嗗', N'2015-12-17 00:00:00.0000000', N'OK!!!!', N'鎬荤粡鐞嗛瀵', N'2015-12-17 00:00:00.0000000', N'Yes!!!', N'鏉庡洓', N'2015-12-17 00:00:00.0000000') 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', N'绠$悊鍛', N'admin', N'2015-12-23 00:00:00', null, null, N'鐜嬩簲', N'鎶鏈', N'java', N'2015-12-01 00:00:00', N'鍖椾含', N'鏈', N'11111111', N'2015-12-25 00:00:00', 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) +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.0000000', N'绠$悊鍛', N'admin', N'2015-12-23 00:00:00.0000000', null, null, N'鐜嬩簲', N'鎶鏈', N'java', N'2015-12-01 00:00:00.0000000', N'鍖椾含', N'鏈', N'11111111', N'2015-12-25 00:00:00.0000000', N'U0000003', N'13611111111', N'wangwu@jeecg.com', N'wangwu@jeecg.com', N'N', N'N', N'N', N'N', null, null, null, null, null, null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'402880e75b47f12e015b47f6402e0004', N'绠$悊鍛', N'admin', N'2017-04-07 18:29:32', null, null, null, N'A03', N'A03', N'1111', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[jform_employee_entry] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [employee_name], [employee_depart], [employee_job], [employee_birthday], [employee_origin], [employee_degree], [employee_identification], [employee_entry_date], [employee_code], [employee_phone], [employee_mail], [employee_msn], [hr_pic], [hr_archives], [hr_identification], [hr_degree], [hr_other], [hr_tel], [hr_op_user], [hr_op_date], [depart_opinion], [depart_op_user], [depart_op_date], [manager_opinion], [manager_op_user], [manager_op_date], [employee_opinion], [employee_op_user], [employee_op_date]) VALUES (N'402880e75b47f12e015b47f6402e0004', N'绠$悊鍛', N'admin', N'2017-04-07 18:29:32.0000000', null, null, null, N'A03', N'A03', N'1111', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) GO GO @@ -11020,12 +11035,12 @@ GO CREATE TABLE [dbo].[jform_employee_leave] ( [id] nvarchar(36) NOT NULL , [name] nvarchar(100) NULL , -[apply_date] datetime NULL , +[apply_date] datetime2(7) 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 , +[leave_start_date] datetime2(7) NULL , +[leave_end_date] datetime2(7) NULL , [total] int NULL , [contact_way] nvarchar(20) NULL , [duty_deputy] nvarchar(100) NULL , @@ -11266,16 +11281,16 @@ GO -- ---------------------------- -- Records of jform_employee_leave -- ---------------------------- -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880ef5aeb375a015aeb375a860000', N'绉﹂', N'2017-03-20 00:00:00', N'1', N'浜嬪亣', N'123123123', N'2017-03-20 00:00:00', N'2017-03-20 00:00:00', N'2', N'1', N'1', N'1', N'1', N'1', N'1', null) +INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880ef5aeb375a015aeb375a860000', N'绉﹂', N'2017-03-20 00:00:00.0000000', N'1', N'浜嬪亣', N'123123123', N'2017-03-20 00:00:00.0000000', N'2017-03-20 00:00:00.0000000', N'2', N'1', N'1', N'1', N'1', N'1', N'1', null) GO GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f25a981a6d015a981ff6cb0001', N'scott', N'2017-03-04 00:00:00', N'12', N'浜嬪亣', N'1111111111111111111111111111111 鎷夎倸瀛', null, null, N'5', null, null, null, null, null, null, null) +INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f25a981a6d015a981ff6cb0001', N'scott', N'2017-03-04 00:00:00.0000000', N'12', N'浜嬪亣', N'1111111111111111111111111111111 鎷夎倸瀛', null, null, N'5', null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f25b18eaca015b18eaca4f0000', N'灏忕帇', N'2017-03-31 00:00:00', null, N'浜嬪亣', null, null, null, N'5', null, null, null, null, null, null, null) +INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f25b18eaca015b18eaca4f0000', N'灏忕帇', N'2017-03-31 00:00:00.0000000', null, N'浜嬪亣', null, null, null, N'5', null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f3591fca6701591fca678b0000', N'11', N'2016-12-21 00:00:00', null, N'浜嬪亣', null, null, null, N'1111', null, null, null, null, null, null, null) +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.0000000', 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) @@ -11287,10 +11302,10 @@ GO INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402880f3591fd5d601591fd5d6dc0000', N'111', null, null, N'浜嬪亣', null, null, null, N'11', null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402881855af673f7015af673f7de0000', N'寮犱笁9', N'2017-03-22 00:00:00', null, N'鐥呭亣', null, N'2017-03-22 00:00:00', N'2017-03-22 00:00:00', N'500', null, null, null, null, null, null, null) +INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'402881855af673f7015af673f7de0000', N'寮犱笁9', N'2017-03-22 00:00:00.0000000', null, N'鐥呭亣', null, N'2017-03-22 00:00:00.0000000', N'2017-03-22 00:00:00.0000000', N'500', null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[jform_employee_leave] ([id], [name], [apply_date], [duty], [leave_category], [leave_reason], [leave_start_date], [leave_end_date], [total], [contact_way], [duty_deputy], [leader_approval], [dept_principal_approval], [hr_principal_approval], [hr_records], [department]) VALUES (N'4028efa2521a91c701521a91c77d0000', N'闃垮阀', N'2016-01-06 00:00:00', N'java寮鍙', N'浜嬪亣', N'鍥炲', N'2016-01-06 00:00:00', N'2016-01-14 00:00:00', N'22', N'15110089792', N'鍒樻棴鐢', N'鍒樻棴鐢', N'鍒樻棴鐢', N'鍒樻棴鐢', N'10001', null) +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.0000000', N'java寮鍙', N'浜嬪亣', N'鍥炲', N'2016-01-06 00:00:00.0000000', N'2016-01-14 00:00:00.0000000', N'22', N'15110089792', N'鍒樻棴鐢', N'鍒樻棴鐢', N'鍒樻棴鐢', N'鍒樻棴鐢', N'10001', null) GO GO @@ -11410,8 +11425,8 @@ CREATE TABLE [dbo].[jform_employee_other_cost] ( [fk_id] nvarchar(36) NULL , [item] nvarchar(20) NULL , [cost] decimal(7,2) NULL , -[begin_time] datetime NULL , -[end_time] datetime NULL , +[begin_time] datetime2(7) NULL , +[end_time] datetime2(7) NULL , [comments] nvarchar(100) NULL ) @@ -11529,19 +11544,19 @@ 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 , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) 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 , +[join_time] datetime2(7) NULL , [out_type] nvarchar(32) NULL , -[apply_out_time] datetime NULL , -[out_time] datetime NULL , +[apply_out_time] datetime2(7) NULL , +[out_time] datetime2(7) NULL , [id_card] nvarchar(32) NULL , [out_content] nvarchar(200) NULL , [out_reason] nvarchar(100) NULL , @@ -11551,7 +11566,7 @@ CREATE TABLE [dbo].[jform_employee_resignation] ( [should_send_salary] float(53) NULL , [should_deduct_pay] float(53) NULL , [pay] float(53) NULL , -[get_time] datetime NULL , +[get_time] datetime2(7) NULL , [boss_check] nvarchar(32) NULL , [description] nvarchar(32) NULL ) @@ -11954,13 +11969,13 @@ 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'402881f363ab51300163ab51302b0000', N'绠$悊鍛', N'admin', N'2018-05-29 17:53:34', null, null, null, N'A03', N'A03', N'123123', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) +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'402881f363ab51300163ab51302b0000', N'绠$悊鍛', N'admin', N'2018-05-29 17:53:34.0000000', null, null, null, N'A03', N'A03', N'123123', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) GO GO -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'402881f363ab53630163ab5363800000', N'绠$悊鍛', N'admin', N'2018-05-29 17:56:12', null, null, null, N'A03', N'A03', N'999999999', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) +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'402881f363ab53630163ab5363800000', N'绠$悊鍛', N'admin', N'2018-05-29 17:56:12.0000000', null, null, null, N'A03', N'A03', N'999999999', null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null) GO GO -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', N'cigong', N'2016-03-11 00:00:00', N'2016-03-11 00:00:00', N'12', N'12', N'12', N'12', N'12', null, N'12', N'12', null, null, null, null) +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.0000000', N'cigong', N'2016-03-11 00:00:00.0000000', N'2016-03-11 00:00:00.0000000', N'12', N'12', N'12', N'12', N'12', null, N'12', N'12', null, null, null, null) GO GO @@ -11979,10 +11994,10 @@ CREATE TABLE [dbo].[jform_graphreport_head] ( [categories] nvarchar(1000) NOT NULL , [is_show_list] nvarchar(5) NULL , [x_page_js] nvarchar(1000) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(50) NULL , [create_name] nvarchar(100) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(50) NULL , [update_name] nvarchar(100) NULL ) @@ -12119,9 +12134,9 @@ 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], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) 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) { +INSERT INTO [dbo].[jform_graphreport_head] ([id], [cgr_sql], [code], [content], [name], [ytext], [categories], [is_show_list], [x_page_js], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e64ca71152014ca71152480000', N'select a.userid, count(*) ct, sum(CASE WHEN a.logcontent like ''%鐧诲綍鎴愬姛'' or a.logcontent like ''%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'']; -}', null, null, null, N'2018-06-20 11:57:54', N'admin', N'绠$悊鍛') +}', null, null, null, N'2018-06-20 11:57:54.0000000', N'admin', N'绠$悊鍛') GO GO @@ -12420,8 +12435,8 @@ CREATE TABLE [dbo].[jform_leave] ( [title] nvarchar(50) NOT NULL , [people] nvarchar(20) NOT NULL , [sex] nvarchar(10) NOT NULL , -[begindate] datetime NOT NULL , -[enddate] datetime NOT NULL , +[begindate] datetime2(7) NOT NULL , +[enddate] datetime2(7) NOT NULL , [day_num] int NULL , [hol_dept] nvarchar(32) NOT NULL , [hol_reson] nvarchar(255) NOT NULL , @@ -12619,19 +12634,19 @@ GO -- ---------------------------- -- Records of jform_leave -- ---------------------------- -INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'402880f25b1d8290015b1d82900c0000', N'scott111', N'灏忕帇', N'0', N'2017-03-30 00:00:00', N'2017-03-25 12:38:36', N'5', N'402880e447e99cf10147e9a03b320003', N'

99999999999

', N'鎬荤粡鐞', N'鍚屾剰', null, N'admin') +INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'402880f25b1d8290015b1d82900c0000', N'scott111', N'灏忕帇', N'0', N'2017-03-30 00:00:00.0000000', N'2017-03-25 12:38:36.0000000', N'5', N'402880e447e99cf10147e9a03b320003', N'

99999999999

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

demo

', N'demo', N'demo', null, N'demo') +INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'402880f25b1e618f015b1e63f4d80001', N'demo6', N'demo6', N'0', N'2017-03-08 00:00:00.0000000', N'2017-03-30 16:45:16.0000000', null, N'402880e447e99cf10147e9a03b320003', N'

demo

', N'demo', N'demo', null, N'demo') GO GO -INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'402881f3645a734901645a9e1d92000f', N'1112222', N'junit demo', N'0', N'2018-07-11 00:00:00', N'2018-07-04 18:50:54', null, N'402880e447e99cf10147e9a03b320003', N'11', null, null, null, N'admin') +INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'402881f3645a734901645a9e1d92000f', N'1112222', N'junit demo', N'0', N'2018-07-11 00:00:00.0000000', N'2018-07-04 18:50:54.0000000', null, N'402880e447e99cf10147e9a03b320003', N'11', null, null, null, N'admin') GO GO -INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'402881fa621e13d001621e1401310001', N'灏忕帇', N'灏忕帇', N'1', N'2018-03-13 00:00:00', N'2018-03-21 14:37:11', null, N'402880e447e99cf10147e9a03b320003', N'123', null, null, null, N'admin') +INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'402881fa621e13d001621e1401310001', N'灏忕帇', N'灏忕帇', N'1', N'2018-03-13 00:00:00.0000000', N'2018-03-21 14:37:11.0000000', null, N'402880e447e99cf10147e9a03b320003', N'123', null, null, null, N'admin') GO GO -INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'4028ef815374112b015374112b620000', N'璇峰亣鍑哄樊77', N'鏉庡洓', N'0', N'2016-03-31 00:00:00', N'2016-03-17 15:39:41', null, N'402880e447e99cf10147e9a03b320003', N'12', N'12', N'12', null, N'admin') +INSERT INTO [dbo].[jform_leave] ([id], [title], [people], [sex], [begindate], [enddate], [day_num], [hol_dept], [hol_reson], [dep_leader], [content], [file_str], [create_by]) VALUES (N'4028ef815374112b015374112b620000', N'璇峰亣鍑哄樊77', N'鏉庡洓', N'0', N'2016-03-31 00:00:00.0000000', N'2016-03-17 15:39:41.0000000', null, N'402880e447e99cf10147e9a03b320003', N'12', N'12', N'12', null, N'admin') GO GO @@ -12904,7 +12919,7 @@ GO CREATE TABLE [dbo].[jform_order_main] ( [id] nvarchar(36) NOT NULL , [order_code] nvarchar(50) NULL , -[order_date] datetime NULL , +[order_date] datetime2(7) NULL , [order_money] real NULL , [content] nvarchar(500) NULL , [ctype] nvarchar(500) NULL @@ -13000,28 +13015,28 @@ GO -- ---------------------------- -- Records of jform_order_main -- ---------------------------- -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881e461c1d6ed0161c21da38d0009', N'exe鎵撳寘鏁欑▼', N'2017-10-10 00:00:00', N'12', N'', N'upload\files\20180612\exe4j浣跨敤鏁欑▼_1528799526652.pdf') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881e461c1d6ed0161c21da38d0009', N'exe鎵撳寘鏁欑▼', N'2017-10-10 00:00:00.0000000', N'12', N'', N'upload\files\20180612\exe4j浣跨敤鏁欑▼_1528799526652.pdf') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881e461dc25320161dc27ded00009', N'zhangsan12', N'2018-02-13 00:00:00', null, N'junit demo', N'1') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881e461dc25320161dc27ded00009', N'zhangsan12', N'2018-02-13 00:00:00.0000000', null, N'junit demo', N'1') GO GO INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f36357f3f9016358bacdc5001b', N'寮犱笁11', null, null, N'', N'upload\files\20180612\h5-fxmall-20170923_1528796944376.sql') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3635db52a01635db73ba50005', N'ddd', N'2018-05-02 00:00:00', N'111', N'A01', null) +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3635db52a01635db73ba50005', N'ddd', N'2018-05-02 00:00:00.0000000', N'111', N'A01', null) GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363ba1f220163ba2636c30018', N'A99999', N'2018-06-09 00:00:00', N'9999', N'99977', N'upload/files\20180601\2801999945349090659.jpg') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363ba1f220163ba2636c30018', N'A99999', N'2018-06-09 00:00:00.0000000', N'9999', N'99977', N'upload/files\20180601\2801999945349090659.jpg') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363ba41670163ba42f39a0003', N'11133', N'2018-06-07 00:00:00', N'33', N'1133', N'11133') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363ba41670163ba42f39a0003', N'11133', N'2018-06-07 00:00:00.0000000', N'33', N'1133', N'11133') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363ba556d0163ba59d6b40005', N'2222ggg', N'2018-06-13 00:00:00', N'222', N'', N'1') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363ba556d0163ba59d6b40005', N'2222ggg', N'2018-06-13 00:00:00.0000000', N'222', N'', N'1') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363c9a17d0163c9a17d7c0000', N'111222', N'2018-06-04 00:00:00', N'111222', N'A01', null) +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363c9a17d0163c9a17d7c0000', N'111222', N'2018-06-04 00:00:00.0000000', N'111222', N'A01', null) GO GO INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363ca791e0163ca8921aa0001', N'B00122', null, null, null, null) @@ -13030,43 +13045,43 @@ GO INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363ca8d510163ca8e6df10001', N'B001223', null, null, null, null) GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363d49cfa0163d49e18810001', N'VVV010999', N'2018-06-06 00:00:00', N'90', N'VVV01', N'') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363d49cfa0163d49e18810001', N'VVV010999', N'2018-06-06 00:00:00.0000000', N'90', N'VVV01', N'') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363edde450163ede067ee0003', N'11111', N'2018-06-14 00:00:00', N'111', N'', N'upload\files\20180629\1457926300690_1530237971206.png,upload\files\20180629\d52a2834349b033b6d20d5cc16ce36d3d539bd7f_1530237973083.jpg,upload\files\20180611\1457926300690_1528704285407.png') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f363edde450163ede067ee0003', N'11111', N'2018-06-14 00:00:00.0000000', N'111', N'', N'upload\files\20180629\1457926300690_1530237971206.png,upload\files\20180629\d52a2834349b033b6d20d5cc16ce36d3d539bd7f_1530237973083.jpg,upload\files\20180611\1457926300690_1528704285407.png') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f36444fab301644504fbbe0008', N'A0001', N'2018-06-28 00:00:00', N'1111', N'1111', N'upload\files\20180628\11_1530166310281.jpg') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f36444fab301644504fbbe0008', N'A0001', N'2018-06-28 00:00:00.0000000', N'1111', N'1111', N'upload\files\20180628\11_1530166310281.jpg') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f36444fab3016445197cb60020', N'www', N'2018-05-30 00:00:00', N'22', N'', N'upload\files\20180628\1457926300690_1530167654448.png') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f36444fab3016445197cb60020', N'www', N'2018-05-30 00:00:00.0000000', N'22', N'', N'upload\files\20180628\1457926300690_1530167654448.png') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3645ac7dd01645aca948b0005', N'灏忕孩鑺', N'2018-07-04 00:00:00', N'9000', N'', N'upload\files\20180703\d52a2834349b033b6d20d5cc16ce36d3d539bd7f_1530584571310.jpg,upload\files\20180703\11_1530584573670.jpg,') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3645ac7dd01645aca948b0005', N'灏忕孩鑺', N'2018-07-04 00:00:00.0000000', N'9000', N'', N'upload\files\20180703\d52a2834349b033b6d20d5cc16ce36d3d539bd7f_1530584571310.jpg,upload\files\20180703\11_1530584573670.jpg,') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3645ad4b001645ad6a23e0003', N'333', N'2018-07-21 00:00:00', N'33', N'A01', null) +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3645ad4b001645ad6a23e0003', N'333', N'2018-07-21 00:00:00.0000000', N'33', N'A01', null) GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f364685ff101646861cb050001', N'2222', N'2018-07-04 00:00:00', N'222', N'A01', N'upload/files/20180705105957WVRNwrcT.docx') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f364685ff101646861cb050001', N'2222', N'2018-07-04 00:00:00.0000000', N'222', N'A01', N'upload/files/20180705105957WVRNwrcT.docx') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f364685ff1016468633e5d0008', N'A10099', N'2018-07-05 00:00:00', N'9', N'A01', N'upload/files/20180705110131A6t3pd6Q.xlsx') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f364685ff1016468633e5d0008', N'A10099', N'2018-07-05 00:00:00.0000000', N'9', N'A01', N'upload/files/20180705110131A6t3pd6Q.xlsx') GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3646a61cf01646a64f19e0001', N'444', N'2018-07-05 00:00:00', N'234234', N'A01', null) +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3646a61cf01646a64f19e0001', N'444', N'2018-07-05 00:00:00.0000000', N'234234', N'A01', null) GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3646e7f5401646e7f54890000', N'A001灏忕33', N'2018-07-06 00:00:00', N'100', null, N'upload/files/20180706153026nRD7Ca8P.png') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3646e7f5401646e7f54890000', N'A001灏忕33', N'2018-07-06 00:00:00.0000000', N'100', null, N'upload/files/20180706153026nRD7Ca8P.png') GO GO INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3646ea1b101646ea3960c0001', N'1111', null, null, N'', null) GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3646ecdd601646f018f670003', N'A001涓栫晫鏉', N'2018-07-06 00:00:00', N'80000', N'', null) +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f3646ecdd601646f018f670003', N'A001涓栫晫鏉', N'2018-07-06 00:00:00.0000000', N'80000', N'', null) GO GO -INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f5602b1e4501602b21b1120006', N'B001', N'2017-10-10 00:00:00', N'12', N'ddddd8888', N'0') +INSERT INTO [dbo].[jform_order_main] ([id], [order_code], [order_date], [order_money], [content], [ctype]) VALUES (N'402881f5602b1e4501602b21b1120006', N'B001', N'2017-10-10 00:00:00.0000000', N'12', N'ddddd8888', N'0') GO GO @@ -13078,7 +13093,7 @@ GO CREATE TABLE [dbo].[jform_order_ticket] ( [id] nvarchar(36) NOT NULL , [ticket_code] nvarchar(100) NOT NULL , -[tickect_date] datetime NOT NULL , +[tickect_date] datetime2(7) NOT NULL , [fck_id] nvarchar(36) NOT NULL ) @@ -13144,178 +13159,178 @@ GO -- ---------------------------- -- Records of jform_order_ticket -- ---------------------------- -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402831816286becb016286bfed600003', N'222', N'2018-04-03 10:25:36', N'402881e461c1d6ed0161c21da38d0009') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402831816286becb016286bfed600003', N'222', N'2018-04-03 10:25:36.0000000', N'402881e461c1d6ed0161c21da38d0009') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402831816286c255016286c46a660003', N'9999', N'2018-04-19 22:29:14', N'402881e461c1d6ed0161c21da38d0009') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402831816286c255016286c46a660003', N'9999', N'2018-04-19 22:29:14.0000000', N'402881e461c1d6ed0161c21da38d0009') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402831816286c255016286c46a660004', N'9999', N'2018-04-18 22:29:18', N'402881e461c1d6ed0161c21da38d0009') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402831816286c255016286c46a660004', N'9999', N'2018-04-18 22:29:18.0000000', N'402881e461c1d6ed0161c21da38d0009') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca062f96a0001', N'123', N'2017-06-13 15:37:37', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca062f96a0001', N'123', N'2017-06-13 15:37:37.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca0637ab10003', N'222', N'2017-06-13 15:38:04', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca0637ab10003', N'222', N'2017-06-13 15:38:04.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca0666fb90008', N'4444', N'2017-06-13 15:41:10', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca0666fb90008', N'4444', N'2017-06-13 15:41:10.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca06746ab000a', N'444', N'2017-06-20 15:42:15', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca06746ab000a', N'444', N'2017-06-20 15:42:15.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca06e2cdb000c', N'777', N'2017-06-13 15:49:52', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca062f9015ca06e2cdb000c', N'777', N'2017-06-13 15:49:52.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca0847be80001', N'4', N'2017-06-23 16:14:10', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca0847be80001', N'4', N'2017-06-23 16:14:10.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca08495100003', N'4', N'2017-06-23 16:14:10', N',,,') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca08495100003', N'4', N'2017-06-23 16:14:10.0000000', N',,,') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca084d6300005', N'4', N'2017-06-23 16:14:10', N',,,') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca084d6300005', N'4', N'2017-06-23 16:14:10.0000000', N',,,') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca0871ca00007', N'6', N'2017-06-13 16:17:06', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca0847b015ca0871ca00007', N'6', N'2017-06-13 16:17:06.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca08a98015ca08a98b40001', N'6', N'2017-06-14 16:20:50', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca08a98015ca08a98b40001', N'6', N'2017-06-14 16:20:50.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca08a98015ca08ef4ae0003', N'6', N'2017-06-07 16:25:32', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca08a98015ca08ef4ae0003', N'6', N'2017-06-07 16:25:32.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca08a98015ca090fdfd0005', N'6', N'2017-06-13 16:26:37', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880ec5ca08a98015ca090fdfd0005', N'6', N'2017-06-13 16:26:37.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867b1f51000a', N'6', N'2017-06-08 14:53:53', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867b1f51000a', N'6', N'2017-06-08 14:53:53.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867b28ac000c', N'6', N'2017-06-08 14:53:53', N',,,') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867b28ac000c', N'6', N'2017-06-08 14:53:53.0000000', N',,,') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867bb8b8000e', N'6', N'2017-06-08 14:53:53', N',,,') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867bb8b8000e', N'6', N'2017-06-08 14:53:53.0000000', N',,,') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867bdd9d0010', N'6', N'2017-06-08 14:53:53', N',,,') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867bdd9d0010', N'6', N'2017-06-08 14:53:53.0000000', N',,,') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867c8a590012', N'1111', N'2017-06-07 14:55:23', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867c8a590012', N'1111', N'2017-06-07 14:55:23.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867d33380014', N'444', N'2017-06-08 14:55:51', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867d33380014', N'444', N'2017-06-08 14:55:51.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867d51280016', N'444', N'2017-06-08 14:55:51', N',,,') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867d51280016', N'444', N'2017-06-08 14:55:51.0000000', N',,,') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867d8d110018', N'444', N'2017-06-08 14:55:51', N',,,') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c867d8d110018', N'444', N'2017-06-08 14:55:51.0000000', N',,,') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c86a2a5d00023', N'5', N'2017-06-08 15:37:03', N',') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402880f05c86732e015c86a2a5d00023', N'5', N'2017-06-08 15:37:03.0000000', N',') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881e461c1d6ed0161c21da38e000c', N'CA0013', N'2017-10-26 12:00:00', N'402881e461c1d6ed0161c21da38d0009') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881e461c1d6ed0161c21da38e000c', N'CA0013', N'2017-10-26 12:00:00.0000000', N'402881e461c1d6ed0161c21da38d0009') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881e461dc25320161dc27ded0000c', N'11', N'2018-02-16 19:23:41', N'402881e461dc25320161dc27ded00009') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881e461dc25320161dc27ded0000c', N'11', N'2018-02-16 19:23:41.0000000', N'402881e461dc25320161dc27ded00009') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36357f3f9016358bacdc5001d', N'222', N'2018-05-16 00:00:00', N'402881f36357f3f9016358bacdc5001b') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36357f3f9016358bacdc5001d', N'222', N'2018-05-16 00:00:00.0000000', N'402881f36357f3f9016358bacdc5001b') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36357f3f9016358bacdc5001e', N'3333', N'2018-05-08 00:00:00', N'402881f36357f3f9016358bacdc5001b') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36357f3f9016358bacdc5001e', N'3333', N'2018-05-08 00:00:00.0000000', N'402881f36357f3f9016358bacdc5001b') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3635db52a01635db73be50007', N'222', N'2018-05-23 16:14:22', N'402881f3635db52a01635db73ba50005') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3635db52a01635db73be50007', N'222', N'2018-05-23 16:14:22.0000000', N'402881f3635db52a01635db73ba50005') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363ba1f220163ba2636c4001b', N'2222', N'2018-06-01 08:00:00', N'402881f363ba1f220163ba2636c30018') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363ba1f220163ba2636c4001b', N'2222', N'2018-06-01 08:00:00.0000000', N'402881f363ba1f220163ba2636c30018') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363ba41670163ba42f39a0006', N'2', N'2018-06-02 00:00:00', N'402881f363ba41670163ba42f39a0003') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363ba41670163ba42f39a0006', N'2', N'2018-06-02 00:00:00.0000000', N'402881f363ba41670163ba42f39a0003') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363ba41670163ba42f39a0007', N'2', N'2018-05-03 00:00:00', N'402881f363ba41670163ba42f39a0003') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363ba41670163ba42f39a0007', N'2', N'2018-05-03 00:00:00.0000000', N'402881f363ba41670163ba42f39a0003') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363c9a17d0163c9a17e0b0002', N'222', N'2018-06-07 15:09:50', N'402881f363c9a17d0163c9a17d7c0000') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363c9a17d0163c9a17e0b0002', N'222', N'2018-06-07 15:09:50.0000000', N'402881f363c9a17d0163c9a17d7c0000') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363ca791e0163ca8921aa0003', N'111', N'2018-06-04 19:22:34', N'402881f363ca791e0163ca8921aa0001') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363ca791e0163ca8921aa0003', N'111', N'2018-06-04 19:22:34.0000000', N'402881f363ca791e0163ca8921aa0001') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363ca8d510163ca8e6df10003', N'222', N'2018-06-04 19:28:28', N'402881f363ca8d510163ca8e6df10001') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363ca8d510163ca8e6df10003', N'222', N'2018-06-04 19:28:28.0000000', N'402881f363ca8d510163ca8e6df10001') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363d49cfa0163d49e18810004', N'22U', N'2018-06-06 08:00:00', N'402881f363d49cfa0163d49e18810001') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363d49cfa0163d49e18810004', N'22U', N'2018-06-06 08:00:00.0000000', N'402881f363d49cfa0163d49e18810001') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363d49cfa0163d49e18810005', N'33U', N'2018-06-08 08:00:00', N'402881f363d49cfa0163d49e18810001') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363d49cfa0163d49e18810005', N'33U', N'2018-06-08 08:00:00.0000000', N'402881f363d49cfa0163d49e18810001') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363edde450163ede067ee0005', N'222', N'2018-06-29 16:04:34', N'402881f363edde450163ede067ee0003') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f363edde450163ede067ee0005', N'222', N'2018-06-29 16:04:34.0000000', N'402881f363edde450163ede067ee0003') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36444fab301644505f1660015', N'22', N'2018-06-08 00:00:00', N'402881f36444fab301644504fbbe0008') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36444fab301644505f1660015', N'22', N'2018-06-08 00:00:00.0000000', N'402881f36444fab301644504fbbe0008') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36444fab301644505f1660016', N'222', N'2018-06-28 00:00:00', N'402881f36444fab301644504fbbe0008') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36444fab301644505f1660016', N'222', N'2018-06-28 00:00:00.0000000', N'402881f36444fab301644504fbbe0008') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36444fab301644505f1670017', N'22222', N'2018-06-28 14:11:44', N'402881f36444fab301644504fbbe0008') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36444fab301644505f1670017', N'22222', N'2018-06-28 14:11:44.0000000', N'402881f36444fab301644504fbbe0008') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36444fab3016445197cb70022', N'222', N'2018-06-28 00:00:00', N'402881f36444fab3016445197cb60020') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36444fab3016445197cb70022', N'222', N'2018-06-28 00:00:00.0000000', N'402881f36444fab3016445197cb60020') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36444fab3016445197cb70023', N'222', N'2018-06-28 00:00:00', N'402881f36444fab3016445197cb60020') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f36444fab3016445197cb70023', N'222', N'2018-06-28 00:00:00.0000000', N'402881f36444fab3016445197cb60020') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3644940e10164494aab38000b', N'22', N'2018-06-29 00:00:00', N'402881f363edde450163ede067ee0003') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3644940e10164494aab38000b', N'22', N'2018-06-29 00:00:00.0000000', N'402881f363edde450163ede067ee0003') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3644940e10164494aab39000c', N'33', N'2018-06-29 00:00:00', N'402881f363edde450163ede067ee0003') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3644940e10164494aab39000c', N'33', N'2018-06-29 00:00:00.0000000', N'402881f363edde450163ede067ee0003') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3645ac7dd01645aca948b0008', N'222gg', N'2018-06-26 08:00:00', N'402881f3645ac7dd01645aca948b0005') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3645ac7dd01645aca948b0008', N'222gg', N'2018-06-26 08:00:00.0000000', N'402881f3645ac7dd01645aca948b0005') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3645ac7dd01645aca948b0009', N'222ggg', N'2018-07-20 08:00:00', N'402881f3645ac7dd01645aca948b0005') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3645ac7dd01645aca948b0009', N'222ggg', N'2018-07-20 08:00:00.0000000', N'402881f3645ac7dd01645aca948b0005') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3645ad4b001645ad6a2400006', N'333', N'2018-07-26 19:52:44', N'402881f3645ad4b001645ad6a23e0003') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3645ad4b001645ad6a2400006', N'333', N'2018-07-26 19:52:44.0000000', N'402881f3645ad4b001645ad6a23e0003') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f364685ff101646861cb060005', N'222', N'2018-07-05 10:59:54', N'402881f364685ff101646861cb050001') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f364685ff101646861cb060005', N'222', N'2018-07-05 10:59:54.0000000', N'402881f364685ff101646861cb050001') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f364685ff1016468633e5e000c', N'2222', N'2018-07-05 11:01:26', N'402881f364685ff1016468633e5d0008') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f364685ff1016468633e5e000c', N'2222', N'2018-07-05 11:01:26.0000000', N'402881f364685ff1016468633e5d0008') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646a61cf01646a64f2730004', N'132123', N'2018-07-05 20:22:35', N'402881f3646a61cf01646a64f19e0001') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646a61cf01646a64f2730004', N'132123', N'2018-07-05 20:22:35.0000000', N'402881f3646a61cf01646a64f19e0001') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646e7f5401646e7f558e0003', N'3333', N'2018-07-05 15:29:48', N'402881f3646e7f5401646e7f54890000') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646e7f5401646e7f558e0003', N'3333', N'2018-07-05 15:29:48.0000000', N'402881f3646e7f5401646e7f54890000') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646e7f5401646e7f55d00004', N'2222', N'2018-07-06 15:29:46', N'402881f3646e7f5401646e7f54890000') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646e7f5401646e7f55d00004', N'2222', N'2018-07-06 15:29:46.0000000', N'402881f3646e7f5401646e7f54890000') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646ea1b101646ea3960c0002', N'1', N'2018-07-27 16:09:22', N'402881f3646ea1b101646ea3960c0001') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646ea1b101646ea3960c0002', N'1', N'2018-07-27 16:09:22.0000000', N'402881f3646ea1b101646ea3960c0001') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646ea1b101646ea3960c0003', N'1', N'2018-07-25 16:09:25', N'402881f3646ea1b101646ea3960c0001') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646ea1b101646ea3960c0003', N'1', N'2018-07-25 16:09:25.0000000', N'402881f3646ea1b101646ea3960c0001') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646ecdd601646f018f670004', N'A0001K', N'2018-07-06 05:51:39', N'402881f3646ecdd601646f018f670003') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646ecdd601646f018f670004', N'A0001K', N'2018-07-06 05:51:39.0000000', N'402881f3646ecdd601646f018f670003') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646ecdd601646f018f680005', N'b0001k', N'2018-07-13 05:51:40', N'402881f3646ecdd601646f018f670003') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f3646ecdd601646f018f680005', N'b0001k', N'2018-07-13 05:51:40.0000000', N'402881f3646ecdd601646f018f670003') GO GO -INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f5602b1e4501602b21b1130009', N'CA001', N'2017-10-26 08:00:00', N'402881f5602b1e4501602b21b1120006') +INSERT INTO [dbo].[jform_order_ticket] ([id], [ticket_code], [tickect_date], [fck_id]) VALUES (N'402881f5602b1e4501602b21b1130009', N'CA001', N'2017-10-26 08:00:00.0000000', N'402881f5602b1e4501602b21b1120006') GO GO @@ -13568,8 +13583,8 @@ 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 , +[begin_date] datetime2(7) NULL , +[end_date] datetime2(7) NULL , [school_name] nvarchar(100) NULL , [major] nvarchar(100) NULL , [degree] nvarchar(30) NULL @@ -13679,55 +13694,55 @@ 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'4028318163a4cce60163a4cd025b0004', N'4028318163a4cce60163a4cce6900000', N'2018-05-28 00:00:00', N'2018-05-25 00:00:00', N'鍖椾含澶у', null, null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028318163a4cce60163a4cd025b0004', N'4028318163a4cce60163a4cce6900000', N'2018-05-28 00:00:00.0000000', N'2018-05-25 00:00:00.0000000', N'鍖椾含澶у', null, null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f1601f5a3a01601f5d2e4a0016', N'4028ef815673f03a015673f35d8c0003', N'2017-12-04 00:00:00', N'2017-12-08 00:00:00', N'涓闄', N'鍗氬+', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f1601f5a3a01601f5d2e4a0016', N'4028ef815673f03a015673f35d8c0003', N'2017-12-04 00:00:00.0000000', N'2017-12-08 00:00:00.0000000', N'涓闄', N'鍗氬+', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210c520040', N'402881f5602b210a01602b210a34000d', N'2017-12-04 00:00:00', N'2017-12-08 00:00:00', N'涓闄1', N'鍗氬+', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210c520040', N'402881f5602b210a01602b210a34000d', N'2017-12-04 00:00:00.0000000', N'2017-12-08 00:00:00.0000000', N'涓闄1', N'鍗氬+', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210c900041', N'402881f5602b210a01602b210a34000d', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含澶у1', N'璁$畻鏈', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210c900041', N'402881f5602b210a01602b210a34000d', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含澶у1', N'璁$畻鏈', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210cb00042', N'402881f5602b210a01602b210a8d001b', N'2017-12-04 00:00:00', N'2017-12-08 00:00:00', N'涓闄11', N'鍗氬+', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210cb00042', N'402881f5602b210a01602b210a8d001b', N'2017-12-04 00:00:00.0000000', N'2017-12-08 00:00:00.0000000', N'涓闄11', N'鍗氬+', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210ccf0043', N'402881f5602b210a01602b210a8d001b', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含澶у11', N'璁$畻鏈', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210ccf0043', N'402881f5602b210a01602b210a8d001b', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含澶у11', N'璁$畻鏈', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210cee0044', N'402881f5602b210a01602b210abb0029', N'2017-12-04 00:00:00', N'2017-12-08 00:00:00', N'涓闄22', N'鍗氬+', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210cee0044', N'402881f5602b210a01602b210abb0029', N'2017-12-04 00:00:00.0000000', N'2017-12-08 00:00:00.0000000', N'涓闄22', N'鍗氬+', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210d0f0045', N'402881f5602b210a01602b210abb0029', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含澶у22', N'璁$畻鏈', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210d0f0045', N'402881f5602b210a01602b210abb0029', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含澶у22', N'璁$畻鏈', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210d2e0046', N'402881f5602b210a01602b210aea0037', N'2017-12-04 00:00:00', N'2017-12-08 00:00:00', N'涓闄', N'鍗氬+', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210d2e0046', N'402881f5602b210a01602b210aea0037', N'2017-12-04 00:00:00.0000000', N'2017-12-08 00:00:00.0000000', N'涓闄', N'鍗氬+', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210d4e0047', N'402881f5602b210a01602b210aea0037', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含澶у', N'璁$畻鏈', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'402881f5602b210a01602b210d4e0047', N'402881f5602b210a01602b210aea0037', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含澶у', N'璁$畻鏈', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d701602625d80e000e', N'4028838e602625d701602625d795000d', N'2017-12-04 00:00:00', N'2017-12-08 00:00:00', N'涓闄1', N'鍗氬+', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d701602625d80e000e', N'4028838e602625d701602625d795000d', N'2017-12-04 00:00:00.0000000', N'2017-12-08 00:00:00.0000000', N'涓闄1', N'鍗氬+', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d701602625d838000f', N'4028838e602625d701602625d795000d', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含澶у1', N'璁$畻鏈', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d701602625d838000f', N'4028838e602625d701602625d795000d', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含澶у1', N'璁$畻鏈', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d7016026274083002e', N'4028838e602625d7016026274016001f', N'2017-12-04 00:00:00', N'2017-12-08 00:00:00', N'涓闄11', N'鍗氬+', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d7016026274083002e', N'4028838e602625d7016026274016001f', N'2017-12-04 00:00:00.0000000', N'2017-12-08 00:00:00.0000000', N'涓闄11', N'鍗氬+', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d70160262740a2002f', N'4028838e602625d7016026274016001f', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含澶у11', N'璁$畻鏈', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d70160262740a2002f', N'4028838e602625d7016026274016001f', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含澶у11', N'璁$畻鏈', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d70160262740d20030', N'4028838e602625d7016026274054002d', N'2017-12-04 00:00:00', N'2017-12-08 00:00:00', N'涓闄22', N'鍗氬+', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d70160262740d20030', N'4028838e602625d7016026274054002d', N'2017-12-04 00:00:00.0000000', N'2017-12-08 00:00:00.0000000', N'涓闄22', N'鍗氬+', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d70160262740e70031', N'4028838e602625d7016026274054002d', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含澶у22', N'璁$畻鏈', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028838e602625d70160262740e70031', N'4028838e602625d7016026274054002d', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含澶у22', N'璁$畻鏈', null) GO GO -INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028ef8156826b380156826b390a0001', N'4028ef815673f03a015673f35d8c0003', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含澶у', N'璁$畻鏈', null) +INSERT INTO [dbo].[jform_resume_degree_info] ([id], [resume_id], [begin_date], [end_date], [school_name], [major], [degree]) VALUES (N'4028ef8156826b380156826b390a0001', N'4028ef815673f03a015673f35d8c0003', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含澶у', N'璁$畻鏈', null) GO GO @@ -13739,8 +13754,8 @@ 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 , +[begin_date] datetime2(7) NULL , +[end_date] datetime2(7) NULL , [company_name] nvarchar(200) NOT NULL , [depart_name] nvarchar(100) NULL , [post] nvarchar(50) NULL , @@ -13865,58 +13880,58 @@ 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'4028318163a4cce60163a4cd02300003', N'4028318163a4cce60163a4cce6900000', N'2018-05-28 00:00:00', N'2018-05-17 00:00:00', N'鍖椾含鍥界偓', null, null, null) +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028318163a4cce60163a4cd02300003', N'4028318163a4cce60163a4cce6900000', N'2018-05-28 00:00:00.0000000', N'2018-05-17 00:00:00.0000000', N'鍖椾含鍥界偓', null, null, null) GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028318163a6274c0163a6274c460000', N'4028ef815673f03a015673f35d8c0003', N'2018-05-16 00:00:00', N'2018-05-17 00:00:00', N'1', N'1', N'1', N'1') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028318163a6274c0163a6274c460000', N'4028ef815673f03a015673f35d8c0003', N'2018-05-16 00:00:00.0000000', N'2018-05-17 00:00:00.0000000', N'1', N'1', N'1', N'1') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f1601f5a3a01601f5d2df70015', N'4028ef815673f03a015673f35d8c0003', N'2017-12-05 00:00:00', N'2017-11-29 00:00:00', N'鍖椾含鍚薄', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f1601f5a3a01601f5d2df70015', N'4028ef815673f03a015673f35d8c0003', N'2017-12-05 00:00:00.0000000', N'2017-11-29 00:00:00.0000000', N'鍖椾含鍚薄', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210b290038', N'402881f5602b210a01602b210a34000d', N'2017-12-05 00:00:00', N'2017-11-29 00:00:00', N'鍖椾含鍚薄1', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210b290038', N'402881f5602b210a01602b210a34000d', N'2017-12-05 00:00:00.0000000', N'2017-11-29 00:00:00.0000000', N'鍖椾含鍚薄1', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210b580039', N'402881f5602b210a01602b210a34000d', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含鍥界偓1', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210b580039', N'402881f5602b210a01602b210a34000d', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含鍥界偓1', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210b78003a', N'402881f5602b210a01602b210a8d001b', N'2017-12-05 00:00:00', N'2017-11-29 00:00:00', N'鍖椾含鍚薄11', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210b78003a', N'402881f5602b210a01602b210a8d001b', N'2017-12-05 00:00:00.0000000', N'2017-11-29 00:00:00.0000000', N'鍖椾含鍚薄11', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210b97003b', N'402881f5602b210a01602b210a8d001b', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含鍥界偓11', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210b97003b', N'402881f5602b210a01602b210a8d001b', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含鍥界偓11', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210bc6003c', N'402881f5602b210a01602b210abb0029', N'2017-12-05 00:00:00', N'2017-11-29 00:00:00', N'鍖椾含鍚薄22', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210bc6003c', N'402881f5602b210a01602b210abb0029', N'2017-12-05 00:00:00.0000000', N'2017-11-29 00:00:00.0000000', N'鍖椾含鍚薄22', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210be5003d', N'402881f5602b210a01602b210abb0029', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含鍥界偓22', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210be5003d', N'402881f5602b210a01602b210abb0029', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含鍥界偓22', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210c04003e', N'402881f5602b210a01602b210aea0037', N'2017-12-05 00:00:00', N'2017-11-29 00:00:00', N'鍖椾含鍚薄', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210c04003e', N'402881f5602b210a01602b210aea0037', N'2017-12-05 00:00:00.0000000', N'2017-11-29 00:00:00.0000000', N'鍖椾含鍚薄', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210c23003f', N'402881f5602b210a01602b210aea0037', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含鍥界偓', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'402881f5602b210a01602b210c23003f', N'402881f5602b210a01602b210aea0037', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含鍥界偓', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d701602625d8610010', N'4028838e602625d701602625d795000d', N'2017-12-05 00:00:00', N'2017-11-29 00:00:00', N'鍖椾含鍚薄1', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d701602625d8610010', N'4028838e602625d701602625d795000d', N'2017-12-05 00:00:00.0000000', N'2017-11-29 00:00:00.0000000', N'鍖椾含鍚薄1', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d701602625d8900011', N'4028838e602625d701602625d795000d', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含鍥界偓1', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d701602625d8900011', N'4028838e602625d701602625d795000d', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含鍥界偓1', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d70160262741060032', N'4028838e602625d7016026274016001f', N'2017-12-05 00:00:00', N'2017-11-29 00:00:00', N'鍖椾含鍚薄11', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d70160262741060032', N'4028838e602625d7016026274016001f', N'2017-12-05 00:00:00.0000000', N'2017-11-29 00:00:00.0000000', N'鍖椾含鍚薄11', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d70160262741250033', N'4028838e602625d7016026274016001f', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含鍥界偓11', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d70160262741250033', N'4028838e602625d7016026274016001f', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含鍥界偓11', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d70160262741530034', N'4028838e602625d7016026274054002d', N'2017-12-05 00:00:00', N'2017-11-29 00:00:00', N'鍖椾含鍚薄22', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d70160262741530034', N'4028838e602625d7016026274054002d', N'2017-12-05 00:00:00.0000000', N'2017-11-29 00:00:00.0000000', N'鍖椾含鍚薄22', N'鏅鸿兘鏈哄櫒浜', N'寮鍙戠粡鐞', N'鐮旂┒') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d70160262741760035', N'4028838e602625d7016026274054002d', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含鍥界偓22', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028838e602625d70160262741760035', N'4028838e602625d7016026274054002d', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含鍥界偓22', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') GO GO -INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8156826b380156826b38d40000', N'4028ef815673f03a015673f35d8c0003', N'2016-08-10 00:00:00', N'2016-08-10 00:00:00', N'鍖椾含鍥界偓', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') +INSERT INTO [dbo].[jform_resume_exp_info] ([id], [resume_id], [begin_date], [end_date], [company_name], [depart_name], [post], [experience]) VALUES (N'4028ef8156826b380156826b38d40000', N'4028ef815673f03a015673f35d8c0003', N'2016-08-10 00:00:00.0000000', N'2016-08-10 00:00:00.0000000', N'鍖椾含鍥界偓', N'杞欢閮ㄩ棬', N'鎬荤粡鐞', N'缁熺') GO GO @@ -13929,7 +13944,7 @@ CREATE TABLE [dbo].[jform_resume_info] ( [id] nvarchar(36) NOT NULL , [name] nvarchar(50) NOT NULL , [sex] nvarchar(10) NOT NULL , -[birthday] datetime NULL , +[birthday] datetime2(7) NULL , [telnum] nvarchar(30) NULL , [email] nvarchar(50) NULL , [degree] nvarchar(50) NULL , @@ -13940,7 +13955,7 @@ CREATE TABLE [dbo].[jform_resume_info] ( [salary] nvarchar(20) NULL , [work_place] nvarchar(50) NULL , [work_type] nvarchar(50) NULL , -[arrival_time] datetime NULL , +[arrival_time] datetime2(7) NULL , [introduction] nvarchar(500) NULL ) @@ -14174,31 +14189,31 @@ 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'4028318163a4cce60163a4cce6900000', N'鐜嬪垰1', N'0', N'2018-05-28 00:00:00', N'18088989898', N'1273869000@qq.com', null, null, null, null, null, null, N'鍖椾含', null, N'2018-05-31 00:00:00', null) +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'4028318163a4cce60163a4cce6900000', N'鐜嬪垰1', N'0', N'2018-05-28 00:00:00.0000000', N'18088989898', N'1273869000@qq.com', null, null, null, null, null, null, N'鍖椾含', null, N'2018-05-31 00:00:00.0000000', 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'402881f5602b210a01602b210a34000d', N'鐜嬫檽涓1', N'濂虫', N'2016-08-10 00:00:00', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57', N'鍚冭嫤鍔姏') +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'402881f5602b210a01602b210a34000d', N'鐜嬫檽涓1', N'濂虫', N'2016-08-10 00:00:00.0000000', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57.0000000', N'鍚冭嫤鍔姏') 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'402881f5602b210a01602b210a8d001b', N'鐜嬫檽涓11', N'濂虫', N'2016-08-10 00:00:00', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57', N'鍚冭嫤鍔姏') +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'402881f5602b210a01602b210a8d001b', N'鐜嬫檽涓11', N'濂虫', N'2016-08-10 00:00:00.0000000', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57.0000000', N'鍚冭嫤鍔姏') 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'402881f5602b210a01602b210abb0029', N'鐜嬫檽涓22', N'鐢锋', N'2016-08-10 00:00:00', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57', N'鍚冭嫤鍔姏') +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'402881f5602b210a01602b210abb0029', N'鐜嬫檽涓22', N'鐢锋', N'2016-08-10 00:00:00.0000000', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57.0000000', N'鍚冭嫤鍔姏') 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'402881f5602b210a01602b210aea0037', N'鐜嬫檽涓', N'0', N'2016-08-10 00:00:00', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', N'', N'2017-12-04 10:29:57', N'鍚冭嫤鍔姏') +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'402881f5602b210a01602b210aea0037', N'鐜嬫檽涓', N'0', N'2016-08-10 00:00:00.0000000', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', N'', N'2017-12-04 10:29:57.0000000', N'鍚冭嫤鍔姏') 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'4028838e602625d701602625d795000d', N'鐜嬫檽涓1', N'1', N'2016-08-10 00:00:00', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57', N'鍚冭嫤鍔姏') +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'4028838e602625d701602625d795000d', N'鐜嬫檽涓1', N'1', N'2016-08-10 00:00:00.0000000', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57.0000000', N'鍚冭嫤鍔姏') 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'4028838e602625d7016026274016001f', N'鐜嬫檽涓11', N'濂虫', N'2016-08-10 00:00:00', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57', N'鍚冭嫤鍔姏') +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'4028838e602625d7016026274016001f', N'鐜嬫檽涓11', N'濂虫', N'2016-08-10 00:00:00.0000000', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57.0000000', N'鍚冭嫤鍔姏') 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'4028838e602625d7016026274054002d', N'鐜嬫檽涓22', N'1', N'2016-08-10 00:00:00', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57', N'鍚冭嫤鍔姏') +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'4028838e602625d7016026274054002d', N'鐜嬫檽涓22', N'1', N'2016-08-10 00:00:00.0000000', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57.0000000', N'鍚冭嫤鍔姏') 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'0', N'2016-08-10 00:00:00', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57', N'鍚冭嫤鍔姏') +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'0', N'2016-08-10 00:00:00.0000000', N'13265456565', N'1273869000@qq.com', N'鍗氬+', N'5', N'121212', N'1212212', N'鍖椾含', N'5000', N'鍖椾含', null, N'2017-12-04 10:29:57.0000000', N'鍚冭嫤鍔姏') GO GO @@ -14211,10 +14226,10 @@ CREATE TABLE [dbo].[jform_tree] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [name] nvarchar(32) NULL , [father_id] nvarchar(32) NULL , [age] nvarchar(32) NULL @@ -14366,19 +14381,19 @@ 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'402831816286ae24016286afb5240001', N'绠$悊鍛', N'admin', N'2018-04-02 22:08:04', N'绠$悊鍛', N'admin', N'2018-04-02 22:08:16', N'1', null, N'12') +INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'402831816286ae24016286afb5240001', N'绠$悊鍛', N'admin', N'2018-04-02 22:08:04.0000000', N'绠$悊鍛', N'admin', N'2018-04-02 22:08:16.0000000', N'1', null, N'12') 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'402831816286ae24016286afcba50003', N'绠$悊鍛', N'admin', N'2018-04-02 22:08:10', N'绠$悊鍛', N'admin', N'2018-04-02 22:13:03', N'220', N'402831816286ae24016286afb5240001', N'') +INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'402831816286ae24016286afcba50003', N'绠$悊鍛', N'admin', N'2018-04-02 22:08:10.0000000', N'绠$悊鍛', N'admin', N'2018-04-02 22:13:03.0000000', N'220', N'402831816286ae24016286afb5240001', N'') 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'402831816286b311016286b4684a0003', N'绠$悊鍛', N'admin', N'2018-04-02 22:13:12', N'', N'', null, N'88', N'402831816286ae24016286afcba50003', N'88') +INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'402831816286b311016286b4684a0003', N'绠$悊鍛', N'admin', N'2018-04-02 22:13:12.0000000', N'', N'', null, N'88', N'402831816286ae24016286afcba50003', N'88') 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'402881f363fd318f0163fd36d5ce0001', N'绠$悊鍛', N'admin', N'2018-06-14 15:33:39', null, null, null, N'222', null, N'222') +INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'402881f363fd318f0163fd36d5ce0001', N'绠$悊鍛', N'admin', N'2018-06-14 15:33:39.0000000', null, null, null, N'222', null, N'222') 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'402881f363fd318f0163fd3713000003', N'绠$悊鍛', N'admin', N'2018-06-14 15:33:55', null, null, null, N'33', null, N'33') +INSERT INTO [dbo].[jform_tree] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [name], [father_id], [age]) VALUES (N'402881f363fd318f0163fd3713000003', N'绠$悊鍛', N'admin', N'2018-06-14 15:33:55.0000000', null, null, null, N'33', null, N'33') GO GO @@ -14391,10 +14406,10 @@ CREATE TABLE [dbo].[jfrom_order] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , @@ -14636,16 +14651,16 @@ GO -- ---------------------------- -- Records of jfrom_order -- ---------------------------- -INSERT INTO [dbo].[jfrom_order] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [receiver_name], [receiver_mobile], [receiver_state], [receiver_city], [receiver_district], [receiver_address]) VALUES (N'1', N'绠$悊鍛', N'admin', N'2018-04-02 19:46:49', N'绠$悊鍛', N'admin', N'2018-04-02 19:48:34', N'A03', N'A03', N'1', N'7777', N'777', N'A03', N'111', N'1111', null) +INSERT INTO [dbo].[jfrom_order] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [receiver_name], [receiver_mobile], [receiver_state], [receiver_city], [receiver_district], [receiver_address]) VALUES (N'1', N'绠$悊鍛', N'admin', N'2018-04-02 19:46:49.0000000', N'绠$悊鍛', N'admin', N'2018-04-02 19:48:34.0000000', N'A03', N'A03', N'1', N'7777', N'777', N'A03', N'111', N'1111', null) GO GO -INSERT INTO [dbo].[jfrom_order] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [receiver_name], [receiver_mobile], [receiver_state], [receiver_city], [receiver_district], [receiver_address]) VALUES (N'4028810962a91bd20162a92c06ae0023', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57', N'绠$悊鍛', N'admin', N'2018-05-28 19:04:35', N'A03', N'A03', N'1', N'88888', N'777', N'A03', N'111', N'1111', null) +INSERT INTO [dbo].[jfrom_order] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [receiver_name], [receiver_mobile], [receiver_state], [receiver_city], [receiver_district], [receiver_address]) VALUES (N'4028810962a91bd20162a92c06ae0023', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57.0000000', N'绠$悊鍛', N'admin', N'2018-05-28 19:04:35.0000000', N'A03', N'A03', N'1', N'88888', N'777', N'A03', N'111', N'1111', null) GO GO -INSERT INTO [dbo].[jfrom_order] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [receiver_name], [receiver_mobile], [receiver_state], [receiver_city], [receiver_district], [receiver_address]) VALUES (N'4028810962a91bd20162a92c07200029', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57', N'绠$悊鍛', N'admin', N'2018-06-19 15:49:30', N'A03', N'A03', N'1', N'999999', N'123123', N'A03', N'55', N'55', N'555') +INSERT INTO [dbo].[jfrom_order] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [receiver_name], [receiver_mobile], [receiver_state], [receiver_city], [receiver_district], [receiver_address]) VALUES (N'4028810962a91bd20162a92c07200029', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57.0000000', N'绠$悊鍛', N'admin', N'2018-06-19 15:49:30.0000000', N'A03', N'A03', N'1', N'999999', N'123123', N'A03', N'55', N'55', N'555') GO GO -INSERT INTO [dbo].[jfrom_order] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [receiver_name], [receiver_mobile], [receiver_state], [receiver_city], [receiver_district], [receiver_address]) VALUES (N'402881e7628630330162863033830000', N'绠$悊鍛', N'admin', N'2018-04-02 19:48:48', N'绠$悊鍛', N'admin', N'2018-05-28 20:10:16', N'A03', N'A03', N'1', N'1231232', N'123123', N'A03', N'55', N'55', N'555') +INSERT INTO [dbo].[jfrom_order] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [receiver_name], [receiver_mobile], [receiver_state], [receiver_city], [receiver_district], [receiver_address]) VALUES (N'402881e7628630330162863033830000', N'绠$悊鍛', N'admin', N'2018-04-02 19:48:48.0000000', N'绠$悊鍛', N'admin', N'2018-05-28 20:10:16.0000000', N'A03', N'A03', N'1', N'1231232', N'123123', N'A03', N'55', N'55', N'555') GO GO @@ -14658,10 +14673,10 @@ CREATE TABLE [dbo].[jfrom_order_line] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , @@ -14888,25 +14903,25 @@ GO -- ---------------------------- -- Records of jfrom_order_line -- ---------------------------- -INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'1', N'绠$悊鍛', N'admin', N'2018-04-02 19:46:49', N'绠$悊鍛', N'admin', N'2018-04-02 19:48:34', N'A03', N'A03', N'1', N'1', N'1111', N'111', N'11', N'1112') +INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'1', N'绠$悊鍛', N'admin', N'2018-04-02 19:46:49.0000000', N'绠$悊鍛', N'admin', N'2018-04-02 19:48:34.0000000', N'A03', N'A03', N'1', N'1', N'1111', N'111', N'11', N'1112') GO GO -INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'2', N'绠$悊鍛', N'admin', N'2018-04-02 19:47:05', N'绠$悊鍛', N'admin', N'2018-04-02 19:48:34', N'A03', N'A03', N'1', N'1', N'22', N'22', N'22', N'22') +INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'2', N'绠$悊鍛', N'admin', N'2018-04-02 19:47:05.0000000', N'绠$悊鍛', N'admin', N'2018-04-02 19:48:34.0000000', N'A03', N'A03', N'1', N'1', N'22', N'22', N'22', N'22') GO GO -INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'4028810962a91bd20162a92c0773002a', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57', N'绠$悊鍛', N'admin', N'2018-05-28 19:04:35', N'A03', N'A03', N'1', N'4028810962a91bd20162a92c06ae0023', N'8', N'111', N'11', N'1112') +INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'4028810962a91bd20162a92c0773002a', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57.0000000', N'绠$悊鍛', N'admin', N'2018-05-28 19:04:35.0000000', N'A03', N'A03', N'1', N'4028810962a91bd20162a92c06ae0023', N'8', N'111', N'11', N'1112') GO GO -INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'4028810962a91bd20162a92c07bf002b', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57', N'绠$悊鍛', N'admin', N'2018-05-28 19:04:36', N'A03', N'A03', N'1', N'4028810962a91bd20162a92c06ae0023', N'88', N'22', N'22', N'22') +INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'4028810962a91bd20162a92c07bf002b', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57.0000000', N'绠$悊鍛', N'admin', N'2018-05-28 19:04:36.0000000', N'A03', N'A03', N'1', N'4028810962a91bd20162a92c06ae0023', N'88', N'22', N'22', N'22') GO GO -INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'4028810962a91bd20162a92c07f9002c', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57', N'绠$悊鍛', N'admin', N'2018-06-19 15:49:31', N'A03', N'A03', N'1', N'4028810962a91bd20162a92c07200029', N'9', N'5', N'55', N'5') +INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'4028810962a91bd20162a92c07f9002c', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57.0000000', N'绠$悊鍛', N'admin', N'2018-06-19 15:49:31.0000000', N'A03', N'A03', N'1', N'4028810962a91bd20162a92c07200029', N'9', N'5', N'55', N'5') GO GO -INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'4028810962a91bd20162a92c0832002d', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57', N'绠$悊鍛', N'admin', N'2018-06-19 15:49:31', N'A03', N'A03', N'1', N'4028810962a91bd20162a92c07200029', N'999.0', null, N'9', null) +INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'4028810962a91bd20162a92c0832002d', N'绠$悊鍛', N'admin', N'2018-04-09 14:50:57.0000000', N'绠$悊鍛', N'admin', N'2018-06-19 15:49:31.0000000', N'A03', N'A03', N'1', N'4028810962a91bd20162a92c07200029', N'999.0', null, N'9', null) GO GO -INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'402881e7628630330162863033b20001', N'绠$悊鍛', N'admin', N'2018-04-02 19:48:48', N'绠$悊鍛', N'admin', N'2018-05-28 20:10:16', N'A03', N'A03', N'1', N'402881e7628630330162863033830000', N'55', N'5', N'55', N'5') +INSERT INTO [dbo].[jfrom_order_line] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [orderid], [item_name], [qty], [price], [amount]) VALUES (N'402881e7628630330162863033b20001', N'绠$悊鍛', N'admin', N'2018-04-02 19:48:48.0000000', N'绠$悊鍛', N'admin', N'2018-05-28 20:10:16.0000000', N'A03', N'A03', N'1', N'402881e7628630330162863033830000', N'55', N'5', N'55', N'5') GO GO @@ -14920,7 +14935,7 @@ CREATE TABLE [dbo].[jp_chat_message_his] ( [msg_from] nvarchar(255) NOT NULL , [msg_to] nvarchar(255) NULL , [msg_data] nvarchar(MAX) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [type] nvarchar(255) NULL , [readed] smallint NULL ) @@ -14945,235 +14960,235 @@ GO -- ---------------------------- -- Records of jp_chat_message_his -- ---------------------------- -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'083d914451b54f9392e4ea436c9c4d97', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:30', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'083d914451b54f9392e4ea436c9c4d97', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:30.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'0fdab8cfffd549628b6b5b381274dc21', N'4028ef81538330cd01538333b7bc0001', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"鎮ㄥソ鍟","id":"4028ef81538330cd01538333b7bc0001","mine":true,"username":"鏉庡洓"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2018-02-22 17:57:00', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'0fdab8cfffd549628b6b5b381274dc21', N'4028ef81538330cd01538333b7bc0001', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"鎮ㄥソ鍟","id":"4028ef81538330cd01538333b7bc0001","mine":true,"username":"鏉庡洓"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2018-02-22 17:57:00.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'162', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"1111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:37:47', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'162', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"1111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:37:47.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'163', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:14', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'163', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:14.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'164', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:15', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'164', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:15.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'165', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493717904527.jpg]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:24', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'165', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493717904527.jpg]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:24.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'166', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493717910990.png]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:31', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'166', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493717910990.png]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:31.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'167', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"file(/jeecg/chat/imController/showOrDownByurl.do?down=1&dbPath=chat\\uploadFile\\2017\\05\\02/1493717919424.sql)[jeecg.sql]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:39', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'167', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"file(/jeecg/chat/imController/showOrDownByurl.do?down=1&dbPath=chat\\uploadFile\\2017\\05\\02/1493717919424.sql)[jeecg.sql]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717561617","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:38:39.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'168', N'402880e74d75c4dd014d75d44af30005', N'402880e447e99cf10147e9a03b320003', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"222","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","groupname":"鍖椾含鍥界偓杞欢","id":"402880e447e99cf10147e9a03b320003","name":"鍖椾含鍥界偓杞欢","type":"group"}}', N'2017-05-02 17:38:52', N'group', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'168', N'402880e74d75c4dd014d75d44af30005', N'402880e447e99cf10147e9a03b320003', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"222","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","groupname":"鍖椾含鍥界偓杞欢","id":"402880e447e99cf10147e9a03b320003","name":"鍖椾含鍥界偓杞欢","type":"group"}}', N'2017-05-02 17:38:52.0000000', N'group', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'169', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"000","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493717899458","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:40:19', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'169', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"000","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493717899458","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:40:19.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'170', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717865415","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:40:29', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'170', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717865415","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:40:29.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'171', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493717899458","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:40:36', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'171', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493717899458","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:40:36.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'172', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"9090","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493717899458","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:40:42', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'172', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"9090","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493717899458","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:40:42.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'173', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717997096","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:40:59', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'173', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493717997096","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:40:59.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'174', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493718016922","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:41:11', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'174', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493718016922","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:41:11.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'175', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","historyTime":"1493718084559","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:41:37', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'175', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","historyTime":"1493718084559","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:41:37.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'176', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493718056768","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:41:49', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'176', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","content":"999","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://tp1.sinaimg.cn/1571889140/180/40030060651/1","historyTime":"1493718056768","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"demo","type":"friend"}}', N'2017-05-02 17:41:49.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'177', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493718069408","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:41:58', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'177', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493718069408","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:41:58.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'178', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493718125814.jpg]","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493718069408","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:42:05', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'178', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493718125814.jpg]","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\d50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg","historyTime":"1493718069408","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 17:42:05.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'179', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"000000","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-02 23:07:46', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'179', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"000000","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-02 23:07:46.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'180', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"dddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 23:07:52', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'180', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"dddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 23:07:52.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'181', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 23:07:55', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'181', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 23:07:55.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'182', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493737688170.jpg]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 23:08:08', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'182', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2017\\05\\02/1493737688170.jpg]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-02 23:08:08.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'183', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","historyTime":"1493718095410","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 00:02:05', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'183', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","historyTime":"1493718095410","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 00:02:05.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'184', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:02:56', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'184', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:02:56.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'185', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:04', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'185', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:04.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'186', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","historyTime":"1493737670481","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 00:03:11', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'186', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","historyTime":"1493737670481","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 00:03:11.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'187', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddss","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:16', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'187', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddss","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:16.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'188', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493740975269","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:30', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'188', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493740975269","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:30.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'189', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493740975269","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:45', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'189', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493740975269","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:03:45.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'190', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","historyTime":"1493740990601","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 00:03:54', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'190', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","historyTime":"1493740990601","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 00:03:54.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'191', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493741037959","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:05:14', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'191', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493741037959","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 00:05:14.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'192', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:16:23', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'192', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:16:23.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'193', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:16:45', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'193', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:16:45.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'194', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddface[鎷滄嫓] ","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493777782266","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:16:54', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'194', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddface[鎷滄嫓] ","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","historyTime":"1493777782266","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:16:54.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'195', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:17:14', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'195', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:17:14.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'196', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"12121","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:17:21', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'196', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"12121","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-05-03 10:17:21.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'197', N'4028ef81538330cd01538333b7bc0001', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"dddd","id":"4028ef81538330cd01538333b7bc0001","mine":true,"username":"鏉庡洓"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:01', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'197', N'4028ef81538330cd01538333b7bc0001', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"dddd","id":"4028ef81538330cd01538333b7bc0001","mine":true,"username":"鏉庡洓"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:01.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'198', N'402880e74d75c4dd014d75d44af30005', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:13', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'198', N'402880e74d75c4dd014d75d44af30005', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"dddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:13.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'199', N'402880e74d75c4dd014d75d44af30005', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"99999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:14', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'199', N'402880e74d75c4dd014d75d44af30005', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"99999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:14.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'1bfa651fb36a41b8825ef7995215636f', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:29', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'1bfa651fb36a41b8825ef7995215636f', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:29.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'200', N'4028ef81538330cd01538333b7bc0001', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"sdfsdfsdf","id":"4028ef81538330cd01538333b7bc0001","mine":true,"username":"鏉庡洓"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:21', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'200', N'4028ef81538330cd01538333b7bc0001', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","content":"sdfsdfsdf","id":"4028ef81538330cd01538333b7bc0001","mine":true,"username":"鏉庡洓"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:21.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'201', N'402880e74d75c4dd014d75d44af30005', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ssdfsdfsdddddddddddddddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:26', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'201', N'402880e74d75c4dd014d75d44af30005', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"ssdfsdfsdddddddddddddddd","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"http://cdn.firstlinkapp.com/upload/2016_6/1465575923433_33812.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-05-03 10:18:26.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'202', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"99999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-06-14 21:36:17', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'202', N'402880e74d75c4dd014d75d44af30005', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","content":"99999","id":"402880e74d75c4dd014d75d44af30005","mine":true,"username":"demo"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-06-14 21:36:17.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'203', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"nihao","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-06-14 21:36:26', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'203', N'8a8ab0b246dc81120146dc8181950052', N'402880e74d75c4dd014d75d44af30005', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"nihao","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=20170502\\4afbfbedab64034f9015f1bca8c379310b551dab.jpg","id":"402880e74d75c4dd014d75d44af30005","name":"demo","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-06-14 21:36:26.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'204', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"0000","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:13:13', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'204', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"0000","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:13:13.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'205', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"dddd","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:13:21', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'205', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"dddd","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:13:21.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'206', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"000","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:15:39', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'206', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"000","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:15:39.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'20678d8dcd274220ae6f652cf27bf817', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-26 10:13:49', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'20678d8dcd274220ae6f652cf27bf817', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-26 10:13:49.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'207', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"1111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:15:49', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'207', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"1111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:15:49.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'208', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:15:51', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'208', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:15:51.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'209', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"dddd","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:15:56', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'209', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"dddd","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:15:56.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'210', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"111","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:16:03', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'210', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"111","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:16:03.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'211', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"121212","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:20:05', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'211', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"121212","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:20:05.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'212', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"hi","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:20:20', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'212', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"hi","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:20:20.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'213', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"浣犱篃濂藉晩","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:20:36', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'213', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"浣犱篃濂藉晩","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:20:36.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'214', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:20:49', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'214', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:20:49.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'215', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"dddd","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:31:18', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'215', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"dddd","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:31:18.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'216', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"ninn","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:31:29', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'216', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"ninn","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2017-12-26 17:31:29.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'217', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","historyTime":"1514280657679","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:31:33', N'friend', null) +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'217', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"ddd","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","historyTime":"1514280657679","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2017-12-26 17:31:33.0000000', N'friend', null) GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'6fd631c889f74ba8a1eb084318c1568f', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"888","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:28', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'6fd631c889f74ba8a1eb084318c1568f', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"888","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:28.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'7426b2afa92141b8a698804d97ea6134', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"face[鎮蹭激] ","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:09', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'7426b2afa92141b8a698804d97ea6134', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"face[鎮蹭激] ","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:09.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'7faf058357b749ac9704c4b3bd34fa95', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"鎮ㄥソ绠$悊鍛","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2018-03-27 11:55:31', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'7faf058357b749ac9704c4b3bd34fa95', N'8a8ab0b246dc81120146dc81819d0053', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"鎮ㄥソ绠$悊鍛","id":"8a8ab0b246dc81120146dc81819d0053","mine":true,"username":"寮犱唬娴"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2018-03-27 11:55:31.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'8599afe9cfb94d91a6971c447bfd7852', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"鏄殑鎾掔◢绛夊彂","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:06', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'8599afe9cfb94d91a6971c447bfd7852', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"鏄殑鎾掔◢绛夊彂","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:06.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'8e3125da57114d52b520e42c914b5ccc', N'8a8ab0b246dc81120146dc8181950052', N'402831816224cfcd016224dffa7e000f', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"402831816224cfcd016224dffa7e000f","name":"1231232","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-03-27 11:54:53', N'friend', N'0') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'8e3125da57114d52b520e42c914b5ccc', N'8a8ab0b246dc81120146dc8181950052', N'402831816224cfcd016224dffa7e000f', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"402831816224cfcd016224dffa7e000f","name":"1231232","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-03-27 11:54:53.0000000', N'friend', N'0') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'9364652171074c14a8016e5c54ba54b3', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:29', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'9364652171074c14a8016e5c54ba54b3', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:29.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'9b1523cbb9a34268b36466f6650e640b', N'8a8ab0b246dc81120146dc8181950052', N'402831816224cfcd016224dffa7e000f', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"11111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"402831816224cfcd016224dffa7e000f","name":"1231232","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-03-27 11:54:52', N'friend', N'0') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'9b1523cbb9a34268b36466f6650e640b', N'8a8ab0b246dc81120146dc8181950052', N'402831816224cfcd016224dffa7e000f', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"11111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"402831816224cfcd016224dffa7e000f","name":"1231232","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-03-27 11:54:52.0000000', N'friend', N'0') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'a20142a9b3f047aa95ab20955d9c70de', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-26 10:13:50', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'a20142a9b3f047aa95ab20955d9c70de', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-26 10:13:50.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'abab1719d1c74eae85b40dc1c311ab0e', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:30', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'abab1719d1c74eae85b40dc1c311ab0e', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:30.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'ad9baa9c75004418b161e94156754e9a', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-03-27 11:54:59', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'ad9baa9c75004418b161e94156754e9a', N'8a8ab0b246dc81120146dc8181950052', N'8a8ab0b246dc81120146dc81819d0053', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"2222","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"8a8ab0b246dc81120146dc81819d0053","name":"寮犱唬娴","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-03-27 11:54:59.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'b42b14bd488046c9bf1afa1363358603', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"11","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:07', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'b42b14bd488046c9bf1afa1363358603', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"11","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:07.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'c15ebad2917a4e3194cbb60f7145cafc', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"face[鍙冲摷鍝糫 ","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:12', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'c15ebad2917a4e3194cbb60f7145cafc', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"face[鍙冲摷鍝糫 ","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:12.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'c8c204028a1049429c0ffe6d6eab0db3', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"1111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:56:23', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'c8c204028a1049429c0ffe6d6eab0db3', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"1111","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:56:23.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'cc1cde894cb543248071a5bc7bf63fb0', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2018\\02\\22/1519293438425.jpg]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:18', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'cc1cde894cb543248071a5bc7bf63fb0', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"img[/jeecg/chat/imController/showOrDownByurl.do?dbPath=chat\\uploadImage\\2018\\02\\22/1519293438425.jpg]","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:18.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'd678d3f0861d4feb81e171905dcf3204', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:30', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'd678d3f0861d4feb81e171905dcf3204', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:30.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'da5fffc1c6cb4ef79ae590c99c7a88f5', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:29', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'da5fffc1c6cb4ef79ae590c99c7a88f5', N'8a8ab0b246dc81120146dc8181950052', N'4028ef81538330cd01538333b7bc0001', N'{"mine":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","content":"7","id":"8a8ab0b246dc81120146dc8181950052","mine":true,"username":"绠$悊鍛"},"to":{"avatar":"content/chat/layui/images/portrait/qq.jpg","id":"4028ef81538330cd01538333b7bc0001","name":"鏉庡洓","sign":"杩欏浼欏緢鎳掓病鏈夌鍚","type":"friend"}}', N'2018-02-22 17:57:29.0000000', N'friend', N'1') GO GO -INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'de9d659b2ce6407fad282dfaa6a77d78', N'4028ef81538330cd01538333b7bc0001', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"11111","id":"4028ef81538330cd01538333b7bc0001","mine":true,"username":"鏉庡洓"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2018-02-26 10:13:43', N'friend', N'1') +INSERT INTO [dbo].[jp_chat_message_his] ([id], [msg_from], [msg_to], [msg_data], [create_date], [type], [readed]) VALUES (N'de9d659b2ce6407fad282dfaa6a77d78', N'4028ef81538330cd01538333b7bc0001', N'8a8ab0b246dc81120146dc8181950052', N'{"mine":{"avatar":"content/chat/layui/images/portrait/qq.jpg","content":"11111","id":"4028ef81538330cd01538333b7bc0001","mine":true,"username":"鏉庡洓"},"to":{"avatar":"/jeecg/chat/imController/showOrDownByurl.do?dbPath=upload/files\\20170612\\e1fe9925bc315c60addea1b98eb1cb1349547719.jpg","id":"8a8ab0b246dc81120146dc8181950052","name":"绠$悊鍛","sign":"杩欏浼欏緢浣犲ソ","type":"friend"}}', N'2018-02-26 10:13:43.0000000', N'friend', N'1') GO GO @@ -15185,8 +15200,8 @@ 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 , +[begin_time] datetime2(7) NULL , +[end_time] datetime2(7) NULL , [hdurl] nvarchar(300) NULL ) @@ -15278,10 +15293,10 @@ GO -- ---------------------------- -- Records of jp_demo_activity -- ---------------------------- -INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'5F9127187F2A45A897809A04148096BA', N'鏂扮増澶ц浆鐩', N'2017-06-07 19:43:49', N'2017-06-27 19:43:52', N'222') +INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'5F9127187F2A45A897809A04148096BA', N'鏂扮増澶ц浆鐩', N'2017-06-07 19:43:49.0000000', N'2017-06-27 19:43:52.0000000', N'222') GO GO -INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'9AF797E30518418F84F0228245AEE95B', N'鏂扮増鍒埉涔', N'2017-06-28 14:29:59', N'2017-07-29 14:30:02', N'123') +INSERT INTO [dbo].[jp_demo_activity] ([id], [name], [begin_time], [end_time], [hdurl]) VALUES (N'9AF797E30518418F84F0228245AEE95B', N'鏂扮増鍒埉涔', N'2017-06-28 14:29:59.0000000', N'2017-07-29 14:30:02.0000000', N'123') GO GO @@ -15460,10 +15475,10 @@ DROP TABLE [dbo].[jp_demo_order_custom] GO CREATE TABLE [dbo].[jp_demo_order_custom] ( [ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , +[CREATE_DT] datetime2(7) NULL , [CRTUSER] nvarchar(12) NULL , [CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , +[DEL_DT] datetime2(7) NULL , [DELFLAG] int NULL , [GO_ORDER_CODE] nvarchar(12) NOT NULL , [GOC_BUSS_CONTENT] nvarchar(33) NULL , @@ -15474,7 +15489,7 @@ CREATE TABLE [dbo].[jp_demo_order_custom] ( [GOC_SEX] nvarchar(255) NULL , [MODIFIER] nvarchar(12) NULL , [MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL +[MODIFY_DT] datetime2(7) NULL ) @@ -15581,19 +15596,19 @@ GO -- ---------------------------- -- Records of jp_demo_order_custom -- ---------------------------- -INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'0E1FEE0339D048F483A0A5B771A88031', N'2016-09-20 00:00:00', N'', N'', null, N'0', N'2', N'1', N'1', N'11', N'0000000000000', N'1', N'1', N'', N'', null) +INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'0E1FEE0339D048F483A0A5B771A88031', N'2016-09-20 00:00:00.0000000', N'', N'', null, N'0', N'2', N'1', N'1', N'11', N'0000000000000', N'1', N'1', N'', N'', null) GO GO -INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'13C4F64BFEC44E52A11A0047195C3F6B', N'2017-03-07 14:10:51', null, null, null, N'0', N'201703070102', N'3', N'3', N'鏉庡洓1', N'3333', N'3', N'1', null, null, null) +INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'13C4F64BFEC44E52A11A0047195C3F6B', N'2017-03-07 14:10:51.0000000', null, null, null, N'0', N'201703070102', N'3', N'3', N'鏉庡洓1', N'3333', N'3', N'1', null, null, null) GO GO -INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'970DD348071346FB8A4710920824743B', N'2016-09-03 15:47:46', null, null, null, N'0', N'1212', N'1', N'1', N'2', N'111111111111111', N'222', N'1', null, null, null) +INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'970DD348071346FB8A4710920824743B', N'2016-09-03 15:47:46.0000000', null, null, null, N'0', N'1212', N'1', N'1', N'2', N'111111111111111', N'222', N'1', null, null, null) GO GO -INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'992FD47FE2124A8ABFB448F290398D98', N'2017-03-07 14:10:51', null, null, null, N'0', N'201703070102', N'1', N'1', N'寮犱笁2', N'0000000000000', N'1', N'2', null, null, null) +INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'992FD47FE2124A8ABFB448F290398D98', N'2017-03-07 14:10:51.0000000', null, null, null, N'0', N'201703070102', N'1', N'1', N'寮犱笁2', N'0000000000000', N'1', N'2', null, null, null) GO GO -INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'CD91F431BDC34431A46CC80F966C55A7', N'2016-09-20 00:00:00', N'', N'', null, N'0', N'2', N'3', N'3', N'333', N'3333', N'3', N'1', N'', N'', null) +INSERT INTO [dbo].[jp_demo_order_custom] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOC_BUSS_CONTENT], [GOC_CONTENT], [GOC_CUS_NAME], [GOC_IDCARD], [GOC_PASSPORT_CODE], [GOC_SEX], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'CD91F431BDC34431A46CC80F966C55A7', N'2016-09-20 00:00:00.0000000', N'', N'', null, N'0', N'2', N'3', N'3', N'333', N'3333', N'3', N'1', N'', N'', null) GO GO @@ -15604,10 +15619,10 @@ DROP TABLE [dbo].[jp_demo_order_main] GO CREATE TABLE [dbo].[jp_demo_order_main] ( [ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , +[CREATE_DT] datetime2(7) NULL , [CRTUSER] nvarchar(12) NULL , [CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , +[DEL_DT] datetime2(7) NULL , [DELFLAG] int NULL , [GO_ALL_PRICE] decimal(10,2) NULL , [GO_CONTACT_NAME] nvarchar(16) NULL , @@ -15619,7 +15634,7 @@ CREATE TABLE [dbo].[jp_demo_order_main] ( [GODER_TYPE] nvarchar(255) NULL , [MODIFIER] nvarchar(12) NULL , [MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL , +[MODIFY_DT] datetime2(7) NULL , [USERTYPE] nvarchar(255) NULL ) @@ -15755,7 +15770,7 @@ GO -- ---------------------------- -- Records of jp_demo_order_main -- ---------------------------- -INSERT INTO [dbo].[jp_demo_order_main] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ALL_PRICE], [GO_CONTACT_NAME], [GO_CONTENT], [GO_ORDER_CODE], [GO_ORDER_COUNT], [GO_RETURN_PRICE], [GO_TELPHONE], [GODER_TYPE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT], [USERTYPE]) VALUES (N'20E478EF3B38444EBE6D9BF6CF7AD60B', N'2016-09-03 00:00:00', N'', N'', null, N'0', N'500.00', N'scott', N'0', N'201703070102', N'10', N'1.00', N'18611700000', N'1', N'', N'', null, N'1') +INSERT INTO [dbo].[jp_demo_order_main] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ALL_PRICE], [GO_CONTACT_NAME], [GO_CONTENT], [GO_ORDER_CODE], [GO_ORDER_COUNT], [GO_RETURN_PRICE], [GO_TELPHONE], [GODER_TYPE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT], [USERTYPE]) VALUES (N'20E478EF3B38444EBE6D9BF6CF7AD60B', N'2016-09-03 00:00:00.0000000', N'', N'', null, N'0', N'500.00', N'scott', N'0', N'201703070102', N'10', N'1.00', N'18611700000', N'1', N'', N'', null, N'1') GO GO @@ -15766,10 +15781,10 @@ DROP TABLE [dbo].[jp_demo_order_product] GO CREATE TABLE [dbo].[jp_demo_order_product] ( [ID] nvarchar(32) NOT NULL , -[CREATE_DT] datetime NULL , +[CREATE_DT] datetime2(7) NULL , [CRTUSER] nvarchar(12) NULL , [CRTUSER_NAME] nvarchar(10) NULL , -[DEL_DT] datetime NULL , +[DEL_DT] datetime2(7) NULL , [DELFLAG] int NULL , [GO_ORDER_CODE] nvarchar(12) NOT NULL , [GOP_CONTENT] nvarchar(66) NULL , @@ -15780,7 +15795,7 @@ CREATE TABLE [dbo].[jp_demo_order_product] ( [GOP_SUM_PRICE] decimal(10,2) NULL , [MODIFIER] nvarchar(12) NULL , [MODIFIER_NAME] nvarchar(10) NULL , -[MODIFY_DT] datetime NULL +[MODIFY_DT] datetime2(7) NULL ) @@ -15887,19 +15902,19 @@ GO -- ---------------------------- -- Records of jp_demo_order_product -- ---------------------------- -INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'5DE5A7EAD60142C28E9731521A420BC7', N'2016-09-03 15:47:46', null, null, null, N'0', N'1212', N'1', N'1', N'111.00', N'1', N'1', N'1.00', null, null, null) +INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'5DE5A7EAD60142C28E9731521A420BC7', N'2016-09-03 15:47:46.0000000', null, null, null, N'0', N'1212', N'1', N'1', N'111.00', N'1', N'1', N'1.00', null, null, null) GO GO -INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'C84A5F61BC5C4C1ABF270AC8264390E9', N'2017-08-02 09:51:29', null, null, null, N'0', N'201703070102', N'5', N'55', N'5.00', N'Ipad', N'1', N'5.00', null, null, null) +INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'C84A5F61BC5C4C1ABF270AC8264390E9', N'2017-08-02 09:51:29.0000000', null, null, null, N'0', N'201703070102', N'5', N'55', N'5.00', N'Ipad', N'1', N'5.00', null, null, null) GO GO -INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'D4E436A1B3D7484C9297B242BBF3BA98', N'2016-09-06 00:00:00', N'', N'', null, N'0', N'2', N'11', N'111', N'111.00', N'111', N'1', N'11.00', N'', N'', null) +INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'D4E436A1B3D7484C9297B242BBF3BA98', N'2016-09-06 00:00:00.0000000', N'', N'', null, N'0', N'2', N'11', N'111', N'111.00', N'111', N'1', N'11.00', N'', N'', null) GO GO -INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'E7F13FBD98D947C2AFF4CEBB4E97838E', N'2017-08-02 09:51:29', null, null, null, N'0', N'201703070102', N'10鍙', N'1', N'100000.00', N'鐢佃剳', N'1', N'100000.00', null, null, null) +INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'E7F13FBD98D947C2AFF4CEBB4E97838E', N'2017-08-02 09:51:29.0000000', null, null, null, N'0', N'201703070102', N'10鍙', N'1', N'100000.00', N'鐢佃剳', N'1', N'100000.00', null, null, null) GO GO -INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'EF10DC1C05364466990B1CA9D2D22C62', N'2016-09-23 00:00:00', N'', N'', null, N'1', N'2', N'', null, null, N'', N'1', null, N'', N'', null) +INSERT INTO [dbo].[jp_demo_order_product] ([ID], [CREATE_DT], [CRTUSER], [CRTUSER_NAME], [DEL_DT], [DELFLAG], [GO_ORDER_CODE], [GOP_CONTENT], [GOP_COUNT], [GOP_ONE_PRICE], [GOP_PRODUCT_NAME], [GOP_PRODUCT_TYPE], [GOP_SUM_PRICE], [MODIFIER], [MODIFIER_NAME], [MODIFY_DT]) VALUES (N'EF10DC1C05364466990B1CA9D2D22C62', N'2016-09-23 00:00:00.0000000', N'', N'', null, N'1', N'2', N'', null, null, N'', N'1', null, N'', N'', null) GO GO @@ -15912,7 +15927,7 @@ 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 , +[create_date] datetime2(7) NULL , [title] nvarchar(100) NULL , [attachment] nvarchar(1000) NULL , [content] nvarchar(MAX) NULL , @@ -16067,7 +16082,7 @@ 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'1C44620379464909876F01724EE4EF2D', N'绠$悊鍛', N'admin', N'2018-05-31 10:50:47', N'鍏ヨ亴鐢宠', null, N'

鎮ㄥソ锛屽叆鑱岀敵璇

', N'01', N'junit demo', N'402881e75f15a91c015f15a9bd550000') +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'1C44620379464909876F01724EE4EF2D', N'绠$悊鍛', N'admin', N'2018-05-31 10:50:47.0000000', N'鍏ヨ亴鐢宠', null, N'

鎮ㄥソ锛屽叆鑱岀敵璇

', N'01', N'junit demo', N'402881e75f15a91c015f15a9bd550000') 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'295A4C4021DD4E17AC2D453013A1E21F', N'绠$悊鍛', N'admin', null, N'121', null, N'2121212', N'02', N'绠$悊鍛', N'8a8ab0b246dc81120146dc8181950052') @@ -16083,31 +16098,31 @@ INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_dat ', 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', N'123123', null, N'

123123123123

', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') +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.0000000', 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', N'123123', null, N'

123123123123

', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') +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.0000000', 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', N'222', null, N'

222

', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') +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.0000000', 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', N'12', null, N'

12

', N'02', N'寮犱笁,绠$悊鍛', N'4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052') +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.0000000', 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', N'12', null, N'

1212

', N'02', N'寮犱笁', N'4028ef81538330cd01538333b7bc0001') +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.0000000', 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', N'1231', null, N'

23

', N'02', N'寮犱笁', N'4028ef81538330cd01538333b7bc0001') +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.0000000', 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', N'123', null, N'

123

', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') +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.0000000', 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', N'123', null, N'

123

', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') +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.0000000', 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', N'112', null, N'

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

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

銆愭灦鏋勮鏄庛

1.Jeecg-P3 閲囩敤SpringMvc + Minidao + Velocity + Maven(鏋勫缓) 妗嗘灦鎶鏈
+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.0000000', N'112', null, N'

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

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

銆愭灦鏋勮鏄庛

1.Jeecg-P3 閲囩敤SpringMvc + Minidao + Velocity + Maven(鏋勫缓) 妗嗘灦鎶鏈
 2.鎻掍欢寮曞叆鏂瑰紡
     pom.xml鏂囦欢涓紝寮曞叆鏂板紑鍙戠殑鎻掍欢
     <!-- P3 jar -->
@@ -16149,13 +16164,13 @@ jeecg-p3-biz-demo | 鎻掍欢椤圭洰Demo

鎶鏈氦娴


', 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', N'121212', null, N'

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

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

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

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

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

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

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

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

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

  9. 鍗囩骇minidao锛

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

  11. 閭欢绠$悊锛

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

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

  14. 鎻掍欢婕旂ず锛


', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') +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.0000000', N'121212', null, N'

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

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

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

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

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

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

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

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

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

  9. 鍗囩骇minidao锛

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

  11. 閭欢绠$悊锛

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

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

  14. 鎻掍欢婕旂ず锛


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

娴嬭瘯閭欢

', N'01', N'绠$悊鍛', N'8a8ab0b246dc81120146dc8181950052') +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.0000000', 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', N'12', null, N' +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.0000000', N'12', null, N' 12 ', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') GO @@ -16163,7 +16178,7 @@ GO INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'5F99D18C7CED41D0BF5DB9B351D5522E', N'绠$悊鍛', N'admin', null, N'1212', null, N'1212121212', N'02', N'寮犱笁,绠$悊鍛', N'4028ef81538330cd01538333b7bc0001,8a8ab0b246dc81120146dc8181950052') GO GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'6084C526C78947A485E8E3140404A955', N'绠$悊鍛', N'admin', N'2017-06-25 18:12:23', N'JEECG甯歌闂澶у叏', null, N'

13213123123

', N'02', N'鏉庡洓', N'4028ef81538330cd01538333b7bc0001') +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'6084C526C78947A485E8E3140404A955', N'绠$悊鍛', N'admin', N'2017-06-25 18:12:23.0000000', N'JEECG甯歌闂澶у叏', null, N'

13213123123

', N'02', N'鏉庡洓', N'4028ef81538330cd01538333b7bc0001') GO GO INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'771A39B4BB924C62B718B067A0189C72', N'寮犱笁', N'lisi', null, N'娴嬭瘯鑽夌ǹ', null, N' @@ -16188,7 +16203,7 @@ INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_dat ', 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'AEC26C2C84F0455EADEB6658613E6213', N'绠$悊鍛', N'admin', N'2017-06-25 11:52:15', N'99999999b', null, N'

99999999999999999999

', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'AEC26C2C84F0455EADEB6658613E6213', N'绠$悊鍛', N'admin', N'2017-06-25 11:52:15.0000000', N'99999999b', null, N'

99999999999999999999

', 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'B4CC1059FDA6440F96FB3FFDE63ABAA9', N'绠$悊鍛', N'admin', null, N'1222', null, N' @@ -16196,13 +16211,13 @@ INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_dat ', N'02', N'绠$悊鍛', N'') GO GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'BDBDAF70CC554FBF93B0E03019AA738D', N'绠$悊鍛', N'admin', N'2017-06-26 10:28:28', N'888888888888', null, N'

JEECG甯歌闂澶у叏

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

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

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

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

澶嶅埗浠g爜

QQ鍥剧墖20160317180709.png 

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

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

rem ----- Execute The Requested Command

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

澶嶅埗浠g爜


linux涓

bin/ catalina.sh

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

澶嶅埗浠g爜


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

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

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

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

  1. $.dialog({

  2.                         content: 'url:'+addurl,

  3.                         lock : true,

  4.                         //zIndex:1990,

  5.                         width:width,

  6.                         height:height,

  7.                         title:title,

  8.                         opacity : 0.3,

  9.                         cache:false,

  10.                     ok: function(){

  11.                             iframe = this.iframe.contentWindow;

  12.                                 saveObj();

  13.                                 return false;

  14.                     },

  15.                     cancelVal: '鍏抽棴',

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

  17.                 })

澶嶅埗浠g爜

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

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

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

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

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

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

澶嶅埗浠g爜

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

  4. for(GzUserInfoYw temp:gzUserInfoList){

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

  6.         Map m = new HashMap();

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

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

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

  10. }

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

澶嶅埗浠g爜

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

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

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

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

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

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

  2. <dependency>

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

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

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

  6. </dependency>

澶嶅埗浠g爜

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

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

澶嶅埗浠g爜


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

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

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

澶嶅埗浠g爜

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

  1. TSUser user = ResourceUtil.getSessionUserName();

澶嶅埗浠g爜

53. 鑾峰彇褰撳墠鏃ユ湡

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

澶嶅埗浠g爜

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

  1. 渚嬪锛

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

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

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

澶嶅埗浠g爜

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

  1. org.jeecgframework.core.util.oConvertUtils

澶嶅埗浠g爜

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

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

澶嶅埗浠g爜

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

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

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

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

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

  5.         return s1

  6.     }

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

  8.         return s2

  9.     }

  10. }

澶嶅埗浠g爜

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


', N'01', N'7777', N'402881875988e889015988ec36770001') +INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'BDBDAF70CC554FBF93B0E03019AA738D', N'绠$悊鍛', N'admin', N'2017-06-26 10:28:28.0000000', N'888888888888', null, N'

JEECG甯歌闂澶у叏

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

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

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

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

澶嶅埗浠g爜

QQ鍥剧墖20160317180709.png 

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

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

rem ----- Execute The Requested Command

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

澶嶅埗浠g爜


linux涓

bin/ catalina.sh

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

澶嶅埗浠g爜


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

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

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

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

  1. $.dialog({

  2.                         content: 'url:'+addurl,

  3.                         lock : true,

  4.                         //zIndex:1990,

  5.                         width:width,

  6.                         height:height,

  7.                         title:title,

  8.                         opacity : 0.3,

  9.                         cache:false,

  10.                     ok: function(){

  11.                             iframe = this.iframe.contentWindow;

  12.                                 saveObj();

  13.                                 return false;

  14.                     },

  15.                     cancelVal: '鍏抽棴',

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

  17.                 })

澶嶅埗浠g爜

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

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

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

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

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

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

澶嶅埗浠g爜

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

  4. for(GzUserInfoYw temp:gzUserInfoList){

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

  6.         Map m = new HashMap();

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

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

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

  10. }

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

澶嶅埗浠g爜

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

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

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

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

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

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

  2. <dependency>

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

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

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

  6. </dependency>

澶嶅埗浠g爜

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

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

澶嶅埗浠g爜


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

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

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

澶嶅埗浠g爜

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

  1. TSUser user = ResourceUtil.getSessionUserName();

澶嶅埗浠g爜

53. 鑾峰彇褰撳墠鏃ユ湡

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

澶嶅埗浠g爜

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

  1. 渚嬪锛

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

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

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

澶嶅埗浠g爜

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

  1. org.jeecgframework.core.util.oConvertUtils

澶嶅埗浠g爜

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

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

澶嶅埗浠g爜

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

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

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

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

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

  5.         return s1

  6.     }

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

  8.         return s2

  9.     }

  10. }

澶嶅埗浠g爜

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


', N'01', N'7777', N'402881875988e889015988ec36770001') GO GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'CAB308BF489144AD8842667CC741D453', N'绠$悊鍛', N'admin', N'2016-07-18 16:54:13', N'12', null, N'12', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') +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.0000000', N'12', null, N'12', N'02', N'寮犱唬娴', N'8a8ab0b246dc81120146dc81819d0053') GO GO -INSERT INTO [dbo].[jp_inner_mail] ([id], [create_name], [create_by], [create_date], [title], [attachment], [content], [status], [receiver_names], [receiver_ids]) VALUES (N'E9B0557DBA994D46A3D44495AFA428B0', N'绠$悊鍛', N'admin', N'2017-01-10 10:25:26', N'1212', null, N'121212', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') +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.0000000', N'1212', null, N'121212', N'02', N'demo', N'402880e74d75c4dd014d75d44af30005') GO GO @@ -16233,8 +16248,8 @@ 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 , +[create_date] datetime2(7) NULL , +[update_date] datetime2(7) NULL , [mail_id] nvarchar(36) NULL , [user_id] nvarchar(36) NULL , [status] nvarchar(50) NULL , @@ -16317,82 +16332,82 @@ GO -- ---------------------------- -- Records of jp_inner_mail_receiver -- ---------------------------- -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'06FBBA1CEB5C4BD496374DD4F66ECFF8', N'2017-06-25 18:12:23', N'2017-06-25 18:12:23', N'6084C526C78947A485E8E3140404A955', N'4028ef81538330cd01538333b7bc0001', N'00', N'0 ') +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'06FBBA1CEB5C4BD496374DD4F66ECFF8', N'2017-06-25 18:12:23.0000000', N'2017-06-25 18:12:23.0000000', N'6084C526C78947A485E8E3140404A955', N'4028ef81538330cd01538333b7bc0001', N'00', N'0 ') GO GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'136EE823A5DD4D2395DCDED8C265341E', N'2016-07-11 12:00:54', null, N'A1606A71E238407F9911692132B73617', N'', N'00', null) +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.0000000', 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', N'2016-07-17 22:41:07', N'F18E57AA6E004CF18C50578BBB38F1F9', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') +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.0000000', N'2016-07-17 22:41:07.0000000', 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', null, N'4028ef8153c5a4860153c5caa2f90005', N'4028ef81538330cd01538333b7bc0001', N'00', null) +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.0000000', 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', null, N'4028ef8153c5a4860153c5cb108a0007', N'4028ef81538330cd01538333b7bc0001', N'00', null) +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.0000000', 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', null, N'4028ef8153c5a4860153c5cb20fc0009', N'4028ef81538330cd01538333b7bc0001', N'00', null) +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.0000000', 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', null, N'4028ef8153c5a4860153c5cb3124000b', N'4028ef81538330cd01538333b7bc0001', N'00', null) +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.0000000', 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', null, N'4028ef8153c5a4860153c5cb5957000f', N'402880e74d75c4dd014d75d44af30005', N'00', null) +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.0000000', 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', null, N'4028ef8153c5a4860153c5cb63570011', N'402880e74d75c4dd014d75d44af30005', N'00', null) +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.0000000', 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', null, N'4028ef8153d1be5b0153d1c8bf3c0004', N'4028ef81538330cd01538333b7bc0001', N'00', null) +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.0000000', 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', null, N'4028ef815400c2c6015400c482260001', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) +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.0000000', 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', null, N'4028ef8153c5a4860153c5ca58540003', N'8a8ab0b246dc81120146dc8181950052', N'00', null) +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.0000000', 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', null, N'4028ef81540325190154032622320002', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) +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.0000000', 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', null, N'4028ef8153a650060153a6559ff80020', N'8a8ab0b246dc81120146dc81819d0053', N'00', null) +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.0000000', 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', null, N'BB3DF9C9437C4512923A9CE162B81A40', N'8a8ab0b246dc81120146dc8181950052', N'00', null) +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.0000000', 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', null, N'B4CC1059FDA6440F96FB3FFDE63ABAA9', N'', N'00', null) +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.0000000', 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', N'2016-07-17 22:42:52', N'46604968EFE1483481BE6EDAFC657CBC', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'1 ') +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.0000000', N'2016-07-17 22:42:52.0000000', 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', N'2017-01-10 10:25:26', N'E9B0557DBA994D46A3D44495AFA428B0', N'402880e74d75c4dd014d75d44af30005', N'00', N'0 ') +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.0000000', N'2017-01-10 10:25:26.0000000', 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', null, N'3A230A6CC3544E1B9D941136ACBB4E1B', N'', N'00', null) +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.0000000', null, N'3A230A6CC3544E1B9D941136ACBB4E1B', N'', N'00', null) GO GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'A0912A78A3FE4D648A1D4A274ED81F92', N'2017-06-26 10:28:28', N'2017-06-26 10:28:28', N'BDBDAF70CC554FBF93B0E03019AA738D', N'402881875988e889015988ec36770001', N'00', N'0 ') +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'A0912A78A3FE4D648A1D4A274ED81F92', N'2017-06-26 10:28:28.0000000', N'2017-06-26 10:28:28.0000000', N'BDBDAF70CC554FBF93B0E03019AA738D', N'402881875988e889015988ec36770001', N'00', N'0 ') GO GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'AD9064E66D0944EA950448F23C3C526C', N'2017-06-25 11:52:15', N'2017-06-25 11:52:15', N'AEC26C2C84F0455EADEB6658613E6213', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'AD9064E66D0944EA950448F23C3C526C', N'2017-06-25 11:52:15.0000000', N'2017-06-25 11:52:15.0000000', N'AEC26C2C84F0455EADEB6658613E6213', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') GO GO -INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'B3F28061CB534C419E36D9C1AB401052', N'2016-07-11 12:06:55', null, N'3C5E246D939545069FAB2DFD0D4B0474', N'8a8ab0b246dc81120146dc8181950052', N'00', null) +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.0000000', 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'BA9707BF1A5241EE88152236BE79E67E', N'2018-05-31 10:50:47', N'2018-05-31 10:50:47', N'1C44620379464909876F01724EE4EF2D', N'402881e75f15a91c015f15a9bd550000', N'00', N'0 ') +INSERT INTO [dbo].[jp_inner_mail_receiver] ([id], [create_date], [update_date], [mail_id], [user_id], [status], [isdelete]) VALUES (N'BA9707BF1A5241EE88152236BE79E67E', N'2018-05-31 10:50:47.0000000', N'2018-05-31 10:50:47.0000000', N'1C44620379464909876F01724EE4EF2D', N'402881e75f15a91c015f15a9bd550000', 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'CAAC167F8FD442B38C5F2232DCA88460', N'2016-07-11 12:11:19', null, N'771A39B4BB924C62B718B067A0189C72', N'', N'00', null) +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.0000000', 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', N'2016-07-18 16:54:13', N'CAB308BF489144AD8842667CC741D453', N'8a8ab0b246dc81120146dc81819d0053', N'00', N'0 ') +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.0000000', N'2016-07-18 16:54:13.0000000', 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', null, N'80683B1F97844A209D665B601B302E36', N'', N'00', null) +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.0000000', null, N'80683B1F97844A209D665B601B302E36', N'', N'00', null) GO GO @@ -16412,7 +16427,7 @@ CREATE TABLE [dbo].[jw_system_account_recharge] ( [tran_no] nvarchar(255) NULL , [return_code] nvarchar(255) NULL , [return_msg] nvarchar(MAX) NULL , -[create_time] datetime NULL +[create_time] datetime2(7) NULL ) @@ -16597,10 +16612,10 @@ CREATE TABLE [dbo].[super_query_field] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [seq] nvarchar(32) NULL , @@ -16899,34 +16914,34 @@ GO -- ---------------------------- -- Records of super_query_field -- ---------------------------- -INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b20004', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29', N'绠$悊鍛', N'admin', N'2018-01-11 10:57:46', N'A03', N'A03', N'1', N'jfrom_order', N'receiver_name', N'鏀惰揣浜', N'c', N'popup', N'user_msg', N'account', N'realname', N'297e7ae1609ca39d01609cb495b10001') +INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b20004', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29.0000000', N'绠$悊鍛', N'admin', N'2018-01-11 10:57:46.0000000', N'A03', N'A03', N'1', N'jfrom_order', N'receiver_name', N'鏀惰揣浜', N'c', N'popup', N'user_msg', N'account', N'realname', N'297e7ae1609ca39d01609cb495b10001') GO GO -INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b30005', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29', N'绠$悊鍛', N'admin', N'2018-01-09 19:10:37', N'A03', N'A03', N'2', N'jfrom_order', N'receiver_mobile', N'鑱旂郴鐢佃瘽', N'c', N'select', N'', N'sex', N'', N'297e7ae1609ca39d01609cb495b10001') +INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b30005', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29.0000000', N'绠$悊鍛', N'admin', N'2018-01-09 19:10:37.0000000', N'A03', N'A03', N'2', N'jfrom_order', N'receiver_mobile', N'鑱旂郴鐢佃瘽', N'c', N'select', N'', N'sex', N'', N'297e7ae1609ca39d01609cb495b10001') GO GO -INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b30006', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29', N'绠$悊鍛', N'admin', N'2017-12-29 11:22:28', N'A03', N'A03', N'3', N'jfrom_order_line', N'item_name', N'鍟嗗搧鍚嶇О', N'c', N'input', N'', N'', N'', N'297e7ae1609ca39d01609cb495b10001') +INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b30006', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29.0000000', N'绠$悊鍛', N'admin', N'2017-12-29 11:22:28.0000000', N'A03', N'A03', N'3', N'jfrom_order_line', N'item_name', N'鍟嗗搧鍚嶇О', N'c', N'input', N'', N'', N'', N'297e7ae1609ca39d01609cb495b10001') GO GO -INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b30007', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29', N'绠$悊鍛', N'admin', N'2018-01-09 19:10:37', N'A03', N'A03', N'4', N'jfrom_order_line', N'qty', N'鍟嗗搧鏁伴噺', N'c', N'date', N'', N'', N'', N'297e7ae1609ca39d01609cb495b10001') +INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b30007', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29.0000000', N'绠$悊鍛', N'admin', N'2018-01-09 19:10:37.0000000', N'A03', N'A03', N'4', N'jfrom_order_line', N'qty', N'鍟嗗搧鏁伴噺', N'c', N'date', N'', N'', N'', N'297e7ae1609ca39d01609cb495b10001') GO GO -INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae0006', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13', N'', N'', null, N'A03', N'A03', N'1', N'jform_order_main', N'order_code', N'璁㈠崟鍙', N'c', N'input', N'', N'', N'', N'402881e96048d988016048faf0ad0002') +INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae0006', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13.0000000', N'', N'', null, N'A03', N'A03', N'1', N'jform_order_main', N'order_code', N'璁㈠崟鍙', N'c', N'input', N'', N'', N'', N'402881e96048d988016048faf0ad0002') GO GO -INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae0007', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:36', N'A03', N'A03', N'2', N'jform_order_main', N'order_date', N'璁㈠崟鏃堕棿', N'd', N'date', N'', N'', N'', N'402881e96048d988016048faf0ad0002') +INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae0007', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13.0000000', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:36.0000000', N'A03', N'A03', N'2', N'jform_order_main', N'order_date', N'璁㈠崟鏃堕棿', N'd', N'date', N'', N'', N'', N'402881e96048d988016048faf0ad0002') GO GO -INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae0008', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:36', N'A03', N'A03', N'3', N'jform_order_customer', N'name', N'瀹㈡埛鍚嶅瓧', N'c', N'input', N'', N'', N'', N'402881e96048d988016048faf0ad0002') +INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae0008', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13.0000000', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:36.0000000', N'A03', N'A03', N'3', N'jform_order_customer', N'name', N'瀹㈡埛鍚嶅瓧', N'c', N'input', N'', N'', N'', N'402881e96048d988016048faf0ad0002') GO GO -INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae0009', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:36', N'A03', N'A03', N'4', N'jform_order_customer', N'telphone', N'瀹㈡埛鐢佃瘽', N'c', N'input', N'', N'', N'', N'402881e96048d988016048faf0ad0002') +INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae0009', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13.0000000', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:36.0000000', N'A03', N'A03', N'4', N'jform_order_customer', N'telphone', N'瀹㈡埛鐢佃瘽', N'c', N'input', N'', N'', N'', N'402881e96048d988016048faf0ad0002') GO GO -INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae000a', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13', N'绠$悊鍛', N'admin', N'2018-01-09 19:11:19', N'A03', N'A03', N'5', N'jform_order_ticket', N'ticket_code', N'鏈虹エ鍙', N'c', N'select', N'', N'sex', N'', N'402881e96048d988016048faf0ad0002') +INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae000a', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13.0000000', N'绠$悊鍛', N'admin', N'2018-01-09 19:11:19.0000000', N'A03', N'A03', N'5', N'jform_order_ticket', N'ticket_code', N'鏈虹エ鍙', N'c', N'select', N'', N'sex', N'', N'402881e96048d988016048faf0ad0002') GO GO -INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae000b', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:36', N'A03', N'A03', N'6', N'jform_order_ticket', N'tickect_date', N'鏈虹エ鏃堕棿', N'd', N'date', N'', N'', N'', N'402881e96048d988016048faf0ad0002') +INSERT INTO [dbo].[super_query_field] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [name], [txt], [ctype], [stype], [dict_table], [dict_code], [dict_text], [main_id]) VALUES (N'402881e96048d988016048faf0ae000b', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13.0000000', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:36.0000000', N'A03', N'A03', N'6', N'jform_order_ticket', N'tickect_date', N'鏈虹エ鏃堕棿', N'd', N'date', N'', N'', N'', N'402881e96048d988016048faf0ad0002') GO GO @@ -16939,10 +16954,10 @@ CREATE TABLE [dbo].[super_query_history] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [user_id] nvarchar(50) NULL , @@ -17152,10 +17167,10 @@ GO -- ---------------------------- -- Records of super_query_history -- ---------------------------- -INSERT INTO [dbo].[super_query_history] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [user_id], [record], [query_type], [query_code], [history_name]) VALUES (N'297e7ae160a14c840160a156df920001', N'绠$悊鍛', N'admin', N'2017-12-29 16:15:13', null, null, null, N'A03', N'A03', N'8a8ab0b246dc81120146dc8181950052', N'{"name":"1","json":{"strings":["{\"table\":\"璁㈠崟琛╘",\"table1\":\"jfrom_order\",\"field\":\"\",\"condition\":\"=\",\"value\":\"寮犱笁\",\"relation\":\"and\",\"state\":\"open\"}","{\"table\":\"璁㈠崟璇︾粏琛╘",\"table1\":\"jfrom_order_line\",\"field\":\"\",\"condition\":\"=\",\"value\":\"娲楄。鏈篭",\"relation\":\"and\",\"state\":\"open\"}"]}}', null, N'jfrom_order', N'楂樼骇鏌ヨ渚嬪瓙') +INSERT INTO [dbo].[super_query_history] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [user_id], [record], [query_type], [query_code], [history_name]) VALUES (N'297e7ae160a14c840160a156df920001', N'绠$悊鍛', N'admin', N'2017-12-29 16:15:13.0000000', null, null, null, N'A03', N'A03', N'8a8ab0b246dc81120146dc8181950052', N'{"name":"1","json":{"strings":["{\"table\":\"璁㈠崟琛╘",\"table1\":\"jfrom_order\",\"field\":\"\",\"condition\":\"=\",\"value\":\"寮犱笁\",\"relation\":\"and\",\"state\":\"open\"}","{\"table\":\"璁㈠崟璇︾粏琛╘",\"table1\":\"jfrom_order_line\",\"field\":\"\",\"condition\":\"=\",\"value\":\"娲楄。鏈篭",\"relation\":\"and\",\"state\":\"open\"}"]}}', null, N'jfrom_order', N'楂樼骇鏌ヨ渚嬪瓙') GO GO -INSERT INTO [dbo].[super_query_history] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [user_id], [record], [query_type], [query_code], [history_name]) VALUES (N'4028810260a214ad0160a21a4fbd0001', N'绠$悊鍛', N'admin', N'2017-12-29 19:48:41', null, null, null, N'A03', N'A03', N'8a8ab0b246dc81120146dc8181950052', N'{"name":"333","json":{"strings":["{\"table\":\"璁㈠崟璇︾粏琛╘",\"table1\":\"jfrom_order_line\",\"field\":\"\",\"condition\":\"!=\",\"value\":\"10\",\"relation\":\"and\",\"state\":\"open\"}","{\"table\":\"璁㈠崟璇︾粏琛╘",\"table1\":\"jfrom_order_line\",\"field\":\"\",\"condition\":\"!=\",\"value\":\"2\",\"relation\":\"and\",\"state\":\"open\"}","{\"table\":\"璁㈠崟璇︾粏琛╘",\"table1\":\"jfrom_order_line\",\"field\":\"\",\"condition\":\">\",\"value\":\"3\",\"relation\":\"and\",\"state\":\"open\"}"]}}', null, N'jfrom_order', N'鏌ヨ浜') +INSERT INTO [dbo].[super_query_history] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [user_id], [record], [query_type], [query_code], [history_name]) VALUES (N'4028810260a214ad0160a21a4fbd0001', N'绠$悊鍛', N'admin', N'2017-12-29 19:48:41.0000000', null, null, null, N'A03', N'A03', N'8a8ab0b246dc81120146dc8181950052', N'{"name":"333","json":{"strings":["{\"table\":\"璁㈠崟璇︾粏琛╘",\"table1\":\"jfrom_order_line\",\"field\":\"\",\"condition\":\"!=\",\"value\":\"10\",\"relation\":\"and\",\"state\":\"open\"}","{\"table\":\"璁㈠崟璇︾粏琛╘",\"table1\":\"jfrom_order_line\",\"field\":\"\",\"condition\":\"!=\",\"value\":\"2\",\"relation\":\"and\",\"state\":\"open\"}","{\"table\":\"璁㈠崟璇︾粏琛╘",\"table1\":\"jfrom_order_line\",\"field\":\"\",\"condition\":\">\",\"value\":\"3\",\"relation\":\"and\",\"state\":\"open\"}"]}}', null, N'jfrom_order', N'鏌ヨ浜') GO GO @@ -17168,10 +17183,10 @@ CREATE TABLE [dbo].[super_query_main] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [query_name] nvarchar(50) NULL , @@ -17366,13 +17381,13 @@ GO -- ---------------------------- -- Records of super_query_main -- ---------------------------- -INSERT INTO [dbo].[super_query_main] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [query_name], [query_code], [query_type], [content]) VALUES (N'297e7ae1609ca39d01609cb495b10001', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29', null, null, null, N'A03', N'A03', N'璁㈠崟', N'jfrom_order', N'M', N'璁㈠崟琛') +INSERT INTO [dbo].[super_query_main] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [query_name], [query_code], [query_type], [content]) VALUES (N'297e7ae1609ca39d01609cb495b10001', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29.0000000', null, null, null, N'A03', N'A03', N'璁㈠崟', N'jfrom_order', N'M', N'璁㈠崟琛') GO GO -INSERT INTO [dbo].[super_query_main] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [query_name], [query_code], [query_type], [content]) VALUES (N'402881e96048d988016048faf0ad0002', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13', N'绠$悊鍛', N'admin', N'2017-12-12 14:58:53', N'A03', N'A03', N'璁㈠崟鏌ヨ', N'order_serch', N'M', N'000') +INSERT INTO [dbo].[super_query_main] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [query_name], [query_code], [query_type], [content]) VALUES (N'402881e96048d988016048faf0ad0002', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13.0000000', N'绠$悊鍛', N'admin', N'2017-12-12 14:58:53.0000000', N'A03', N'A03', N'璁㈠崟鏌ヨ', N'order_serch', N'M', N'000') GO GO -INSERT INTO [dbo].[super_query_main] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [query_name], [query_code], [query_type], [content]) VALUES (N'402881f66265f83b016266197dcf0005', N'绠$悊鍛', N'admin', N'2018-03-27 14:16:09', N'绠$悊鍛', N'admin', N'2018-03-27 17:42:28', N'A03', N'A03', N'涓瀵瑰琛ㄥ崟娴嬭瘯楂樼骇鏌ヨ', N'jformOrderMain2', N'M', N'涓瀵瑰琛ㄥ崟娴嬭瘯楂樼骇鏌ヨ') +INSERT INTO [dbo].[super_query_main] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [query_name], [query_code], [query_type], [content]) VALUES (N'402881f66265f83b016266197dcf0005', N'绠$悊鍛', N'admin', N'2018-03-27 14:16:09.0000000', N'绠$悊鍛', N'admin', N'2018-03-27 17:42:28.0000000', N'A03', N'A03', N'涓瀵瑰琛ㄥ崟娴嬭瘯楂樼骇鏌ヨ', N'jformOrderMain2', N'M', N'涓瀵瑰琛ㄥ崟娴嬭瘯楂樼骇鏌ヨ') GO GO @@ -17385,10 +17400,10 @@ CREATE TABLE [dbo].[super_query_table] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [seq] nvarchar(32) NULL , @@ -17613,22 +17628,22 @@ GO -- ---------------------------- -- Records of super_query_table -- ---------------------------- -INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b20002', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29', N'', N'', null, N'A03', N'A03', N'1', N'jfrom_order', N'璁㈠崟琛', N'Y', null, N'297e7ae1609ca39d01609cb495b10001') +INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b20002', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29.0000000', N'', N'', null, N'A03', N'A03', N'1', N'jfrom_order', N'璁㈠崟琛', N'Y', null, N'297e7ae1609ca39d01609cb495b10001') GO GO -INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b20003', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29', N'绠$悊鍛', N'admin', N'2017-12-28 19:31:54', N'A03', N'A03', N'2', N'jfrom_order_line', N'璁㈠崟璇︾粏琛', N'N', N'orderid', N'297e7ae1609ca39d01609cb495b10001') +INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'297e7ae1609ca39d01609cb495b20003', N'绠$悊鍛', N'admin', N'2017-12-28 18:39:29.0000000', N'绠$悊鍛', N'admin', N'2017-12-28 19:31:54.0000000', N'A03', N'A03', N'2', N'jfrom_order_line', N'璁㈠崟璇︾粏琛', N'N', N'orderid', N'297e7ae1609ca39d01609cb495b10001') GO GO -INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'402881e96048d988016048faf0ad0003', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13', N'', N'', null, N'A03', N'A03', N'1', N'jform_order_main', N'璁㈠崟鍙', N'Y', null, N'402881e96048d988016048faf0ad0002') +INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'402881e96048d988016048faf0ad0003', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13.0000000', N'', N'', null, N'A03', N'A03', N'1', N'jform_order_main', N'璁㈠崟鍙', N'Y', null, N'402881e96048d988016048faf0ad0002') GO GO -INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'402881e96048d988016048faf0ad0004', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:28', N'A03', N'A03', N'2', N'jform_order_ticket', N'鏈虹エ', N'N', N'fk_id', N'402881e96048d988016048faf0ad0002') +INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'402881e96048d988016048faf0ad0004', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13.0000000', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:28.0000000', N'A03', N'A03', N'2', N'jform_order_ticket', N'鏈虹エ', N'N', N'fk_id', N'402881e96048d988016048faf0ad0002') GO GO -INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'402881e96048d988016048faf0ad0005', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:28', N'A03', N'A03', N'3', N'jform_order_customer', N'瀹㈡埛', N'N', N'fck_id', N'402881e96048d988016048faf0ad0002') +INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'402881e96048d988016048faf0ad0005', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:13.0000000', N'绠$悊鍛', N'admin', N'2017-12-12 12:28:28.0000000', N'A03', N'A03', N'3', N'jform_order_customer', N'瀹㈡埛', N'N', N'fck_id', N'402881e96048d988016048faf0ad0002') GO GO -INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'402881f66265f83b016266197dcf0006', N'绠$悊鍛', N'admin', N'2018-03-27 14:16:09', N'绠$悊鍛', N'admin', N'2018-03-27 17:42:28', N'A03', N'A03', N'1', N'jform_order_main', N'鍚堝悓娴嬭瘯琛', N'Y', null, N'402881f66265f83b016266197dcf0005') +INSERT INTO [dbo].[super_query_table] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [seq], [table_name], [instruction], [is_main], [fk_field], [main_id]) VALUES (N'402881f66265f83b016266197dcf0006', N'绠$悊鍛', N'admin', N'2018-03-27 14:16:09.0000000', N'绠$悊鍛', N'admin', N'2018-03-27 17:42:28.0000000', N'A03', N'A03', N'1', N'jform_order_main', N'鍚堝悓娴嬭瘯琛', N'Y', null, N'402881f66265f83b016266197dcf0005') GO GO @@ -17642,7 +17657,7 @@ CREATE TABLE [dbo].[t_s_attachment] ( [attachmentcontent] varbinary(MAX) NULL , [attachmenttitle] nvarchar(100) NULL , [businesskey] nvarchar(32) NULL , -[createdate] datetime NULL , +[createdate] datetime2(7) NULL , [extend] nvarchar(32) NULL , [note] nvarchar(MAX) NULL , [realpath] nvarchar(100) NULL , @@ -17862,7 +17877,7 @@ GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028318163342ab6016334454f030061', null, N'11', null, null, N'jpg', null, N'upload/files/20180506150547Pcc7806F.jpg', null, N'upload/files/20180506150547Pcc7806F.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'4028318163342ab601633445d6fa0063', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2018-05-06 15:06:22', N'jpg', null, N'upload/20180506/201805061506227mnJ6x8k.jpg', null, N'upload/20180506/201805061506227mnJ6x8k.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028318163342ab601633445d6fa0063', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2018-05-06 15:06:22.0000000', N'jpg', null, N'upload/20180506/201805061506227mnJ6x8k.jpg', null, N'upload/20180506/201805061506227mnJ6x8k.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'4028318163a49af90163a4d9c32f0024', null, N'11', null, null, N'jpg', null, N'upload/files/20180528114524GV33RLf4.jpg', null, N'upload/files/20180528114524GV33RLf4.swf', null, null, null) @@ -17889,10 +17904,10 @@ GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402831816441c7ec016441dc3ca00007', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/20180627232829c1sbDvDq.jpg', null, N'upload/files/20180627232829c1sbDvDq.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'402880e65c8bf603015c8bf71dc10003', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', null, N'2017-06-09 16:27:27', N'jpg', null, N'upload/20170609/20170609162727TbY7hOtR.jpg', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880e65c8bf603015c8bf71dc10003', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', null, N'2017-06-09 16:27:27.0000000', N'jpg', null, N'upload/20170609/20170609162727TbY7hOtR.jpg', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880e65c8bf603015c8bf86317000a', null, N'寰俊灏忕▼搴.jpg', null, N'2017-06-09 16:28:50', N'jpg', null, N'upload/20170609/20170609162850HcvdceQT.jpg', null, N'wxxcx', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880e65c8bf603015c8bf86317000a', null, N'寰俊灏忕▼搴.jpg', null, N'2017-06-09 16:28:50.0000000', N'jpg', null, N'upload/20170609/20170609162850HcvdceQT.jpg', null, N'wxxcx', null, null, null) GO GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c5de93b015c5e0286cd0012', null, N'銆愭椿鍔ㄣ戝垎閿鍟嗗煄闂', null, null, N'pdf', null, N'upload/files/20170531181722zA4MV46Y.pdf', null, N'upload/files/20170531181722zA4MV46Y.swf', null, null, null) @@ -17925,37 +17940,37 @@ GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c61ec20015c61ee50340015', null, N'H5骞冲彴鍏稿瀷妗堜緥', null, null, N'doc', null, N'upload/files/20170601123347yZDmD34n.doc', null, N'upload/files/20170601123347yZDmD34n.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c9fed7b015ca064b0b80004', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-13 15:39:32', N'jpg', null, N'upload/20170613/20170613153932AVg2yqWR.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5c9fed7b015ca064b0b80004', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-13 15:39:32.0000000', N'jpg', null, N'upload/20170613/20170613153932AVg2yqWR.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) GO GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ca089b0015ca08a99520001', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, N'jpg', null, N'upload/files/20170613162056mLNtD3qb.jpg', null, N'upload/files/20170613162056mLNtD3qb.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc948ee2d0030', null, N'鏂板缓 Microsoft Word 鏂囨。.docx', null, N'2017-06-21 14:13:38', N'docx', null, N'upload/20170621/20170621141338JAKrrmnD.docx', null, N'xjMicrosoftWordwd', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc948ee2d0030', null, N'鏂板缓 Microsoft Word 鏂囨。.docx', null, N'2017-06-21 14:13:38.0000000', N'docx', null, N'upload/20170621/20170621141338JAKrrmnD.docx', null, N'xjMicrosoftWordwd', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc949ed460032', null, N'鍒嗛攢鍟嗗煄20170614璁″垝.xlsx', null, N'2017-06-21 14:14:44', N'xlsx', null, N'upload/20170621/20170621141444TDuQuLZE.xlsx', null, N'fxsc20170614jh', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc949ed460032', null, N'鍒嗛攢鍟嗗煄20170614璁″垝.xlsx', null, N'2017-06-21 14:14:44.0000000', N'xlsx', null, N'upload/20170621/20170621141444TDuQuLZE.xlsx', null, N'fxsc20170614jh', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc94c13d70035', null, N'甯哥敤绀轰緥DEMO姹囨.xlsx', null, N'2017-06-21 14:17:05', N'xlsx', null, N'upload/20170621/20170621141705PerwRnfE.xlsx', null, N'cyslDEMOhz', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc94c13d70035', null, N'甯哥敤绀轰緥DEMO姹囨.xlsx', null, N'2017-06-21 14:17:05.0000000', N'xlsx', null, N'upload/20170621/20170621141705PerwRnfE.xlsx', null, N'cyslDEMOhz', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc95afbed0037', null, N'鍒嗛攢鍟嗗煄20170614璁″垝.xlsx', null, N'2017-06-21 14:33:22', N'xlsx', null, N'upload/20170621/20170621143322QFLZFyZw.xlsx', null, N'fxsc20170614jh', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5cc8dd82015cc95afbed0037', null, N'鍒嗛攢鍟嗗煄20170614璁″垝.xlsx', null, N'2017-06-21 14:33:22.0000000', N'xlsx', null, N'upload/20170621/20170621143322QFLZFyZw.xlsx', null, N'fxsc20170614jh', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ce8d893015ce8dd7dd40008', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-06-27 17:24:08', N'jpg', null, N'upload/20170627/20170627172408psP5p0BV.jpg', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ce8d893015ce8dd7dd40008', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-06-27 17:24:08.0000000', N'jpg', null, N'upload/20170627/20170627172408psP5p0BV.jpg', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5d78d2cc015d78e8e644000a', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-07-25 16:41:55', N'jpg', null, N'upload/20170725/20170725164155hAQOwS6Q.jpg', null, N'upload/20170725/20170725164155hAQOwS6Q.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5d78d2cc015d78e8e644000a', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-07-25 16:41:55.0000000', N'jpg', null, N'upload/20170725/20170725164155hAQOwS6Q.jpg', null, N'upload/20170725/20170725164155hAQOwS6Q.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5d872157015d8756f070000c', null, N'闄剁値-bpm_bug.docx', null, N'2017-07-28 11:56:48', N'docx', null, N'upload/20170728/20170728115648KS31b53S.docx', null, N'upload/20170728/20170728115648KS31b53S.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5d872157015d8756f070000c', null, N'闄剁値-bpm_bug.docx', null, N'2017-07-28 11:56:48.0000000', N'docx', null, N'upload/20170728/20170728115648KS31b53S.docx', null, N'upload/20170728/20170728115648KS31b53S.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dab67a3015dab68ee07000f', null, N'Jeecg-p3鎻掍欢鐢ㄦ埛鏉冮檺妯″潡鑴氭.sql', null, N'2017-08-04 12:02:46', N'sql', null, N'upload/20170804/20170804120246iSTtGySC.sql', null, N'upload/20170804/20170804120246iSTtGySC.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dab67a3015dab68ee07000f', null, N'Jeecg-p3鎻掍欢鐢ㄦ埛鏉冮檺妯″潡鑴氭.sql', null, N'2017-08-04 12:02:46.0000000', N'sql', null, N'upload/20170804/20170804120246iSTtGySC.sql', null, N'upload/20170804/20170804120246iSTtGySC.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dab7428015dab74c63b0001', null, N'瀹㈡埛浜у搧绠$悊绯荤粺 product_sales.pdf', null, N'2017-08-04 12:15:42', N'pdf', null, N'upload/20170804/20170804121542knrmqxqd.pdf', null, N'upload/20170804/20170804121542knrmqxqd.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dab7428015dab74c63b0001', null, N'瀹㈡埛浜у搧绠$悊绯荤粺 product_sales.pdf', null, N'2017-08-04 12:15:42.0000000', N'pdf', null, N'upload/20170804/20170804121542knrmqxqd.pdf', null, N'upload/20170804/20170804121542knrmqxqd.swf', null, null, null) GO GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbac755d90006', null, N'1457926300690', null, null, N'png', null, N'upload/files/201708071140122y1L9bN9.png', null, N'upload/files/201708071140122y1L9bN9.swf', null, null, null) @@ -17976,85 +17991,85 @@ GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbaca35bc001f', null, N'jd-gui', null, null, N'cfg', null, N'upload/files/20170807114320U6mKaguK.cfg', null, N'upload/files/20170807114320U6mKaguK.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbacba75b0021', null, N'瀛樺湪闂.pdf', null, N'2017-08-07 11:44:54', N'pdf', null, N'upload/20170807/20170807114454XhpJNj2E.pdf', null, N'upload/20170807/20170807114454XhpJNj2E.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbacba75b0021', null, N'瀛樺湪闂.pdf', null, N'2017-08-07 11:44:54.0000000', N'pdf', null, N'upload/20170807/20170807114454XhpJNj2E.pdf', null, N'upload/20170807/20170807114454XhpJNj2E.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbad20ff00022', null, N'瀛樺湪闂.pdf', null, N'2017-08-07 11:51:54', N'pdf', null, N'upload/20170807/20170807115154wXcJXX26.pdf', null, N'upload/20170807/20170807115154wXcJXX26.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dbac581015dbad20ff00022', null, N'瀛樺湪闂.pdf', null, N'2017-08-07 11:51:54.0000000', N'pdf', null, N'upload/20170807/20170807115154wXcJXX26.pdf', null, N'upload/20170807/20170807115154wXcJXX26.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dc5e61e015dc5e8d74e0002', null, N'鍙傛爣鍏徃.txt', null, N'2017-08-09 15:32:32', N'txt', null, N'upload/20170809/20170809153232zdxwAIPq.txt', null, N'upload/20170809/20170809153232zdxwAIPq.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dc5e61e015dc5e8d74e0002', null, N'鍙傛爣鍏徃.txt', null, N'2017-08-09 15:32:32.0000000', N'txt', null, N'upload/20170809/20170809153232zdxwAIPq.txt', null, N'upload/20170809/20170809153232zdxwAIPq.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dc5e61e015dc5e93a400004', null, N'鍏氭斂杈 - 鎺ュ彛瀹夊叏鏈哄埗.docx', null, N'2017-08-09 15:32:57', N'docx', null, N'upload/20170809/20170809153257udyUk0sI.docx', null, N'upload/20170809/20170809153257udyUk0sI.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dc5e61e015dc5e93a400004', null, N'鍏氭斂杈 - 鎺ュ彛瀹夊叏鏈哄埗.docx', null, N'2017-08-09 15:32:57.0000000', N'docx', null, N'upload/20170809/20170809153257udyUk0sI.docx', null, N'upload/20170809/20170809153257udyUk0sI.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca531a350002', null, N'鍏徃浜у搧鏈嶅姟鏈熷唴鎺ュ彛浜烘眹鎬.xls', null, N'2017-08-10 12:07:04', N'xls', null, N'upload/20170810/201708101207046bj5XsnX.xls', null, N'upload/20170810/201708101207046bj5XsnX.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca531a350002', null, N'鍏徃浜у搧鏈嶅姟鏈熷唴鎺ュ彛浜烘眹鎬.xls', null, N'2017-08-10 12:07:04.0000000', N'xls', null, N'upload/20170810/201708101207046bj5XsnX.xls', null, N'upload/20170810/201708101207046bj5XsnX.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca5385380004', null, N'鍙傛爣鍏徃.txt', null, N'2017-08-10 12:07:35', N'txt', null, N'upload/20170810/20170810120735txzswMTT.txt', null, N'upload/20170810/20170810120735txzswMTT.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca5385380004', null, N'鍙傛爣鍏徃.txt', null, N'2017-08-10 12:07:35.0000000', N'txt', null, N'upload/20170810/20170810120735txzswMTT.txt', null, N'upload/20170810/20170810120735txzswMTT.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca5389190005', null, N'鑸硅埗杩愯绠℃帶涓績绯荤粺杞欢寮鍙戝悎鍚(2017)-V1.8-淇敼.doc', null, N'2017-08-10 12:07:30', N'doc', null, N'upload/20170810/201708101207308ZWyGxZf.doc', null, N'upload/20170810/201708101207308ZWyGxZf.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca5389190005', null, N'鑸硅埗杩愯绠℃帶涓績绯荤粺杞欢寮鍙戝悎鍚(2017)-V1.8-淇敼.doc', null, N'2017-08-10 12:07:30.0000000', N'doc', null, N'upload/20170810/201708101207308ZWyGxZf.doc', null, N'upload/20170810/201708101207308ZWyGxZf.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca544c6c0006', null, N'QQ鍥剧墖20170810105808.png', null, N'2017-08-10 12:08:28', N'png', null, N'upload/20170810/20170810120828OUU2VDfq.png', null, N'upload/20170810/20170810120828OUU2VDfq.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca544c6c0006', null, N'QQ鍥剧墖20170810105808.png', null, N'2017-08-10 12:08:28.0000000', N'png', null, N'upload/20170810/20170810120828OUU2VDfq.png', null, N'upload/20170810/20170810120828OUU2VDfq.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca550db00009', null, N'QQ鍥剧墖20170810105808.png', null, N'2017-08-10 12:09:17', N'png', null, N'upload/20170810/20170810120917fyNKwNus.png', null, N'upload/20170810/20170810120917fyNKwNus.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dca4fff015dca550db00009', null, N'QQ鍥剧墖20170810105808.png', null, N'2017-08-10 12:09:17.0000000', N'png', null, N'upload/20170810/20170810120917fyNKwNus.png', null, N'upload/20170810/20170810120917fyNKwNus.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb6c1edc0002', null, N'HqlGenerateUtil.java', null, N'2017-08-10 17:14:06', N'java', null, N'upload/20170810/20170810171406Au133p3F.java', null, N'upload/20170810/20170810171406Au133p3F.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb6c1edc0002', null, N'HqlGenerateUtil.java', null, N'2017-08-10 17:14:06.0000000', N'java', null, N'upload/20170810/20170810171406Au133p3F.java', null, N'upload/20170810/20170810171406Au133p3F.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb6e17520008', null, N'銆愭敼閫犮戞潈闄愭敼閫犺鍒.pdf', null, N'2017-08-10 17:16:15', N'pdf', null, N'upload/20170810/201708101716159ByshMZL.pdf', null, N'upload/20170810/201708101716159ByshMZL.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb6e17520008', null, N'銆愭敼閫犮戞潈闄愭敼閫犺鍒.pdf', null, N'2017-08-10 17:16:15.0000000', N'pdf', null, N'upload/20170810/201708101716159ByshMZL.pdf', null, N'upload/20170810/201708101716159ByshMZL.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb7023ad000a', null, N'銆愭敼閫犮戞潈闄愭敼閫犺鍒.pdf', null, N'2017-08-10 17:18:30', N'pdf', null, N'upload/20170810/20170810171830TziwjdnZ.pdf', null, N'upload/20170810/20170810171830TziwjdnZ.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb7023ad000a', null, N'銆愭敼閫犮戞潈闄愭敼閫犺鍒.pdf', null, N'2017-08-10 17:18:30.0000000', N'pdf', null, N'upload/20170810/20170810171830TziwjdnZ.pdf', null, N'upload/20170810/20170810171830TziwjdnZ.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb7045ee000b', null, N'HqlGenerateUtil.java', null, N'2017-08-10 17:18:39', N'java', null, N'upload/20170810/20170810171839BRFs49g9.java', null, N'upload/20170810/20170810171839BRFs49g9.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb7045ee000b', null, N'HqlGenerateUtil.java', null, N'2017-08-10 17:18:39.0000000', N'java', null, N'upload/20170810/20170810171839BRFs49g9.java', null, N'upload/20170810/20170810171839BRFs49g9.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb70595e000c', null, N'jd-gui.cfg', null, N'2017-08-10 17:18:44', N'cfg', null, N'upload/20170810/20170810171844y3vY8XYG.cfg', null, N'upload/20170810/20170810171844y3vY8XYG.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb70595e000c', null, N'jd-gui.cfg', null, N'2017-08-10 17:18:44.0000000', N'cfg', null, N'upload/20170810/20170810171844y3vY8XYG.cfg', null, N'upload/20170810/20170810171844y3vY8XYG.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb70b1fd000d', null, N'銆愭敼閫犮戞潈闄愭敼閫犺鍒.pdf', null, N'2017-08-10 17:19:06', N'pdf', null, N'upload/20170810/201708101719069bC2AvHJ.pdf', null, N'upload/20170810/201708101719069bC2AvHJ.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb70b1fd000d', null, N'銆愭敼閫犮戞潈闄愭敼閫犺鍒.pdf', null, N'2017-08-10 17:19:06.0000000', N'pdf', null, N'upload/20170810/201708101719069bC2AvHJ.pdf', null, N'upload/20170810/201708101719069bC2AvHJ.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb70be60000e', null, N'HqlGenerateUtil.java', null, N'2017-08-10 17:19:09', N'java', null, N'upload/20170810/20170810171909LUbcCeiM.java', null, N'upload/20170810/20170810171909LUbcCeiM.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5dcb6a7b015dcb70be60000e', null, N'HqlGenerateUtil.java', null, N'2017-08-10 17:19:09.0000000', N'java', null, N'upload/20170810/20170810171909LUbcCeiM.java', null, N'upload/20170810/20170810171909LUbcCeiM.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ddfdd26015ddff45ab2002d', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-08-14 16:55:19', N'jpg', null, N'upload/20170814/20170814165519sxiNnIWx.jpg', null, N'upload/20170814/20170814165519sxiNnIWx.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ddfdd26015ddff45ab2002d', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-08-14 16:55:19.0000000', N'jpg', null, N'upload/20170814/20170814165519sxiNnIWx.jpg', null, N'upload/20170814/20170814165519sxiNnIWx.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ddfdd26015ddff4632c002e', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', null, N'2017-08-14 16:55:21', N'jpg', null, N'upload/20170814/20170814165521GBwjV9v7.jpg', null, N'upload/20170814/20170814165521GBwjV9v7.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880ec5ddfdd26015ddff4632c002e', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', null, N'2017-08-14 16:55:21.0000000', N'jpg', null, N'upload/20170814/20170814165521GBwjV9v7.jpg', null, N'upload/20170814/20170814165521GBwjV9v7.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c86763424000b', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 14:48:32', N'jpg', null, N'upload/20170608/20170608144832AxHywwkY.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c86763424000b', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 14:48:32.0000000', N'jpg', null, N'upload/20170608/20170608144832AxHywwkY.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867977cf0012', null, N'H5骞冲彴鍏稿瀷妗堜緥.doc', null, N'2017-06-08 14:52:06', N'doc', null, N'upload/20170608/20170608145206CrGq8vwm.doc', null, N'H5ptdxal', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867977cf0012', null, N'H5骞冲彴鍏稿瀷妗堜緥.doc', null, N'2017-06-08 14:52:06.0000000', N'doc', null, N'upload/20170608/20170608145206CrGq8vwm.doc', null, N'H5ptdxal', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867a9fa40016', null, N'(鎵嬪唽)jeecg License閰嶇疆.pdf', null, N'2017-06-08 14:53:22', N'pdf', null, N'upload/20170608/20170608145322UU38fHHT.pdf', null, N'(sc)jeecgLicensepz', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867a9fa40016', null, N'(鎵嬪唽)jeecg License閰嶇疆.pdf', null, N'2017-06-08 14:53:22.0000000', N'pdf', null, N'upload/20170608/20170608145322UU38fHHT.pdf', null, N'(sc)jeecgLicensepz', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867b0a8d0018', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 14:53:49', N'jpg', null, N'upload/20170608/20170608145349Mz4sAcpa.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867b0a8d0018', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 14:53:49.0000000', N'jpg', null, N'upload/20170608/20170608145349Mz4sAcpa.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867d268c0019', null, N'(鎵嬪唽)jeecg License閰嶇疆.pdf', null, N'2017-06-08 14:56:07', N'pdf', null, N'upload/20170608/20170608145607DA9TR8v3.pdf', null, N'(sc)jeecgLicensepz', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c867d268c0019', null, N'(鎵嬪唽)jeecg License閰嶇疆.pdf', null, N'2017-06-08 14:56:07.0000000', N'pdf', null, N'upload/20170608/20170608145607DA9TR8v3.pdf', null, N'(sc)jeecgLicensepz', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c8683be5f0020', null, N'(鎵嬪唽)jeecg License閰嶇疆.pdf', null, N'2017-06-08 15:03:19', N'pdf', null, N'upload/20170608/201706081503192CzNP9gN.pdf', null, N'(sc)jeecgLicensepz', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c8683be5f0020', null, N'(鎵嬪唽)jeecg License閰嶇疆.pdf', null, N'2017-06-08 15:03:19.0000000', N'pdf', null, N'upload/20170608/201706081503192CzNP9gN.pdf', null, N'(sc)jeecgLicensepz', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c8687b311002a', null, N'閲嶅簡浜ら氬紑鎶曠鎶-JEECG闂娓呭崟.docx', null, N'2017-06-08 15:07:39', N'docx', null, N'upload/20170608/20170608150739w1bJQ9Zb.docx', null, N'zqjtktkj-JEECGwtqd', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c866f4e015c8687b311002a', null, N'閲嶅簡浜ら氬紑鎶曠鎶-JEECG闂娓呭崟.docx', null, N'2017-06-08 15:07:39.0000000', N'docx', null, N'upload/20170608/20170608150739w1bJQ9Zb.docx', null, N'zqjtktkj-JEECGwtqd', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c86ec60015c86eeb3a20006', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 17:00:09', N'jpg', null, N'upload/20170608/20170608170009ig0KrnIq.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c86ec60015c86eeb3a20006', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 17:00:09.0000000', N'jpg', null, N'upload/20170608/20170608170009ig0KrnIq.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c86ec60015c86f2578a0019', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 17:04:08', N'jpg', null, N'upload/20170608/20170608170408kKypjEDJ.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f05c86ec60015c86f2578a0019', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-08 17:04:08.0000000', N'jpg', null, N'upload/20170608/20170608170408kKypjEDJ.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) GO GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402880f65ada19f8015ada30571d0005', null, N'1111', null, null, N'txt', null, N'upload/files/20170317105445PPhm9qGm.txt', null, N'upload/files/20170317105445PPhm9qGm.swf', null, null, null) @@ -18069,28 +18084,28 @@ GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7dc6c4015c7dca6b990002', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/20170606222356zFDR7R1V.jpg', null, N'upload/files/20170606222356zFDR7R1V.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7ddfdd015c7de66e3f000f', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-06 22:54:32', N'jpg', null, N'upload/20170606/20170606225432ew8xQOIj.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7ddfdd015c7de66e3f000f', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-06 22:54:32.0000000', N'jpg', null, N'upload/20170606/20170606225432ew8xQOIj.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7ddfdd015c7dea28060010', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-06-06 22:58:36', N'jpg', null, N'upload/20170606/20170606225836AEtGk7G4.jpg', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7ddfdd015c7dea28060010', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-06-06 22:58:36.0000000', N'jpg', null, N'upload/20170606/20170606225836AEtGk7G4.jpg', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7ddfdd015c7deb372d0011', null, N'ppx01814elfynejrpjjhm47.png', null, N'2017-06-06 22:59:46', N'png', null, N'upload/20170606/20170606225946ASyqj6hn.png', null, N'ppx01814elfynejrpjjhm47', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845c7ddfdd015c7deb372d0011', null, N'ppx01814elfynejrpjjhm47.png', null, N'2017-06-06 22:59:46.0000000', N'png', null, N'upload/20170606/20170606225946ASyqj6hn.png', null, N'ppx01814elfynejrpjjhm47', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1cb04b50003', null, N'甯哥敤绀轰緥DEMO姹囨.xlsx', null, N'2017-06-13 22:10:55', N'xlsx', null, N'upload/20170613/201706132210557UixxUf4.xlsx', null, N'cyslDEMOhz', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1cb04b50003', null, N'甯哥敤绀轰緥DEMO姹囨.xlsx', null, N'2017-06-13 22:10:55.0000000', N'xlsx', null, N'upload/20170613/201706132210557UixxUf4.xlsx', null, N'cyslDEMOhz', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1cba88b0005', null, N'1457926300690.png', null, N'2017-06-13 22:11:37', N'png', null, N'upload/20170613/20170613221137AjI23jmV.png', null, N'1457926300690', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1cba88b0005', null, N'1457926300690.png', null, N'2017-06-13 22:11:37.0000000', N'png', null, N'upload/20170613/20170613221137AjI23jmV.png', null, N'1457926300690', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1d9ca52000a', null, N'鑾辫タ鍥涗腑2002绾у悓瀛﹀綍.xlsx', null, N'2017-06-13 22:27:03', N'xlsx', null, N'upload/20170613/20170613222703EEMwLe4f.xlsx', null, N'lxsz2002jtxl', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1d9ca52000a', null, N'鑾辫タ鍥涗腑2002绾у悓瀛﹀綍.xlsx', null, N'2017-06-13 22:27:03.0000000', N'xlsx', null, N'upload/20170613/20170613222703EEMwLe4f.xlsx', null, N'lxsz2002jtxl', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1e5abcc000e', null, N'Bpm IE 鍏煎闂.pdf', null, N'2017-06-13 22:40:02', N'pdf', null, N'upload/20170613/201706132240028FG3pvWN.pdf', null, N'BpmIEjrwt', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1e5abcc000e', null, N'Bpm IE 鍏煎闂.pdf', null, N'2017-06-13 22:40:02.0000000', N'pdf', null, N'upload/20170613/201706132240028FG3pvWN.pdf', null, N'BpmIEjrwt', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1e766b2000f', null, N'鑾辫タ鍥涗腑2002绾у悓瀛﹀綍.xlsx', null, N'2017-06-13 22:41:55', N'xlsx', null, N'upload/20170613/20170613224155EAck3qHp.xlsx', null, N'lxsz2002jtxl', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881845ca1c633015ca1e766b2000f', null, N'鑾辫タ鍥涗腑2002绾у悓瀛﹀綍.xlsx', null, N'2017-06-13 22:41:55.0000000', N'xlsx', null, N'upload/20170613/20170613224155EAck3qHp.xlsx', null, N'lxsz2002jtxl', null, null, null) GO GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881855ad7918f015ad7996267000e', null, N'1111', null, null, N'txt', null, N'upload/files/20170316225038w9VHUeTO.txt', null, N'upload/files/20170316225038w9VHUeTO.swf', null, null, null) @@ -18105,25 +18120,25 @@ GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881e461ff90b50161ff9290eb000a', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/201803071627305uyOwS4g.jpg', null, N'upload/files/201803071627305uyOwS4g.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'402881e75f56f125015f56fcf9400001', null, N'jeecg瀛樺偍杩囩▼.sql', null, N'2017-10-26 12:42:20', N'sql', null, N'upload/20171026/20171026124220ypvPYQay.sql', null, N'upload/20171026/20171026124220ypvPYQay.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881e75f56f125015f56fcf9400001', null, N'jeecg瀛樺偍杩囩▼.sql', null, N'2017-10-26 12:42:20.0000000', N'sql', null, N'upload/20171026/20171026124220ypvPYQay.sql', null, N'upload/20171026/20171026124220ypvPYQay.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'402881e75f56f125015f56fd15c70002', null, N'jeecg瀛樺偍杩囩▼.sql', null, N'2017-10-26 12:42:27', N'sql', null, N'upload/20171026/20171026124227JGfJkwdn.sql', null, N'upload/20171026/20171026124227JGfJkwdn.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881e75f56f125015f56fd15c70002', null, N'jeecg瀛樺偍杩囩▼.sql', null, N'2017-10-26 12:42:27.0000000', N'sql', null, N'upload/20171026/20171026124227JGfJkwdn.sql', null, N'upload/20171026/20171026124227JGfJkwdn.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'402881e75f56f125015f56fee94c0008', null, N'jeecg瀛樺偍杩囩▼.sql', null, N'2017-10-26 12:44:27', N'sql', null, N'upload/20171026/20171026124427O0uLP7rT.sql', null, N'upload/20171026/20171026124427O0uLP7rT.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881e75f56f125015f56fee94c0008', null, N'jeecg瀛樺偍杩囩▼.sql', null, N'2017-10-26 12:44:27.0000000', N'sql', null, N'upload/20171026/20171026124427O0uLP7rT.sql', null, N'upload/20171026/20171026124427O0uLP7rT.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'402881e75f56f125015f56fef6200009', null, N'鍏徃璐圭敤鐢宠琛ㄦ爣鍑嗘牸寮.doc', null, N'2017-10-26 12:44:06', N'doc', null, N'upload/20171026/201710261244068vFkhPQs.doc', null, N'upload/20171026/201710261244068vFkhPQs.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881e75f56f125015f56fef6200009', null, N'鍏徃璐圭敤鐢宠琛ㄦ爣鍑嗘牸寮.doc', null, N'2017-10-26 12:44:06.0000000', N'doc', null, N'upload/20171026/201710261244068vFkhPQs.doc', null, N'upload/20171026/201710261244068vFkhPQs.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'402881e75f56f125015f56ff32a9000a', null, N'JEECG 鏉冮檺寮鍙戞墜鍐孷3.7.doc', null, N'2017-10-26 12:43:56', N'doc', null, N'upload/20171026/20171026124356GFTfC3sx.doc', null, N'upload/20171026/20171026124356GFTfC3sx.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881e75f56f125015f56ff32a9000a', null, N'JEECG 鏉冮檺寮鍙戞墜鍐孷3.7.doc', null, N'2017-10-26 12:43:56.0000000', N'doc', null, N'upload/20171026/20171026124356GFTfC3sx.doc', null, N'upload/20171026/20171026124356GFTfC3sx.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'402881e75f56f125015f5702bd3a000b', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-10-26 12:48:38', N'jpg', null, N'upload/20171026/201710261248388uW3uADp.jpg', null, N'upload/20171026/201710261248388uW3uADp.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881e75f56f125015f5702bd3a000b', null, N'd50735fae6cd7b897e6ff01d0a2442a7d9330e29.jpg', null, N'2017-10-26 12:48:38.0000000', N'jpg', null, N'upload/20171026/201710261248388uW3uADp.jpg', null, N'upload/20171026/201710261248388uW3uADp.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'402881e75f56f125015f571d3c8e000c', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-10-26 13:17:34', N'jpg', null, N'upload/20171026/20171026131734rQP7t8e0.jpg', null, N'upload/20171026/20171026131734rQP7t8e0.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881e75f56f125015f571d3c8e000c', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-10-26 13:17:34.0000000', N'jpg', null, N'upload/20171026/20171026131734rQP7t8e0.jpg', null, N'upload/20171026/20171026131734rQP7t8e0.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'402881e760061c17016006211a060004', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719', null, null, N'jpg', null, N'upload/files/20171129125520GKCCtZZk.jpg', null, N'upload/files/20171129125520GKCCtZZk.swf', null, null, null) @@ -18132,37 +18147,37 @@ GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881e760061c170160062146010006', null, N'4afbfbedab64034f9015f1bca8c379310b551dab', null, null, N'jpg', null, N'upload/files/20171129125532vLc6C73A.jpg', null, N'upload/files/20171129125532vLc6C73A.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e792687bb0025', null, N'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, N'2017-09-13 10:51:57', N'xlsx', null, N'upload/20170913/20170913105157DCM0A3D7.xlsx', null, N'upload/20170913/20170913105157DCM0A3D7.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e792687bb0025', null, N'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, N'2017-09-13 10:51:57.0000000', N'xlsx', null, N'upload/20170913/20170913105157DCM0A3D7.xlsx', null, N'upload/20170913/20170913105157DCM0A3D7.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7927203d0026', null, N'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, N'2017-09-13 10:52:36', N'xlsx', null, N'upload/20170913/201709131052363xPGIIzG.xlsx', null, N'upload/20170913/201709131052363xPGIIzG.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7927203d0026', null, N'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, N'2017-09-13 10:52:36.0000000', N'xlsx', null, N'upload/20170913/201709131052363xPGIIzG.xlsx', null, N'upload/20170913/201709131052363xPGIIzG.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e792772aa0027', null, N'QQ鍥剧墖20170913091340.png', null, N'2017-09-13 10:53:01', N'png', null, N'upload/20170913/20170913105301RJcwNVH5.png', null, N'upload/20170913/20170913105301RJcwNVH5.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e792772aa0027', null, N'QQ鍥剧墖20170913091340.png', null, N'2017-09-13 10:53:01.0000000', N'png', null, N'upload/20170913/20170913105301RJcwNVH5.png', null, N'upload/20170913/20170913105301RJcwNVH5.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7927f3980029', null, N'111.txt', null, N'2017-09-13 10:53:31', N'txt', null, N'upload/20170913/20170913105331QW4GKFvQ.txt', null, N'upload/20170913/20170913105331QW4GKFvQ.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7927f3980029', null, N'111.txt', null, N'2017-09-13 10:53:31.0000000', N'txt', null, N'upload/20170913/20170913105331QW4GKFvQ.txt', null, N'upload/20170913/20170913105331QW4GKFvQ.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7928b6f4002a', null, N'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐鎶ヤ环锛2017锛.xlsx', null, N'2017-09-13 10:54:20', N'xlsx', null, N'upload/20170913/20170913105420w281nCDL.xlsx', null, N'upload/20170913/20170913105420w281nCDL.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e78ff61015e7928b6f4002a', null, N'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐鎶ヤ环锛2017锛.xlsx', null, N'2017-09-13 10:54:20.0000000', N'xlsx', null, N'upload/20170913/20170913105420w281nCDL.xlsx', null, N'upload/20170913/20170913105420w281nCDL.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e184a015e7e19db7c0001', null, N'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐锛2017锛.docx', null, N'2017-09-14 09:56:10', N'docx', null, N'upload/20170914/20170914095610EhckCkK8.docx', null, N'upload/20170914/20170914095610EhckCkK8.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e184a015e7e19db7c0001', null, N'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐锛2017锛.docx', null, N'2017-09-14 09:56:10.0000000', N'docx', null, N'upload/20170914/20170914095610EhckCkK8.docx', null, N'upload/20170914/20170914095610EhckCkK8.swf', null, null, null) GO GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e1e4b600002', null, N'JEECG鏈嶅姟涓績骞冲彴-瑙勫垝璁捐锛2017锛', null, null, N'docx', null, N'upload/files/201709141001082WfHAPD5.docx', null, N'upload/files/201709141001082WfHAPD5.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e330e91000a', null, N'config.json', null, N'2017-09-14 10:23:48', N'json', null, N'upload/20170914/20170914102348DsBb0gHt.json', null, N'upload/20170914/20170914102348DsBb0gHt.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e330e91000a', null, N'config.json', null, N'2017-09-14 10:23:48.0000000', N'json', null, N'upload/20170914/20170914102348DsBb0gHt.json', null, N'upload/20170914/20170914102348DsBb0gHt.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e3349f4000b', null, N'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐鎶ヤ环锛2017锛.xlsx', null, N'2017-09-14 10:23:59', N'xlsx', null, N'upload/20170914/201709141023590ihPA2JL.xlsx', null, N'upload/20170914/201709141023590ihPA2JL.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e7e1cc1015e7e3349f4000b', null, N'JEECG 鏈嶅姟涓績骞冲彴-瑙勫垝璁捐鎶ヤ环锛2017锛.xlsx', null, N'2017-09-14 10:23:59.0000000', N'xlsx', null, N'upload/20170914/201709141023590ihPA2JL.xlsx', null, N'upload/20170914/201709141023590ihPA2JL.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e896251015e8963e67f0004', null, N'new 2.txt', null, N'2017-09-16 14:32:51', N'txt', null, N'upload/20170916/201709161432519K6biK5w.txt', null, N'upload/20170916/201709161432519K6biK5w.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e896251015e8963e67f0004', null, N'new 2.txt', null, N'2017-09-16 14:32:51.0000000', N'txt', null, N'upload/20170916/201709161432519K6biK5w.txt', null, N'upload/20170916/201709161432519K6biK5w.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'402881f15e896251015e8964190c0005', null, N'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, N'2017-09-16 14:33:07', N'xlsx', null, N'upload/20170916/20170916143307nfbZpYHx.xlsx', null, N'upload/20170916/20170916143307nfbZpYHx.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f15e896251015e8964190c0005', null, N'JEECG-OA鍔炲叕闇姹備簩娆″紑鍙.xlsx', null, N'2017-09-16 14:33:07.0000000', N'xlsx', null, N'upload/20170916/20170916143307nfbZpYHx.xlsx', null, N'upload/20170916/20170916143307nfbZpYHx.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'402881f15ebbedac015ebbfcf00f0007', null, N'12', null, null, N'txt', null, N'upload/files/201709261021093hXuip4W.txt', null, N'upload/files/201709261021093hXuip4W.swf', null, null, null) @@ -18174,7 +18189,7 @@ GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f3635daa3c01635db52bcc000e', null, N'11', null, null, N'jpg', null, N'upload/files/20180514161224XvhHIsT4.jpg', null, N'upload/files/20180514161224XvhHIsT4.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'402881f3639730dd016397369e5a0003', null, N'JEEWX骞冲彴浼佷笟寰俊鍩硅澶х翰.xlsx', null, N'2018-05-25 20:12:02', N'xlsx', null, N'upload/20180525/20180525201202BSu32v9Y.xlsx', null, N'upload/20180525/20180525201202BSu32v9Y.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f3639730dd016397369e5a0003', null, N'JEEWX骞冲彴浼佷笟寰俊鍩硅澶х翰.xlsx', null, N'2018-05-25 20:12:02.0000000', N'xlsx', null, N'upload/20180525/20180525201202BSu32v9Y.xlsx', null, N'upload/20180525/20180525201202BSu32v9Y.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'402881f363d4a8cc0163d4b7c77f0004', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/20180606185004C6bwNG1b.jpg', null, N'upload/files/20180606185004C6bwNG1b.swf', null, null, null) @@ -18186,13 +18201,13 @@ GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f363f3881b0163f389a9050002', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/201806121827551xOSfEmj.jpg', null, N'upload/files/201806121827551xOSfEmj.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'402881f364161a320164161b6d970001', null, N'exe4j浣跨敤鏁欑▼', null, N'2018-06-19 11:34:13', N'pdf', null, N'upload/files/20180619113413AYORc9p4.pdf', N'com.jeecg.demo.entity.TSDocument', N'upload/files/20180619113413AYORc9p4.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f364161a320164161b6d970001', null, N'exe4j浣跨敤鏁欑▼', null, N'2018-06-19 11:34:13.0000000', N'pdf', null, N'upload/files/20180619113413AYORc9p4.pdf', N'com.jeecg.demo.entity.TSDocument', N'upload/files/20180619113413AYORc9p4.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'402881f364161a320164161c8dc50007', null, N'JEECG鑷畾涔夎〃鍗曟妧鏈寚鍗梫3.7', null, N'2018-06-19 11:35:27', N'docx', null, N'upload/files/20180619113527dcviztZ3.docx', N'com.jeecg.demo.entity.TSDocument', N'upload/files/20180619113527dcviztZ3.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f364161a320164161c8dc50007', null, N'JEECG鑷畾涔夎〃鍗曟妧鏈寚鍗梫3.7', null, N'2018-06-19 11:35:27.0000000', N'docx', null, N'upload/files/20180619113527dcviztZ3.docx', N'com.jeecg.demo.entity.TSDocument', N'upload/files/20180619113527dcviztZ3.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'402881f3641622190164162519950008', null, N'jeewx-201805鍗囩骇鑴氭', null, N'2018-06-19 11:44:47', N'txt', null, N'upload/files/20180619114447d9mGfcb8.txt', N'com.jeecg.demo.entity.TSDocument', N'upload/files/20180619114447d9mGfcb8.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f3641622190164162519950008', null, N'jeewx-201805鍗囩骇鑴氭', null, N'2018-06-19 11:44:47.0000000', N'txt', null, N'upload/files/20180619114447d9mGfcb8.txt', N'com.jeecg.demo.entity.TSDocument', N'upload/files/20180619114447d9mGfcb8.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'402881f3644446df0164444c72330001', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, N'jpg', null, N'upload/files/201806281050181E50ZCmd.jpg', null, N'upload/files/201806281050181E50ZCmd.swf', null, null, null) @@ -18219,37 +18234,37 @@ GO INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f364685ff1016468633ea8000e', null, N'SN闆嗗悎', null, null, N'xlsx', null, N'upload/files/20180705110131A6t3pd6Q.xlsx', null, N'upload/files/20180705110131A6t3pd6Q.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'402881f3646e7a2701646e7ef8b40002', null, N'11.jpg', null, N'2018-07-06 15:29:32', N'jpg', null, N'upload/20180706/20180706152932tWFzh9Jy.jpg', null, N'upload/20180706/20180706152932tWFzh9Jy.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f3646e7a2701646e7ef8b40002', null, N'11.jpg', null, N'2018-07-06 15:29:32.0000000', N'jpg', null, N'upload/20180706/20180706152932tWFzh9Jy.jpg', null, N'upload/20180706/20180706152932tWFzh9Jy.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'402881f3646e7a2701646e7f0b930003', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2018-07-06 15:29:37', N'jpg', null, N'upload/20180706/20180706152937xpIx8KkX.jpg', null, N'upload/20180706/20180706152937xpIx8KkX.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402881f3646e7a2701646e7f0b930003', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2018-07-06 15:29:37.0000000', N'jpg', null, N'upload/20180706/20180706152937xpIx8KkX.jpg', null, N'upload/20180706/20180706152937xpIx8KkX.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'402881f3646e7a2701646e7fcb8b0004', null, N'1457926300690', null, null, N'png', null, N'upload/files/20180706153026nRD7Ca8P.png', null, N'upload/files/20180706153026nRD7Ca8P.swf', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402883825cc5f324015cc5f3dab50002', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-20 22:41:51', N'jpg', null, N'upload/20170620/20170620224151CVbvyIdw.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402883825cc5f324015cc5f3dab50002', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f.jpg', null, N'2017-06-20 22:41:51.0000000', N'jpg', null, N'upload/20170620/20170620224151CVbvyIdw.jpg', null, N'd52a2834349b033b6d20d5cc16ce36d3d539bd7f', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402883825cc5f324015cc5f4e1660007', null, N'閲嶅簡浜ら氬紑鎶-jeecg 闂.docx', null, N'2017-06-20 22:42:59', N'docx', null, N'upload/20170620/20170620224259ZvLY58MY.docx', null, N'zqjtkt-jeecgwt', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402883825cc5f324015cc5f4e1660007', null, N'閲嶅簡浜ら氬紑鎶-jeecg 闂.docx', null, N'2017-06-20 22:42:59.0000000', N'docx', null, N'upload/20170620/20170620224259ZvLY58MY.docx', null, N'zqjtkt-jeecgwt', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402883825cc5f324015cc5f6f668000e', null, N'閲嶅簡浜ら氬紑鎶-jeecg 闂.docx', null, N'2017-06-20 22:45:15', N'docx', null, N'upload/20170620/20170620224515U3mUrHfW.docx', null, N'zqjtkt-jeecgwt', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'402883825cc5f324015cc5f6f668000e', null, N'閲嶅簡浜ら氬紑鎶-jeecg 闂.docx', null, N'2017-06-20 22:45:15.0000000', N'docx', null, N'upload/20170620/20170620224515U3mUrHfW.docx', null, N'zqjtkt-jeecgwt', null, null, null) GO GO -INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028838d5fb59732015fb59d4e390002', null, N'鏂板缓 Microsoft Excel 宸ヤ綔琛.xlsx', null, N'2017-11-13 21:41:40', N'xlsx', null, N'upload/20171113/20171113214140Ou6RiVbm.xlsx', null, N'upload/20171113/20171113214140Ou6RiVbm.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028838d5fb59732015fb59d4e390002', null, N'鏂板缓 Microsoft Excel 宸ヤ綔琛.xlsx', null, N'2017-11-13 21:41:40.0000000', N'xlsx', null, N'upload/20171113/20171113214140Ou6RiVbm.xlsx', null, N'upload/20171113/20171113214140Ou6RiVbm.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'4028838d5fb59732015fb59d90d30003', null, N'鏂板缓 Microsoft Excel 宸ヤ綔琛.xlsx', null, N'2017-11-13 21:41:59', N'xlsx', null, N'upload/20171113/20171113214159zxBdYMDm.xlsx', null, N'upload/20171113/20171113214159zxBdYMDm.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028838d5fb59732015fb59d90d30003', null, N'鏂板缓 Microsoft Excel 宸ヤ綔琛.xlsx', null, N'2017-11-13 21:41:59.0000000', N'xlsx', null, N'upload/20171113/20171113214159zxBdYMDm.xlsx', null, N'upload/20171113/20171113214159zxBdYMDm.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'4028838d5fb59732015fb59df39f0004', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', null, N'2017-11-13 21:42:28', N'jpg', null, N'upload/20171113/20171113214228fBEpHM9Y.jpg', null, N'upload/20171113/20171113214228fBEpHM9Y.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028838d5fb59732015fb59df39f0004', null, N'e1fe9925bc315c60addea1b98eb1cb1349547719.jpg', null, N'2017-11-13 21:42:28.0000000', N'jpg', null, N'upload/20171113/20171113214228fBEpHM9Y.jpg', null, N'upload/20171113/20171113214228fBEpHM9Y.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'4028838d5fb59f24015fb5a566540003', null, N'4afbfbedab64034f9015f1bca8c379310b551dab.jpg', null, N'2017-11-13 21:50:36', N'jpg', null, N'upload/20171113/2017111321503615yk6St8.jpg', null, N'upload/20171113/2017111321503615yk6St8.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028838d5fb59f24015fb5a566540003', null, N'4afbfbedab64034f9015f1bca8c379310b551dab.jpg', null, N'2017-11-13 21:50:36.0000000', N'jpg', null, N'upload/20171113/2017111321503615yk6St8.jpg', null, N'upload/20171113/2017111321503615yk6St8.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'4028838d5fdeeaea015fdeedb7280001', null, N'jeecg-3.7.2-mysql.sql', null, N'2017-11-21 22:14:01', N'sql', null, N'upload/20171121/20171121221401OIgPJvif.sql', null, N'upload/20171121/20171121221401OIgPJvif.swf', null, null, null) +INSERT INTO [dbo].[t_s_attachment] ([ID], [attachmentcontent], [attachmenttitle], [businesskey], [createdate], [extend], [note], [realpath], [subclassname], [swfpath], [BUSENTITYNAME], [INFOTYPEID], [USERID]) VALUES (N'4028838d5fdeeaea015fdeedb7280001', null, N'jeecg-3.7.2-mysql.sql', null, N'2017-11-21 22:14:01.0000000', N'sql', null, N'upload/20171121/20171121221401OIgPJvif.sql', null, N'upload/20171121/20171121221401OIgPJvif.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'4028838f62537ff101625382a3ff0005', null, N'1457926300690', null, null, N'png', null, N'upload/files/20180323233813NjfYv3Sw.png', null, N'upload/files/20180323233813NjfYv3Sw.swf', null, null, null) @@ -18289,18 +18304,6 @@ CREATE TABLE [dbo].[t_s_base_user] ( ) -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: 8192 kB; (`departid`) REFER `jeecg/t_s_depart`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 8192 kB; (`departid`) REFER `jeecg/t_s_depart`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_base_user' GO IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', 'SCHEMA', N'dbo', @@ -18532,10 +18535,10 @@ CREATE TABLE [dbo].[t_s_black_list] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , @@ -18688,16 +18691,16 @@ GO -- ---------------------------- -- Records of t_s_black_list -- ---------------------------- -INSERT INTO [dbo].[t_s_black_list] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [ip]) VALUES (N'402881e75f91017e015f91023f7c0001', N'绠$悊鍛', N'admin', N'2017-11-06 19:06:04', N'绠$悊鍛', N'admin', N'2018-06-01 17:32:17', N'A03', N'A03', N'1', N'192.1562.1.2') +INSERT INTO [dbo].[t_s_black_list] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [ip]) VALUES (N'402881e75f91017e015f91023f7c0001', N'绠$悊鍛', N'admin', N'2017-11-06 19:06:04.0000000', N'绠$悊鍛', N'admin', N'2018-06-01 17:32:17.0000000', N'A03', N'A03', N'1', N'192.1562.1.2') GO GO -INSERT INTO [dbo].[t_s_black_list] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [ip]) VALUES (N'402881e75f94a099015f94afe9700003', N'绠$悊鍛', N'admin', N'2017-11-07 12:14:37', N'绠$悊鍛', N'admin', N'2018-05-23 14:35:32', N'A03', N'A03', N'1', N'1.0.0.1') +INSERT INTO [dbo].[t_s_black_list] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [ip]) VALUES (N'402881e75f94a099015f94afe9700003', N'绠$悊鍛', N'admin', N'2017-11-07 12:14:37.0000000', N'绠$悊鍛', N'admin', N'2018-05-23 14:35:32.0000000', N'A03', N'A03', N'1', N'1.0.0.1') GO GO -INSERT INTO [dbo].[t_s_black_list] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [ip]) VALUES (N'402881e75fa48e5b015fa49494680003', N'绠$悊鍛', N'admin', N'2017-11-12 06:14:12', null, null, null, N'A03', N'A03', N'1', N'2.2.2.3') +INSERT INTO [dbo].[t_s_black_list] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [ip]) VALUES (N'402881e75fa48e5b015fa49494680003', N'绠$悊鍛', N'admin', N'2017-11-12 06:14:12.0000000', null, null, null, N'A03', N'A03', N'1', N'2.2.2.3') GO GO -INSERT INTO [dbo].[t_s_black_list] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [ip]) VALUES (N'402881f363915e4b0163916177c20003', N'绠$悊鍛', N'admin', N'2018-05-24 17:01:14', N'', N'', null, N'A03', N'A03', N'1', N'192.169.1.19') +INSERT INTO [dbo].[t_s_black_list] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [ip]) VALUES (N'402881f363915e4b0163916177c20003', N'绠$悊鍛', N'admin', N'2018-05-24 17:01:14.0000000', N'', N'', null, N'A03', N'A03', N'1', N'192.169.1.19') GO GO @@ -18713,10 +18716,10 @@ CREATE TABLE [dbo].[t_s_category] ( [name] nvarchar(32) NOT NULL , [create_name] nvarchar(50) NOT NULL , [create_by] nvarchar(50) NOT NULL , -[create_date] datetime NOT NULL , +[create_date] datetime2(7) NOT NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [parent_id] nvarchar(32) NULL , [sys_org_code] nvarchar(10) NOT NULL , [sys_company_code] nvarchar(10) NOT NULL , @@ -18937,40 +18940,40 @@ 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', null, null, null, null, N'A03', N'A0', null) +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.0000000', 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', null, null, null, null, N'A03', N'A0', null) +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.0000000', 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', N'绠$悊鍛', N'admin', N'2017-08-21 11:24:55', null, N'A03', N'A0', null) +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.0000000', N'绠$悊鍛', N'admin', N'2017-08-21 11:24:55.0000000', 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', null, null, null, null, N'A03', N'A0', N'A03') +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.0000000', 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', null, null, null, null, N'A03', N'A0', N'A03') +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.0000000', 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', null, null, null, null, N'A03', N'A0', N'A02') +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.0000000', 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', null, null, null, null, N'A03', N'A0', N'A02') +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.0000000', 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', null, null, null, null, N'A03', N'A0', N'A01') +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.0000000', 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', null, null, null, null, N'A03', N'A0', N'A01') +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.0000000', 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', null, null, null, null, N'A03', N'A0', N'A03A02') +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.0000000', 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', null, null, null, null, N'A03', N'A0', N'A03A02') +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.0000000', 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', null, null, null, null, N'A03', N'A0', N'A03A01') +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.0000000', null, null, null, null, N'A03', N'A0', N'A03A01') GO GO @@ -18991,10 +18994,10 @@ CREATE TABLE [dbo].[t_s_company_position] ( [del_flag] int NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_company_code] nvarchar(50) NULL , [sys_org_code] nvarchar(50) NULL ) @@ -19255,7 +19258,7 @@ GO -- ---------------------------- -- Records of t_s_company_position -- ---------------------------- -INSERT INTO [dbo].[t_s_company_position] ([id], [company_id], [position_code], [position_name], [position_name_en], [position_name_abbr], [position_level], [memo], [del_flag], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_company_code], [sys_org_code]) VALUES (N'4028810260c422c30160c445327b0009', N'402880e447e99cf10147e9a03b320003', N'100', N'杞欢鑱屽姟', N'ruanjian', N'', N'', N'', null, N'绠$悊鍛', N'admin', N'2018-01-05 11:02:37', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_company_position] ([id], [company_id], [position_code], [position_name], [position_name_en], [position_name_abbr], [position_level], [memo], [del_flag], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_company_code], [sys_org_code]) VALUES (N'4028810260c422c30160c445327b0009', N'402880e447e99cf10147e9a03b320003', N'100', N'杞欢鑱屽姟', N'ruanjian', N'', N'', N'', null, N'绠$悊鍛', N'admin', N'2018-01-05 11:02:37.0000000', null, null, null, N'A03', N'A03') GO GO @@ -19268,10 +19271,10 @@ 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 , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [table_name] nvarchar(32) NULL , @@ -19468,55 +19471,55 @@ GO -- ---------------------------- -- Records of t_s_data_log -- ---------------------------- -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab0d198015ab12274bf0006', N'绠$悊鍛', N'admin', N'2017-03-09 11:35:09', null, null, null, N'A03', N'A03', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'3') +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab0d198015ab12274bf0006', N'绠$悊鍛', N'admin', N'2017-03-09 11:35:09.0000000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'3') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab700bead0009', N'绠$悊鍛', N'admin', N'2017-03-10 14:56:03', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab700be8d0008', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Mar 10, 2017 2:56:03 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"111","status":"0","id":"402880f05ab6d12b015ab700be8d0008"}', N'1') +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab700bead0009', N'绠$悊鍛', N'admin', N'2017-03-10 14:56:03.0000000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab700be8d0008', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Mar 10, 2017 2:56:03 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"111","status":"0","id":"402880f05ab6d12b015ab700be8d0008"}', N'1') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab705a23f000d', N'绠$悊鍛', N'admin', N'2017-03-10 15:01:24', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab705a233000c', N'{"mobilePhone":"","officePhone":"11","email":"","createDate":"Mar 10, 2017 3:01:24 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"11","status":"0","id":"402880f05ab6d12b015ab705a233000c"}', N'1') +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab705a23f000d', N'绠$悊鍛', N'admin', N'2017-03-10 15:01:24.0000000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab705a233000c', N'{"mobilePhone":"","officePhone":"11","email":"","createDate":"Mar 10, 2017 3:01:24 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"11","status":"0","id":"402880f05ab6d12b015ab705a233000c"}', N'1') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab712a6420013', N'绠$悊鍛', N'admin', N'2017-03-10 15:15:37', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab712a6360012', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Mar 10, 2017 3:15:37 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忕帇","status":"0","id":"402880f05ab6d12b015ab712a6360012"}', N'1') +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab712a6420013', N'绠$悊鍛', N'admin', N'2017-03-10 15:15:37.0000000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab712a6360012', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Mar 10, 2017 3:15:37 PM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忕帇","status":"0","id":"402880f05ab6d12b015ab712a6360012"}', N'1') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab712d0510015', N'绠$悊鍛', N'admin', N'2017-03-10 15:15:47', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab712a6360012', N'{"mobilePhone":"18611788525","officePhone":"","email":"","createDate":"Mar 10, 2017 3:15:37 AM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忕帇","status":"0","id":"402880f05ab6d12b015ab712a6360012"}', N'2') +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab712d0510015', N'绠$悊鍛', N'admin', N'2017-03-10 15:15:47.0000000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'402880f05ab6d12b015ab712a6360012', N'{"mobilePhone":"18611788525","officePhone":"","email":"","createDate":"Mar 10, 2017 3:15:37 AM","sex":"0","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忕帇","status":"0","id":"402880f05ab6d12b015ab712a6360012"}', N'2') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab71308240018', N'绠$悊鍛', N'admin', N'2017-03-10 15:16:02', null, null, null, N'A03', N'A03', N'jeecg_demo', N'8a8ab0b246dc81120146dc81860f016f', N'{"mobilePhone":"13111111111","officePhone":"66666666","email":"demo@jeecg.com","age":12,"salary":10.00,"birthday":"Feb 14, 2014 12:00:00 AM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忔槑","status":"","content":"","id":"8a8ab0b246dc81120146dc81860f016f"}', N'1') +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab71308240018', N'绠$悊鍛', N'admin', N'2017-03-10 15:16:02.0000000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'8a8ab0b246dc81120146dc81860f016f', N'{"mobilePhone":"13111111111","officePhone":"66666666","email":"demo@jeecg.com","age":12,"salary":10.00,"birthday":"Feb 14, 2014 12:00:00 AM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忔槑","status":"","content":"","id":"8a8ab0b246dc81120146dc81860f016f"}', N'1') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab72806c3001b', N'绠$悊鍛', N'admin', N'2017-03-10 15:38:58', null, null, null, N'A03', N'A03', N'jeecg_demo', N'8a8ab0b246dc81120146dc81860f016f', N'{"mobilePhone":"18611788888","officePhone":"66666666","email":"demo@jeecg.com","age":12,"salary":10.00,"birthday":"Feb 14, 2014 12:00:00 AM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忔槑","status":"","content":"","id":"8a8ab0b246dc81120146dc81860f016f"}', N'2') +INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'402880f05ab6d12b015ab72806c3001b', N'绠$悊鍛', N'admin', N'2017-03-10 15:38:58.0000000', null, null, null, N'A03', N'A03', N'jeecg_demo', N'8a8ab0b246dc81120146dc81860f016f', N'{"mobilePhone":"18611788888","officePhone":"66666666","email":"demo@jeecg.com","age":12,"salary":10.00,"birthday":"Feb 14, 2014 12:00:00 AM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"灏忔槑","status":"","content":"","id":"8a8ab0b246dc81120146dc81860f016f"}', N'2') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef815318148a0153181567690001', N'绠$悊鍛', N'admin', N'2016-02-25 18:59:29', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13423423423","officePhone":"1","email":"","age":1,"salary":1,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 PM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'1') +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.0000000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13423423423","officePhone":"1","email":"","age":1,"salary":1,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 PM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'1') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef815318148a01531815ec5c0003', N'绠$悊鍛', N'admin', N'2016-02-25 19:00:03', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13426498659","officePhone":"1","email":"","age":1,"salary":1.00,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 AM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'2') +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.0000000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef815318148a0153181566270000', N'{"mobilePhone":"13426498659","officePhone":"1","email":"","age":1,"salary":1.00,"birthday":"Feb 25, 2016 12:00:00 AM","createDate":"Feb 25, 2016 6:59:24 AM","depId":"402880e447e9a9570147e9b6a3be0005","userName":"1","status":"0","id":"4028ef815318148a0153181566270000"}', N'2') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c0502e6b0003', N'绠$悊鍛', N'admin', N'2016-03-29 10:59:53', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"18455477548","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'1') +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.0000000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"18455477548","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'1') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c0509aa40006', N'绠$悊鍛', N'admin', N'2016-03-29 11:00:21', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'1') +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.0000000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'1') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c051c4a70008', N'绠$悊鍛', N'admin', N'2016-03-29 11:01:37', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'2') +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.0000000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'2') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c051d4b5000a', N'绠$悊鍛', N'admin', N'2016-03-29 11:01:41', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'2') +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.0000000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'2') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c07033d8000d', N'绠$悊鍛', N'admin', N'2016-03-29 11:34:52', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","age":23,"createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'3') +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.0000000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0502d420002', N'{"mobilePhone":"13565486458","officePhone":"123","email":"","age":23,"createDate":"Mar 29, 2016 10:59:53 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"123","status":"0","id":"4028ef8153c028db0153c0502d420002"}', N'3') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef8153c028db0153c070492e000f', N'绠$悊鍛', N'admin', N'2016-03-29 11:34:57', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","age":22,"createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'3') +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.0000000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef8153c028db0153c0509a3e0005', N'{"mobilePhone":"13565486458","officePhone":"","email":"","age":22,"createDate":"Mar 29, 2016 11:00:21 AM","depId":"402880e447e99cf10147e9a03b320003","userName":"22","status":"0","id":"4028ef8153c028db0153c0509a3e0005"}', N'3') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef81550c1a7901550c1cd7850002', N'绠$悊鍛', N'admin', N'2016-06-01 21:17:44', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 1, 2016 9:17:44 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"121221","status":"0","id":"4028ef81550c1a7901550c1cd6e70001"}', N'1') +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.0000000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 1, 2016 9:17:44 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"121221","status":"0","id":"4028ef81550c1a7901550c1cd6e70001"}', N'1') GO GO -INSERT INTO [dbo].[t_s_data_log] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [table_name], [data_id], [data_content], [version_number]) VALUES (N'4028ef81568c31ec01568c3307080004', N'绠$悊鍛', N'admin', N'2016-08-15 11:16:09', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'2') +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.0000000', null, null, null, N'A03', N'A01', N'jeecg_demo', N'4028ef81550c1a7901550c1cd6e70001', N'{"mobilePhone":"","officePhone":"","email":"","createDate":"Jun 23, 2016 12:00:00 PM","sex":"1","depId":"402880e447e99cf10147e9a03b320003","userName":"9001","status":"1","content":"111","id":"4028ef81550c1a7901550c1cd6e70001"}', N'2') GO GO @@ -19531,10 +19534,10 @@ CREATE TABLE [dbo].[t_s_data_rule] ( [rule_column] nvarchar(300) NULL , [rule_conditions] nvarchar(300) NULL , [rule_value] nvarchar(300) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(96) NULL , [create_name] nvarchar(96) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(96) NULL , [update_name] nvarchar(96) NULL , [functionId] nvarchar(96) NULL @@ -19700,61 +19703,61 @@ 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, null) +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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, null) +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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null, N'8a8ab0b246dc81120146dc8180fe002b') +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.0000000', 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', N'admin', N'绠$悊鍛', null, null, null, N'402889fb486e848101486e8e2e8b0007') +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.0000000', 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', N'scott', N'寮犱唬娴', N'402889fb486e848101486e93a7c80014') +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.0000000', 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', N'admin', N'绠$悊鍛', null, null, null, N'402889fb486e848101486e93a7c80014') +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.0000000', 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', N'admin', N'绠$悊鍛', null, null, null, N'402889fb486e848101486e93a7c80014') +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.0000000', 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'4028ef815595a881015595b0ccb60001', N'闄愬彧鑳界湅鑷繁', N'create_by', N'=', N'#{sys_user_code}', null, null, null, N'2017-08-14 15:03:56', N'demo', N'demo', N'40288088481d019401481d2fcebf000d') +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'4028ef815595a881015595b0ccb60001', N'闄愬彧鑳界湅鑷繁', N'create_by', N'=', N'#{sys_user_code}', null, null, null, N'2017-08-14 15:03:56.0000000', N'demo', N'demo', N'40288088481d019401481d2fcebf000d') GO GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'4028ef81574ae99701574aed26530005', N'鐢ㄦ埛鍚', N'userName', N'!=', N'admin', N'2016-09-21 12:07:18', N'admin', N'绠$悊鍛', null, null, null, N'4028ef81574ae99701574aeb97bd0003') +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.0000000', N'admin', N'绠$悊鍛', null, null, null, N'4028ef81574ae99701574aeb97bd0003') GO GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402881875b19f141015b19f8125e0014', N'鍙湅涓嬪睘涓氬姟鏁版嵁', N'sys_org_code', N'LIKE', N'#{sys_org_code}', null, null, null, N'2017-08-14 15:04:32', N'demo', N'demo', N'40288088481d019401481d2fcebf000d') +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402881875b19f141015b19f8125e0014', N'鍙湅涓嬪睘涓氬姟鏁版嵁', N'sys_org_code', N'LIKE', N'#{sys_org_code}', null, null, null, N'2017-08-14 15:04:32.0000000', N'demo', N'demo', N'40288088481d019401481d2fcebf000d') GO GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880f25b1e2ac7015b1e5fdebc0012', N'鍙兘鐪嬭嚜宸辨暟鎹', N'create_by', N'=', N'#{sys_user_code}', N'2017-03-30 16:40:51', N'admin', N'绠$悊鍛', null, null, null, N'402880f25b1e2ac7015b1e5cdc340010') +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880f25b1e2ac7015b1e5fdebc0012', N'鍙兘鐪嬭嚜宸辨暟鎹', N'create_by', N'=', N'#{sys_user_code}', N'2017-03-30 16:40:51.0000000', N'admin', N'绠$悊鍛', null, null, null, N'402880f25b1e2ac7015b1e5cdc340010') GO GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'4028ab775dca0d1b015dca4183530018', N'琛ㄥ悕闄愬埗', N'isDbSynch', N'=', N'Y', null, null, null, N'2017-08-14 16:43:45', N'demo', N'demo', N'4028ab775dca0d1b015dca3fccb60016') +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'4028ab775dca0d1b015dca4183530018', N'琛ㄥ悕闄愬埗', N'isDbSynch', N'=', N'Y', null, null, null, N'2017-08-14 16:43:45.0000000', N'demo', N'demo', N'4028ab775dca0d1b015dca3fccb60016') GO GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880ec5ddec439015ddf9225060038', N'澶嶆潅鍏崇郴', N'', N'USE_SQL_RULES', N'name like ''%寮%'' or age > 10', null, null, null, N'2017-08-14 15:10:25', N'demo', N'demo', N'40288088481d019401481d2fcebf000d') +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880ec5ddec439015ddf9225060038', N'澶嶆潅鍏崇郴', N'', N'USE_SQL_RULES', N'name like ''%寮%'' or age > 10', null, null, null, N'2017-08-14 15:10:25.0000000', N'demo', N'demo', N'40288088481d019401481d2fcebf000d') GO GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880ec5ddfdd26015ddfe3e0570011', N'澶嶆潅sql閰嶇疆', N'', N'USE_SQL_RULES', N'table_name like ''%test%'' or is_tree = ''Y''', null, null, null, N'2017-08-14 16:38:55', N'demo', N'demo', N'4028ab775dca0d1b015dca3fccb60016') +INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'402880ec5ddfdd26015ddfe3e0570011', N'澶嶆潅sql閰嶇疆', N'', N'USE_SQL_RULES', N'table_name like ''%test%'' or is_tree = ''Y''', null, null, null, N'2017-08-14 16:38:55.0000000', N'demo', N'demo', N'4028ab775dca0d1b015dca3fccb60016') GO GO -INSERT INTO [dbo].[t_s_data_rule] ([id], [rule_name], [rule_column], [rule_conditions], [rule_value], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name], [functionId]) VALUES (N'40283181614231d401614234fe670003', N'createBy', N'createBy', N'=', N'#{sys_user_code}', N'2018-01-29 21:57:04', N'admin', N'绠$悊鍛', null, null, null, N'40283181614231d401614232cd1c0001') +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'40283181614231d401614234fe670003', N'createBy', N'createBy', N'=', N'#{sys_user_code}', N'2018-01-29 21:57:04.0000000', N'admin', N'绠$悊鍛', null, null, null, N'40283181614231d401614232cd1c0001') 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'4028318161424e730161424fca6f0004', N'createBy', N'createBy', N'=', N'#{sys_user_code}', N'2018-01-29 22:26:20', N'admin', N'绠$悊鍛', null, null, null, N'4028318161424e730161424f61510002') +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'4028318161424e730161424fca6f0004', N'createBy', N'createBy', N'=', N'#{sys_user_code}', N'2018-01-29 22:26:20.0000000', N'admin', N'绠$悊鍛', null, null, null, N'4028318161424e730161424f61510002') 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'402881e56266f43101626727aff60067', N'閿鍞嚜宸辩湅鑷繁鐨勬暟鎹', N'createBy', N'=', N'#{sys_user_code}', N'2018-03-27 19:11:16', N'admin', N'绠$悊鍛', null, null, null, N'402881e56266f43101626724eb730065') +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'402881e56266f43101626727aff60067', N'閿鍞嚜宸辩湅鑷繁鐨勬暟鎹', N'createBy', N'=', N'#{sys_user_code}', N'2018-03-27 19:11:16.0000000', N'admin', N'绠$悊鍛', null, null, null, N'402881e56266f43101626724eb730065') 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'402881e56266f4310162672fb1a70082', N'閿鍞粡鐞嗙湅鎵鏈変笅绾ф暟鎹', N'sysOrgCode', N'LIKE', N'#{sys_org_code}', N'2018-03-27 19:20:01', N'admin', N'绠$悊鍛', null, null, null, N'402881e56266f43101626724eb730065') +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'402881e56266f4310162672fb1a70082', N'閿鍞粡鐞嗙湅鎵鏈変笅绾ф暟鎹', N'sysOrgCode', N'LIKE', N'#{sys_org_code}', N'2018-03-27 19:20:01.0000000', N'admin', N'绠$悊鍛', null, null, null, N'402881e56266f43101626724eb730065') 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'402881e56266f431016267387c9f0088', N'鍙湅閲戦澶т簬1000鐨勬暟鎹', N'money', N'>=', N'1000', N'2018-03-27 19:29:37', N'admin', N'绠$悊鍛', null, null, null, N'402881e56266f43101626724eb730065') +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'402881e56266f431016267387c9f0088', N'鍙湅閲戦澶т簬1000鐨勬暟鎹', N'money', N'>=', N'1000', N'2018-03-27 19:29:37.0000000', N'admin', N'绠$悊鍛', null, null, null, N'402881e56266f43101626724eb730065') GO GO @@ -19935,10 +19938,10 @@ CREATE TABLE [dbo].[t_s_depart] ( [memo] nvarchar(500) NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_company_code] nvarchar(50) NULL , [sys_org_code] nvarchar(50) NULL ) @@ -20252,10 +20255,10 @@ GO INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order], [departname_en], [departname_abbr], [memo], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_company_code], [sys_org_code]) VALUES (N'402880e447e9a9570147e9b6a3be0005', N'閿鍞儴闂', N'', N'402880e447e99cf10147e9a03b320003', N'A01A02', N'2', null, null, null, N'0', null, null, null, null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order], [departname_en], [departname_abbr], [memo], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_company_code], [sys_org_code]) VALUES (N'402880e447e9a9570147e9b710d20007', N'浜哄姏璧勬簮閮', N'', N'402880e447e99cf10147e9a03b320003', N'A01A03', N'2', N'', N'', N'', null, null, null, null, null, null, null, N'绠$悊鍛', N'admin', N'2018-02-22 17:17:30', null, null) +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order], [departname_en], [departname_abbr], [memo], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_company_code], [sys_org_code]) VALUES (N'402880e447e9a9570147e9b710d20007', N'浜哄姏璧勬簮閮', N'', N'402880e447e99cf10147e9a03b320003', N'A01A03', N'2', N'', N'', N'', null, null, null, null, null, null, null, N'绠$悊鍛', N'admin', N'2018-02-22 17:17:30.0000000', null, null) GO GO -INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order], [departname_en], [departname_abbr], [memo], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_company_code], [sys_org_code]) VALUES (N'402880e447e9a9570147e9b762e30009', N'閿鍞粡鐞', N'', N'402880e447e9a9570147e9b6a3be0005', N'A01A02A01', N'2', N'', N'', N'', null, null, null, null, null, null, null, N'绠$悊鍛', N'admin', N'2018-06-11 17:17:28', null, null) +INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order], [departname_en], [departname_abbr], [memo], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_company_code], [sys_org_code]) VALUES (N'402880e447e9a9570147e9b762e30009', N'閿鍞粡鐞', N'', N'402880e447e9a9570147e9b6a3be0005', N'A01A02A01', N'2', N'', N'', N'', null, null, null, null, null, null, null, N'绠$悊鍛', N'admin', N'2018-06-11 17:17:28.0000000', null, null) GO GO INSERT INTO [dbo].[t_s_depart] ([ID], [departname], [description], [parentdepartid], [org_code], [org_type], [mobile], [fax], [address], [depart_order], [departname_en], [departname_abbr], [memo], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_company_code], [sys_org_code]) VALUES (N'402880e447e9ba550147e9c53b2e0013', N'璐㈠姟', N'', N'8a8ab0b246dc81120146dc8180ba0017', N'A03A02', N'2', null, null, null, N'0', null, null, null, null, null, null, null, null, null, null, null) @@ -20292,10 +20295,10 @@ CREATE TABLE [dbo].[t_s_depart_auth_group] ( [level] int NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL ) @@ -20516,10 +20519,10 @@ GO -- ---------------------------- -- Records of t_s_depart_auth_group -- ---------------------------- -INSERT INTO [dbo].[t_s_depart_auth_group] ([id], [group_name], [dept_id], [dept_code], [dept_name], [depart_type], [level], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd174e2002a', N'浜岀骇绠$悊鍛橀攢鍞儴', N'402880e447e9a9570147e9b6a3be0005', N'A01A02', N'閿鍞儴闂', N'2', N'1', N'绠$悊鍛', N'admin', N'2018-06-20 18:50:46', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_auth_group] ([id], [group_name], [dept_id], [dept_code], [dept_name], [depart_type], [level], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd174e2002a', N'浜岀骇绠$悊鍛橀攢鍞儴', N'402880e447e9a9570147e9b6a3be0005', N'A01A02', N'閿鍞儴闂', N'2', N'1', N'绠$悊鍛', N'admin', N'2018-06-20 18:50:46.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_auth_group] ([id], [group_name], [dept_id], [dept_code], [dept_name], [depart_type], [level], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929bd4ac000c', N'鍖椾含鍥界偓鏉冮檺', N'402880e447e99cf10147e9a03b320003', N'A01', N'鍖椾含鍥界偓杞欢', N'1', N'1', null, null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:29', null, null) +INSERT INTO [dbo].[t_s_depart_auth_group] ([id], [group_name], [dept_id], [dept_code], [dept_name], [depart_type], [level], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929bd4ac000c', N'鍖椾含鍥界偓鏉冮檺', N'402880e447e99cf10147e9a03b320003', N'A01', N'鍖椾含鍥界偓杞欢', N'1', N'1', null, null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:29.0000000', null, null) GO GO @@ -20536,10 +20539,10 @@ CREATE TABLE [dbo].[t_s_depart_authg_function_rel] ( [datarule] nvarchar(1000) NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL ) @@ -20732,259 +20735,259 @@ GO -- ---------------------------- -- Records of t_s_depart_authg_function_rel -- ---------------------------- -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053ae0001', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e647ac07000d', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053ae0001', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e647ac07000d', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053ba0002', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f420c3340007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053ba0002', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f420c3340007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053ba0003', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e64423280001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053ba0003', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e64423280001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bb0004', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e6472d80000b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bb0004', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e6472d80000b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bb0005', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f4e374890018', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bb0005', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f4e374890018', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bb0006', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e646cf6d0009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bb0006', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e646cf6d0009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bb0007', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f4176b780005', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bb0007', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f4176b780005', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bc0008', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f4221297000b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bc0008', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f4221297000b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bc0009', N'402881f4609299ad0160929bd4ac000c', N'4028810061e5f4680161e5f60ac70001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bc0009', N'402881f4609299ad0160929bd4ac000c', N'4028810061e5f4680161e5f60ac70001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053be000a', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e6496fc50013', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053be000a', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e6496fc50013', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bf000b', N'402881f4609299ad0160929bd4ac000c', N'402881f363ba1f220163ba20c1fb0006', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bf000b', N'402881f4609299ad0160929bd4ac000c', N'402881f363ba1f220163ba20c1fb0006', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bf000c', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f417147a0003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bf000c', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f417147a0003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bf000d', N'402881f4609299ad0160929bd4ac000c', N'297e7ae1612b322b01612b56abc00002', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bf000d', N'402881f4609299ad0160929bd4ac000c', N'297e7ae1612b322b01612b56abc00002', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bf000e', N'402881f4609299ad0160929bd4ac000c', N'402881855c0190fa015c019342b20003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bf000e', N'402881f4609299ad0160929bd4ac000c', N'402881855c0190fa015c019342b20003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bf000f', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f4186787000c', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053bf000f', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f4186787000c', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c00010', N'402881f4609299ad0160929bd4ac000c', N'4028810061e65b1c0161e65d64db0005', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c00010', N'402881f4609299ad0160929bd4ac000c', N'4028810061e65b1c0161e65d64db0005', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c00011', N'402881f4609299ad0160929bd4ac000c', N'8a8ab0b246dc81120146dc8180d4001b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c00011', N'402881f4609299ad0160929bd4ac000c', N'8a8ab0b246dc81120146dc8180d4001b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c00012', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f41676110001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c00012', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f41676110001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c00013', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f42018990004', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c00013', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f42018990004', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c10014', N'402881f4609299ad0160929bd4ac000c', N'402880e74d76e784014d76fd1bd60030', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c10014', N'402881f4609299ad0160929bd4ac000c', N'402880e74d76e784014d76fd1bd60030', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c10015', N'402881f4609299ad0160929bd4ac000c', N'4028810061e65b1c0161e65c0aa30001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c10015', N'402881f4609299ad0160929bd4ac000c', N'4028810061e65b1c0161e65c0aa30001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c10016', N'402881f4609299ad0160929bd4ac000c', N'4028810061e65b1c0161e65d04920003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c10016', N'402881f4609299ad0160929bd4ac000c', N'4028810061e65b1c0161e65d04920003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c10017', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e648ba7f0011', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c10017', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e648ba7f0011', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c20018', N'402881f4609299ad0160929bd4ac000c', N'402881f363ba1f220163ba20a4010004', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c20018', N'402881f4609299ad0160929bd4ac000c', N'402881f363ba1f220163ba20a4010004', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c20019', N'402881f4609299ad0160929bd4ac000c', N'402881f463b4e5d20163b4f9a81b0001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c20019', N'402881f4609299ad0160929bd4ac000c', N'402881f463b4e5d20163b4f9a81b0001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c2001a', N'402881f4609299ad0160929bd4ac000c', N'402880e74d76e784014d76fa7e970024', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c2001a', N'402881f4609299ad0160929bd4ac000c', N'402880e74d76e784014d76fa7e970024', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c2001b', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f4e293140015', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c2001b', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f4e293140015', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c2001c', N'402881f4609299ad0160929bd4ac000c', N'8a8ab0b246dc81120146dc8180fe002b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c2001c', N'402881f4609299ad0160929bd4ac000c', N'8a8ab0b246dc81120146dc8180fe002b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c3001d', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f417b8d60007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c3001d', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f417b8d60007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c3001e', N'402881f4609299ad0160929bd4ac000c', N'402881f363ba1f220163ba2111930009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c3001e', N'402881f4609299ad0160929bd4ac000c', N'402881f363ba1f220163ba2111930009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c3001f', N'402881f4609299ad0160929bd4ac000c', N'4028f6815b0b1017015b0b1265cf0002', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c3001f', N'402881f4609299ad0160929bd4ac000c', N'4028f6815b0b1017015b0b1265cf0002', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c30020', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f417de080009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c30020', N'402881f4609299ad0160929bd4ac000c', N'4028810061f3d1b70161f417de080009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c30021', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f4e3e901001a', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c30021', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f4e3e901001a', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c40022', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e646299b0007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c40022', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e646299b0007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c40023', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e64823e9000f', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c40023', N'402881f4609299ad0160929bd4ac000c', N'4028810061e642f90161e64823e9000f', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c40024', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f41ed05f0001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c40024', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f41ed05f0001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c40025', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f42104c90009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c40025', N'402881f4609299ad0160929bd4ac000c', N'4028810061f41d790161f42104c90009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c40026', N'402881f4609299ad0160929bd4ac000c', N'4028810061e634380161e635df420001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd053c40026', N'402881f4609299ad0160929bd4ac000c', N'4028810061e634380161e635df420001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:49:32.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd19203002b', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e647ac07000d', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd19203002b', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e647ac07000d', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd19207002c', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f420c3340007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd19207002c', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f420c3340007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd19208002d', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e64423280001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd19208002d', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e64423280001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd19208002e', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e6472d80000b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd19208002e', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e6472d80000b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd19208002f', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f4e374890018', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd19208002f', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f4e374890018', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192080030', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e646cf6d0009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192080030', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e646cf6d0009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192080031', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f4176b780005', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192080031', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f4176b780005', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192090032', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f4221297000b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192090032', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f4221297000b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192090033', N'402881f3641ccf5601641cd174e2002a', N'4028810061e5f4680161e5f60ac70001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192090033', N'402881f3641ccf5601641cd174e2002a', N'4028810061e5f4680161e5f60ac70001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192090034', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e6496fc50013', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192090034', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e6496fc50013', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192090035', N'402881f3641ccf5601641cd174e2002a', N'402881f363ba1f220163ba20c1fb0006', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192090035', N'402881f3641ccf5601641cd174e2002a', N'402881f363ba1f220163ba20c1fb0006', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192090036', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f417147a0003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd192090036', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f417147a0003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920a0037', N'402881f3641ccf5601641cd174e2002a', N'297e7ae1612b322b01612b56abc00002', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920a0037', N'402881f3641ccf5601641cd174e2002a', N'297e7ae1612b322b01612b56abc00002', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920a0038', N'402881f3641ccf5601641cd174e2002a', N'402881855c0190fa015c019342b20003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920a0038', N'402881f3641ccf5601641cd174e2002a', N'402881855c0190fa015c019342b20003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920a0039', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f4186787000c', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920a0039', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f4186787000c', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920a003a', N'402881f3641ccf5601641cd174e2002a', N'4028810061e65b1c0161e65d64db0005', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920a003a', N'402881f3641ccf5601641cd174e2002a', N'4028810061e65b1c0161e65d64db0005', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920a003b', N'402881f3641ccf5601641cd174e2002a', N'8a8ab0b246dc81120146dc8180d4001b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920a003b', N'402881f3641ccf5601641cd174e2002a', N'8a8ab0b246dc81120146dc8180d4001b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920b003c', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f41676110001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920b003c', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f41676110001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920b003d', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f42018990004', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920b003d', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f42018990004', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920b003e', N'402881f3641ccf5601641cd174e2002a', N'402880e74d76e784014d76fd1bd60030', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920b003e', N'402881f3641ccf5601641cd174e2002a', N'402880e74d76e784014d76fd1bd60030', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920b003f', N'402881f3641ccf5601641cd174e2002a', N'4028810061e65b1c0161e65c0aa30001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920b003f', N'402881f3641ccf5601641cd174e2002a', N'4028810061e65b1c0161e65c0aa30001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920b0040', N'402881f3641ccf5601641cd174e2002a', N'4028810061e65b1c0161e65d04920003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920b0040', N'402881f3641ccf5601641cd174e2002a', N'4028810061e65b1c0161e65d04920003', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920c0041', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e648ba7f0011', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920c0041', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e648ba7f0011', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920c0042', N'402881f3641ccf5601641cd174e2002a', N'402881f363ba1f220163ba20a4010004', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920c0042', N'402881f3641ccf5601641cd174e2002a', N'402881f363ba1f220163ba20a4010004', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920c0043', N'402881f3641ccf5601641cd174e2002a', N'402881f463b4e5d20163b4f9a81b0001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920c0043', N'402881f3641ccf5601641cd174e2002a', N'402881f463b4e5d20163b4f9a81b0001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920c0044', N'402881f3641ccf5601641cd174e2002a', N'402880e74d76e784014d76fa7e970024', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920c0044', N'402881f3641ccf5601641cd174e2002a', N'402880e74d76e784014d76fa7e970024', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920c0045', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f4e293140015', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920c0045', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f4e293140015', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920d0046', N'402881f3641ccf5601641cd174e2002a', N'8a8ab0b246dc81120146dc8180fe002b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920d0046', N'402881f3641ccf5601641cd174e2002a', N'8a8ab0b246dc81120146dc8180fe002b', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920d0047', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f417b8d60007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920d0047', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f417b8d60007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920d0048', N'402881f3641ccf5601641cd174e2002a', N'402881f363ba1f220163ba2111930009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920d0048', N'402881f3641ccf5601641cd174e2002a', N'402881f363ba1f220163ba2111930009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920d0049', N'402881f3641ccf5601641cd174e2002a', N'4028f6815b0b1017015b0b1265cf0002', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920d0049', N'402881f3641ccf5601641cd174e2002a', N'4028f6815b0b1017015b0b1265cf0002', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920d004a', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f417de080009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920d004a', N'402881f3641ccf5601641cd174e2002a', N'4028810061f3d1b70161f417de080009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920e004b', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f4e3e901001a', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920e004b', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f4e3e901001a', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920e004c', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e646299b0007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920e004c', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e646299b0007', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920e004d', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e64823e9000f', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920e004d', N'402881f3641ccf5601641cd174e2002a', N'4028810061e642f90161e64823e9000f', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920e004e', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f41ed05f0001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920e004e', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f41ed05f0001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920e004f', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f42104c90009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920e004f', N'402881f3641ccf5601641cd174e2002a', N'4028810061f41d790161f42104c90009', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920f0050', N'402881f3641ccf5601641cd174e2002a', N'4028810061e634380161e635df420001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1920f0050', N'402881f3641ccf5601641cd174e2002a', N'4028810061e634380161e635df420001', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:50:53.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1b2c70051', N'402881f3641ccf5601641cd174e2002a', N'402881e56266f431016267412f22009a', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:51:02', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1b2c70051', N'402881f3641ccf5601641cd174e2002a', N'402881e56266f431016267412f22009a', null, null, N'绠$悊鍛', N'admin', N'2018-06-20 18:51:02.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1b2cd0052', N'402881f3641ccf5601641cd174e2002a', N'402881e56266f4310162671d62050044', N'402881e56266f4310162671e558e0046,', null, N'绠$悊鍛', N'admin', N'2018-06-20 18:51:02', N'绠$悊鍛', N'admin', N'2018-06-20 18:51:05', N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1b2cd0052', N'402881f3641ccf5601641cd174e2002a', N'402881e56266f4310162671d62050044', N'402881e56266f4310162671e558e0046,', null, N'绠$悊鍛', N'admin', N'2018-06-20 18:51:02.0000000', N'绠$悊鍛', N'admin', N'2018-06-20 18:51:05.0000000', N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1b2ce0053', N'402881f3641ccf5601641cd174e2002a', N'402881e56266f43101626724eb730065', null, N'402881e56266f43101626727aff60067,402881e56266f431016267387c9f0088,', N'绠$悊鍛', N'admin', N'2018-06-20 18:51:02', N'绠$悊鍛', N'admin', N'2018-06-21 09:38:09', N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd1b2ce0053', N'402881f3641ccf5601641cd174e2002a', N'402881e56266f43101626724eb730065', null, N'402881e56266f43101626727aff60067,402881e56266f431016267387c9f0088,', N'绠$悊鍛', N'admin', N'2018-06-20 18:51:02.0000000', N'绠$悊鍛', N'admin', N'2018-06-21 09:38:09.0000000', N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328b000f', N'402881f4609299ad0160929bd4ac000c', N'4028ef8155fd32e40155fd348df80005', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328b000f', N'402881f4609299ad0160929bd4ac000c', N'4028ef8155fd32e40155fd348df80005', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328b0010', N'402881f4609299ad0160929bd4ac000c', N'4028ef8155fd32e40155fd344cdd0003', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328b0010', N'402881f4609299ad0160929bd4ac000c', N'4028ef8155fd32e40155fd344cdd0003', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328c0012', N'402881f4609299ad0160929bd4ac000c', N'4028ef8155fd32e40155fd344cddd3', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328c0012', N'402881f4609299ad0160929bd4ac000c', N'4028ef8155fd32e40155fd344cddd3', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328c0013', N'402881f4609299ad0160929bd4ac000c', N'4028ef8155fd32e40155fd33c6670001', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328c0013', N'402881f4609299ad0160929bd4ac000c', N'4028ef8155fd32e40155fd33c6670001', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328c0014', N'402881f4609299ad0160929bd4ac000c', N'4028ef8155fd32e40155fd3564520008', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328c0014', N'402881f4609299ad0160929bd4ac000c', N'4028ef8155fd32e40155fd3564520008', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328c0015', N'402881f4609299ad0160929bd4ac000c', N'402881875992e76c015992eb2a3b0009', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_function_rel] ([id], [group_id], [auth_id], [operation], [datarule], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c328c0015', N'402881f4609299ad0160929bd4ac000c', N'402881875992e76c015992eb2a3b0009', null, null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:38.0000000', null, null, null, N'A03', N'A03') GO GO @@ -21000,10 +21003,10 @@ CREATE TABLE [dbo].[t_s_depart_authg_manager] ( [type] int NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL ) @@ -21182,13 +21185,13 @@ GO -- ---------------------------- -- Records of t_s_depart_authg_manager -- ---------------------------- -INSERT INTO [dbo].[t_s_depart_authg_manager] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd8559a0059', N'402881f3641ccf5601641cd174e2002a', N'scott', null, N'绠$悊鍛', N'admin', N'2018-06-20 18:58:17', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_manager] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f3641ccf5601641cd8559a0059', N'402881f3641ccf5601641cd174e2002a', N'scott', null, N'绠$悊鍛', N'admin', N'2018-06-20 18:58:17.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_manager] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c5ebb0017', N'402881f4609299ad0160929bd4ac000c', N'scott', null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:49', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_manager] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c5ebb0017', N'402881f4609299ad0160929bd4ac000c', N'scott', null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:49.0000000', null, null, null, N'A03', N'A03') GO GO -INSERT INTO [dbo].[t_s_depart_authg_manager] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c7f760018', N'402881f4609299ad0160929bd4ac000c', N'lisi', null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:57', null, null, null, N'A03', N'A03') +INSERT INTO [dbo].[t_s_depart_authg_manager] ([id], [group_id], [user_id], [type], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code]) VALUES (N'402881f4609299ad0160929c7f760018', N'402881f4609299ad0160929bd4ac000c', N'lisi', null, N'绠$悊鍛', N'admin', N'2017-12-26 19:36:57.0000000', null, null, null, N'A03', N'A03') GO GO @@ -21206,10 +21209,10 @@ CREATE TABLE [dbo].[t_s_dict_table_config] ( [isvalid] nvarchar(32) NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL ) @@ -21454,10 +21457,10 @@ CREATE TABLE [dbo].[t_s_fill_rule] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , @@ -21655,10 +21658,10 @@ GO -- ---------------------------- -- Records of t_s_fill_rule -- ---------------------------- -INSERT INTO [dbo].[t_s_fill_rule] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [rule_code], [rule_name], [rule_class], [rule_param]) VALUES (N'402881ee60d4fc4e0160d4fef6a30001', N'绠$悊鍛', N'admin', N'2018-01-08 16:59:27', N'绠$悊鍛', N'admin', N'2018-01-09 19:00:18', N'A03', N'A03', N'1', N'orderCode', N'璁㈠崟鍙风敓鎴愯鍒', N'org.jeecgframework.web.cgform.enhance.OrderNumFillRule', N'{"prefix":"EN"}') +INSERT INTO [dbo].[t_s_fill_rule] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [rule_code], [rule_name], [rule_class], [rule_param]) VALUES (N'402881ee60d4fc4e0160d4fef6a30001', N'绠$悊鍛', N'admin', N'2018-01-08 16:59:27.0000000', N'绠$悊鍛', N'admin', N'2018-01-09 19:00:18.0000000', N'A03', N'A03', N'1', N'orderCode', N'璁㈠崟鍙风敓鎴愯鍒', N'org.jeecgframework.web.cgform.enhance.OrderNumFillRule', N'{"prefix":"EN"}') GO GO -INSERT INTO [dbo].[t_s_fill_rule] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [rule_code], [rule_name], [rule_class], [rule_param]) VALUES (N'402881ee60d4fc4e0160d501177b0005', N'绠$悊鍛', N'admin', N'2018-01-08 17:01:47', null, null, null, N'A03', N'A03', N'1', N'nowDate', N'褰撳墠鏃ユ湡', N'org.jeecgframework.web.cgform.enhance.CurrentDateFillRule', N'') +INSERT INTO [dbo].[t_s_fill_rule] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [rule_code], [rule_name], [rule_class], [rule_param]) VALUES (N'402881ee60d4fc4e0160d501177b0005', N'绠$悊鍛', N'admin', N'2018-01-08 17:01:47.0000000', null, null, null, N'A03', N'A03', N'1', N'nowDate', N'褰撳墠鏃ユ湡', N'org.jeecgframework.web.cgform.enhance.CurrentDateFillRule', N'') GO GO @@ -21682,24 +21685,12 @@ CREATE TABLE [dbo].[t_s_function] ( [create_by] nvarchar(32) NULL , [create_name] nvarchar(32) NULL , [update_by] nvarchar(32) NULL , -[update_date] datetime NULL , -[create_date] datetime NULL , +[update_date] datetime2(7) NULL , +[create_date] datetime2(7) 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: 8192 kB; (`parentfunctionid`) REFER `jeecg/t_s_function`(`ID`); (`d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 8192 kB; (`parentfunctionid`) REFER `jeecg/t_s_function`(`ID`); (`d' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_function' GO IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', 'SCHEMA', N'dbo', @@ -21943,79 +21934,79 @@ GO -- ---------------------------- -- Records of t_s_function -- ---------------------------- -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'297e7ae15de05304015de07b35de0001', null, N'1', N'鍙帓搴忓閫', N'16', N'jeecgFormDemoController.do?selectSort', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-upload', N'admin', N'绠$悊鍛', null, null, N'2017-08-14 19:22:37', null) +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'297e7ae15de05304015de07b35de0001', null, N'1', N'鍙帓搴忓閫', N'16', N'jeecgFormDemoController.do?selectSort', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-upload', N'admin', N'绠$悊鍛', null, null, N'2017-08-14 19:22:37.0000000', 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'297e7ae15e7e8929015e7e9bb4910002', null, N'1', N'楂樼骇鏌ヨ涓', N'18', N'jeecgListDemoController.do?querysBuilder', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-filter', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:35:30', N'2017-09-14 12:18:07', N'绠$悊鍛') +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'297e7ae15e7e8929015e7e9bb4910002', null, N'1', N'楂樼骇鏌ヨ涓', N'18', N'jeecgListDemoController.do?querysBuilder', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-filter', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:35:30.0000000', N'2017-09-14 12:18:07.0000000', 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'297e7ae15e84b2cd015e84b4a1a00001', null, N'1', N'楂樼骇鏌ヨ浜', N'18', N'jeecgListDemoController.do?goFormQuerysBuilder', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-filter', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:35:39', N'2017-09-15 16:43:04', N'绠$悊鍛') +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'297e7ae15e84b2cd015e84b4a1a00001', null, N'1', N'楂樼骇鏌ヨ浜', N'18', N'jeecgListDemoController.do?goFormQuerysBuilder', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-filter', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:35:39.0000000', N'2017-09-15 16:43:04.0000000', 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'297e7ae15e84b2cd015e84b4a1a00451', null, N'1', N'涓婁笅甯冨眬琛ㄥ崟涓', N'19', N'jformOrderMainController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-facebook-official', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:39:14', N'2017-09-15 16:43:04', N'绠$悊鍛') +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'297e7ae15e84b2cd015e84b4a1a00451', null, N'1', N'涓婁笅甯冨眬琛ㄥ崟涓', N'19', N'jformOrderMainController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-facebook-official', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:39:14.0000000', N'2017-09-15 16:43:04.0000000', 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'297e7ae160909a6f016090a05e590003', null, N'2', N'閮ㄩ棬绠$悊鍛樿缃', N'11', N'departAuthGroupController.do?list', N'402881f4609299ad0160929ab2e00001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-12-26 19:35:19', N'2017-12-26 10:21:57', N'绠$悊鍛') +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'297e7ae160909a6f016090a05e590003', null, N'2', N'閮ㄩ棬绠$悊鍛樿缃', N'11', N'departAuthGroupController.do?list', N'402881f4609299ad0160929ab2e00001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-12-26 19:35:19.0000000', N'2017-12-26 10:21:57.0000000', 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'297e7ae160909a6f016090a0d3c80005', null, N'2', N'閮ㄩ棬瑙掕壊绠$悊', N'12', N'departAuthGroupController.do?departRoleAuth', N'402881f4609299ad0160929ab2e00001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-12-26 19:35:31', N'2017-12-26 10:22:27', N'绠$悊鍛') +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'297e7ae160909a6f016090a0d3c80005', null, N'2', N'閮ㄩ棬瑙掕壊绠$悊', N'12', N'departAuthGroupController.do?departRoleAuth', N'402881f4609299ad0160929ab2e00001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-12-26 19:35:31.0000000', N'2017-12-26 10:22:27.0000000', 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'297e7ae160909a6f016090a112a50007', null, N'2', N'閮ㄩ棬鐢ㄦ埛瑙掕壊鎺堟潈', N'13', N'departAuthGroupController.do?departAuthGroupAuthorizeSet', N'402881f4609299ad0160929ab2e00001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-12-26 19:35:42', N'2017-12-26 10:22:43', N'绠$悊鍛') +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'297e7ae160909a6f016090a112a50007', null, N'2', N'閮ㄩ棬鐢ㄦ埛瑙掕壊鎺堟潈', N'13', N'departAuthGroupController.do?departAuthGroupAuthorizeSet', N'402881f4609299ad0160929ab2e00001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-12-26 19:35:42.0000000', N'2017-12-26 10:22:43.0000000', 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'297e7ae160baa7ec0160baa977980001', null, N'1', N'鎴戠殑缁勭粐鏈烘瀯', N'3', N'organzationController.do?myDepart', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-01-16 17:19:27', N'2018-01-03 14:15:57', N'绠$悊鍛') +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'297e7ae160baa7ec0160baa977980001', null, N'1', N'鎴戠殑缁勭粐鏈烘瀯', N'3', N'organzationController.do?myDepart', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-01-16 17:19:27.0000000', N'2018-01-03 14:15:57.0000000', 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'297e7ae1612b322b01612b56abc00002', null, N'2', N'Echarts鎶ヨ〃', N'1', N'jeecgListDemoController.do?echartDemo', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:55:59', N'2018-01-25 11:22:36', N'绠$悊鍛') +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'297e7ae1612b322b01612b56abc00002', null, N'2', N'Echarts鎶ヨ〃', N'1', N'jeecgListDemoController.do?echartDemo', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:55:59.0000000', N'2018-01-25 11:22:36.0000000', 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'297e7ae162b925a20162b9271b300001', null, N'1', N'BootstrapTable', N'30', N'jeecgListDemoController.do?bootTableDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:30:55', N'2018-04-12 17:19:31', N'绠$悊鍛') +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'297e7ae162b925a20162b9271b300001', null, N'1', N'BootstrapTable', N'30', N'jeecgListDemoController.do?bootTableDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:30:55.0000000', N'2018-04-12 17:19:31.0000000', 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'297edb626033bbcb016033fd0a190001', null, N'1', N'楂樼骇缁勫悎鏌ヨ', N'6', N'superQueryMainController.do?list', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-18 18:37:29', N'2017-12-08 10:38:29', N'绠$悊鍛') +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'297edb626033bbcb016033fd0a190001', null, N'1', N'楂樼骇缁勫悎鏌ヨ', N'6', N'superQueryMainController.do?list', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-18 18:37:29.0000000', N'2017-12-08 10:38:29.0000000', 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'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'40283181614231d401614232cd1c0001', null, N'1', N'绉诲姩鎶ヨ〃鏁版嵁鏉冮檺', N'9', N'cgDynamGraphConfigHeadController.do?datagrid', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-23 23:31:28', N'2018-01-29 21:54:41', N'绠$悊鍛') +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'40283181614231d401614232cd1c0001', null, N'1', N'绉诲姩鎶ヨ〃鏁版嵁鏉冮檺', N'9', N'cgDynamGraphConfigHeadController.do?datagrid', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-23 23:31:28.0000000', N'2018-01-29 21:54:41.0000000', 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'4028318161424e730161424f61510002', null, N'1', N'鍦ㄧ嚎鎶ヨ〃鏉冮檺', N'10', N'jformGraphreportHeadController.do?datagrid', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-23 23:31:41', N'2018-01-29 22:25:54', N'绠$悊鍛') +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'4028318161424e730161424f61510002', null, N'1', N'鍦ㄧ嚎鎶ヨ〃鏉冮檺', N'10', N'jformGraphreportHeadController.do?datagrid', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-23 23:31:41.0000000', N'2018-01-29 22:25:54.0000000', 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'40284a815b48b411015b48b56fd80001', null, N'1', N'鍔ㄦ乼ab璁捐', N'24', N'jeecgFormDemoController.do?ueditor', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', null, null, N'admin', N'2018-06-01 12:12:13', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40284a815b48b411015b48b56fd80001', null, N'1', N'鍔ㄦ乼ab璁捐', N'24', N'jeecgFormDemoController.do?ueditor', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', null, null, N'admin', N'2018-06-01 12:12:13.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40284a815bb75d7b015bb7607ba00001', null, N'1', N'鐢靛瓙绛剧珷', N'25', N'jeecgFormDemoController.do?eSign', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-empire', N'admin', N'绠$悊鍛', N'admin', N'2017-11-14 11:32:52', N'2017-04-29 09:43:25', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40284a815bb75d7b015bb7607ba00001', null, N'1', N'鐢靛瓙绛剧珷', N'25', N'jeecgFormDemoController.do?eSign', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-empire', N'admin', N'绠$悊鍛', N'admin', N'2017-11-14 11:32:52.0000000', N'2017-04-29 09:43:25.0000000', 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'40284a815c1bac76015c1bc02abe0003', null, N'1', N'榛戝悕鍗曠鐞', N'9', N'tsBlackListController.do?list', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2018-05-06 17:02:49', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40284a815c1bac76015c1bc02abe0003', null, N'1', N'榛戝悕鍗曠鐞', N'9', N'tsBlackListController.do?list', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2018-05-06 17:02:49.0000000', 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'402860816329336901632a527c4d0028', null, N'1', N'Bootstrap鏍囩鍒楄〃', N'31', N'jeecgListDemoController.do?bootstrapTableTagDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:18:48', N'2018-05-04 16:43:58', N'绠$悊鍛') +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'402860816329336901632a527c4d0028', null, N'1', N'Bootstrap鏍囩鍒楄〃', N'31', N'jeecgListDemoController.do?bootstrapTableTagDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:18:48.0000000', N'2018-05-04 16:43:58.0000000', 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'402860816361f06a016361f1be0d0001', null, N'1', N'Bootstrap鏍囩鍒楄〃2', N'32', N'jeecgListDemoController.do?bootstrapTableTagDemo2', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-life-ring', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:19:03', N'2018-05-15 11:57:02', N'绠$悊鍛') +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'402860816361f06a016361f1be0d0001', null, N'1', N'Bootstrap鏍囩鍒楄〃2', N'32', N'jeecgListDemoController.do?bootstrapTableTagDemo2', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-life-ring', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:19:03.0000000', N'2018-05-15 11:57:02.0000000', 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'40286081648332f8016483352acf0001', null, N'1', N'瀛楀吀琛ㄦ巿鏉冮厤缃', N'7', N'tSDictTableConfigController.do?list', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-07-10 16:01:17', N'2018-07-10 16:00:57', N'绠$悊鍛') +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'40286081648332f8016483352acf0001', null, N'1', N'瀛楀吀琛ㄦ巿鏉冮厤缃', N'7', N'tSDictTableConfigController.do?list', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-07-10 16:01:17.0000000', N'2018-07-10 16:00:57.0000000', 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', null, N'绠$悊鍛') +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.0000000', 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'40288018605416db0160542132600001', null, N'1', N'楂樼骇鏌ヨ涓', N'18', N'jfromOrderController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-filter', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:35:49', N'2017-12-14 16:25:50', N'绠$悊鍛') +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'40288018605416db0160542132600001', null, N'1', N'楂樼骇鏌ヨ涓', N'18', N'jfromOrderController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-filter', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:35:49.0000000', N'2017-12-14 16:25:50.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40288088481d019401481d2fcebf000d', null, N'1', N'minidao鏁版嵁鏉冮檺鍒楄〃', N'1', N'jeecgListDemoController.do?minidaoDatagrid', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-08-14 15:03:03', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'40288088481d019401481d2fcebf000d', null, N'1', N'minidao鏁版嵁鏉冮檺鍒楄〃', N'1', N'jeecgListDemoController.do?minidaoDatagrid', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-08-14 15:03:03.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461226e0001', null, N'0', N'娑堟伅涓棿浠', N'8', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-commenting', null, null, N'admin', N'2016-01-14 11:20:51', null, N'绠$悊鍛') +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.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461b3ac0004', null, N'1', N'menu.business.management', N'1', N'tSSmsSqlController.do?tSSmsSql', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-14 16:47:13', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488461b3ac0004', null, N'1', N'menu.business.management', N'1', N'tSSmsSqlController.do?tSSmsSql', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-14 16:47:13.0000000', null, N'绠$悊鍛') GO GO INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028808848845c0f01488462658f0006', null, N'1', N'menu.message.template', N'2', N'tSSmsTemplateController.do?tSSmsTemplate', N'4028808848845c0f01488461226e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) @@ -22027,226 +22018,229 @@ 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'鍒嗙被瀛楀吀', N'6', N'categoryController.do?category', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2018-06-01 17:05:15', null, N'绠$悊鍛') +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'鍒嗙被瀛楀吀', N'6', N'categoryController.do?category', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2018-06-01 17:05:15.0000000', 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'402880e74d76e784014d76f5505a0012', null, N'0', N'鍦ㄧ嚎婕旂ず', N'11', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-cloud', null, null, N'admin', N'2018-06-01 12:21:52', null, N'绠$悊鍛') +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'11', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-cloud', null, null, N'admin', N'2018-06-01 12:21:52.0000000', 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', null, N'绠$悊鍛') +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.0000000', 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'2', N'鏁版嵁鎶ヨ〃', N'22', N'cgReportController.do?list&id=user_msg', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', null, null, N'admin', N'2018-05-06 16:56:33', null, N'绠$悊鍛') +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'2', N'鏁版嵁鎶ヨ〃', N'22', N'cgReportController.do?list&id=user_msg', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', null, null, N'admin', N'2018-05-06 16:56:33.0000000', 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'2', N'鍥惧舰鎶ヨ〃', N'23', N'graphReportController.do?list&isIframe&id=yhcztj', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', null, null, N'admin', N'2018-05-06 16:56:50', null, N'绠$悊鍛') +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'2', N'鍥惧舰鎶ヨ〃', N'23', N'graphReportController.do?list&isIframe&id=yhcztj', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', null, null, N'admin', N'2018-05-06 16:56:50.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e95e07dd00015e07e93bb60001', null, N'1', N'宸﹀彸鏍戝竷灞', N'10', N'jeecgFormDemoController.do?ztreeDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tree', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:12:01', N'2017-08-22 11:07:59', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880e95e07dd00015e07e93bb60001', null, N'1', N'宸﹀彸鏍戝竷灞', N'10', N'jeecgFormDemoController.do?ztreeDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tree', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:12:01.0000000', N'2017-08-22 11:07:59.0000000', 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'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2018-05-06 17:03:05', null, N'绠$悊鍛') +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'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2018-05-06 17:03:05.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc43430e80061', null, N'0', N'Online寮鍙戞潈闄', N'101', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-06-20 14:32:59', N'2017-06-20 14:32:53', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc43430e80061', null, N'0', N'Online寮鍙戞潈闄', N'101', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-06-20 14:32:59.0000000', N'2017-06-20 14:32:53.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc4348d1d0064', null, N'1', N'online瀵煎叆琛ㄥ崟鏉冮檺', N'1', N'cgformTransController.do?trans', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:33:17', null) +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc4348d1d0064', null, N'1', N'online瀵煎叆琛ㄥ崟鏉冮檺', N'1', N'cgformTransController.do?trans', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:33:17.0000000', null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc435a0a40077', null, N'1', N'online琛ㄥ崟鍒犻櫎鏉冮檺', N'2', N'cgFormHeadController.do?del', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:34:27', null) +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc435a0a40077', null, N'1', N'online琛ㄥ崟鍒犻櫎鏉冮檺', N'2', N'cgFormHeadController.do?del', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:34:27.0000000', null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc43685d60079', null, N'1', N'online瀵煎叆琛ㄥ崟鏉冮檺', N'3', N'cgformSqlController.do?toCgformMigrate', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:35:26', null) +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc43685d60079', null, N'1', N'online瀵煎叆琛ㄥ崟鏉冮檺', N'3', N'cgformSqlController.do?toCgformMigrate', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:35:26.0000000', null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc437afc3007b', null, N'1', N'online sql澧炲己鏉冮檺', N'4', N'cgformButtonSqlController.do?addorupdate', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:36:42', null) +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc437afc3007b', null, N'1', N'online sql澧炲己鏉冮檺', N'4', N'cgformButtonSqlController.do?addorupdate', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 14:36:42.0000000', null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc453ef9600a7', null, N'1', N'online浠g爜鐢熸垚', N'5', N'generateController.do?gogenerate', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 15:07:34', null) +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880ec5cc40078015cc453ef9600a7', null, N'1', N'online浠g爜鐢熸垚', N'5', N'generateController.do?gogenerate', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-06-20 15:07:34.0000000', null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25a980e2a015a981dc8de0005', null, N'1', N'璇峰亣鑷畾涔夎〃鍗', N'3', N'autoFormController/af/employee_leave_form/goViewPage.do', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-29 16:18:26', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25a980e2a015a981dc8de0005', null, N'1', N'璇峰亣鑷畾涔夎〃鍗', N'3', N'autoFormController/af/employee_leave_form/goViewPage.do', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-29 16:18:26.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25a9833f5015a9843218f000c', null, N'1', N'鑷畾涔夎〃鍗曟煡鐪', N'4', N'autoFormController/af/order_form/goUpdatePage.do', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-29 16:18:48', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25a9833f5015a9843218f000c', null, N'1', N'鑷畾涔夎〃鍗曟煡鐪', N'4', N'autoFormController/af/order_form/goUpdatePage.do', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-29 16:18:48.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25b1d5a3a015b1d772c2b0013', null, N'1', N'璇峰亣鍗曠紪杈戦〉闈', N'2', N'cgFormBuildController/ftlForm/jform_leave/goUpdate.do', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-03-30 12:45:23', N'2017-03-30 12:26:41', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25b1d5a3a015b1d772c2b0013', null, N'1', N'璇峰亣鍗曠紪杈戦〉闈', N'2', N'cgFormBuildController/ftlForm/jform_leave/goUpdate.do', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-03-30 12:45:23.0000000', N'2017-03-30 12:26:41.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25b1e2ac7015b1e5cdc340010', null, N'2', N'online璇峰亣鍔犺浇鏁版嵁璇锋眰', N'3', N'cgAutoListController.do?datagrid&configId=jform_leave', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-03-30 16:37:33', null) +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25b1e2ac7015b1e5cdc340010', null, N'2', N'online璇峰亣鍔犺浇鏁版嵁璇锋眰', N'3', N'cgAutoListController.do?datagrid&configId=jform_leave', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', null, null, N'2017-03-30 16:37:33.0000000', null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25b23a635015b23a992f10003', null, N'1', N'ol璁㈠崟缂栬緫椤甸潰', N'4', N'cgFormBuildController/ftlForm/jform_order_main/goUpdate.do', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-31 17:27:46', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402880f25b23a635015b23a992f10003', null, N'1', N'ol璁㈠崟缂栬緫椤甸潰', N'4', N'cgFormBuildController/ftlForm/jform_order_main/goUpdate.do', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-31 17:27:46.0000000', 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'4028810061e5f4680161e5f60ac70001', null, N'1', N'浠〃鍥', N'5', N'jeecgListDemoController.do?InstrumentDiagram', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-03-02 17:07:57', N'2018-03-02 17:06:02', N'绠$悊鍛') +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'4028810061e5f4680161e5f60ac70001', null, N'1', N'浠〃鍥', N'5', N'jeecgListDemoController.do?InstrumentDiagram', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-03-02 17:07:57.0000000', N'2018-03-02 17:06:02.0000000', 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'4028810061e634380161e635df420001', null, N'1', N'鏃ョ▼鍥', N'4', N'jeecgListDemoController.do?Schedule', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:26:43', N'2018-03-02 18:15:45', N'绠$悊鍛') +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'4028810061e634380161e635df420001', null, N'1', N'鏃ョ▼鍥', N'4', N'jeecgListDemoController.do?Schedule', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:26:43.0000000', N'2018-03-02 18:15:45.0000000', 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'4028810061e642f90161e64423280001', null, N'1', N'鏌辩姸鍥', N'7', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-bar-chart-o', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 10:59:09', N'2018-03-02 18:31:20', N'绠$悊鍛') +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'4028810061e642f90161e64423280001', null, N'1', N'鏌辩姸鍥', N'7', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-bar-chart-o', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 10:59:09.0000000', N'2018-03-02 18:31:20.0000000', 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'4028810061e642f90161e646299b0007', null, N'2', N'绀轰緥涓', N'1', N'jeecgListDemoController.do?BarGraph1', N'4028810061e642f90161e64423280001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:33:33', null) +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'4028810061e642f90161e646299b0007', null, N'2', N'绀轰緥涓', N'1', N'jeecgListDemoController.do?BarGraph1', N'4028810061e642f90161e64423280001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:33:33.0000000', 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'4028810061e642f90161e646cf6d0009', null, N'2', N'绀轰緥浜', N'2', N'jeecgListDemoController.do?BarGraph2', N'4028810061e642f90161e64423280001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:34:15', null) +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'4028810061e642f90161e646cf6d0009', null, N'2', N'绀轰緥浜', N'2', N'jeecgListDemoController.do?BarGraph2', N'4028810061e642f90161e64423280001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:34:15.0000000', 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'4028810061e642f90161e6472d80000b', null, N'2', N'绀轰緥涓', N'3', N'jeecgListDemoController.do?BarGraph3', N'4028810061e642f90161e64423280001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:54:27', N'2018-03-02 18:34:39', N'绠$悊鍛') +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'4028810061e642f90161e6472d80000b', null, N'2', N'绀轰緥涓', N'3', N'jeecgListDemoController.do?BarGraph3', N'4028810061e642f90161e64423280001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:54:27.0000000', N'2018-03-02 18:34:39.0000000', 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'4028810061e642f90161e647ac07000d', null, N'2', N'绀轰緥鍥', N'4', N'jeecgListDemoController.do?BarGraph4', N'4028810061e642f90161e64423280001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:35:12', null) +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'4028810061e642f90161e647ac07000d', null, N'2', N'绀轰緥鍥', N'4', N'jeecgListDemoController.do?BarGraph4', N'4028810061e642f90161e64423280001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:35:12.0000000', 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'4028810061e642f90161e64823e9000f', null, N'1', N'婕忔枟鍥', N'8', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-hourglass-start', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 10:59:26', N'2018-03-02 18:35:42', N'绠$悊鍛') +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'4028810061e642f90161e64823e9000f', null, N'1', N'婕忔枟鍥', N'8', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-hourglass-start', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 10:59:26.0000000', N'2018-03-02 18:35:42.0000000', 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'4028810061e642f90161e648ba7f0011', null, N'2', N'绀轰緥涓', N'1', N'jeecgListDemoController.do?funnelPlot1', N'4028810061e642f90161e64823e9000f', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:36:21', null) +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'4028810061e642f90161e648ba7f0011', null, N'2', N'绀轰緥涓', N'1', N'jeecgListDemoController.do?funnelPlot1', N'4028810061e642f90161e64823e9000f', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:36:21.0000000', 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'4028810061e642f90161e6496fc50013', null, N'2', N'绀轰緥浜', N'2', N'jeecgListDemoController.do?funnelPlot2', N'4028810061e642f90161e64823e9000f', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:37:07', null) +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'4028810061e642f90161e6496fc50013', null, N'2', N'绀轰緥浜', N'2', N'jeecgListDemoController.do?funnelPlot2', N'4028810061e642f90161e64823e9000f', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:37:07.0000000', 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'4028810061e65b1c0161e65c0aa30001', null, N'1', N'楗煎浘', N'10', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pie-chart', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 11:00:11', N'2018-03-02 18:57:27', N'绠$悊鍛') +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'4028810061e65b1c0161e65c0aa30001', null, N'1', N'楗煎浘', N'10', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pie-chart', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 11:00:11.0000000', N'2018-03-02 18:57:27.0000000', 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'4028810061e65b1c0161e65d04920003', null, N'2', N'绀轰緥涓', N'1', N'jeecgListDemoController.do?PieChart1', N'4028810061e65b1c0161e65c0aa30001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:58:31', null) +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'4028810061e65b1c0161e65d04920003', null, N'2', N'绀轰緥涓', N'1', N'jeecgListDemoController.do?PieChart1', N'4028810061e65b1c0161e65c0aa30001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:58:31.0000000', 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'4028810061e65b1c0161e65d64db0005', null, N'2', N'绀轰緥浜', N'2', N'jeecgListDemoController.do?PieChart2', N'4028810061e65b1c0161e65c0aa30001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:58:55', null) +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'4028810061e65b1c0161e65d64db0005', null, N'2', N'绀轰緥浜', N'2', N'jeecgListDemoController.do?PieChart2', N'4028810061e65b1c0161e65c0aa30001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-02 18:58:55.0000000', 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'4028810061f3d1b70161f41676110001', null, N'1', N'鎶樼嚎鍥', N'9', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-line-chart', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 10:56:08', null) +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'4028810061f3d1b70161f41676110001', null, N'1', N'鎶樼嚎鍥', N'9', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-line-chart', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 10:56:08.0000000', 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'4028810061f3d1b70161f417147a0003', null, N'2', N'绀轰緥涓', N'1', N'jeecgListDemoController.do?lineChart1', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 10:56:48', null) +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'4028810061f3d1b70161f417147a0003', null, N'2', N'绀轰緥涓', N'1', N'jeecgListDemoController.do?lineChart1', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 10:56:48.0000000', 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'4028810061f3d1b70161f4176b780005', null, N'2', N'绀轰緥浜', N'2', N'jeecgListDemoController.do?lineChart2', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 10:57:11', null) +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'4028810061f3d1b70161f4176b780005', null, N'2', N'绀轰緥浜', N'2', N'jeecgListDemoController.do?lineChart2', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 10:57:11.0000000', 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'4028810061f3d1b70161f417b8d60007', null, N'2', N'绀轰緥涓', N'3', N'jeecgListDemoController.do?lineChart3', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 10:57:30', null) +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'4028810061f3d1b70161f417b8d60007', null, N'2', N'绀轰緥涓', N'3', N'jeecgListDemoController.do?lineChart3', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 10:57:30.0000000', 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'4028810061f3d1b70161f417de080009', null, N'2', N'绀轰緥鍥', N'4', N'jeecgListDemoController.do?lineChart4', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 10:57:58', N'2018-03-05 10:57:40', N'绠$悊鍛') +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'4028810061f3d1b70161f417de080009', null, N'2', N'绀轰緥鍥', N'4', N'jeecgListDemoController.do?lineChart4', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 10:57:58.0000000', N'2018-03-05 10:57:40.0000000', 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'4028810061f3d1b70161f4186787000c', null, N'2', N'绀轰緥浜', N'5', N'jeecgListDemoController.do?lineChart5', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 10:58:15', null) +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'4028810061f3d1b70161f4186787000c', null, N'2', N'绀轰緥浜', N'5', N'jeecgListDemoController.do?lineChart5', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 10:58:15.0000000', 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'4028810061f41d790161f41ed05f0001', null, N'1', N'鐐圭姸鍥', N'11', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-area-chart', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 11:05:26', N'2018-03-05 11:05:15', N'绠$悊鍛') +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'4028810061f41d790161f41ed05f0001', null, N'1', N'鐐圭姸鍥', N'11', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-area-chart', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 11:05:26.0000000', N'2018-03-05 11:05:15.0000000', 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'4028810061f41d790161f42018990004', null, N'2', N'绀轰緥涓', N'1', N'jeecgListDemoController.do?PointChart1', N'4028810061f41d790161f41ed05f0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 11:07:00', N'2018-03-05 11:06:39', N'绠$悊鍛') +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'4028810061f41d790161f42018990004', null, N'2', N'绀轰緥涓', N'1', N'jeecgListDemoController.do?PointChart1', N'4028810061f41d790161f41ed05f0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 11:07:00.0000000', N'2018-03-05 11:06:39.0000000', 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'4028810061f41d790161f420c3340007', null, N'2', N'绀轰緥浜', N'2', N'jeecgListDemoController.do?PointChart2', N'4028810061f41d790161f41ed05f0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 11:07:23', null) +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'4028810061f41d790161f420c3340007', null, N'2', N'绀轰緥浜', N'2', N'jeecgListDemoController.do?PointChart2', N'4028810061f41d790161f41ed05f0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 11:07:23.0000000', 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'4028810061f41d790161f42104c90009', null, N'2', N'绀轰緥涓', N'3', N'jeecgListDemoController.do?PointChart3', N'4028810061f41d790161f41ed05f0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 11:07:40', null) +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'4028810061f41d790161f42104c90009', null, N'2', N'绀轰緥涓', N'3', N'jeecgListDemoController.do?PointChart3', N'4028810061f41d790161f41ed05f0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-05 11:07:40.0000000', 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'4028810061f41d790161f4221297000b', null, N'1', N'鐭╁舰鍥', N'1', N'jeecgListDemoController.do?RectangularGraph', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:52:29', N'2018-03-05 11:08:49', N'绠$悊鍛') +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'4028810061f41d790161f4221297000b', null, N'1', N'鐭╁舰鍥', N'1', N'jeecgListDemoController.do?RectangularGraph', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:52:29.0000000', N'2018-03-05 11:08:49.0000000', 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'4028810061f41d790161f4e293140015', null, N'1', N'鍏朵粬', N'13', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-align-justify', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 15:15:03', N'2018-03-05 14:39:04', N'绠$悊鍛') +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'4028810061f41d790161f4e293140015', null, N'1', N'鍏朵粬', N'13', N'', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-align-justify', N'admin', N'绠$悊鍛', N'admin', N'2018-03-05 15:15:03.0000000', N'2018-03-05 14:39:04.0000000', 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'4028810061f41d790161f4e374890018', null, N'2', N'绀轰緥鍏', N'6', N'jeecgListDemoController.do?other1', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:52:10', N'2018-03-05 14:40:02', N'绠$悊鍛') +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'4028810061f41d790161f4e374890018', null, N'2', N'绀轰緥鍏', N'6', N'jeecgListDemoController.do?other1', N'4028810061f3d1b70161f41676110001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:52:10.0000000', N'2018-03-05 14:40:02.0000000', 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'4028810061f41d790161f4e3e901001a', null, N'2', N'缁煎悎鎶ヨ〃', N'2', N'jeecgListDemoController.do?TotalReport', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:57:36', N'2018-03-05 14:40:32', N'绠$悊鍛') +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'4028810061f41d790161f4e3e901001a', null, N'2', N'缁煎悎鎶ヨ〃', N'2', N'jeecgListDemoController.do?TotalReport', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:57:36.0000000', N'2018-03-05 14:40:32.0000000', 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'4028810a64e8d94d0164e9033a580005', null, N'1', N'鍗曟嵁鎵撳嵃', N'10', N'jeecgFormDemoController.do?printingDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-print', N'admin', N'绠$悊鍛', N'admin', N'2018-07-30 14:30:52', N'2018-07-30 10:27:40', N'绠$悊鍛') +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'40288102653ced6601653cee431c0001', null, N'1', N'闈㈡澘鎷栨嫿', N'37', N'jeecgListDemoController.do?goDraggablePanels', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-clone', N'admin', N'绠$悊鍛', N'admin', N'2018-08-15 18:17:15.0000000', N'2018-08-15 17:32:52.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881855ab8c48a015ab8d133050018', null, N'1', N'娴嬭瘯online琛ㄥ崟鏉冮檺', N'4', N'', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-10 23:23:32', null, N'绠$悊鍛') +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'4028810a64e8d94d0164e9033a580005', null, N'1', N'鍗曟嵁鎵撳嵃', N'10', N'jeecgFormDemoController.do?printingDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-print', N'admin', N'绠$悊鍛', N'admin', N'2018-07-30 14:30:52.0000000', N'2018-07-30 10:27:40.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881855ab8c48a015ab8d1f96f001b', null, N'1', N'ol璇峰亣鍗曟煡鐪嬮〉闈', N'1', N'cgFormBuildController/ftlForm/jform_leave/goDetail.do', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-30 12:42:51', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881855ab8c48a015ab8d133050018', null, N'1', N'娴嬭瘯online琛ㄥ崟鏉冮檺', N'4', N'', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-10 23:23:32.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881855c0190fa015c019342b20003', null, N'2', N'缁煎悎鎶ヨ〃2', N'24', N'jeecgListDemoController.do?broswerStatisticTabs', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:57:01', N'2017-05-13 19:30:47', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881855ab8c48a015ab8d1f96f001b', null, N'1', N'ol璇峰亣鍗曟煡鐪嬮〉闈', N'1', N'cgFormBuildController/ftlForm/jform_leave/goDetail.do', N'402881855ab8c48a015ab8d133050018', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', null, null, N'admin', N'2017-03-30 12:42:51.0000000', 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', null) +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881855c0190fa015c019342b20003', null, N'2', N'缁煎悎鎶ヨ〃2', N'24', N'jeecgListDemoController.do?broswerStatisticTabs', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 16:57:01.0000000', N'2017-05-13 19:30:47.0000000', 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'7', N'mutiLangController.do?mutiLang', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2018-06-01 17:06:04', null, N'绠$悊鍛') +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.0000000', null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e45e6b867a015e6c539b8a000d', null, N'1', N'澶歵ab閫夐」鍗', N'13', N'jeecgFormDemoController.do?tabsDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:10:32', N'2017-09-10 23:06:12', N'绠$悊鍛') +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'7', N'mutiLangController.do?mutiLang', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2018-06-01 17:06:04.0000000', 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'402881e55de5aead015de643eaed0004', null, N'1', N'澶氳〃澶村垪琛', N'2', N'jeecgListDemoController.do?multiHeaList', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:06:26', N'2017-08-15 22:19:57', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e45e6b867a015e6c539b8a000d', null, N'1', N'澶歵ab閫夐」鍗', N'13', N'jeecgFormDemoController.do?tabsDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:10:32.0000000', N'2017-09-10 23:06:12.0000000', 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'402881e56266f4310162671d62050044', null, N'1', N'缂栬緫椤甸潰', N'2', N'testRuleController.do?goUpdate', N'402881e56266f431016267412f22009a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-03-27 19:39:39', N'2018-03-27 19:00:01', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881e55de5aead015de643eaed0004', null, N'1', N'澶氳〃澶村垪琛', N'2', N'jeecgListDemoController.do?multiHeaList', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:06:26.0000000', N'2017-08-15 22:19:57.0000000', 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'402881e56266f43101626724eb730065', null, N'1', N'鏁版嵁鏉冮檺url', N'3', N'testRuleController.do?datagrid', N'402881e56266f431016267412f22009a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-03-27 19:39:45', N'2018-03-27 19:08:15', N'绠$悊鍛') +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'402881e56266f4310162671d62050044', null, N'1', N'缂栬緫椤甸潰', N'2', N'testRuleController.do?goUpdate', N'402881e56266f431016267412f22009a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-03-27 19:39:39.0000000', N'2018-03-27 19:00:01.0000000', 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'402881e56266f431016267412f22009a', null, N'0', N'鏁版嵁鏉冮檺璁茶В瑙嗛', N'102', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-27 19:39:07', null) +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'402881e56266f43101626724eb730065', null, N'1', N'鏁版嵁鏉冮檺url', N'3', N'testRuleController.do?datagrid', N'402881e56266f431016267412f22009a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-03-27 19:39:45.0000000', N'2018-03-27 19:08:15.0000000', 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'402881ea5bc9abd3015bc9b2ebe10001', null, N'1', N'宸﹀彸甯冨眬', N'10', N'jeecgFormDemoController.do?siteSelect', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181560043', N'0', N'fa-code', null, null, N'admin', N'2018-06-01 12:16:37', null, N'绠$悊鍛') +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'402881e56266f431016267412f22009a', null, N'0', N'鏁版嵁鏉冮檺璁茶В瑙嗛', N'102', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-03-27 19:39:07.0000000', 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'402881ea5bcd7fd0015bcd8b5eae0001', null, N'1', N'涓婁笅甯冨眬琛ㄥ崟涓', N'22', N'jeecgFormDemoController.do?specialLayout', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181560043', N'0', N'fa-facebook-official', null, null, N'admin', N'2018-05-06 15:39:35', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881ea5bc9abd3015bc9b2ebe10001', null, N'1', N'宸﹀彸甯冨眬', N'10', N'jeecgFormDemoController.do?siteSelect', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181560043', N'0', N'fa-code', null, null, N'admin', N'2018-06-01 12:16:37.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881ef5e087320015e087a17570001', null, N'1', N'popup鎺т欢', N'23', N'jeecgFormDemoController.do?popupMultiValue', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-external-link', N'admin', N'绠$悊鍛', N'admin', N'2017-11-14 11:30:45', N'2017-08-22 13:46:13', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881ea5bcd7fd0015bcd8b5eae0001', null, N'1', N'涓婁笅甯冨眬琛ㄥ崟涓', N'22', N'jeecgFormDemoController.do?specialLayout', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8181560043', N'0', N'fa-facebook-official', null, null, N'admin', N'2018-05-06 15:39:35.0000000', 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'402881f263dd1d8f0163de06421c0067', null, N'1', N'涓嬫媺鍒楄〃鎺т欢', N'36', N'jeecgFormDemoController.do?dropDownDatagrid', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-angle-down', N'admin', N'绠$悊鍛', N'admin', N'2018-06-28 11:05:22', N'2018-06-08 14:12:22', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402881ef5e087320015e087a17570001', null, N'1', N'popup鎺т欢', N'23', N'jeecgFormDemoController.do?popupMultiValue', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-external-link', N'admin', N'绠$悊鍛', N'admin', N'2017-11-14 11:30:45.0000000', N'2017-08-22 13:46:13.0000000', 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'402881f4606cc3d501606cd07a520005', null, N'1', N'娣诲姞椤甸潰', N'0', N'jeecgListDemoController.do?goAdd', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-12-19 11:29:35', N'2017-12-19 11:28:10', N'绠$悊鍛') +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'402881f263dd1d8f0163de06421c0067', null, N'1', N'涓嬫媺鍒楄〃鎺т欢', N'36', N'jeecgFormDemoController.do?dropDownDatagrid', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-angle-down', N'admin', N'绠$悊鍛', N'admin', N'2018-06-28 11:05:22.0000000', N'2018-06-08 14:12:22.0000000', 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'402881f4609299ad0160929ab2e00001', null, N'1', N'浜岀骇绠$悊鍛', N'4', N'', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-group', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 17:04:51', N'2017-12-26 19:35:00', N'绠$悊鍛') +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'402881f4606cc3d501606cd07a520005', null, N'1', N'娣诲姞椤甸潰', N'0', N'jeecgListDemoController.do?goAdd', N'402889fb486e848101486e8de3d60005', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'admin', N'2017-12-19 11:29:35.0000000', N'2017-12-19 11:28:10.0000000', 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'402881f462bcd9fe0162bcdd0e4c0001', null, N'1', N'vue鍒楄〃', N'32', N'jeecgListDemoController.do?vueList', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-vimeo-square', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 14:56:17', N'2018-04-13 10:37:07', N'绠$悊鍛') +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'402881f4609299ad0160929ab2e00001', null, N'1', N'浜岀骇绠$悊鍛', N'4', N'', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-group', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 17:04:51.0000000', N'2017-12-26 19:35:00.0000000', 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'402881f462fa6ee90162fa78deba0001', null, N'1', N'vueBootstrap', N'33', N'jeecgListDemoController.do?vueBootstrapTableList', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-vimeo-square', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 14:56:04', N'2018-04-25 09:44:08', N'绠$悊鍛') +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'402881f462bcd9fe0162bcdd0e4c0001', null, N'1', N'vue鍒楄〃', N'32', N'jeecgListDemoController.do?vueList', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-vimeo-square', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 14:56:17.0000000', N'2018-04-13 10:37:07.0000000', 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'402881f463a591710163a5e59a830010', null, N'2', N'鎺ュ彛鐢ㄦ埛绠$悊', N'3', N'userController.do?interfaceUser', N'402881fc60a07a350160a07cf68e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-05-28 16:37:58', null) +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'402881f462fa6ee90162fa78deba0001', null, N'1', N'vueBootstrap', N'33', N'jeecgListDemoController.do?vueBootstrapTableList', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-vimeo-square', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 14:56:04.0000000', N'2018-04-25 09:44:08.0000000', 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'402881f463b4e5d20163b4f9a81b0001', null, N'1', N'BT甯冨眬鎶ヨ〃', N'6', N'jeecgListDemoController.do?bootStrapEchartsDemo', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:27:19', N'2018-05-31 14:54:10', N'绠$悊鍛') +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'402881f463a591710163a5e59a830010', null, N'2', N'鎺ュ彛鐢ㄦ埛绠$悊', N'3', N'userController.do?interfaceUser', N'402881fc60a07a350160a07cf68e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2018-05-28 16:37:58.0000000', 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'402881f463b56b950163b5aefcdb0002', null, N'1', N'宓屽瀛愯〃鍒楄〃', N'4', N'jfromOrderController.do?gridViewlist', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 17:02:40', N'2018-05-31 18:12:14', N'绠$悊鍛') +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'402881f463b4e5d20163b4f9a81b0001', null, N'1', N'BT甯冨眬鎶ヨ〃', N'6', N'jeecgListDemoController.do?bootStrapEchartsDemo', N'8a8ab0b246dc81120146dc8180d4001b', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:27:19.0000000', N'2018-05-31 14:54:10.0000000', 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'402881f66260fc8e016260ffdde70001', null, N'1', N'涓婁笅甯冨眬琛ㄥ崟浜', N'21', N'jformOrderMain2Controller.do?index', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-facebook-official', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:39:26', N'2018-03-26 14:30:04', N'绠$悊鍛') +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'402881f463b56b950163b5aefcdb0002', null, N'1', N'宓屽瀛愯〃鍒楄〃', N'4', N'jfromOrderController.do?gridViewlist', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 17:02:40.0000000', N'2018-05-31 18:12:14.0000000', 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'402881fa64a1ca500164a1d549e40001', null, N'1', N'Bootstrap鏍戝舰鍒楄〃', N'5', N'jeecgFormDemoController.do?bootstrapTreeListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tree', N'admin', N'绠$悊鍛', N'admin', N'2018-07-16 16:17:45', N'2018-07-16 14:44:27', N'绠$悊鍛') +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'402881f66260fc8e016260ffdde70001', null, N'1', N'涓婁笅甯冨眬琛ㄥ崟浜', N'21', N'jformOrderMain2Controller.do?index', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-facebook-official', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:39:26.0000000', N'2018-03-26 14:30:04.0000000', 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'402881fc60a07a350160a07cf68e0001', null, N'1', N'鎺ュ彛鏉冮檺', N'5', N'', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-share-alt', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 17:05:00', N'2017-12-29 12:17:12', N'绠$悊鍛') +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'402881fa64a1ca500164a1d549e40001', null, N'1', N'Bootstrap鏍戝舰鍒楄〃', N'5', N'jeecgFormDemoController.do?bootstrapTreeListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tree', N'admin', N'绠$悊鍛', N'admin', N'2018-07-16 16:17:45.0000000', N'2018-07-16 14:44:27.0000000', 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'402881fc60a07a350160a07d4f860003', null, N'2', N'鎺ュ彛鏉冮檺绠$悊', N'1', N'interfaceController.do?interface', N'402881fc60a07a350160a07cf68e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2017-12-29 12:17:35', null) +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'402881fc60a07a350160a07cf68e0001', null, N'1', N'鎺ュ彛鏉冮檺', N'5', N'', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-share-alt', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 17:05:00.0000000', N'2017-12-29 12:17:12.0000000', 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'402881fc60a07a350160a07da5720005', null, N'2', N'鎺ュ彛瑙掕壊绠$悊', N'2', N'interroleController.do?list', N'402881fc60a07a350160a07cf68e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2017-12-29 12:17:57', null) +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'402881fc60a07a350160a07d4f860003', null, N'2', N'鎺ュ彛鏉冮檺绠$悊', N'1', N'interfaceController.do?interface', N'402881fc60a07a350160a07cf68e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2017-12-29 12:17:35.0000000', 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'402881fc60c0d2d50160c0d860b00001', null, N'1', N'Online濉艰鍒', N'4', N'tSFillRuleController.do?list', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-01-16 17:24:35', N'2018-01-04 19:04:54', N'绠$悊鍛') +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'402881fc60a07a350160a07da5720005', null, N'2', N'鎺ュ彛瑙掕壊绠$悊', N'2', N'interroleController.do?list', N'402881fc60a07a350160a07cf68e0001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', null, null, N'2017-12-29 12:17:57.0000000', 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'402881ff6265de9b016266eb26380035', null, N'1', N'鎺ュ彛娴嬭瘯', N'28', N'jeecgFormDemoController.do?interfaceTestDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180f00026', N'0', N'fa-check-circle-o', N'admin', N'绠$悊鍛', null, null, N'2018-03-27 18:05:09', null) +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'402881fc60c0d2d50160c0d860b00001', null, N'1', N'Online濉艰鍒', N'4', N'tSFillRuleController.do?list', N'8a8ab0b246dc81120146dc8180ce0019', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', N'admin', N'绠$悊鍛', N'admin', N'2018-01-16 17:24:35.0000000', N'2018-01-04 19:04:54.0000000', 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'402881ff6265de9b016266eb26380035', null, N'1', N'鎺ュ彛娴嬭瘯', N'28', N'jeecgFormDemoController.do?interfaceTestDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180f00026', N'0', N'fa-check-circle-o', N'admin', N'绠$悊鍛', null, null, N'2018-03-27 18:05:09.0000000', 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'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) @@ -22255,10 +22249,10 @@ GO INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402885814e3d2d09014e3d2e77800001', null, N'1', N'鏁版嵁鏃ュ織', N'4', N'systemController.do?dataLogList', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc81810d002f', N'0', null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402889fb486e848101486e8de3d60005', null, N'0', N'鏁版嵁鏉冮檺', N'100', N'', null, N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'fa-gears', null, null, N'admin', N'2017-03-04 13:37:59', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'402889fb486e848101486e8de3d60005', null, N'0', N'鏁版嵁鏉冮檺', N'100', N'', null, N'8a8ab0b246dc81120146dc8180820003', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'fa-gears', null, null, N'admin', N'2017-03-04 13:37:59.0000000', 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'40289181647d9d4a01647daaa4ce0001', null, N'1', N'琛ㄥ崟鍘熺敓缁勪欢浜', N'4', N'jeecgFormDemoController.do?natures', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', N'admin', N'绠$悊鍛', N'admin', N'2018-07-09 18:29:31', N'2018-07-09 14:11:33', N'绠$悊鍛') +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'40289181647d9d4a01647daaa4ce0001', null, N'1', N'琛ㄥ崟鍘熺敓缁勪欢浜', N'4', N'jeecgFormDemoController.do?natures', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', N'admin', N'绠$悊鍛', N'admin', N'2018-07-09 18:29:31.0000000', N'2018-07-09 14:11:33.0000000', N'绠$悊鍛') GO GO INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028948150f5ba6a0150f5d0b0200004', null, N'1', N'瀹㈡埛璺熻釜璁板綍', N'4', N'cgAutoListController.do?list&id=jeecg_custom_record', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) @@ -22267,136 +22261,142 @@ GO INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028948150f5ba6a0150f5d34aca000a', null, N'1', N'瀹㈡埛璧勬枡绠$悊', N'5', N'cgAutoListController.do?list&id=jeecg_custom_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ab775dca0d1b015dca3fccb60016', null, N'1', N'Online鍔犺浇鏁版嵁鏉冮檺', N'3', N'cgFormHeadController.do?datagrid', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'demo', N'2017-08-14 16:35:40', N'2017-08-10 11:46:05', N'demo') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ab775dca0d1b015dca3fccb60016', null, N'1', N'Online鍔犺浇鏁版嵁鏉冮檺', N'3', N'cgFormHeadController.do?datagrid', N'402880ec5cc40078015cc43430e80061', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'1', N'', N'admin', N'绠$悊鍛', N'demo', N'2017-08-14 16:35:40.0000000', N'2017-08-10 11:46:05.0000000', N'demo') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028b29a5d86c6e5015d8711a0000007', null, N'1', N'鏂囦欢涓婁紶浜', N'15', N'multiUploadController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-upload', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:07:11', N'2017-07-28 10:41:06', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028b29a5d86c6e5015d8711a0000007', null, N'1', N'鏂囦欢涓婁紶浜', N'15', N'multiUploadController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-upload', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:07:11.0000000', N'2017-07-28 10:41:06.0000000', 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'4028b88161cdb43d0161cdb5ebc90001', null, N'1', N'浜岀淮鐮佹祴璇', N'27', N'jeecgFormDemoController.do?qrcode', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-anchor', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:19:00', N'2017-09-14 12:18:07', N'绠$悊鍛') +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'4028b88161cdb43d0161cdb5ebc90001', null, N'1', N'浜岀淮鐮佹祴璇', N'27', N'jeecgFormDemoController.do?qrcode', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-anchor', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:19:00.0000000', N'2017-09-14 12:18:07.0000000', 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'4028bc934869765001486977f0980001', null, N'1', N'common.datasource.manage', N'6', N'dynamicDataSourceController.do?dbSource', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-10 12:15:41', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028bc934869765001486977f0980001', null, N'1', N'common.datasource.manage', N'6', N'dynamicDataSourceController.do?dbSource', N'8a8ab0b246dc81120146dc8180d9001d', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-10 12:15:41.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81535fff5101536001bb8d0005', null, N'1', N'鎷涜仒绠$悊', N'2', N'cgAutoListController.do?list&id=jform_resume_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-01 11:51:06', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef81535fff5101536001bb8d0005', null, N'1', N'鎷涜仒绠$悊', N'2', N'cgAutoListController.do?list&id=jform_resume_info', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-01 11:51:06.0000000', 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', null, N'绠$悊鍛') +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.0000000', 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', null, N'绠$悊鍛') +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.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f0153787764cc0004', null, N'1', N'绉诲姩璇峰亣鍗', N'2', N'cgFormBuildController/ftlForm/jform_leave/goAdd.do?olstylecode=moblieCommon001', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-10 18:09:11', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f0153787764cc0004', null, N'1', N'绉诲姩璇峰亣鍗', N'2', N'cgFormBuildController/ftlForm/jform_leave/goAdd.do?olstylecode=moblieCommon001', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-10 18:09:11.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f01537879315e0009', null, N'1', N'PC璇峰亣鍗', N'2', N'cgFormBuildController/ftlForm/jform_leave/goAddButton.do', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-10 18:10:26', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378741f01537879315e0009', null, N'1', N'PC璇峰亣鍗', N'2', N'cgFormBuildController/ftlForm/jform_leave/goAddButton.do', N'402880e74d76e784014d76f5505a0012', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-03-10 18:10:26.0000000', 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', null, N'绠$悊鍛') +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.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e019750003', null, N'0', N'绉诲姩鎶ヨ〃', N'2', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pie-chart', null, null, N'admin', N'2017-03-03 17:34:37', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e019750003', null, N'0', N'绉诲姩鎶ヨ〃', N'2', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pie-chart', null, null, N'admin', N'2017-03-03 17:34:37.0000000', 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'2018-05-06 17:00:26', null, N'绠$悊鍛') +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'2018-05-06 17:00:26.0000000', 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', null) +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.0000000', 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', null) +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.0000000', 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', null) +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.0000000', 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', null) +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.0000000', null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e30f760010', null, N'1', N'2D楗煎浘', N'6', N'cgDynamGraphController.do?design&id=t_s_log>ype=Pie2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-09-08 16:58:19', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef815378be7c015378e30f760010', null, N'1', N'2D楗煎浘', N'6', N'cgDynamGraphController.do?design&id=t_s_log>ype=Pie2D', N'4028ef815378be7c015378e019750003', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-09-08 16:58:19.0000000', 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', null) +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.0000000', 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'7', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-download', null, null, N'admin', N'2018-05-06 14:50:21', null, N'绠$悊鍛') +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'7', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-download', null, null, N'admin', N'2018-05-06 14:50:21.0000000', 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', null, N'绠$悊鍛') +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.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd344cddd3', null, N'1', N'璁㈠崟绠$悊', N'1', N'demo/jpDemoOrderMain.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-06-20 22:35:05', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028ef8155fd32e40155fd344cddd3', null, N'1', N'璁㈠崟绠$悊', N'1', N'demo/jpDemoOrderMain.do?list', N'4028ef8155fd32e40155fd33c6670001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'', null, null, N'admin', N'2017-06-20 22:35:05.0000000', 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', null, N'绠$悊鍛') +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.0000000', 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', null) +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.0000000', null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af3ce54015af3d1ad610001', null, N'0', N'general.demo', N'6', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-twitch', null, null, N'admin', N'2017-10-31 20:03:41', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af3ce54015af3d1ad610001', null, N'0', N'general.demo', N'6', N'', null, N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-twitch', null, null, N'admin', N'2017-10-31 20:03:41.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af3ce54015af3d1f52c0003', null, N'1', N'琛ㄥ崟鏍囩缁勪欢', N'3', N'jeecgFormDemoController.do?uitag', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', null, null, N'admin', N'2018-06-01 12:00:52', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af3ce54015af3d1f52c0003', null, N'1', N'琛ㄥ崟鏍囩缁勪欢', N'3', N'jeecgFormDemoController.do?uitag', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', null, null, N'admin', N'2018-06-01 12:00:52.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af5ca04015af5cbf9300001', null, N'1', N'琛ㄥ崟鏍¢獙', N'3', N'jeecgFormDemoController.do?formValidDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:09:47', N'2017-03-22 19:34:29', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af5ca04015af5cbf9300001', null, N'1', N'琛ㄥ崟鏍¢獙', N'3', N'jeecgFormDemoController.do?formValidDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:09:47.0000000', N'2017-03-22 19:34:29.0000000', 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'4028f6815af5e479015af5f08dc4001a', null, N'1', N'鏍囩鏁版嵁鍒楄〃', N'1', N'jeecgListDemoController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:00:11', N'2017-03-22 20:14:27', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af5e479015af5f08dc4001a', null, N'1', N'鏍囩鏁版嵁鍒楄〃', N'1', N'jeecgListDemoController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:00:11.0000000', N'2017-03-22 20:14:27.0000000', 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'4028f6815af6de95015af6e078420001', null, N'1', N'Minidao鍒楄〃', N'4', N'jeecgListDemoController.do?minidaoListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', null, null, N'admin', N'2018-06-01 12:09:56', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af6de95015af6e078420001', null, N'1', N'Minidao鍒楄〃', N'4', N'jeecgListDemoController.do?minidaoListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', null, null, N'admin', N'2018-06-01 12:09:56.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af750eb015af755e1ca0001', null, N'1', N'琛ㄥ崟鍘熺敓缁勪欢', N'3', N'jeecgFormDemoController.do?nature', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', null, null, N'admin', N'2018-06-01 12:01:07', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af750eb015af755e1ca0001', null, N'1', N'琛ㄥ崟鍘熺敓缁勪欢', N'3', N'jeecgFormDemoController.do?nature', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', null, null, N'admin', N'2018-06-01 12:01:07.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af9fb56015af9fc51d30001', null, N'1', N'鑷畾涔夋煡璇竴', N'17', N'jeecgListDemoController.do?mysearchListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-filter', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:08:54', N'2017-03-23 15:05:47', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815af9fb56015af9fc51d30001', null, N'1', N'鑷畾涔夋煡璇竴', N'17', N'jeecgListDemoController.do?mysearchListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-filter', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:08:54.0000000', N'2017-03-23 15:05:47.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815afa8964015afa8a63e20001', null, N'1', N'琛岀紪杈戝垪琛', N'4', N'jeecgListDemoController.do?rowListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:08:11', N'2017-03-23 17:40:57', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815afa8964015afa8a63e20001', null, N'1', N'琛岀紪杈戝垪琛', N'4', N'jeecgListDemoController.do?rowListDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tags', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:08:11.0000000', N'2017-03-23 17:40:57.0000000', 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'4028f6815b0b1017015b0b1265cf0002', null, N'2', N'鏃ュ織鎶ヨ〃', N'25', N'jeecgListDemoController.do?log', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', null, null, N'admin', N'2018-05-06 16:57:13', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028f6815b0b1017015b0b1265cf0002', null, N'2', N'鏃ュ織鎶ヨ〃', N'25', N'jeecgListDemoController.do?log', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-pencil-square', null, null, N'admin', N'2018-05-06 16:57:13.0000000', 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'4028f681630b600701630bc1eee30030', null, N'1', N'Easyui鍘熺敓鍒楄〃', N'5', N'jeecgListDemoController.do?natureAceTableDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:29:42', N'2018-04-28 18:17:29', N'绠$悊鍛') +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'4028f681630b600701630bc1eee30030', null, N'1', N'Easyui鍘熺敓鍒楄〃', N'5', N'jeecgListDemoController.do?natureAceTableDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-code', N'admin', N'绠$悊鍛', N'admin', N'2018-05-06 15:29:42.0000000', N'2018-04-28 18:17:29.0000000', 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'4028f6816402785c0164027969d20001', null, N'1', N'excel瀵煎叆瀵煎嚭绀轰緥', N'99', N'jeecgDemoExcelController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-arrows-v', N'admin', N'绠$悊鍛', N'admin', N'2018-06-28 10:57:42', N'2018-06-15 16:04:28', N'绠$悊鍛') +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'4028f6816402785c0164027969d20001', null, N'1', N'excel瀵煎叆瀵煎嚭绀轰緥', N'99', N'jeecgDemoExcelController.do?list', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-arrows-v', N'admin', N'绠$悊鍛', N'admin', N'2018-06-28 10:57:42.0000000', N'2018-06-15 16:04:28.0000000', 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'4028f681643b2e6401643b3aeba50001', null, N'1', N'鎸夐挳鎶樺彔demo', N'99', N'jeecgListDemoController.do?collapseDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-arrow-circle-down', N'admin', N'绠$悊鍛', N'admin', N'2018-06-28 11:05:51', N'2018-06-26 16:34:34', N'绠$悊鍛') +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'4028f681643b2e6401643b3aeba50001', null, N'1', N'鎸夐挳鎶樺彔demo', N'99', N'jeecgListDemoController.do?collapseDemo', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-arrow-circle-down', N'admin', N'绠$悊鍛', N'admin', N'2018-06-28 11:05:51.0000000', N'2018-06-26 16:34:34.0000000', 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'4028f68164caf6520164cb5d79670004', null, N'1', N'plupload涓婁紶1', N'100', N'jeecgFormDemoController.do?plupload1', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-upload', N'admin', N'绠$悊鍛', null, null, N'2018-07-24 16:17:38', null) +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'4028f68164caf6520164cb5d79670004', null, N'1', N'plupload涓婁紶1', N'100', N'jeecgFormDemoController.do?plupload1', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-upload', N'admin', N'绠$悊鍛', null, null, N'2018-07-24 16:17:38.0000000', 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'4028f68164caf6520164cb5ecade0006', null, N'1', N'妫绱笅鎷夋', N'100', N'jeecgListDemoController.do?suggest', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-list-ol', N'admin', N'绠$悊鍛', null, null, N'2018-07-24 16:19:04', null) +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'4028f68164caf6520164cb5ecade0006', null, N'1', N'妫绱笅鎷夋', N'100', N'jeecgListDemoController.do?suggest', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-list-ol', N'admin', N'绠$悊鍛', null, null, N'2018-07-24 16:19:04.0000000', 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'4028f68164cfec7b0164d07373540002', null, N'1', N'plupload涓婁紶2', N'100', N'jeecgFormDemoController.do?plupload2', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-upload', N'admin', N'绠$悊鍛', null, null, N'2018-07-25 15:59:44', null) +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'4028f68164cfec7b0164d07373540002', null, N'1', N'plupload涓婁紶2', N'100', N'jeecgFormDemoController.do?plupload2', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-upload', N'admin', N'绠$悊鍛', null, null, N'2018-07-25 15:59:44.0000000', 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'4028fbc65c3ab6e3015c3ab7ba690003', null, N'1', N'鏂囦欢涓婁紶涓', N'14', N'commonController.do?listTurn&turn=system/document/filesList', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-files-o', null, null, N'admin', N'2018-05-06 15:07:01', null, N'绠$悊鍛') +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'4028f681658063000165806aa21c0001', null, N'1', N'jxls瀵煎嚭excel', N'99', N'jeecgDemoExcelController.do?jxls', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-file-excel-o', N'admin', N'绠$悊鍛', N'admin', N'2018-08-28 20:07:29.0000000', N'2018-08-28 20:03:16.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028fbc65c56ece6015c56f508300002', null, N'1', N'鏍戝舰鍒楄〃', N'4', N'jeecgFormDemoController.do?function', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tree', null, null, N'admin', N'2017-11-14 11:35:33', null, N'绠$悊鍛') +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'4028f68165a8fe350165a90f06d50001', null, N'1', N'涓嬫媺澶氶塪emo', N'100', N'jeecgFormDemoController.do?multiSelect', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-list-ol', N'admin', N'绠$悊鍛', N'admin', N'2018-09-05 17:28:15.0000000', N'2018-09-05 17:27:38.0000000', 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', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028fbc65c3ab6e3015c3ab7ba690003', null, N'1', N'鏂囦欢涓婁紶涓', N'14', N'commonController.do?listTurn&turn=system/document/filesList', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-files-o', null, null, N'admin', N'2018-05-06 15:07:01.0000000', 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', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'4028fbc65c56ece6015c56f508300002', null, N'1', N'鏍戝舰鍒楄〃', N'4', N'jeecgFormDemoController.do?function', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-tree', null, null, N'admin', N'2017-11-14 11:35:33.0000000', 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'1', N'', null, N'8a8ab0b246dc81120146dc8180890008', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-bar-chart-o', null, null, N'admin', N'2018-05-06 17:00:31', null, N'绠$悊鍛') +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.0000000', 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', null, N'绠$悊鍛') +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.0000000', 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'1', N'', null, N'8a8ab0b246dc81120146dc8180890008', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-bar-chart-o', null, null, N'admin', N'2018-05-06 17:00:31.0000000', 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.0000000', 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) @@ -22405,10 +22405,10 @@ GO INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e30021', null, N'1', N'role.manage', N'2', N'roleController.do?role', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e10020', N'0', null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e70023', null, N'1', N'menu.manage', N'0', N'functionController.do?function', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e50022', N'0', N'', null, null, N'admin', N'2017-03-10 11:54:35', null, N'绠$悊鍛') +INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180e70023', null, N'1', N'menu.manage', N'0', N'functionController.do?function', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180e50022', N'0', N'', null, null, N'admin', N'2017-03-10 11:54:35.0000000', null, N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180ee0025', null, N'1', N'common.data.dictionary', N'6', N'systemController.do?typeGroupList', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180eb0024', N'0', N'', null, null, N'admin', N'2018-06-01 17:05:26', null, N'绠$悊鍛') +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', N'', null, null, N'admin', N'2018-06-01 17:05:26.0000000', null, N'绠$悊鍛') GO GO INSERT INTO [dbo].[t_s_function] ([ID], [functioniframe], [functionlevel], [functionname], [functionorder], [functionurl], [parentfunctionid], [iconid], [desk_iconid], [functiontype], [function_icon_style], [create_by], [create_name], [update_by], [update_date], [create_date], [update_name]) VALUES (N'8a8ab0b246dc81120146dc8180f30027', null, N'1', N'icon.manage', N'8', N'iconController.do?icon', N'8a8ab0b246dc81120146dc8180d2001a', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180f00026', N'0', null, null, null, null, null, null, null) @@ -22417,7 +22417,7 @@ 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'2', N'user.analysis', N'3', N'logController.do?statisticTabs&isIframe', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180810002', N'8a8ab0b246dc81120146dc8180fb002a', N'0', N'fa-pencil-square', null, null, N'admin', N'2018-05-06 16:56:18', null, N'绠$悊鍛') +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'2', N'user.analysis', N'3', N'logController.do?statisticTabs&isIframe', N'4028810061f41d790161f4e293140015', N'8a8ab0b246dc81120146dc8180810002', N'8a8ab0b246dc81120146dc8180fb002a', N'0', N'fa-pencil-square', null, null, N'admin', N'2018-05-06 16:56:18.0000000', 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'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) @@ -22435,7 +22435,7 @@ 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'ff8080815ffd3b5d015ffd3e74b40001', null, N'1', N'鑷畾涔夋煡璇簩', N'17', N'jeecgListDemoController.do?mysearchListDemo2', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-filter', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:08:39', N'2017-11-27 19:30:50', N'绠$悊鍛') +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'ff8080815ffd3b5d015ffd3e74b40001', null, N'1', N'鑷畾涔夋煡璇簩', N'17', N'jeecgListDemoController.do?mysearchListDemo2', N'4028f6815af3ce54015af3d1ad610001', N'8a8ab0b246dc81120146dc8180460000', N'8a8ab0b246dc81120146dc8180dd001e', N'0', N'fa-filter', N'admin', N'绠$悊鍛', N'admin', N'2018-06-01 12:08:39.0000000', N'2017-11-27 19:30:50.0000000', N'绠$悊鍛') GO GO @@ -22634,10 +22634,10 @@ CREATE TABLE [dbo].[t_s_interface] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [interface_name] nvarchar(50) NOT NULL , @@ -22865,55 +22865,55 @@ GO -- ---------------------------- -- Records of t_s_interface -- ---------------------------- -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'4028810260baf1410160bafb7024000d', N'绠$悊鍛', N'admin', N'2018-01-03 15:45:28', null, null, null, N'A03', N'A03', N'榛戝悕鍗曞崟鏉℃暟鎹煡璇', N'2', N'1', N'/rest/tsBlackListController/{id}', N'blacklist_get', N'GET', N'402881fc60a129cf0160a155e8c10016') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'4028810260baf1410160bafb7024000d', N'绠$悊鍛', N'admin', N'2018-01-03 15:45:28.0000000', null, null, null, N'A03', N'A03', N'榛戝悕鍗曞崟鏉℃暟鎹煡璇', N'2', N'1', N'/rest/tsBlackListController/{id}', N'blacklist_get', N'GET', N'402881fc60a129cf0160a155e8c10016') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'4028810260baf1410160bafbe0eb000f', N'绠$悊鍛', N'admin', N'2018-01-03 15:45:57', N'绠$悊鍛', N'admin', N'2018-01-03 15:46:56', N'A03', N'A03', N'榛戝悕鍗曟坊鍔', N'3', N'1', N'rest/tsBlackListController', N'blacklist_add', N'POST', N'402881fc60a129cf0160a155e8c10016') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'4028810260baf1410160bafbe0eb000f', N'绠$悊鍛', N'admin', N'2018-01-03 15:45:57.0000000', N'绠$悊鍛', N'admin', N'2018-01-03 15:46:56.0000000', N'A03', N'A03', N'榛戝悕鍗曟坊鍔', N'3', N'1', N'rest/tsBlackListController', N'blacklist_add', N'POST', N'402881fc60a129cf0160a155e8c10016') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'4028810260baf1410160bafc53350011', N'绠$悊鍛', N'admin', N'2018-01-03 15:46:26', null, null, null, N'A03', N'A03', N'榛戝悕鍗曠紪杈', N'4', N'1', N'/rest/tsBlackListController', N'blacklist_edit', N'PUT', N'402881fc60a129cf0160a155e8c10016') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'4028810260baf1410160bafc53350011', N'绠$悊鍛', N'admin', N'2018-01-03 15:46:26.0000000', null, null, null, N'A03', N'A03', N'榛戝悕鍗曠紪杈', N'4', N'1', N'/rest/tsBlackListController', N'blacklist_edit', N'PUT', N'402881fc60a129cf0160a155e8c10016') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'4028810260baf1410160bafcae570013', N'绠$悊鍛', N'admin', N'2018-01-03 15:46:50', null, null, null, N'A03', N'A03', N'榛戝悕鍗曞垹闄', N'5', N'1', N'/rest/tsBlackListController/{id}', N'blacklist_delete', N'DELETE', N'402881fc60a129cf0160a155e8c10016') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'4028810260baf1410160bafcae570013', N'绠$悊鍛', N'admin', N'2018-01-03 15:46:50.0000000', null, null, null, N'A03', N'A03', N'榛戝悕鍗曞垹闄', N'5', N'1', N'/rest/tsBlackListController/{id}', N'blacklist_delete', N'DELETE', N'402881fc60a129cf0160a155e8c10016') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bda83d80008', N'绠$悊鍛', N'admin', N'2018-03-22 11:57:15', null, null, null, N'A03', N'A03', N'jeecgDemo鎺ュ彛', N'1', N'0', N'', N'jeecgDemo', N'GET', null) +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bda83d80008', N'绠$悊鍛', N'admin', N'2018-03-22 11:57:15.0000000', null, null, null, N'A03', N'A03', N'jeecgDemo鎺ュ彛', N'1', N'0', N'', N'jeecgDemo', N'GET', null) GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bdaea80000a', N'绠$悊鍛', N'admin', N'2018-03-22 11:57:41', null, null, null, N'A03', N'A03', N'jeecgDemo鍒楄〃鏌ヨ', N'1', N'1', N'/rest/jeecgListDemoController/list', N'jeecgdemo_list', N'GET', N'402881ef624bd23701624bda83d80008') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bdaea80000a', N'绠$悊鍛', N'admin', N'2018-03-22 11:57:41.0000000', null, null, null, N'A03', N'A03', N'jeecgDemo鍒楄〃鏌ヨ', N'1', N'1', N'/rest/jeecgListDemoController/list', N'jeecgdemo_list', N'GET', N'402881ef624bd23701624bda83d80008') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bdb477e000c', N'绠$悊鍛', N'admin', N'2018-03-22 11:58:05', null, null, null, N'A03', N'A03', N'jeecgDemo鍗曟潯鏁版嵁鏌ヨ', N'2', N'1', N'/rest/jeecgListDemoController/{id}', N'jeecgdemo_get', N'GET', N'402881ef624bd23701624bda83d80008') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bdb477e000c', N'绠$悊鍛', N'admin', N'2018-03-22 11:58:05.0000000', null, null, null, N'A03', N'A03', N'jeecgDemo鍗曟潯鏁版嵁鏌ヨ', N'2', N'1', N'/rest/jeecgListDemoController/{id}', N'jeecgdemo_get', N'GET', N'402881ef624bd23701624bda83d80008') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bdba184000e', N'绠$悊鍛', N'admin', N'2018-03-22 11:58:28', null, null, null, N'A03', N'A03', N'jeecgDemo娣诲姞', N'3', N'1', N'/rest/jeecgListDemoController', N'jeecgdemo_add', N'POST', N'402881ef624bd23701624bda83d80008') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bdba184000e', N'绠$悊鍛', N'admin', N'2018-03-22 11:58:28.0000000', null, null, null, N'A03', N'A03', N'jeecgDemo娣诲姞', N'3', N'1', N'/rest/jeecgListDemoController', N'jeecgdemo_add', N'POST', N'402881ef624bd23701624bda83d80008') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bdbfcec0010', N'绠$悊鍛', N'admin', N'2018-03-22 11:58:51', null, null, null, N'A03', N'A03', N'jeecgDemo缂栬緫', N'4', N'1', N'/rest/jeecgListDemoController', N'jeecgdemo_edit', N'PUT', N'402881ef624bd23701624bda83d80008') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bdbfcec0010', N'绠$悊鍛', N'admin', N'2018-03-22 11:58:51.0000000', null, null, null, N'A03', N'A03', N'jeecgDemo缂栬緫', N'4', N'1', N'/rest/jeecgListDemoController', N'jeecgdemo_edit', N'PUT', N'402881ef624bd23701624bda83d80008') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bdc56f30012', N'绠$悊鍛', N'admin', N'2018-03-22 11:59:14', null, null, null, N'A03', N'A03', N'jeecgDemo鍒犻櫎', N'5', N'1', N'/rest/jeecgListDemoController/{id}', N'jeecgdemo_delete', N'DELETE', N'402881ef624bd23701624bda83d80008') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881ef624bd23701624bdc56f30012', N'绠$悊鍛', N'admin', N'2018-03-22 11:59:14.0000000', null, null, null, N'A03', N'A03', N'jeecgDemo鍒犻櫎', N'5', N'1', N'/rest/jeecgListDemoController/{id}', N'jeecgdemo_delete', N'DELETE', N'402881ef624bd23701624bda83d80008') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881f36122e6ac016122ebf2c70008', N'绠$悊鍛', N'admin', N'2018-01-23 20:09:03', null, null, null, N'A03', N'A03', N'鍦ㄧ嚎琛ㄥ崟鎺ュ彛', N'2', N'0', N'', N'onlineform', N'GET', null) +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881f36122e6ac016122ebf2c70008', N'绠$悊鍛', N'admin', N'2018-01-23 20:09:03.0000000', null, null, null, N'A03', N'A03', N'鍦ㄧ嚎琛ㄥ崟鎺ュ彛', N'2', N'0', N'', N'onlineform', N'GET', null) GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881f36122e6ac016122ec8ae1000a', N'绠$悊鍛', N'admin', N'2018-01-23 20:09:42', null, null, null, N'A03', N'A03', N'鏍规嵁tableName鍜岃褰旾D鑾峰彇online琛ㄥ崟璇︾粏淇℃伅', N'1', N'1', N'/rest/cgFormDataController/get/{tableName}/{id}', N'onlineform_get', N'GET', N'402881f36122e6ac016122ebf2c70008') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881f36122e6ac016122ec8ae1000a', N'绠$悊鍛', N'admin', N'2018-01-23 20:09:42.0000000', null, null, null, N'A03', N'A03', N'鏍规嵁tableName鍜岃褰旾D鑾峰彇online琛ㄥ崟璇︾粏淇℃伅', N'1', N'1', N'/rest/cgFormDataController/get/{tableName}/{id}', N'onlineform_get', N'GET', N'402881f36122e6ac016122ebf2c70008') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881f36122e6ac016122ed5adf000c', N'绠$悊鍛', N'admin', N'2018-01-23 20:10:36', null, null, null, N'A03', N'A03', N'online琛ㄥ崟澧炲姞涓鏉¤褰', N'2', N'1', N'/rest/cgFormDataController/add', N'onlineform_add', N'POST', N'402881f36122e6ac016122ebf2c70008') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881f36122e6ac016122ed5adf000c', N'绠$悊鍛', N'admin', N'2018-01-23 20:10:36.0000000', null, null, null, N'A03', N'A03', N'online琛ㄥ崟澧炲姞涓鏉¤褰', N'2', N'1', N'/rest/cgFormDataController/add', N'onlineform_add', N'POST', N'402881f36122e6ac016122ebf2c70008') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881f36122e6ac016122eded63000e', N'绠$悊鍛', N'admin', N'2018-01-23 20:11:13', null, null, null, N'A03', N'A03', N'online琛ㄥ崟淇敼涓鏉¤褰', N'3', N'1', N'/rest/cgFormDataController/update', N'onlineform_update', N'POST', N'402881f36122e6ac016122ebf2c70008') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881f36122e6ac016122eded63000e', N'绠$悊鍛', N'admin', N'2018-01-23 20:11:13.0000000', null, null, null, N'A03', N'A03', N'online琛ㄥ崟淇敼涓鏉¤褰', N'3', N'1', N'/rest/cgFormDataController/update', N'onlineform_update', N'POST', N'402881f36122e6ac016122ebf2c70008') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881f36125e9f0016125ecb5c70001', N'绠$悊鍛', N'admin', N'2018-01-23 20:11:57', N'绠$悊鍛', N'admin', N'2018-01-23 20:12:37', N'A03', N'A03', N'online琛ㄥ崟鍒犻櫎涓鏉¤褰', N'4', N'1', N'/rest/cgFormDataController/delete/{tableName}/{id}', N'onlineform_delete', N'DELETE', N'402881f36122e6ac016122ebf2c70008') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881f36125e9f0016125ecb5c70001', N'绠$悊鍛', N'admin', N'2018-01-23 20:11:57.0000000', N'绠$悊鍛', N'admin', N'2018-01-23 20:12:37.0000000', N'A03', N'A03', N'online琛ㄥ崟鍒犻櫎涓鏉¤褰', N'4', N'1', N'/rest/cgFormDataController/delete/{tableName}/{id}', N'onlineform_delete', N'DELETE', N'402881f36122e6ac016122ebf2c70008') GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881fc60a129cf0160a155e8c10016', N'绠$悊鍛', N'admin', N'2017-12-29 16:14:10', null, null, null, N'A03', N'A03', N'榛戝悕鍗曟帴鍙', N'1', N'0', N'', N'BlackList', N'GET', null) +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881fc60a129cf0160a155e8c10016', N'绠$悊鍛', N'admin', N'2017-12-29 16:14:10.0000000', null, null, null, N'A03', N'A03', N'榛戝悕鍗曟帴鍙', N'1', N'0', N'', N'BlackList', N'GET', null) GO GO -INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881fc60a129cf0160a1563ee60018', N'绠$悊鍛', N'admin', N'2017-12-29 16:14:32', N'绠$悊鍛', N'admin', N'2018-01-03 15:45:01', N'A03', N'A03', N'榛戝悕鍗曞垪琛ㄦ煡璇', N'1', N'1', N'/rest/tsBlackListController', N'blacklist_list', N'GET', N'402881fc60a129cf0160a155e8c10016') +INSERT INTO [dbo].[t_s_interface] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [interface_name], [interface_order], [interface_level], [interface_url], [interface_code], [interface_method], [parent_interface_id]) VALUES (N'402881fc60a129cf0160a1563ee60018', N'绠$悊鍛', N'admin', N'2017-12-29 16:14:32.0000000', N'绠$悊鍛', N'admin', N'2018-01-03 15:45:01.0000000', N'A03', N'A03', N'榛戝悕鍗曞垪琛ㄦ煡璇', N'1', N'1', N'/rest/tsBlackListController', N'blacklist_list', N'GET', N'402881fc60a129cf0160a155e8c10016') GO GO @@ -22926,10 +22926,10 @@ CREATE TABLE [dbo].[t_s_interface_datarule] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [rule_name] nvarchar(96) NULL , @@ -23127,7 +23127,7 @@ GO -- ---------------------------- -- Records of t_s_interface_datarule -- ---------------------------- -INSERT INTO [dbo].[t_s_interface_datarule] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [rule_name], [rule_column], [rule_conditions], [rule_value], [interface_id]) VALUES (N'402881fc60a196d80160a1a31dd70001', null, null, null, N'绠$悊鍛', N'admin', N'2018-05-24 17:01:26', null, null, N'闄愬埗IP', N'ip', N'LIKE', N'192.', N'402881fc60a129cf0160a1563ee60018') +INSERT INTO [dbo].[t_s_interface_datarule] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [rule_name], [rule_column], [rule_conditions], [rule_value], [interface_id]) VALUES (N'402881fc60a196d80160a1a31dd70001', null, null, null, N'绠$悊鍛', N'admin', N'2018-05-24 17:01:26.0000000', null, null, N'闄愬埗IP', N'ip', N'LIKE', N'192.', N'402881fc60a129cf0160a1563ee60018') GO GO @@ -23141,10 +23141,10 @@ CREATE TABLE [dbo].[t_s_interrole] ( [role_code] nvarchar(10) NULL , [role_name] nvarchar(100) NULL , [update_name] nvarchar(32) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(32) NULL , [create_name] nvarchar(32) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(32) NULL ) @@ -23292,7 +23292,7 @@ GO -- ---------------------------- -- Records of t_s_interrole -- ---------------------------- -INSERT INTO [dbo].[t_s_interrole] ([id], [role_code], [role_name], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881fc60a0eea40160a0f20b1f0001', N'common', N'閫氱敤鎺ュ彛瑙掕壊', N'绠$悊鍛', N'2018-06-01 12:25:04', N'admin', null, null, null) +INSERT INTO [dbo].[t_s_interrole] ([id], [role_code], [role_name], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881fc60a0eea40160a0f20b1f0001', N'common', N'閫氱敤鎺ュ彛瑙掕壊', N'绠$悊鍛', N'2018-06-01 12:25:04.0000000', N'admin', null, null, null) GO GO @@ -23502,7 +23502,7 @@ CREATE TABLE [dbo].[t_s_log] ( [logcontent] nvarchar(MAX) NOT NULL , [loglevel] smallint NULL , [note] nvarchar(MAX) NULL , -[operatetime] datetime NOT NULL , +[operatetime] datetime2(7) NOT NULL , [operatetype] smallint NULL , [userid] nvarchar(32) NULL , [username] nvarchar(50) NULL , @@ -23655,3800 +23655,3830 @@ GO -- ---------------------------- -- Records of t_s_log -- ---------------------------- -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163d566090163d5666e650000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:00:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163d566090163d5666e650000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:00:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163d5681f0163d5687a660000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:03:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163d5681f0163d5687a660000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:03:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163d572800163d572cbd20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-06 22:14:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163d572800163d572cbd20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-06 22:14:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163d572800163d5730ee30001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:14:37', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163d572800163d5730ee30001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:14:37.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e02125840000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 00:00:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e02125840000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 00:00:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e0217c940001', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'127.0.0.1', N'2018-06-09 00:01:21', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e0217c940001', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'127.0.0.1', N'2018-06-09 00:01:21.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e0217cb70002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:01:21', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e0217cb70002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:01:21.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e02205230003', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-09 00:01:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e02205230003', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-09 00:01:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e02223880004', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:02:03', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e02223880004', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:02:03.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e022239a0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:02:03', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e022239a0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:02:03.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e022d43d0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:02:49', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e022d43d0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:02:49.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e022e5770007', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:02:53', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e022e5770007', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:02:53.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e022e6200008', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:02:53', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e020c10163e022e6200008', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:02:53.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0324b0163e0329f4e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 00:20:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0324b0163e0329f4e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 00:20:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0324b0163e032e8b70001', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:20:22', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0324b0163e032e8b70001', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:20:22.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0324b0163e032f83e0002', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:20:26', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0324b0163e032f83e0002', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:20:26.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0324b0163e03319ff0003', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:20:35', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0324b0163e03319ff0003', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:20:35.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e04763b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 00:42:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e04763b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 00:42:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e0478cb10001', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-09 00:42:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e0478cb10001', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-09 00:42:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e04793800002', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-09 00:42:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e04793800002', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-09 00:42:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e048a6de0003', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-09 00:44:07', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e048a6de0003', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-09 00:44:07.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e048bf5d0004', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-09 00:44:14', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e048bf5d0004', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-09 00:44:14.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e049e0de0005', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-09 00:45:28', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e049e0de0005', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-09 00:45:28.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e04a10130006', N'MSIE 6.0', N'閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions "updateTime" not met for actual request parameters: remoteTask?id={402880e74c79dd47014c79de88f70001}, isStart={0}', N'6', N'127.0.0.1', N'2018-06-09 00:45:40', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e04a10130006', N'MSIE 6.0', N'閿欒寮傚父: UnsatisfiedServletRequestParameterException,閿欒鎻忚堪锛歅arameter conditions "updateTime" not met for actual request parameters: remoteTask?id={402880e74c79dd47014c79de88f70001}, isStart={0}', N'6', N'127.0.0.1', N'2018-06-09 00:45:40.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e04aab200007', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-09 00:46:19', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e0418f0163e04aab200007', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-09 00:46:19.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e061ed0163e06252010000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 01:12:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e061ed0163e06252010000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 01:12:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e075070163e07572a80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 01:33:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163e075070163e07572a80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 01:33:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ef75590163ef77bab30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-11 23:29:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ef75590163ef77bab30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-11 23:29:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ef75590163ef786f0e0001', N'Chrome', N'gh_f28e66390fc9_344(1)琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-11 23:30:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ef75590163ef786f0e0001', N'Chrome', N'gh_f28e66390fc9_344(1)琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-11 23:30:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ef75590163ef78b0bc0003', N'Chrome', N'11琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-11 23:30:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ef75590163ef78b0bc0003', N'Chrome', N'11琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-11 23:30:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fea7c10163fea817770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 22:16:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fea7c10163fea817770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 22:16:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fea7c10163feaa1a4c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 22:19:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fea7c10163feaa1a4c0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 22:19:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fea7c10163feaa26a20002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.CEXS'' in ''field list''', N'6', N'鏈湴', N'2018-06-14 22:19:13', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fea7c10163feaa26a20002', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歎nknown column ''this_.CEXS'' in ''field list''', N'6', N'鏈湴', N'2018-06-14 22:19:13.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fea7c10163feab820c0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-14 22:20:42', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fea7c10163feab820c0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-14 22:20:42.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163febd970163febdee900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 22:40:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163febd970163febdee900000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 22:40:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fec49ef30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 22:48:08', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fec49ef30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 22:48:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fec4eff30001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 22:48:29', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fec4eff30001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 22:48:29.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fec6c03d0002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 22:50:28', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fec6c03d0002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 22:50:28.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fecb093c0003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 22:55:09', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fecb093c0003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 22:55:09.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fed3a5040004', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:04:33', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fed3a5040004', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:04:33.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fed4017e0005', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:04:56', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fec2590163fed4017e0005', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:04:56.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fed5ea0163fed6a0c00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-14 23:07:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fed5ea0163fed6a0c00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-14 23:07:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fed8b80163fed8fc990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 23:10:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fed8b80163fed8fc990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 23:10:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fed8b80163fee3e03d0001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:22:17', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fed8b80163fee3e03d0001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:22:17.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fed8b80163feeb029f0002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:30:04', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163fed8b80163feeb029f0002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:30:04.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff00dfca0000', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:53:57', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff00dfca0000', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:53:57.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff01d4980001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''(order by tempColumn) tempRowNumber, * from (select top 10 tempColumn = 0, * FR'' at line 1', N'6', N'鏈湴', N'2018-06-14 23:55:00', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff01d4980001', N'Chrome', N'閿欒寮傚父: MySQLSyntaxErrorException,閿欒鎻忚堪锛歒ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''(order by tempColumn) tempRowNumber, * from (select top 10 tempColumn = 0, * FR'' at line 1', N'6', N'鏈湴', N'2018-06-14 23:55:00.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff0298ea0002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:55:50', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff0298ea0002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:55:50.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff0329e50003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:56:27', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff0329e50003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:56:27.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff056e210004', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:58:56', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff056e210004', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 23:58:56.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff0803c60005', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-15 00:01:45', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318163ff000e0163ff0803c60005', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-15 00:01:45.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640429e80164042a2c120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-15 23:57:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640429e80164042a2c120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-15 23:57:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640429e80164042f3b120001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-16 00:02:41', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640429e80164042f3b120001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-16 00:02:41.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640429e80164043006ca0002', N'Chrome', N'666666琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-16 00:03:33', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640429e80164043006ca0002', N'Chrome', N'666666琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-16 00:03:33.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318164044a5a0164044aa3f80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-16 00:32:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318164044a5a0164044aa3f80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-16 00:32:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318164044a5a0164044ae7c30001', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-16 00:32:55', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318164044a5a0164044ae7c30001', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-16 00:32:55.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318164065368016406547e280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 10:02:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318164065368016406547e280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 10:02:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640653680164065621890003', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-16 10:04:25', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640653680164065621890003', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-16 10:04:25.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640653680164066465690004', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-16 10:20:00', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640653680164066465690004', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-16 10:20:00.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816406814101640682a0530000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 10:53:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816406814101640682a0530000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 10:53:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816406814101640684c66f0001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-16 10:55:22', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816406814101640684c66f0001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-16 10:55:22.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640681410164068668f60002', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-16 10:57:09', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640681410164068668f60002', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-16 10:57:09.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318164068141016406867c600003', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂111琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-16 10:57:14', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318164068141016406867c600003', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂111琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-16 10:57:14.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640681410164068b711b0004', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 11:02:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181640681410164068b711b0004', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 11:02:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318164068141016407d307c20005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 17:00:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028318164068141016407d307c20005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 17:00:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816407d52a016407d59e4a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 17:03:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816407d52a016407d59e4a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 17:03:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816407d52a016407d5b8080001', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-16 17:03:24', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816407d52a016407d5b8080001', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-16 17:03:24.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816407d6fa016407d783620000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 17:05:21', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816407d6fa016407d783620000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-16 17:05:21.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816418a925016418a970500000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 23:28:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816418a925016418a970500000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 23:28:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816441c7ec016441c858430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-27 23:06:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816441c7ec016441c858430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-27 23:06:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816441c7ec016441c914960001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-27 23:07:34', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816441c7ec016441c914960001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-27 23:07:34.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816441c7ec016441db21f10002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-27 23:27:17', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816441c7ec016441db21f10002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-27 23:27:17.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816441c7ec016441dc86520008', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-27 23:28:48', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816441c7ec016441dc86520008', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-27 23:28:48.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816449d266016449d388700000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-29 12:35:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816449d266016449d388700000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-29 12:35:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816449d599016449d6660e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-29 12:39:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402831816449d599016449d6660e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-29 12:39:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181644a3adf01644a3baf8d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 14:29:42', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40283181644a3adf01644a3baf8d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 14:29:42.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028608164ff4dbc0164ff529a8a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.224.1', N'2018-08-03 18:26:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402860816699a0d3016699a12c390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.224.1', N'2018-10-22 10:36:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b915f80163b9166d850000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 10:04:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402860816699a0d3016699a13f660001', N'Chrome', N'閿欒寮傚父: SQLServerException,閿欒鎻忚堪锛'limit'' 闄勮繎鏈夎娉曢敊璇', N'6', N'鏈湴', N'2018-10-22 10:36:13.5430000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b934660163b9350fff0000', N'Chrome', N'閿欒寮傚父: OutOfMemoryError,閿欒鎻忚堪锛歅ermGen space', N'6', N'鏈湴', N'2018-06-01 10:37:32', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402860816699a20a016699a2c97c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.224.1', N'2018-10-22 10:37:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b93a950163b93b4aa10000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 10:44:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402860816699a20a016699a4b14c0001', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'1', N'鏈湴', N'2018-10-22 10:39:59.3070000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b942c20163b94375340000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 10:53:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40286081669b531d01669b5374490000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.224.1', N'2018-10-22 18:30:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b94c760163b94e02920000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 11:04:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40286081669b531d01669b539b280001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-10-22 18:30:39.6570000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9503e0163b95141020000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 11:08:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40286081669b531d01669b5449290002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-10-22 18:31:24.2000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b95a9f0163b96007f50000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 11:24:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40286081669b531d01669b5450d20003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-10-22 18:31:26.1630000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b972b56b0000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 11:44:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40286081669b531d01669b54528e0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-10-22 18:31:26.6070000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b97678aa0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 11:48:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40286081669b531d01669b829fc80005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.224.1', N'2018-10-22 19:22:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b97713d80002', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 11:49:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'40286081669bca4601669bca93e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.224.1', N'2018-10-22 20:40:36.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b980bcb70003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b915f80163b9166d850000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 10:04:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b980d5070004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b934660163b9350fff0000', N'Chrome', N'閿欒寮傚父: OutOfMemoryError,閿欒鎻忚堪锛歅ermGen space', N'6', N'鏈湴', N'2018-06-01 10:37:32.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b980f4d40005', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b93a950163b93b4aa10000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 10:44:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98114a20006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b942c20163b94375340000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 10:53:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9815a330007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b94c760163b94e02920000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 11:04:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b981755d0008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9503e0163b95141020000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 11:08:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98194f60009', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:01:07', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b95a9f0163b96007f50000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 11:24:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b981a658000a', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:01:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b972b56b0000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 11:44:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b981bbfc000b', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:01:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b97678aa0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 11:48:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9834487000c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:02:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b97713d80002', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 11:49:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9834bbb000d', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:02:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b980bcb70003', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9836343000e', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:03:05', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b980d5070004', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b984a8fc000f', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:04:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b980f4d40005', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b984b02e0010', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:04:30', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98114a20006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b984c40a0011', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:04:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9815a330007', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b985b9930012', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:05:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b981755d0008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:00:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b985be2b0013', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:05:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98194f60009', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:01:07.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b985d1fd0014', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:05:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b981a658000a', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:01:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98673db0015', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:06:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b981bbfc000b', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:01:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9880f910016', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:08:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9834487000c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:02:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9887bfa0017', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:08:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9834bbb000d', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:02:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b988b6320018', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:08:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9836343000e', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:03:05.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b988bb140019', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:08:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b984a8fc000f', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:04:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b988d002001a', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:09:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b984b02e0010', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:04:30.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9898404001b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:09:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b984c40a0011', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:04:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b989a7d6001c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:09:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b985b9930012', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:05:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98a342f001d', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:10:32', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b985be2b0013', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:05:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98a4cf4001e', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:10:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b985d1fd0014', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:05:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98a6411001f', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:10:44', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98673db0015', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:06:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98b30480020', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:11:36', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9880f910016', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:08:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98b54e20021', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:11:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9887bfa0017', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:08:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98bbd680022', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:12:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b988b6320018', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:08:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98d26fa0023', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:13:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b988bb140019', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:08:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98d53880024', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:13:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b988d002001a', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:09:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98fc8350025', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:16:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9898404001b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:09:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98fd5c80026', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:16:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b989a7d6001c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:09:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98ff1dd0027', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:16:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98a342f001d', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:10:32.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99057c30028', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:17:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98a4cf4001e', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:10:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9906cd00029', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:17:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98a6411001f', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:10:44.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b991c500002a', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:18:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98b30480020', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:11:36.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b991fffc002b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:19:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98b54e20021', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:11:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9923082002c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:19:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98bbd680022', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:12:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99257c3002d', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:19:25', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98d26fa0023', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:13:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9926a9c002e', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:19:30', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98d53880024', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:13:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9949683002f', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:21:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98fc8350025', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:16:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9949e340030', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:21:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98fd5c80026', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:16:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b994b3af0031', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:22:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b98ff1dd0027', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:16:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99541380032', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:22:36', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99057c30028', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:17:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99569c60033', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:22:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9906cd00029', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:17:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99784790034', N'Chrome', N'瑙掕壊: 閫氱敤鎺ュ彛瑙掕壊琚洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-01 12:25:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b991c500002a', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:18:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9983e320035', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 12:25:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b991fffc002b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:19:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9984c550036', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 12:25:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9923082002c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:19:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99855a10037', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 12:25:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99257c3002d', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:19:25.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99885b90038', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:26:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9926a9c002e', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:19:30.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9988cdf0039', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:26:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9949683002f', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:21:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b998a848003a', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:26:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9949e340030', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:21:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b998eb5c003b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:26:36', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b994b3af0031', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:22:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9990774003c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:26:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99541380032', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:22:36.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9990c7e003d', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:26:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99569c60033', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:22:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99925f2003e', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:26:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99784790034', N'Chrome', N'瑙掕壊: 閫氱敤鎺ュ彛瑙掕壊琚洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-01 12:25:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99992bc003f', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:27:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9983e320035', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 12:25:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9999b910040', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:27:21', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9984c550036', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 12:25:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b999b23e0041', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:27:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99855a10037', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 12:25:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99a55d50042', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:28:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99885b90038', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:26:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1d000163ba1d7a4e0000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 14:51:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9988cdf0039', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:26:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba1f82370000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 14:53:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b998a848003a', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:26:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba1fee6e0003', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 14:54:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b998eb5c003b', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:26:36.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba20a4120005', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2018-06-01 14:54:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9990774003c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:26:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba20c20d0007', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2018-06-01 14:54:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9990c7e003d', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:26:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba20efd70008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 14:55:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99925f2003e', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:26:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba2111a3000a', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2018-06-01 14:55:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99992bc003f', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 12:27:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba214176000e', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 14:55:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b9999b910040', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:27:21.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba215ab0000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 14:55:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b999b23e0041', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 12:27:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba218b020010', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 14:55:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363b9724d0163b99a55d50042', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 12:28:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba21b6e90011', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 14:56:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1d000163ba1d7a4e0000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 14:51:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba21c17e0012', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 14:56:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba1f82370000', N'Chrome', N'鐢ㄦ埛: admin[鍖椾含鍥界偓杞欢]common.login.success', N'1', N'192.168.1.115', N'2018-06-01 14:53:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba21d3840013', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 14:56:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba1fee6e0003', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 14:54:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba21e1e00014', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 14:56:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba20a4120005', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2018-06-01 14:54:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba2288670016', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-01 14:56:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba20c20d0007', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2018-06-01 14:54:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba23199f0017', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 14:57:32', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba20efd70008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 14:55:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba2636d1001c', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-01 15:00:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba2111a3000a', N'Chrome', N'鑿滃崟 褰曞叆鎴愬姛', N'3', N'鏈湴', N'2018-06-01 14:55:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba267cb7001d', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:01:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba214176000e', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 14:55:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba2707bb001e', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:01:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba215ab0000f', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 14:55:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba2d57ed001f', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 15:08:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba218b020010', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 14:55:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba334f7d0020', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:15:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba21b6e90011', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 14:56:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba33f7540021', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:15:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba21c17e0012', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 14:56:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba3bfc0163ba3d39ff0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 15:26:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba21d3840013', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 14:56:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba3bfc0163ba3dc4400001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:26:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba21e1e00014', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 14:56:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba3bfc0163ba3ddd270002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:26:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba2288670016', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-01 14:56:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba41cafe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 15:31:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba23199f0017', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 14:57:32.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba4234b50001', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 15:31:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba2636d1001c', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-01 15:00:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba4270e80002', N'Chrome', N'閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: "2017-10-26 12:00"', N'6', N'鏈湴', N'2018-06-01 15:31:46', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba267cb7001d', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:01:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba42f3ab0008', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-01 15:32:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba2707bb001e', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:01:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba434993000a', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欴ata truncation: Out of range value adjusted for column ''order_money'' at row 1; SQL [n/a]; nested exception is org.hibernate.exception.DataException: Data truncation: Out of range value adjusted for column ''order_money'' at row 1', N'6', N'鏈湴', N'2018-06-01 15:32:42', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba2d57ed001f', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 15:08:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba43946d000b', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:33:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba334f7d0020', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:15:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba43cd4b000d', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:33:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba1f220163ba33f7540021', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:15:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba43ec3a000e', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:33:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba3bfc0163ba3d39ff0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 15:26:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba44a681000f', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 15:34:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba3bfc0163ba3dc4400001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:26:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba4fcfdd0010', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:46:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba3bfc0163ba3ddd270002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:26:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba54dfbd0011', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type ''null'' not supported', N'6', N'鏈湴', N'2018-06-01 15:51:54', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba41cafe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 15:31:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba5616ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 15:53:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba4234b50001', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 15:31:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba58d7d20001', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 15:56:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba4270e80002', N'Chrome', N'閿欒寮傚父: NumberFormatException,閿欒鎻忚堪锛欶or input string: "2017-10-26 12:00"', N'6', N'鏈湴', N'2018-06-01 15:31:46.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba5927280002', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 15:56:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba42f3ab0008', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-01 15:32:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba5939790003', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 15:56:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba434993000a', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欴ata truncation: Out of range value adjusted for column ''order_money'' at row 1; SQL [n/a]; nested exception is org.hibernate.exception.DataException: Data truncation: Out of range value adjusted for column ''order_money'' at row 1', N'6', N'鏈湴', N'2018-06-01 15:32:42.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba43946d000b', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:33:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba43cd4b000d', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:33:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba43ec3a000e', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:33:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba44a681000f', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 15:34:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba4fcfdd0010', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 15:46:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba41670163ba54dfbd0011', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type ''null'' not supported', N'6', N'鏈湴', N'2018-06-01 15:51:54.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba5616ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 15:53:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba58d7d20001', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 15:56:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba5927280002', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 15:56:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +GO +GO +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba5939790003', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 15:56:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba5964f90004', N'Chrome', N'閿欒寮傚父: BindException,閿欒鎻忚堪锛歰rg.springframework.validation.BeanPropertyBindingResult: 1 errors -Field error in object ''jformOrderMainddPage'' on field ''jformOrderMainddList[0].orderDate'': rejected value [222]; codes [typeMismatch.jformOrderMainddPage.jformOrderMainddList[0].orderDate,typeMismatch.jformOrderMainddPage.jformOrderMainddList.orderDate,typeMismatch.jformOrderMainddList[0].orderDate,typeMismatch.jformOrderMainddList.orderDate,typeMismatch.orderDate,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [jformOrderMainddPage.jformOrderMainddList[0].orderDate,jformOrderMainddList[0].orderDate]; arguments []; default message [jformOrderMainddList[0].orderDate]]; default message [Failed to convert property value of type ''java.lang.String'' to required type ''java.util.Date'' for property ''jformOrderMainddList[0].orderDate''; nested exception is java.lang.IllegalArgumentException: Could not parse date, date format is error ]', N'6', N'鏈湴', N'2018-06-01 15:56:50', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +Field error in object ''jformOrderMainddPage'' on field ''jformOrderMainddList[0].orderDate'': rejected value [222]; codes [typeMismatch.jformOrderMainddPage.jformOrderMainddList[0].orderDate,typeMismatch.jformOrderMainddPage.jformOrderMainddList.orderDate,typeMismatch.jformOrderMainddList[0].orderDate,typeMismatch.jformOrderMainddList.orderDate,typeMismatch.orderDate,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [jformOrderMainddPage.jformOrderMainddList[0].orderDate,jformOrderMainddList[0].orderDate]; arguments []; default message [jformOrderMainddList[0].orderDate]]; default message [Failed to convert property value of type ''java.lang.String'' to required type ''java.util.Date'' for property ''jformOrderMainddList[0].orderDate''; nested exception is java.lang.IllegalArgumentException: Could not parse date, date format is error ]', N'6', N'鏈湴', N'2018-06-01 15:56:50.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba59d6bd0006', N'Chrome', N'鎿嶄綔鎴愬姛锛', N'3', N'鏈湴', N'2018-06-01 15:57:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba59d6bd0006', N'Chrome', N'鎿嶄綔鎴愬姛锛', N'3', N'鏈湴', N'2018-06-01 15:57:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba6f8a380007', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:21:02', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba556d0163ba6f8a380007', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:21:02.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba7b47980000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 16:33:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba7b47980000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 16:33:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba7e897b0001', N'Chrome', N'瀹℃牳鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:37:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba7e897b0001', N'Chrome', N'瀹℃牳鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:37:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba8201dd0002', N'Chrome', N'瀹℃牳鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:41:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba8201dd0002', N'Chrome', N'瀹℃牳鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:41:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba820ad00003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 16:41:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba820ad00003', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 16:41:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba82ab0f0004', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欽DBC exception on Hibernate data access: SQLException for SQL [n/a]; SQL state [01000]; error code [1265]; Data truncated for column ''salary'' at row 1; nested exception is org.hibernate.exception.GenericJDBCException: Data truncated for column ''salary'' at row 1', N'6', N'鏈湴', N'2018-06-01 16:41:55', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba82ab0f0004', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欽DBC exception on Hibernate data access: SQLException for SQL [n/a]; SQL state [01000]; error code [1265]; Data truncated for column ''salary'' at row 1; nested exception is org.hibernate.exception.GenericJDBCException: Data truncated for column ''salary'' at row 1', N'6', N'鏈湴', N'2018-06-01 16:41:55.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba83b5540005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:43:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba83b5540005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:43:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba88197e0006', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333琚洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-01 16:47:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba7abc0163ba88197e0006', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333琚洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-01 16:47:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba8a8ea40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 16:50:32', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba8a8ea40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 16:50:32.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba8b16910001', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇44444琚洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-01 16:51:07', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba8b16910001', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇44444琚洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-01 16:51:07.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba8bffa30002', N'Chrome', N'JeecgDemo渚嬪瓙: 鍔ㄦ佹暟鎹簱婧愭祴璇曡鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:52:07', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba8bffa30002', N'Chrome', N'JeecgDemo渚嬪瓙: 鍔ㄦ佹暟鎹簱婧愭祴璇曡鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:52:07.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba8c47980003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:52:25', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba8c47980003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 16:52:25.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba93407f0005', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-01 17:00:02', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba93407f0005', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-01 17:00:02.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9367f50006', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:00:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9367f50006', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:00:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9373fb0007', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 17:00:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9373fb0007', N'Chrome', N'鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 17:00:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba95a88e0008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:02:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba95a88e0008', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:02:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba96b5b40009', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 17:03:49', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba96b5b40009', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 17:03:49.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba96c680000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 17:03:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba96c680000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 17:03:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba96e49b000b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-01 17:04:01', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba96e49b000b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-01 17:04:01.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba97a928000c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:04:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba97a928000c', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:04:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba97cd0c000d', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:05:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba97cd0c000d', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:05:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9807e8000e', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:05:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9807e8000e', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:05:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9833b4000f', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:05:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9833b4000f', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:05:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba983bd10010', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 17:05:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba983bd10010', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 17:05:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba984f740011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 17:05:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba984f740011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 17:05:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba98c5890012', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:06:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba98c5890012', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:06:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba98f0640013', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 17:06:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba98f0640013', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-01 17:06:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9901970014', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 17:06:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9901970014', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 17:06:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9929900015', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-01 17:06:29', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba9929900015', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-01 17:06:29.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba99ca7d0016', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:07:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163ba99ca7d0016', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:07:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163baab369f0017', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-01 17:26:12', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ba8a310163baab369f0017', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-01 17:26:12.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363baaeb50163baaf32040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 17:30:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363baaeb50163baaf32040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 17:30:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363baaeb50163baaf63130001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-01 17:30:46', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363baaeb50163baaf63130001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-01 17:30:46.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab088e60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 17:32:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab088e60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 17:32:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab0c6330001', N'Chrome', N'榛戝悕鍗曟洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-01 17:32:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab0c6330001', N'Chrome', N'榛戝悕鍗曟洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-01 17:32:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab1ca510004', N'Chrome', N'榛戝悕鍗曟坊鍔犳垚鍔', N'3', N'鏈湴', N'2018-06-01 17:33:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab1ca510004', N'Chrome', N'榛戝悕鍗曟坊鍔犳垚鍔', N'3', N'鏈湴', N'2018-06-01 17:33:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab1d60d0005', N'Chrome', N'榛戝悕鍗曞垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 17:33:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab1d60d0005', N'Chrome', N'榛戝悕鍗曞垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 17:33:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab1fe1b0006', N'Chrome', N'榛戝悕鍗曞垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 17:33:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab1fe1b0006', N'Chrome', N'榛戝悕鍗曞垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-01 17:33:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab2d43b0007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:34:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bab02f0163bab2d43b0007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-01 17:34:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bada780163badb26960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 18:18:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bada780163badb26960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 18:18:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bada780163badb28dc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 18:18:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bada780163badb28dc0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 18:18:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bada780163badb4fdc0002', N'Chrome', N'鍥炬爣鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 18:18:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bada780163badb4fdc0002', N'Chrome', N'鍥炬爣鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-01 18:18:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bada780163bb1f417d0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 19:32:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bada780163bb1f417d0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 19:32:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bb20b40163bb20fdb20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 19:34:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bb20b40163bb20fdb20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 19:34:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bb2ca90163bb2d005f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 19:47:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363bb2ca90163bb2d005f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-01 19:47:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c8920d0163c8925e150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 10:13:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c8920d0163c8925e150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 10:13:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c8920d0163c893127a0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 10:14:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c8920d0163c893127a0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 10:14:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c8920d0163c8946dd70002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 10:16:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c8920d0163c8946dd70002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 10:16:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c952d70163c95343170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 13:44:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c952d70163c95343170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 13:44:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c952d70163c96cdb9f0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 14:12:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c952d70163c96cdb9f0001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 14:12:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c97ba00163c97bfecb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 14:28:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c97ba00163c97bfecb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 14:28:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c97ba00163c980934e0001', N'Chrome', N'閿欒寮傚父: IndexOutOfBoundsException,閿欒鎻忚堪锛歂o group 1', N'6', N'鏈湴', N'2018-06-04 14:33:56', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c97ba00163c980934e0001', N'Chrome', N'閿欒寮傚父: IndexOutOfBoundsException,閿欒鎻忚堪锛歂o group 1', N'6', N'鏈湴', N'2018-06-04 14:33:56.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c97ba00163c98140d30002', N'Chrome', N'閿欒寮傚父: IndexOutOfBoundsException,閿欒鎻忚堪锛歂o group 1', N'6', N'鏈湴', N'2018-06-04 14:34:41', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c97ba00163c98140d30002', N'Chrome', N'閿欒寮傚父: IndexOutOfBoundsException,閿欒鎻忚堪锛歂o group 1', N'6', N'鏈湴', N'2018-06-04 14:34:41.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c9830d0163c98503df0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 14:38:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c9830d0163c98503df0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 14:38:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c9830d0163c986197f0001', N'Chrome', N'閿欒寮傚父: IndexOutOfBoundsException,閿欒鎻忚堪锛歂o group 1', N'6', N'鏈湴', N'2018-06-04 14:39:58', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c9830d0163c986197f0001', N'Chrome', N'閿欒寮傚父: IndexOutOfBoundsException,閿欒鎻忚堪锛歂o group 1', N'6', N'鏈湴', N'2018-06-04 14:39:58.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c98ba40163c98c0db50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 14:46:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c98ba40163c98c0db50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 14:46:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c98ba40163c98cee930001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 14:47:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c98ba40163c98cee930001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 14:47:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c98ba40163c98efcf00002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 14:49:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c98ba40163c98efcf00002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 14:49:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c98ba40163c9903e260003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 14:51:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c98ba40163c9903e260003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 14:51:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c994e80163c9959c040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 14:56:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c994e80163c9959c040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 14:56:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c99b480163c99b97100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 15:03:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c99b480163c99b97100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 15:03:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c99b480163c99c9b500001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 15:04:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c99b480163c99c9b500001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 15:04:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c99b480163c9a11ca60002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 15:09:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c99b480163c9a11ca60002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-04 15:09:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c9d9760163c9d9d2670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 16:11:25', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c9d9760163c9d9d2670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 16:11:25.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c9dac60163c9db87e10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 16:13:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363c9dac60163c9db87e10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 16:13:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca4a820163ca4b6bb60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 18:15:30', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca4a820163ca4b6bb60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 18:15:30.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca4a820163ca76b8240001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 19:02:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca4a820163ca76b8240001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 19:02:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca791e0163ca7972700000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 19:05:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca791e0163ca7972700000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 19:05:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca791e0163ca8921bd0004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-04 19:22:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca791e0163ca8921bd0004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-04 19:22:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca8d510163ca8dbcb20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 19:27:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca8d510163ca8dbcb20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 19:27:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca8d510163ca8e6e100004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-04 19:28:42', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca8d510163ca8e6e100004', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-04 19:28:42.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca92820163ca92d1930000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 19:33:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca92820163ca92d1930000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-04 19:33:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca92820163ca930f390003', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-04 19:33:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca92820163ca930f390003', N'Chrome', N'鐢ㄦ埛: demo鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-04 19:33:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca92820163ca938a2f0007', N'Chrome', N'鐢ㄦ埛: demo2娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-04 19:34:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca92820163ca938a2f0007', N'Chrome', N'鐢ㄦ埛: demo2娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-04 19:34:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca92820163ca939c4e000a', N'Chrome', N'鐢ㄦ埛: demo2鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-04 19:34:21', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca92820163ca939c4e000a', N'Chrome', N'鐢ㄦ埛: demo2鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-04 19:34:21.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca92820163ca93a6db000b', N'Chrome', N'鐢ㄦ埛锛歞emo2鍒犻櫎鎴愬姛', N'4', N'192.168.1.115', N'2018-06-04 19:34:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ca92820163ca93a6db000b', N'Chrome', N'鐢ㄦ埛锛歞emo2鍒犻櫎鎴愬姛', N'4', N'192.168.1.115', N'2018-06-04 19:34:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cdb4670163cdb502670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 10:09:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cdb4670163cdb502670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 10:09:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cdb60a0163cdb683bf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 10:11:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cdb60a0163cdb683bf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 10:11:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cdf6ec0163cdf7a4c00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 11:22:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cdf6ec0163cdf7a4c00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 11:22:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cea1650163cea1b4f50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 14:28:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cea1650163cea1b4f50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 14:28:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cea1650163cea1ca280001', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-05 14:28:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cea1650163cea1ca280001', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-05 14:28:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cea1650163cea1daa20002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 14:28:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cea1650163cea1daa20002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 14:28:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cea8020163ceaabeba0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 14:38:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cea8020163ceaabeba0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 14:38:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ced3a90163ced455b30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 15:23:32', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ced3a90163ced455b30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 15:23:32.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ced3a90163cf3fa96f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 17:20:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ced3a90163cf3fa96f0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 17:20:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cf442b0163cf48d63b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 17:30:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cf442b0163cf48d63b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 17:30:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfa4f50163cfa54e790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 19:11:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfa4f50163cfa54e790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 19:11:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfa4f50163cfa5a36f0001', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-05 19:12:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfa4f50163cfa5a36f0001', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-05 19:12:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfa4f50163cfa5adce0002', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-05 19:12:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfa4f50163cfa5adce0002', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-05 19:12:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfa4f50163cfa5ca750003', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-05 19:12:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfa4f50163cfa5ca750003', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-05 19:12:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfa4f50163cfb976140004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-05 19:33:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfa4f50163cfb976140004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-05 19:33:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfc8920163cfc9137d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 19:50:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfc8920163cfc9137d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 19:50:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfcf2b0163cfd2423b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 20:00:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363cfcf2b0163cfd2423b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 20:00:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d0114c0163d011c26b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 21:10:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d0114c0163d011c26b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-05 21:10:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d314f40163d31568e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 11:13:05', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d314f40163d31568e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 11:13:05.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3d84d0163d3d898520000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 14:46:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3d84d0163d3d898520000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 14:46:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3d84d0163d3d9781c0001', N'Chrome', N'绫诲瀷: 鎺ュ彛鐢ㄦ埛琚洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-06 14:47:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3d84d0163d3d9781c0001', N'Chrome', N'绫诲瀷: 鎺ュ彛鐢ㄦ埛琚洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-06 14:47:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3d84d0163d3d9b8d90003', N'Chrome', N'绫诲瀷: N琚坊鍔犳垚鍔', N'3', N'鏈湴', N'2018-06-06 14:47:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3d84d0163d3d9b8d90003', N'Chrome', N'绫诲瀷: N琚坊鍔犳垚鍔', N'3', N'鏈湴', N'2018-06-06 14:47:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3d84d0163d3d9c17a0004', N'Chrome', N'绫诲瀷: N琚垹闄 鎴愬姛', N'4', N'鏈湴', N'2018-06-06 14:47:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3d84d0163d3d9c17a0004', N'Chrome', N'绫诲瀷: N琚垹闄 鎴愬姛', N'4', N'鏈湴', N'2018-06-06 14:47:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3d84d0163d3e776610005', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-06 15:02:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3d84d0163d3e776610005', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-06 15:02:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3f8450163d3f8c03b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 15:21:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d3f8450163d3f8c03b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 15:21:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d41b1d0163d41c0f9c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 15:59:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d41b1d0163d41c0f9c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 15:59:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d41b1d0163d41c94870001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 16:00:32', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d41b1d0163d41c94870001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 16:00:32.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d41b1d0163d42009640002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 16:04:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d41b1d0163d42009640002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 16:04:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d42e29020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 16:19:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d42e29020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 16:19:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d430c8e70001', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-06 16:22:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d430c8e70001', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-06 16:22:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d430d9330002', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-06 16:22:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d430d9330002', N'Chrome', N'鍏ヨ亴鍛樺伐鍒犻櫎鎴愬姛', N'4', N'鏈湴', N'2018-06-06 16:22:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d4310ddb0003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 16:22:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d4310ddb0003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 16:22:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d43320c20005', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-06 16:25:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d43320c20005', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-06 16:25:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d4333db00006', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 16:25:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d421d30163d4333db00006', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 16:25:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d48d950163d48de5840000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:04:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d48d950163d48de5840000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:04:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d490920163d490e7ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:07:36', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d490920163d490e7ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:07:36.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d490920163d4913eed0002', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-06 18:07:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d490920163d4913eed0002', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-06 18:07:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d490920163d4915f130003', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:08:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d490920163d4915f130003', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:08:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d497240163d49790ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:14:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d497240163d49790ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:14:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d49d7d7b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:21:21', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d49d7d7b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:21:21.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d49e18960006', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-06 18:22:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d49e18960006', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-06 18:22:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d49e5fd50007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:22:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d49e5fd50007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:22:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d49e7bb50008', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:22:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d49e7bb50008', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:22:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d49eb39e0009', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:22:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d49eb39e0009', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:22:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d4a187b9000a', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type ''null'' not supported', N'6', N'鏈湴', N'2018-06-06 18:25:45', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d49cfa0163d4a187b9000a', N'Chrome', N'閿欒寮傚父: HttpMediaTypeNotSupportedException,閿欒鎻忚堪锛欳ontent type ''null'' not supported', N'6', N'鏈湴', N'2018-06-06 18:25:45.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4a2160163d4a2b5db0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:27:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4a2160163d4a2b5db0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:27:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4a8cc0163d4aa58640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:35:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4a8cc0163d4aa58640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 18:35:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4a8cc0163d4aec5bc0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:40:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4a8cc0163d4aec5bc0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:40:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4a8cc0163d4aedd770002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:40:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4a8cc0163d4aedd770002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 18:40:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4a8cc0163d4c98f670005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 19:09:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4a8cc0163d4c98f670005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 19:09:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4f2730163d4f2c2830000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 19:54:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4f2730163d4f2c2830000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 19:54:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4fcd20163d4fd3abe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:05:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4fcd20163d4fd3abe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:05:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4fcd20163d4fdf5670001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 20:06:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4fcd20163d4fdf5670001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 20:06:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4fcd20163d4fe1b2c0002', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 20:06:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4fcd20163d4fe1b2c0002', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 20:06:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4fcd20163d4fe88850003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 20:07:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d4fcd20163d4fe88850003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 20:07:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d504c00163d5053ddb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:14:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d504c00163d5053ddb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:14:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d507850163d507e8f40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:17:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d507850163d507e8f40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:17:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d509df0163d50a3cf40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:20:08', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d509df0163d50a3cf40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:20:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d50b690163d50c3d280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:22:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d50b690163d50c3d280000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:22:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d50e850163d50eccf20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:25:07', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d50e850163d50eccf20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-06 20:25:07.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d84c110163d84cee770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 11:31:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d84c110163d84cee770000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 11:31:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d84c110163d8af73000001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 13:19:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d84c110163d8af73000001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 13:19:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d84c110163d8b1e8ff0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 13:22:08', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d84c110163d8b1e8ff0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 13:22:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d8e60c0163d8e7422b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 14:20:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d8e60c0163d8e7422b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 14:20:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d93f240163d93f83b30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 15:56:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d93f240163d93f83b30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 15:56:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d94d4e0163d94da38f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 16:12:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d94d4e0163d94da38f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 16:12:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d964a40163d964f15c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 16:37:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d964a40163d964f15c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 16:37:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d971cc0163d972ab110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 16:52:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d971cc0163d972ab110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 16:52:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d971cc0163d9aa35770001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 17:53:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d971cc0163d9aa35770001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 17:53:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d971cc0163d9ab29a70002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 17:54:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d971cc0163d9ab29a70002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 17:54:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d971cc0163d9ad90960003', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', N'6', N'鏈湴', N'2018-06-07 17:57:00', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d971cc0163d9ad90960003', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹姤琛ㄩ厤缃笉瀛樺湪!', N'6', N'鏈湴', N'2018-06-07 17:57:00.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d9e4dc0163d9e549e60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 18:57:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d9e4dc0163d9e549e60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 18:57:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d9e7570163d9e830da0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:01:02', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d9e7570163d9e830da0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:01:02.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d9ea2a0163d9eab1ab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:03:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d9ea2a0163d9eab1ab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:03:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d9ecb30163d9ed360e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:06:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363d9ecb30163d9ed360e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:06:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da09e40163da0a55540000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:38:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da09e40163da0a55540000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:38:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da0ef80163da0f8e550000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:44:02', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da0ef80163da0f8e550000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:44:02.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da138e0163da1404c20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:48:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da138e0163da1404c20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 19:48:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da2fc40163da3089a60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 20:20:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da2fc40163da3089a60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 20:20:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da2fc40163da30ef1c0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 20:20:30', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da2fc40163da30ef1c0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 20:20:30.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da3bf60163da3cee580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 20:33:36', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da3bf60163da3cee580000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-07 20:33:36.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da3bf60163da3d64580001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2018-06-07 20:34:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363da3bf60163da3d64580001', N'Chrome', N'琛ㄥ崟鏇存柊鎴愬姛锛', N'5', N'鏈湴', N'2018-06-07 20:34:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363dd3c9f0163dd3d23d90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-08 10:32:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363dd3c9f0163dd3d23d90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-08 10:32:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363dd41010163dd419ccc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-08 10:37:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363dd41010163dd419ccc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-08 10:37:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363dd4e630163dd5135a30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-08 10:54:36', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363dd4e630163dd5135a30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-08 10:54:36.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ec608e0163ec60f9a10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 09:06:08', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ec608e0163ec60f9a10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 09:06:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ec63db0163ec644c0f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 09:09:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ec63db0163ec644c0f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 09:09:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ec7ffd0163ec8069850000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 09:40:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ec7ffd0163ec8069850000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 09:40:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ec82000163ec82dc9a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 09:43:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ec82000163ec82dc9a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 09:43:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ec8a110163ec8a65940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 09:51:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ec8a110163ec8a65940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 09:51:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecaf17b50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 10:31:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecaf17b50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 10:31:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecb2ee230001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 10:35:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecb2ee230001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 10:35:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecb33b780006', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 10:35:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecb33b780006', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 10:35:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecb3d0000008', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-11 10:36:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecb3d0000008', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-11 10:36:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecbdbf830009', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-11 10:47:28', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecbdbf830009', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-11 10:47:28.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecbe194c000a', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-11 10:47:51', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecbe194c000a', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-11 10:47:51.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecbe2282000b', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-11 10:47:53', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecbe2282000b', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-11 10:47:53.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecbe28f8000c', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-11 10:47:55', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecae1e0163ecbe28f8000c', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-11 10:47:55.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eceee10163ecef5dd80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 11:41:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eceee10163ecef5dd80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 11:41:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eceee10163ecefb86e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 11:42:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eceee10163ecefb86e0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 11:42:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eceee10163ecefd5580002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-11 11:42:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eceee10163ecefd5580002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-11 11:42:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecfd1a0163ecfd86330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 11:57:08', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ecfd1a0163ecfd86330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 11:57:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed00020163ed00eee50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 12:00:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed00020163ed00eee50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 12:00:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed18ae0163ed1941be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 12:27:25', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed18ae0163ed1941be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 12:27:25.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed64700163ed6503b00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 13:50:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed64700163ed6503b00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 13:50:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed64700163ed65244b0001', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-11 13:50:18', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed64700163ed65244b0001', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'127.0.0.1', N'2018-06-11 13:50:18.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed6cf20163ed6d57bb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 13:59:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed6cf20163ed6d57bb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 13:59:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed74690163ed74e17c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:07:30', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed74690163ed74e17c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:07:30.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed76ae0163ed779acd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:10:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed76ae0163ed779acd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:10:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed790e0163ed7994790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:12:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed790e0163ed7994790000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:12:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed89c80163ed8a2df50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:30:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed89c80163ed8a2df50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:30:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed8ea20163ed8f98e10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:36:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed8ea20163ed8f98e10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:36:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed95700163ed95ed400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:43:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed95700163ed95ed400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:43:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed9db20163ed9e0cf90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:52:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ed9db20163ed9e0cf90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 14:52:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eda5b30163eda60f960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:01:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eda5b30163eda60f960000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:01:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edad6f0163edadc5b30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:09:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edad6f0163edadc5b30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:09:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edb6660163edb74e420000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:20:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edb6660163edb74e420000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:20:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edba310163edbaf7170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:24:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edba310163edbaf7170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:24:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edbf490163edbf9f5a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:29:08', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edbf490163edbf9f5a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:29:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edc3200163edc3914f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:33:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edc3200163edc3914f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:33:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edc69e0163edc7bc890000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:38:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edc69e0163edc7bc890000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:38:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd7180163edd785c40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:55:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd7180163edd785c40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 15:55:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd92d0163eddc13d20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:00:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd92d0163eddc13d20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:00:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd92d0163eddc3f910001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 16:00:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd92d0163eddc3f910001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 16:00:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd92d0163eddc68520003', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-11 16:00:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd92d0163eddc68520003', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-11 16:00:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd92d0163eddc9f920004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 16:00:49', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd92d0163eddc9f920004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 16:00:49.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd92d0163eddcb0430005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 16:00:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edd92d0163eddcb0430005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 16:00:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edde450163eddf61950000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:03:49', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edde450163eddf61950000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:03:49.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edde450163eddfb4b00001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 16:04:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edde450163eddfb4b00001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 16:04:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edde450163eddfd2510002', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-11 16:04:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edde450163eddfd2510002', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-11 16:04:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edde450163ede067fd0006', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-11 16:04:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edde450163ede067fd0006', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-11 16:04:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edf29b0163edf4005c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:26:21', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363edf29b0163edf4005c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:26:21.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee07640163ee07ccce0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:47:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee07640163ee07ccce0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:47:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee0a280163ee0a82a30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:50:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee0a280163ee0a82a30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:50:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee0b9b0163ee0d3a8e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:53:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee0b9b0163ee0d3a8e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:53:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee0f980163ee10075f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:56:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee0f980163ee10075f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 16:56:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee14a30163ee14fbd20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:02:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee14a30163ee14fbd20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:02:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee15ba0163ee1664920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:03:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee15ba0163ee1664920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:03:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee181e0163ee1906860000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:06:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee181e0163ee1906860000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:06:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee1b610163ee1cd6460000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:10:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee1b610163ee1cd6460000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:10:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee21b60163ee221be20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:16:42', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee21b60163ee221be20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:16:42.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee21b60163ee226dc40001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:17:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee21b60163ee226dc40001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:17:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee21b60163ee22ce770002', N'Chrome', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:17:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee21b60163ee22ce770002', N'Chrome', N'缁勭粐鏈烘瀯 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:17:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee21b60163ee22fab60003', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:17:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee21b60163ee22fab60003', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:17:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee249b0163ee24eca90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:19:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee249b0163ee24eca90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:19:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee249b0163ee2523520001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:20:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee249b0163ee2523520001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:20:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee249b0163ee2538770002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:20:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee249b0163ee2538770002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:20:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee401d0163ee40e55f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:50:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee401d0163ee40e55f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 17:50:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee401d0163ee4161850001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:50:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee401d0163ee4161850001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-11 17:50:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee401d0163ee507c5e0002', N'Chrome', N'閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', N'6', N'鏈湴', N'2018-06-11 18:07:22', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee401d0163ee507c5e0002', N'Chrome', N'閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', N'6', N'鏈湴', N'2018-06-11 18:07:22.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee401d0163ee513e0b0003', N'Chrome', N'閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', N'6', N'鏈湴', N'2018-06-11 18:08:11', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee401d0163ee513e0b0003', N'Chrome', N'閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', N'6', N'鏈湴', N'2018-06-11 18:08:11.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee401d0163ee5146770004', N'Chrome', N'閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', N'6', N'鏈湴', N'2018-06-11 18:08:13', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee401d0163ee5146770004', N'Chrome', N'閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', N'6', N'鏈湴', N'2018-06-11 18:08:13.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee51ac0163ee520bd40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 18:09:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee51ac0163ee520bd40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 18:09:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee51ac0163ee520ce10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 18:09:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee51ac0163ee520ce10001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 18:09:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee54940163ee54e30c0000', N'Chrome', N'閿欒寮傚父: ServletRequestBindingException,閿欒鎻忚堪锛歁issing URI template variable ''dbPath'' for method parameter of type String', N'6', N'鏈湴', N'2018-06-11 18:12:10', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee54940163ee54e30c0000', N'Chrome', N'閿欒寮傚父: ServletRequestBindingException,閿欒鎻忚堪锛歁issing URI template variable ''dbPath'' for method parameter of type String', N'6', N'鏈湴', N'2018-06-11 18:12:10.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee697b0163ee69c0630000', N'Chrome', N'閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', N'6', N'鏈湴', N'2018-06-11 18:34:57', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee697b0163ee69c0630000', N'Chrome', N'閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', N'6', N'鏈湴', N'2018-06-11 18:34:57.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee6a5b0163ee72f5db0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 18:45:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee6a5b0163ee72f5db0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 18:45:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee75830163ee75de740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 18:48:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee75830163ee75de740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 18:48:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee7be50163ee7c4e8b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 18:55:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee7be50163ee7c4e8b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 18:55:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee928f0163ee9401890000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 19:21:07', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee928f0163ee9401890000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 19:21:07.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee9bcd0163eea2e7d70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 19:37:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363ee9bcd0163eea2e7d70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 19:37:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eea3dc0163eea475570000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 19:39:05', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eea3dc0163eea475570000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 19:39:05.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eeb4890163eeb51c100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 19:57:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eeb4890163eeb51c100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-11 19:57:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eeb4890163eeba35c30001', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛欵xpression fileName is undefined on line 10, column 37 in ui/tag.ftl.', N'6', N'鏈湴', N'2018-06-11 20:02:50', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363eeb4890163eeba35c30001', N'Chrome', N'閿欒寮傚父: RuntimeException,閿欒鎻忚堪锛欵xpression fileName is undefined on line 10, column 37 in ui/tag.ftl.', N'6', N'鏈湴', N'2018-06-11 20:02:50.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f1d2d00163f1d3836a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 10:29:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f1d2d00163f1d3836a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 10:29:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f1ed240163f1f49c980000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 11:05:30', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f1ed240163f1f49c980000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 11:05:30.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f247370163f29533b70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 14:00:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f247370163f29533b70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 14:00:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f247370163f29b89ba0001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-12 14:07:49', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f247370163f29b89ba0001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-12 14:07:49.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f247370163f2ab0f390002', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-12 14:24:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f247370163f2ab0f390002', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-12 14:24:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f247370163f2ab65fe0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-12 14:25:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f247370163f2ab65fe0003', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-12 14:25:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f247370163f2ac462d0004', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-12 14:26:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f247370163f2ac462d0004', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-12 14:26:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2b4930163f2b534ed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 14:35:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2b4930163f2b534ed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 14:35:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2b90c0163f2b9819f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 14:40:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2b90c0163f2b9819f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 14:40:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2c3800163f2c68d300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 14:54:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2c3800163f2c68d300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 14:54:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2d41d0163f2d495fb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 15:10:08', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2d41d0163f2d495fb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 15:10:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2d41d0163f2d6f5c40002', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-12 15:12:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2d41d0163f2d6f5c40002', N'Chrome', N'娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-12 15:12:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2d7a70163f2e7a4920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 15:30:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2d7a70163f2e7a4920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 15:30:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2d7a70163f2eb372a0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 15:34:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2d7a70163f2eb372a0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 15:34:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2d7a70163f2ebb2fb0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 15:35:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f2d7a70163f2ebb2fb0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 15:35:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3004c0163f30c950d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 16:11:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3004c0163f30c950d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 16:11:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f30fdd600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 16:14:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f30fdd600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 16:14:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f31e64250001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:30:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f31e64250001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:30:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32889d10002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:41:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32889d10002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:41:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f3299f630003', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:43:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f3299f630003', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:43:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32a42c10004', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:43:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32a42c10004', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:43:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32a67ab0005', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:43:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32a67ab0005', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:43:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32aa0da0006', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:44:07', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32aa0da0006', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:44:07.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32ae7a00007', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:44:25', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32ae7a00007', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:44:25.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32c315d0008', N'Chrome', N'閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', N'6', N'鏈湴', N'2018-06-12 16:45:49', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32c315d0008', N'Chrome', N'閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', N'6', N'鏈湴', N'2018-06-12 16:45:49.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32c35990009', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:45:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32c35990009', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:45:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32c619f000a', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:46:02', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f32c619f000a', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:46:02.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f333b87f000b', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:54:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f333b87f000b', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 16:54:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f33a23c9000c', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:01:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f33a23c9000c', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:01:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f342a948000d', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:10:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f30f300163f342a948000d', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:10:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f35ad00163f35bd9c80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 17:37:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f35ad00163f35bd9c80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 17:37:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f3614e940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 17:43:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f3614e940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 17:43:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f36210b30001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:44:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f36210b30001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:44:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f36263880002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:45:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f36263880002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:45:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f3638fea0003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:46:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f3638fea0003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:46:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f363d3240004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:46:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f363d3240004', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:46:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f363f87c0005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:46:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f363f87c0005', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:46:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f364593c0006', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:47:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f364593c0006', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:47:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f3661d3c0007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:49:05', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f3661d3c0007', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:49:05.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f3681e220008', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:51:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f3681e220008', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:51:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f3698d450009', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:52:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f3698d450009', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:52:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f36d6572000b', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:57:02', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f360e20163f36d6572000b', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 17:57:02.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3881b0163f388d69b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:27:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3881b0163f388d69b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:27:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3881b0163f38993a70001', N'Chrome', N'4afbfbedab64034f9015f1bca8c379310b551dab琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-12 18:27:49', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3881b0163f38993a70001', N'Chrome', N'4afbfbedab64034f9015f1bca8c379310b551dab琚垹闄ゆ垚鍔', N'4', N'鏈湴', N'2018-06-12 18:27:49.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f38b360163f38c031d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:30:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f38b360163f38c031d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:30:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f38b360163f38cc2e00002', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-12 18:31:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f38b360163f38cc2e00002', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-12 18:31:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f38b360163f38da8f90003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 18:32:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f38b360163f38da8f90003', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 18:32:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f38b360163f3924f5d0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-12 18:37:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f38b360163f3924f5d0004', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-12 18:37:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f395850163f395ee4f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:41:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f395850163f395ee4f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:41:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f397740163f397dd2b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:43:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f397740163f397dd2b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:43:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f397740163f398a4100003', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 18:44:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f397740163f398a4100003', N'Chrome', N'鐢ㄦ埛: scott鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 18:44:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f397740163f398abf60006', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 18:44:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f397740163f398abf60006', N'Chrome', N'鐢ㄦ埛: admin鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 18:44:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f399350163f3998b910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:45:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f399350163f3998b910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:45:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f39a640163f39ab57c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:46:32', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f39a640163f39ab57c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:46:32.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f39b890163f39bf1d10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:47:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f39b890163f39bf1d10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 18:47:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3a6540163f3a7134e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:00:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3a6540163f3a7134e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:00:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3aae20163f3ab35210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:04:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3aae20163f3ab35210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:04:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3b0290163f3b08eef0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:10:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3b0290163f3b08eef0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:10:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3b2400163f3b35e8c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:13:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3b2400163f3b35e8c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:13:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3b8560163f3b8b4880000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:19:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3b8560163f3b8b4880000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:19:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdea000000', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:24:59', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdea000000', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:24:59.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdea0c0001', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:24:59', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdea0c0001', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:24:59.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdea1b0002', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:24:59', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdea1b0002', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:24:59.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdea280003', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:24:59', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdea280003', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:24:59.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdea370004', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:24:59', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdea370004', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:24:59.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdecf80005', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:00', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdecf80005', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:00.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdecff0006', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:00', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bdecff0006', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:00.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bded350007', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:00', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bded350007', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:00.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bded350008', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:00', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bded350008', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:00.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bded370009', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:00', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3bded370009', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:00.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be0feb000a', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be0feb000a', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be0feb000b', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be0feb000b', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be1013000c', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be1013000c', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be1014000d', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be1014000d', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be1014000e', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be1014000e', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be101c000f', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be101c000f', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10280010', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10280010', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10300011', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10300011', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be103f0012', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be103f0012', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10410013', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10410013', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10440014', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10440014', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10440015', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10440015', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10460016', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10460016', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10580017', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be10580017', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:09.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3af70018', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3af70018', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3afc0019', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3afc0019', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b04001a', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b04001a', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b0b001b', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b0b001b', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b0e001c', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b0e001c', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b0f001d', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b0f001d', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b14001e', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b14001e', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b25001f', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b25001f', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b2f0020', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b2f0020', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b320021', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b320021', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b340022', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b340022', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b370023', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b370023', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b3c0024', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b3c0024', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b520025', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be3b520025', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:20.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40f40026', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40f40026', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40f40027', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40f40027', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40f80028', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40f80028', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40f80029', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40f80029', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40fa002a', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40fa002a', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40fd002b', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be40fd002b', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4109002c', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4109002c', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4111002d', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4111002d', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be411b002e', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be411b002e', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be411d002f', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be411d002f', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be41200030', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be41200030', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be41250031', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be41250031', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be41270032', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be41270032', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be41390033', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be41390033', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43600034', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43600034', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43670035', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43670035', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43670036', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43670036', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43670037', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43670037', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be436a0038', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be436a0038', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43790039', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43790039', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4379003a', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4379003a', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4385003b', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4385003b', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4392003c', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4392003c', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4394003d', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4394003d', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4394003e', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4394003e', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4399003f', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be4399003f', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be439c0040', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be439c0040', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43a10041', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3bdb30163f3be43a10041', N'Chrome', N'閿欒寮傚父: ClassCastException,閿欒鎻忚堪锛歰rg.springframework.web.servlet.resource.ResourceHttpRequestHandler cannot be cast to org.springframework.web.method.HandlerMethod', N'6', N'鏈湴', N'2018-06-12 19:25:22.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3c1100163f3c1c4060000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:29:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3c1100163f3c1c4060000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:29:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3c5c90163f3c61dca0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:33:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3c5c90163f3c61dca0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:33:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3d4480163f3d619d70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:51:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3d4480163f3d619d70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:51:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3d8e80163f3d949480000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:54:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3d8e80163f3d949480000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 19:54:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3de1e0163f3de95390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 20:00:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3de1e0163f3de95390000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 20:00:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3e8bc0163f3e9616b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 20:12:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3e8bc0163f3e9616b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 20:12:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3ef3b0163f3efa97a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 20:19:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3ef3b0163f3efa97a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 20:19:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3f06f0163f3f1ad1f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 20:21:32', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f3f06f0163f3f1ad1f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-12 20:21:32.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f75af90163f75b6f920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:15:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f75af90163f75b6f920000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:15:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f768050163f76960c10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:31:08', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f768050163f76960c10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:31:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f76b2d0163f76b95320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:33:32', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f76b2d0163f76b95320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:33:32.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f76c960163f76cd56f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:34:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f76c960163f76cd56f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:34:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f777c70163f778a9250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:47:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f777c70163f778a9250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:47:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f777c70163f778ec070001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-13 12:48:07', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f777c70163f778ec070001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-13 12:48:07.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f777c70163f7790ce80002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-13 12:48:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f777c70163f7790ce80002', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-13 12:48:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f77aea0163f77b3ad90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:50:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f77aea0163f77b3ad90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:50:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f77dfb0163f77fb0330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:55:30', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f77dfb0163f77fb0330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 12:55:30.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f77dfb0163f77fd7a00001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-13 12:55:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f77dfb0163f77fd7a00001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-13 12:55:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f787160163f7879d3a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:04:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f787160163f7879d3a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:04:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f787160163f787b9560001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-13 13:04:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f787160163f787b9560001', N'Chrome', N'淇敼鎴愬姛', N'5', N'鏈湴', N'2018-06-13 13:04:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7a0c40163f7a115250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:31:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7a0c40163f7a115250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:31:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7a0c40163f7a118540001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-13 13:31:59', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7a0c40163f7a118540001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-13 13:31:59.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7a0c40163f7a118590002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-13 13:31:59', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7a0c40163f7a118590002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-13 13:31:59.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7a0c40163f7a118980003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-13 13:32:00', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7a0c40163f7a118980003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-13 13:32:00.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7a1e40163f7a235a10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:33:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7a1e40163f7a235a10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:33:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7aae50163f7ab691e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:43:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7aae50163f7ab691e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:43:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7ac740163f7acd33a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:44:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7ac740163f7acd33a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:44:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7b0420163f7b0a7c60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:48:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7b0420163f7b0a7c60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:48:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7b4630163f7b4c3070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:53:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7b4630163f7b4c3070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 13:53:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7bc590163f7bca4700000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:02:05', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7bc590163f7bca4700000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:02:05.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7bf9d0163f7bfefb30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:05:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7bf9d0163f7bfefb30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:05:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7c1d90163f7c21a740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:08:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7c1d90163f7c21a740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:08:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7ca990163f7cb2e9c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:17:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7ca990163f7cb2e9c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:17:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7cc810163f7cf266d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:22:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7cc810163f7cf266d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:22:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7d66e0163f7d6cb0f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:30:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7d66e0163f7d6cb0f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:30:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7dbd30163f7dc1c5c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:36:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7dbd30163f7dc1c5c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:36:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7df3a0163f7dfdfdc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:40:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7df3a0163f7dfdfdc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:40:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7e6900163f7e6dbc90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:48:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7e6900163f7e6dbc90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:48:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7e8fa0163f7e949780000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:50:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7e8fa0163f7e949780000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:50:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7ed440163f7f0502d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:58:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7ed440163f7f0502d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 14:58:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7f9730163f7f9bf590000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 15:08:49', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f7f9730163f7f9bf590000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 15:08:49.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8189d0163f818ecfc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 15:42:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8189d0163f818ecfc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 15:42:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f841620163f84222e30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 16:27:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f841620163f84222e30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 16:27:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f841620163f842cba60001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-13 16:28:37', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f841620163f842cba60001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-13 16:28:37.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f887bf0163f88839c70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 17:44:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f887bf0163f88839c70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 17:44:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8b4ea0163f8b572e90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 18:33:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8b4ea0163f8b572e90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 18:33:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8cf910163f8cfe01f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:02:42', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8cf910163f8cfe01f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:02:42.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8d1dd0163f8d222980000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:05:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8d1dd0163f8d222980000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:05:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8dda70163f8ddf9940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:18:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8dda70163f8ddf9940000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:18:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8dda70163f8deb8fb0001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-13 19:18:55', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8dda70163f8deb8fb0001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-13 19:18:55.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8dda70163f8dec83d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:18:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8dda70163f8dec83d0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:18:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8df1b0163f8e00d4e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:20:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8df1b0163f8e00d4e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:20:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8df1b0163f8e00e590001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:20:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8df1b0163f8e00e590001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:20:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8f9e80163f8fa3fee0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:49:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8f9e80163f8fa3fee0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:49:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8f9e80163f8fb2ec30001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-13 19:50:01', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8f9e80163f8fb2ec30001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-13 19:50:01.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8fce60163f8fd2a170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:52:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8fce60163f8fd2a170000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:52:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8ffe40163f9027d2e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:57:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f8ffe40163f9027d2e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 19:57:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f9084d0163f909722c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 20:05:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f9084d0163f909722c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 20:05:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f90b0a0163f90bfcbd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 20:08:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363f90b0a0163f90bfcbd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-13 20:08:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc10eb0163fc13c79b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 10:15:44', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc10eb0163fc13c79b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 10:15:44.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc197d0163fc1a07600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 10:22:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc197d0163fc1a07600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 10:22:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc256f0163fc25c0320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 10:35:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc256f0163fc25c0320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 10:35:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc256f0163fc27fa330001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-14 10:37:48', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc256f0163fc27fa330001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-14 10:37:48.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc256f0163fc280dea0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 10:37:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc256f0163fc280dea0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 10:37:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc256f0163fc2878e90003', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-14 10:38:20', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc256f0163fc2878e90003', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-14 10:38:20.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc256f0163fc3858840004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 10:55:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc256f0163fc3858840004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 10:55:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc3fbe0163fc400ab10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 11:04:05', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc3fbe0163fc400ab10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 11:04:05.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc566f0163fc56bf0a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 11:28:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc566f0163fc56bf0a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 11:28:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc69e40163fc6a530d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 11:50:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc69e40163fc6a530d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 11:50:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc6b780163fc6bba610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 11:51:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc6b780163fc6bba610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 11:51:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc77220163fc7766c90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 12:04:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc77220163fc7766c90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 12:04:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc77220163fc7aec1a0002', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''hol_dept'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''hol_dept'' cannot be null', N'6', N'鏈湴', N'2018-06-14 12:08:24', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc77220163fc7aec1a0002', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''hol_dept'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''hol_dept'' cannot be null', N'6', N'鏈湴', N'2018-06-14 12:08:24.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc77220163fc7bfa170004', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''hol_dept'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''hol_dept'' cannot be null', N'6', N'鏈湴', N'2018-06-14 12:09:33', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc77220163fc7bfa170004', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欳olumn ''hol_dept'' cannot be null; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Column ''hol_dept'' cannot be null', N'6', N'鏈湴', N'2018-06-14 12:09:33.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc77220163fc7ca1b40005', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 12:10:16', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc77220163fc7ca1b40005', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 12:10:16.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fc93b1870000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 12:35:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fc93b1870000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 12:35:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcac55db0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:02:22', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcac55db0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:02:22.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcac78d10002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:02:31', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcac78d10002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:02:31.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcaca3f70003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:02:42', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcaca3f70003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:02:42.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcadc6ec0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:03:57', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcadc6ec0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:03:57.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcadf55c0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:04:09', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcadf55c0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:04:09.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcae0c0b0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:04:14', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcae0c0b0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:04:14.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcaf05300007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:05:18', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcaf05300007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:05:18.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcaf05e00008', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:05:18', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcaf05e00008', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:05:18.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcaf192e0009', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:05:23', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcaf192e0009', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:05:23.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcaf8c76000a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:05:53', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fc90040163fcaf8c76000a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-14 13:05:53.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcc3970163fcc3d2d00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 13:28:02', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcc3970163fcc3d2d00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 13:28:02.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcc3970163fcc769870001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 13:31:57', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcc3970163fcc769870001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 13:31:57.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcc3970163fcd598da0002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 13:47:26', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcc3970163fcd598da0002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 13:47:26.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fcd8ea710000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 13:51:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fcd8ea710000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 13:51:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fcdd14070001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 13:55:37', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fcdd14070001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 13:55:37.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fce078150002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 13:59:19', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fce078150002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 13:59:19.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fd0846200003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 14:42:47', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fd0846200003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 14:42:47.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fd08851c0004', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 14:43:04', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fd08851c0004', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 14:43:04.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fd1739240005', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-14 14:59:07', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fd1739240005', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-14 14:59:07.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fd1daf780006', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 15:06:11', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fcd8350163fd1daf780006', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-14 15:06:11.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd27b70163fd28441a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 15:17:44', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd27b70163fd28441a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 15:17:44.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd27b70163fd2893570001', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欶or input string: "sss"', N'6', N'鏈湴', N'2018-06-14 15:18:04', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd27b70163fd2893570001', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛欶or input string: "sss"', N'6', N'鏈湴', N'2018-06-14 15:18:04.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd318f0163fd31e9560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 15:28:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd318f0163fd31e9560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 15:28:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd318f0163fd36d5dc0002', N'Chrome', N'绗竴涓爲娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-14 15:33:39', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd318f0163fd36d5dc0002', N'Chrome', N'绗竴涓爲娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-14 15:33:39.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd318f0163fd3713070004', N'Chrome', N'绗竴涓爲娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-14 15:33:55', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd318f0163fd3713070004', N'Chrome', N'绗竴涓爲娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-14 15:33:55.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd3d6d0163fd3de58e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 15:41:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd3d6d0163fd3de58e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 15:41:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd46310163fd467de00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 15:50:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd46310163fd467de00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 15:50:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fd548bad0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 16:06:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fd548bad0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 16:06:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fd55442d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 16:06:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fd55442d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 16:06:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fd7c86e00002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 16:49:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fd7c86e00002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 16:49:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fd82dc230003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 16:56:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fd82dc230003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 16:56:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fd8eb8a40004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 17:09:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fd8eb8a40004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 17:09:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fda0d0d00005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 17:29:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fda0d0d00005', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 17:29:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fda1f4b70006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 17:30:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fda1f4b70006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 17:30:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fda7f4210007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 17:37:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fda7f4210007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 17:37:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fdb2bef70008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 17:49:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fd543b0163fdb2bef70008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 17:49:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fdbe790163fdbebfd90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:02:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fdbe790163fdbebfd90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:02:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fdbe790163fdc0530b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:03:49', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fdbe790163fdc0530b0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:03:49.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fdbe790163fdc5e60e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:09:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fdbe790163fdc5e60e0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:09:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fdbe790163fdc665700003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:10:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fdbe790163fdc665700003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:10:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fdbe790163fdc749950004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:11:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fdbe790163fdc749950004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:11:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fde35e0163fde473de0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:43:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f363fde35e0163fde473de0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-14 18:43:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401964801640196865c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 11:56:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401964801640196865c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 11:56:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640196480164019d00c40001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 12:03:43', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640196480164019d00c40001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 12:03:43.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640196480164019d6fff0002', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 12:04:12', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640196480164019d6fff0002', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 12:04:12.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640196480164019dfd0f0003', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 12:04:48', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640196480164019dfd0f0003', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 12:04:48.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640196480164019e3af70004', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 12:05:04', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640196480164019e3af70004', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 12:05:04.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364019648016401a38edf0005', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 12:10:53', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364019648016401a38edf0005', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 12:10:53.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401ad5c016401ada2720000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:21:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401ad5c016401ada2720000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:21:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401b083016401b0edcd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:25:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401b083016401b0edcd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:25:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401b1fa016401b23bab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:26:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401b1fa016401b23bab0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:26:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401b490016401b4d3a00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:29:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401b490016401b4d3a00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:29:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401b5f6016401b63c870000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:31:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401b5f6016401b63c870000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:31:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401baba016401bb0c7e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:36:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401baba016401bb0c7e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:36:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401bd1d016401bd6c610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:39:08', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401bd1d016401bd6c610000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:39:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401cab3016401cbac230000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:54:42', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36401cab3016401cbac230000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 12:54:42.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae00164022b3ac50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 14:39:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae00164022b3ac50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 14:39:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae00164022b40200001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 14:39:06', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae00164022b40200001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 14:39:06.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae00164022b64f80002', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 14:39:15', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae00164022b64f80002', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 14:39:15.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae001640231c3870009', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 14:46:13', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae001640231c3870009', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 14:46:13.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae001640232d1890011', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 14:47:22', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae001640232d1890011', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 14:47:22.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae001640239ca920012', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 14:54:59', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae001640239ca920012', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 14:54:59.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae00164024f82480013', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 15:18:42', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae00164024f82480013', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 15:18:42.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae001640251c7da0014', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:21:11', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364022ae001640251c7da0014', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:21:11.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364025335016402537e320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 15:23:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364025335016402537e320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 15:23:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402533501640253833d0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:23:04', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402533501640253833d0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:23:04.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364025335016402539f060002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:23:12', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364025335016402539f060002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:23:12.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640253350164025448db0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:23:55', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640253350164025448db0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:23:55.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402533501640255a4520004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:25:24', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402533501640255a4520004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:25:24.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364025335016402572ad80005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:27:04', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364025335016402572ad80005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:27:04.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640253350164025b88c10006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:31:50', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640253350164025b88c10006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 15:31:50.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164027ece030000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 16:10:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164027ece030000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 16:10:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e801640282e5ce0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:14:50', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e801640282e5ce0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:14:50.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402863d3b0002', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:18:29', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402863d3b0002', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:18:29.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402868f270003', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:18:50', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402868f270003', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:18:50.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e801640286be2b0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:19:02', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e801640286be2b0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:19:02.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e801640286d32c0005', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:19:07', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e801640286d32c0005', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:19:07.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e801640287fd7e0006', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:24', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e801640287fd7e0006', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:24.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164028804fc0007', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:25', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164028804fc0007', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:25.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164028805cc0008', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:26', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164028805cc0008', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:26.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164028806640009', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:26', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164028806640009', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:26.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402880725000a', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:26', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402880725000a', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:26.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164028827e0000b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:20:34', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164028827e0000b', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:20:34.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402883598000c', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:38', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402883598000c', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:38.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402884dfa000d', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:44', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402884dfa000d', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:20:44.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402894a1b000e', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:21:49', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e8016402894a1b000e', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歴yntax error, position at 18, name ruleParam', N'6', N'鏈湴', N'2018-06-15 16:21:49.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164028ae74f000f', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:23:34', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3640265e80164028ae74f000f', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:23:34.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364028b4f0164028b8e0c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 16:24:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364028b4f0164028b8e0c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 16:24:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364028b4f0164028b931b0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:24:18', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364028b4f0164028b931b0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:24:18.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364028b4f0164028bb47c0002', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 16:24:27', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364028b4f0164028bb47c0002', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 16:24:27.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364028b4f0164028fd5470003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:28:58', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364028b4f0164028fd5470003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:28:58.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364028b4f0164029043aa0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:29:26', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364028b4f0164029043aa0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:29:26.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402940b01640294f4cd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 16:34:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402940b01640294f4cd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 16:34:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402940b01640294f9f30001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:34:35', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402940b01640294f9f30001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:34:35.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402940b016402959c380002', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄦ洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-15 16:35:16', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402940b016402959c380002', N'Chrome', N'娑堟伅妯℃澘_涓氬姟SQL閰嶇疆琛ㄦ洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-15 16:35:16.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402a038016402a0b6ad0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 16:47:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402a038016402a0b6ad0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 16:47:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402a038016402a0bb6c0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:47:25', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402a038016402a0bb6c0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:47:25.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402a038016402a376e40002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:50:24', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402a038016402a376e40002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 16:50:24.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402a038016402a579f20003', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 16:52:36', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402a038016402a579f20003', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 16:52:36.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402ae14650000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 17:02:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402ae14650000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 17:02:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402ae19800001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:02:01', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402ae19800001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:02:01.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402ae7c710002', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 17:02:26', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402ae7c710002', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 17:02:26.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402ae87b70003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:02:29', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402ae87b70003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:02:29.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402aecb6b0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:02:47', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402aecb6b0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:02:47.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402aef12a0005', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 17:02:56', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402aef12a0005', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 17:02:56.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402bca9de0006', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歶nclosed string : i', N'6', N'鏈湴', N'2018-06-15 17:17:56', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402bca9de0006', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歶nclosed string : i', N'6', N'鏈湴', N'2018-06-15 17:17:56.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402bcc6e00007', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歶nclosed string : i', N'6', N'鏈湴', N'2018-06-15 17:18:03', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402bcc6e00007', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歶nclosed string : i', N'6', N'鏈湴', N'2018-06-15 17:18:03.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402be0d7b0008', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歶nclosed string : i', N'6', N'鏈湴', N'2018-06-15 17:19:27', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402be0d7b0008', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歶nclosed string : i', N'6', N'鏈湴', N'2018-06-15 17:19:27.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402be1d2a0009', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歶nclosed string : i', N'6', N'鏈湴', N'2018-06-15 17:19:31', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402adc1016402be1d2a0009', N'Chrome', N'閿欒寮傚父: JSONException,閿欒鎻忚堪锛歶nclosed string : i', N'6', N'鏈湴', N'2018-06-15 17:19:31.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402be88016402beef640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 17:20:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402be88016402beef640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 17:20:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402be88016402bef46a0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:20:26', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402be88016402bef46a0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:20:26.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402be88016402bf4aa90002', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 17:20:48', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402be88016402bf4aa90002', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 17:20:48.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d26d630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 17:41:42', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d26d630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 17:41:42.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d2739a0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:41:43', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d2739a0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:41:43.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d4d15e0002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:44:19', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d4d15e0002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:44:19.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d4d1710003', N'Chrome', N'閿欒寮傚父: OutOfMemoryError,閿欒鎻忚堪锛歅ermGen space', N'6', N'鏈湴', N'2018-06-15 17:44:19', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d4d1710003', N'Chrome', N'閿欒寮傚父: OutOfMemoryError,閿欒鎻忚堪锛歅ermGen space', N'6', N'鏈湴', N'2018-06-15 17:44:19.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d4d17a0004', N'Chrome', N'閿欒寮傚父: OutOfMemoryError,閿欒鎻忚堪锛歅ermGen space', N'6', N'鏈湴', N'2018-06-15 17:44:19', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d4d17a0004', N'Chrome', N'閿欒寮傚父: OutOfMemoryError,閿欒鎻忚堪锛歅ermGen space', N'6', N'鏈湴', N'2018-06-15 17:44:19.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d4d4130005', N'Chrome', N'閿欒寮傚父: OutOfMemoryError,閿欒鎻忚堪锛歅ermGen space', N'6', N'鏈湴', N'2018-06-15 17:44:19', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d1d8016402d4d4130005', N'Chrome', N'閿欒寮傚父: OutOfMemoryError,閿欒鎻忚堪锛歅ermGen space', N'6', N'鏈湴', N'2018-06-15 17:44:19.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d59e016402d605d20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 17:45:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d59e016402d605d20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 17:45:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d59e016402d60acc0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:45:39', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d59e016402d60acc0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:45:39.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d59e016402d6e7850002', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇44444111琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-15 17:46:35', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402d59e016402d6e7850002', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇44444111琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-15 17:46:35.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402dc38016402dc83450000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 17:52:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402dc38016402dc83450000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 17:52:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402dc38016402dc8b4a0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:52:45', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402dc38016402dc8b4a0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 17:52:45.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402e665016402e6bc1e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 18:03:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402e665016402e6bc1e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 18:03:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402e665016402e6c4fc0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 18:03:55', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402e665016402e6c4fc0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-15 18:03:55.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402f3de016402f434e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 18:18:36', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402f3de016402f434e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 18:18:36.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402f3de016402f596ab0001', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-15 18:20:06', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402f3de016402f596ab0001', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-15 18:20:06.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402f3de016402f8111c0002', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 18:22:49', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402f3de016402f8111c0002', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 18:22:49.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402f3de016402f85eb30003', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 18:23:08', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402f3de016402f85eb30003', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 18:23:08.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402f3de016403035d540011', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 18:35:09', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36402f3de016403035d540011', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 18:35:09.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36403056001640306b5f90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 18:38:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36403056001640306b5f90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 18:38:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36403297f01640329c1dc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 19:17:05', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36403297f01640329c1dc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 19:17:05.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36403297f0164032a24730002', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-15 19:17:30', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36403297f0164032a24730002', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-15 19:17:30.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36403297f0164032a34fb0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 19:17:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36403297f0164032a34fb0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 19:17:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36403297f0164032e92200004', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 19:22:21', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36403297f0164032e92200004', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 19:22:21.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364033447016403385f1a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 19:33:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364033447016403385f1a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-15 19:33:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415f9b5f80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 10:57:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415f9b5f80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 10:57:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa3bc50001', N'Chrome', N'鍦ㄧ嚎鏂囨。琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:57:58', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa3bc50001', N'Chrome', N'鍦ㄧ嚎鏂囨。琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:57:58.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa42cb0002', N'Chrome', N'鍟嗗煄鏂囦欢琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:00', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa42cb0002', N'Chrome', N'鍟嗗煄鏂囦欢琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:00.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa48570003', N'Chrome', N'5555琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:01', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa48570003', N'Chrome', N'5555琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:01.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa4d930004', N'Chrome', N'999999琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:02', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa4d930004', N'Chrome', N'999999琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:02.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa530d0005', N'Chrome', N'777777777777琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:04', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa530d0005', N'Chrome', N'777777777777琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:04.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa58380006', N'Chrome', N'888888琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:05', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa58380006', N'Chrome', N'888888琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:05.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa5d8d0007', N'Chrome', N'22222琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:06', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa5d8d0007', N'Chrome', N'22222琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:06.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa63cd0008', N'Chrome', N'2223333琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:08', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36415f83d016415fa63cd0008', N'Chrome', N'2223333琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 10:58:08.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416034d016416044a260000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 11:08:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416034d016416044a260000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 11:08:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161a8cc70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 11:33:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161a8cc70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 11:33:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161be14a0002', N'Chrome', N'111111111琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:34:43', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161be14a0002', N'Chrome', N'111111111琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:34:43.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161be7580003', N'Chrome', N'333琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:34:44', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161be7580003', N'Chrome', N'333琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:34:44.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161bec0d0004', N'Chrome', N'2222琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:34:46', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161bec0d0004', N'Chrome', N'2222琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:34:46.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161bf1a30005', N'Chrome', N'4444琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:34:47', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161bf1a30005', N'Chrome', N'4444琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:34:47.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161c6d930006', N'Chrome', N'22222222琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:35:19', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161c6d930006', N'Chrome', N'22222222琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:35:19.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161fa148000a', N'Chrome', N'444琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:38:49', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161fa148000a', N'Chrome', N'444琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:38:49.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161fa717000b', N'Chrome', N'1111琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:38:50', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364161a320164161fa717000b', N'Chrome', N'1111琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:38:50.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641622190164162272de0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 11:41:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641622190164162272de0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 11:41:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416221901641623b2af0003', N'Chrome', N'555琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:43:15', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416221901641623b2af0003', N'Chrome', N'555琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:43:15.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416221901641623b7cd0004', N'Chrome', N'4444琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:43:16', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416221901641623b7cd0004', N'Chrome', N'4444琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:43:16.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416221901641623bd530005', N'Chrome', N'111琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:43:18', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416221901641623bd530005', N'Chrome', N'111琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:43:18.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416221901641623c2950006', N'Chrome', N'666琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:43:19', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416221901641623c2950006', N'Chrome', N'666琚垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-19 11:43:19.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364165cee0164165d40760000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 12:46:07', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364165cee0164165d40760000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 12:46:07.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416603b01641683aa420000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 13:28:04', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416603b01641683aa420000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 13:28:04.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364168dc70164168e6fe40000', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-19 13:39:50', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364168dc70164168e6fe40000', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-19 13:39:50.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364168fed01641691d0fb0000', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-19 13:43:32', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364168fed01641691d0fb0000', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-19 13:43:32.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416970301641697658e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 13:49:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416970301641697658e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 13:49:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641698c10164169944d60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 13:51:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641698c10164169944d60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 13:51:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641698c10164169a01950001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-19 13:52:29', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641698c10164169a01950001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-19 13:52:29.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364169ae10164169b23ef0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 13:53:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364169ae10164169b23ef0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 13:53:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416a349016416a38a090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 14:02:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416a349016416a38a090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 14:02:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416a349016416a8e8870001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-19 14:08:45', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416a349016416a8e8870001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-19 14:08:45.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416a349016416a94b900002', N'Chrome', N'瀹℃牳鎴愬姛', N'1', N'鏈湴', N'2018-06-19 14:09:11', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416a349016416a94b900002', N'Chrome', N'瀹℃牳鎴愬姛', N'1', N'鏈湴', N'2018-06-19 14:09:11.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416a349016416b405e80005', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-19 14:20:54', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416a349016416b405e80005', N'Chrome', N'鐢ㄦ埛: lisi鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-19 14:20:54.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416a349016416b4504f0006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-19 14:21:13', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416a349016416b4504f0006', N'Chrome', N'鑿滃崟 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-19 14:21:13.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416e83b016416e8854e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 15:18:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416e83b016416e8854e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 15:18:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416ebb6016416ec01db0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 15:22:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416ebb6016416ec01db0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 15:22:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416ef99016416efdfb70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 15:26:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416ef99016416efdfb70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 15:26:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416ef99016416f073180001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-19 15:26:54', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416ef99016416f073180001', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-19 15:26:54.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416ef99016416f1bdf70002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-19 15:28:18', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416ef99016416f1bdf70002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-19 15:28:18.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416fb3f016416fb89370000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 15:39:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36416fb3f016416fb89370000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 15:39:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417049a01641704e9300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 15:49:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417049a01641704e9300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 15:49:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b0164171454060000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 16:06:05', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b0164171454060000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 16:06:05.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b01641714c7c00001', N'Chrome', N'婵娲绘垚鍔', N'1', N'鏈湴', N'2018-06-19 16:06:35', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b01641714c7c00001', N'Chrome', N'婵娲绘垚鍔', N'1', N'鏈湴', N'2018-06-19 16:06:35.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b016417154fa10002', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'1', N'鏈湴', N'2018-06-19 16:07:09', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b016417154fa10002', N'Chrome', N'鍙栨秷婵娲绘垚鍔', N'1', N'鏈湴', N'2018-06-19 16:07:09.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b0164171555130003', N'Chrome', N'婵娲绘垚鍔', N'1', N'鏈湴', N'2018-06-19 16:07:11', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b0164171555130003', N'Chrome', N'婵娲绘垚鍔', N'1', N'鏈湴', N'2018-06-19 16:07:11.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b01641715d0000004', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-19 16:07:42', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b01641715d0000004', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-19 16:07:42.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b0164171603810005', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-19 16:07:56', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b0164171603810005', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-19 16:07:56.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b0164171652e30006', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-19 16:08:16', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417140b0164171652e30006', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-19 16:08:16.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417249a01641724e09d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 16:24:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417249a01641724e09d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 16:24:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417274b0164172796d80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 16:27:07', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417274b0164172796d80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 16:27:07.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417274b0164172890d40001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-19 16:28:11', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417274b0164172890d40001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-19 16:28:11.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364173717016417378f040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 16:44:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364173717016417378f040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 16:44:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364174df40164174eca740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 17:09:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364174df40164174eca740000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 17:09:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364174df40164174f0a160001', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-19 17:10:13', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364174df40164174f0a160001', N'Chrome', N'琛ㄥ崟鏍峰紡琛ㄦ洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-19 17:10:13.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364179e730164179ebf090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 18:37:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364179e730164179ebf090000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 18:37:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364179fa5016417a01a680000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 18:38:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364179fa5016417a01a680000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 18:38:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417a137016417a74b300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 18:46:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417a137016417a74b300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 18:46:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417b51e016417b5a1080000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:02:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417b51e016417b5a1080000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:02:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417b51e016417b5aca90001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-19 19:02:19', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417b51e016417b5aca90001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-19 19:02:19.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417b69a016417b6fba30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:03:45', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417b69a016417b6fba30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:03:45.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417b69a016417b765400001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-19 19:04:12', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417b69a016417b765400001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-19 19:04:12.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417bbd4016417bd79ed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:10:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417bbd4016417bd79ed0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:10:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417bbd4016417cc7e010001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-19 19:27:14', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417bbd4016417cc7e010001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-19 19:27:14.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417d158016417d1dad40000', N'Chrome', N'common.user: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:33:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417d158016417d1dad40000', N'Chrome', N'common.user: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:33:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417d2b1016417d2f1e60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:34:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417d2b1016417d2f1e60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:34:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417d551016417d596b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:37:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417d551016417d596b60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:37:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417d78c016417d7d9230000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:39:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417d78c016417d7d9230000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:39:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417d8c5016417d90dc70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:40:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417d8c5016417d90dc70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:40:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417da0f016417da685a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:42:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417da0f016417da685a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 19:42:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417f34c016417f399cf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 20:09:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36417f34c016417f399cf0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-19 20:09:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b19be01641b1a1b3c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 10:50:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b19be01641b1a1b3c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 10:50:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b1bc901641b1c23110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 10:53:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b1bc901641b1c23110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 10:53:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b1bc901641b1c6b190001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-20 10:53:24', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b1bc901641b1c6b190001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-20 10:53:24.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b25937b0000', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 11:03:24', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b25937b0000', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 11:03:24.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b260db80001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:03:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b260db80001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:03:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b2644a60002', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:04:10', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b2644a60002', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:04:10.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b267e4d0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 11:04:24', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b267e4d0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 11:04:24.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b26dfbd0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:04:49', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b26dfbd0004', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:04:49.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b26f8790005', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:04:56', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b26f8790005', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:04:56.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b2825ec0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 11:06:13', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b2825ec0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 11:06:13.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b28723f0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:06:32', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b28723f0007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:06:32.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b2888860008', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:06:38', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b2888860008', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:06:38.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b2962a80009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:07:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b2962a80009', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:07:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b298bcd000a', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:07:44', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b298bcd000a', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:07:44.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b29b7ef000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:07:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b252701641b29b7ef000b', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:07:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b338601641b3410260000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:19:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b338601641b3410260000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:19:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b3d2901641b3d83050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:29:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b3d2901641b3d83050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:29:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b3e4201641b3f50180000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:31:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b3e4201641b3f50180000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:31:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b4d5301641b4db8e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:47:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b4d5301641b4db8e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:47:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b4fdc01641b501a200000', N'Safari', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:49:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b4fdc01641b501a200000', N'Safari', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:49:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b4fdc01641b5147410001', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 11:51:08', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b4fdc01641b5147410001', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 11:51:08.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b4fdc01641b5159650002', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-20 11:51:13', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b4fdc01641b5159650002', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-20 11:51:13.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b52c801641b53121e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:53:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b52c801641b53121e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:53:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b52c801641b53a9b70001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:53:45', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b52c801641b53a9b70001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:53:45.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b52c801641b53cac90002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:53:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b52c801641b53cac90002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:53:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b52c801641b540d5d0003', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:54:10', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b52c801641b540d5d0003', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:54:10.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b52c801641b5425c80004', N'Safari', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:54:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b52c801641b5425c80004', N'Safari', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:54:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b54d701641b551a3c0000', N'Safari', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:55:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b54d701641b551a3c0000', N'Safari', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:55:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b54d701641b5549af0001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:55:31', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b54d701641b5549af0001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 11:55:31.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b54d701641b5558630002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:55:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b54d701641b5558630002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 11:55:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b54d701641b5776820003', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 11:57:54', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b54d701641b5776820003', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 11:57:54.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b6cc301641b6d066c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 12:21:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641b6cc301641b6d066c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 12:21:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb12f0e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 13:35:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb12f0e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 13:35:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb1f8ff0002', N'Chrome', N'澶氭暟鎹簮绠$悊 褰曞叆鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:36:45', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb1f8ff0002', N'Chrome', N'澶氭暟鎹簮绠$悊 褰曞叆鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:36:45.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb245270003', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:37:05', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb245270003', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:37:05.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb287960004', N'Chrome', N'澶氭暟鎹簮绠$悊鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:37:22', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb287960004', N'Chrome', N'澶氭暟鎹簮绠$悊鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:37:22.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb2adfc0005', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:37:32', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb2adfc0005', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:37:32.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb2e4b10006', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:37:46', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb2e4b10006', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:37:46.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb2f8ee0007', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:37:51', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb2f8ee0007', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:37:51.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb37f2d0008', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:38:25', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb37f2d0008', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:38:25.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb52a590009', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:40:15', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb52a590009', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:40:15.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb5683f000a', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:40:30', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb5683f000a', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:40:30.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb6fdde000b', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:42:14', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb6fdde000b', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:42:14.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb81ace000c', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:43:27', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb81ace000c', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:43:27.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb83afc000d', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:43:35', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bb0ea01641bb83afc000d', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:43:35.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bbebe3c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 13:50:42', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bbebe3c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 13:50:42.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bbf31ac0001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:51:12', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bbf31ac0001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:51:12.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bbf46ee0002', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:51:17', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bbf46ee0002', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:51:17.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bbfeaed0003', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:51:59', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bbfeaed0003', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:51:59.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bc01e1c0004', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root2''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:52:12', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bc01e1c0004', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root2''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 13:52:12.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bc05c780005', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:52:28', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bbe4701641bc05c780005', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 13:52:28.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bdd7c01641bddf76c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 14:24:49', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bdd7c01641bddf76c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 14:24:49.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641be01e01641be0a2ac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 14:27:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641be01e01641be0a2ac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 14:27:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641be01e01641be101080001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:28:08', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641be01e01641be101080001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:28:08.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641be01e01641be121d40002', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 14:28:16', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641be01e01641be121d40002', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-20 14:28:16.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641be01e01641be1948c0003', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:28:45', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641be01e01641be1948c0003', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:28:45.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641be8c901641be952110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 14:37:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641be8c901641be952110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 14:37:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf15b01641bf22a430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 14:46:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf15b01641bf22a430000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 14:46:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf15b01641bf35f5a0001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:48:11', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf15b01641bf35f5a0001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:48:11.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf74101641bf862be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 14:53:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf74101641bf862be0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 14:53:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf74101641bf8b1090001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:54:00', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf74101641bf8b1090001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:54:00.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf74101641bf8f3900002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:54:17', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf74101641bf8f3900002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:54:17.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf74101641bf91e2e0003', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-20 14:54:28', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf74101641bf91e2e0003', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-20 14:54:28.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf74101641bf937140004', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:54:34', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641bf74101641bf937140004', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 14:54:34.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c02c101641c03536a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:05:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c02c101641c03536a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:05:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c02c101641c04ff830001', N'Chrome', N'閿欒寮傚父: NotSerializableException,閿欒鎻忚堪锛歰rg.apache.commons.dbcp.BasicDataSource', N'6', N'鏈湴', N'2018-06-20 15:07:26', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c02c101641c04ff830001', N'Chrome', N'閿欒寮傚父: NotSerializableException,閿欒鎻忚堪锛歰rg.apache.commons.dbcp.BasicDataSource', N'6', N'鏈湴', N'2018-06-20 15:07:26.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c02c101641c0b3ee50002', N'Chrome', N'閿欒寮傚父: NotSerializableException,閿欒鎻忚堪锛歰rg.apache.commons.dbcp.BasicDataSource', N'6', N'鏈湴', N'2018-06-20 15:14:16', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c02c101641c0b3ee50002', N'Chrome', N'閿欒寮傚父: NotSerializableException,閿欒鎻忚堪锛歰rg.apache.commons.dbcp.BasicDataSource', N'6', N'鏈湴', N'2018-06-20 15:14:16.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c14b9af0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:24:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c14b9af0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:24:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c1545400001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 15:25:13', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c1545400001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 15:25:13.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c15faad0002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 15:25:59', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c15faad0002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 15:25:59.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c1774450003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 15:27:36', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c1774450003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 15:27:36.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c17ce540004', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 15:27:59', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c17ce540004', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 15:27:59.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c184cec0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 15:28:31', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c114f01641c184cec0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 15:28:31.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c1a3401641c1a74340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:30:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c1a3401641c1a74340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:30:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c1a3401641c1b9ea50001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 15:32:09', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c1a3401641c1b9ea50001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 15:32:09.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c1a3401641c1bdd5f0002', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 15:32:25', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c1a3401641c1bdd5f0002', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 15:32:25.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c269201641c2711cd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:44:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c269201641c2711cd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:44:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c2e9601641c2edb240000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:53:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c2e9601641c2edb240000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:53:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c2e9601641c2f356e0001', N'Chrome', N'閿欒寮傚父: InvalidClassException,閿欒鎻忚堪锛歰rg.jeecgframework.core.common.entity.JeecgBasicDataSource; local class incompatible: stream classdesc serialVersionUID = -8450326788115430795, local class serialVersionUID = 3826161129686522094', N'6', N'鏈湴', N'2018-06-20 15:53:33', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c2e9601641c2f356e0001', N'Chrome', N'閿欒寮傚父: InvalidClassException,閿欒鎻忚堪锛歰rg.jeecgframework.core.common.entity.JeecgBasicDataSource; local class incompatible: stream classdesc serialVersionUID = -8450326788115430795, local class serialVersionUID = 3826161129686522094', N'6', N'鏈湴', N'2018-06-20 15:53:33.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c309c01641c30e7bb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:55:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c309c01641c30e7bb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:55:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c309c01641c313e280001', N'Chrome', N'閿欒寮傚父: InvalidClassException,閿欒鎻忚堪锛歰rg.jeecgframework.core.common.entity.JeecgBasicDataSource; local class incompatible: stream classdesc serialVersionUID = -8450326788115430795, local class serialVersionUID = 1', N'6', N'鏈湴', N'2018-06-20 15:55:46', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c309c01641c313e280001', N'Chrome', N'閿欒寮傚父: InvalidClassException,閿欒鎻忚堪锛歰rg.jeecgframework.core.common.entity.JeecgBasicDataSource; local class incompatible: stream classdesc serialVersionUID = -8450326788115430795, local class serialVersionUID = 1', N'6', N'鏈湴', N'2018-06-20 15:55:46.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c309c01641c3160b10002', N'Chrome', N'閿欒寮傚父: InvalidClassException,閿欒鎻忚堪锛歰rg.jeecgframework.core.common.entity.JeecgBasicDataSource; local class incompatible: stream classdesc serialVersionUID = -8450326788115430795, local class serialVersionUID = 1', N'6', N'鏈湴', N'2018-06-20 15:55:55', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c309c01641c3160b10002', N'Chrome', N'閿欒寮傚父: InvalidClassException,閿欒鎻忚堪锛歰rg.jeecgframework.core.common.entity.JeecgBasicDataSource; local class incompatible: stream classdesc serialVersionUID = -8450326788115430795, local class serialVersionUID = 1', N'6', N'鏈湴', N'2018-06-20 15:55:55.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c345101641c34967e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:59:25', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c345101641c34967e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 15:59:25.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c345101641c356be70001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 16:00:20', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c345101641c356be70001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 16:00:20.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c54dc01641c5527c80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 16:35:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c54dc01641c5527c80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 16:35:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c54dc01641c5562920001', N'Chrome', N'閿欒寮傚父: IllegalArgumentException,閿欒鎻忚堪锛欴efaultSerializer requires a Serializable payload but received an object of type [freemarker.template.Template]', N'6', N'鏈湴', N'2018-06-20 16:35:15', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c54dc01641c5562920001', N'Chrome', N'閿欒寮傚父: IllegalArgumentException,閿欒鎻忚堪锛欴efaultSerializer requires a Serializable payload but received an object of type [freemarker.template.Template]', N'6', N'鏈湴', N'2018-06-20 16:35:15.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c5cda01641c5d23600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 16:43:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c5cda01641c5d23600000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 16:43:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c5cda01641c5dbb0a0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 16:44:22', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c5cda01641c5dbb0a0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-20 16:44:22.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c611c01641c62eb3f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 16:50:02', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c611c01641c62eb3f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 16:50:02.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c611c01641c63125f0001', N'Chrome', N'閿欒寮傚父: ClassNotFoundException,閿欒鎻忚堪锛歰rg.jeecgframework.core.common.entity.JeecgBasicDataSource', N'6', N'鏈湴', N'2018-06-20 16:50:12', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c611c01641c63125f0001', N'Chrome', N'閿欒寮傚父: ClassNotFoundException,閿欒鎻忚堪锛歰rg.jeecgframework.core.common.entity.JeecgBasicDataSource', N'6', N'鏈湴', N'2018-06-20 16:50:12.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c651d01641c6561020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 16:52:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c651d01641c6561020000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 16:52:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c651d01641c657c730001', N'Chrome', N'閿欒寮傚父: ClassNotFoundException,閿欒鎻忚堪锛歰rg.jeecgframework.core.common.entity.JeecgBasicDataSource', N'6', N'鏈湴', N'2018-06-20 16:52:50', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c651d01641c657c730001', N'Chrome', N'閿欒寮傚父: ClassNotFoundException,閿欒鎻忚堪锛歰rg.jeecgframework.core.common.entity.JeecgBasicDataSource', N'6', N'鏈湴', N'2018-06-20 16:52:50.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c670201641c6747330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 16:54:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c670201641c6747330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 16:54:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c670201641c677c680001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 16:55:01', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c670201641c677c680001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 16:55:01.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c670201641c6793300002', N'Chrome', N'閿欒寮傚父: NotSerializableException,閿欒鎻忚堪锛歰rg.apache.commons.dbcp.BasicDataSource', N'6', N'鏈湴', N'2018-06-20 16:55:07', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c670201641c6793300002', N'Chrome', N'閿欒寮傚父: NotSerializableException,閿欒鎻忚堪锛歰rg.apache.commons.dbcp.BasicDataSource', N'6', N'鏈湴', N'2018-06-20 16:55:07.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c670201641c68b6ae0003', N'Chrome', N'閿欒寮傚父: NotSerializableException,閿欒鎻忚堪锛歰rg.apache.commons.dbcp.BasicDataSource', N'6', N'鏈湴', N'2018-06-20 16:56:21', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c670201641c68b6ae0003', N'Chrome', N'閿欒寮傚父: NotSerializableException,閿欒鎻忚堪锛歰rg.apache.commons.dbcp.BasicDataSource', N'6', N'鏈湴', N'2018-06-20 16:56:21.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c6f6701641c6fcbac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 17:04:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c6f6701641c6fcbac0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 17:04:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c6f6701641c7039430001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 17:04:34', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c6f6701641c7039430001', N'Chrome', N'澶氭暟鎹簮绠$悊 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 17:04:34.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c863301641c867ce80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 17:28:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c863301641c867ce80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 17:28:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c863301641c869d410001', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛歅ositioned Update not supported.', N'6', N'鏈湴', N'2018-06-20 17:29:01', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c863301641c869d410001', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛歅ositioned Update not supported.', N'6', N'鏈湴', N'2018-06-20 17:29:01.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c98c801641c991a160000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 17:49:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c98c801641c991a160000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 17:49:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c9d7f01641c9dd1040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 17:54:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641c9d7f01641c9dd1040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 17:54:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ca5d201641ca621140000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 18:03:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ca5d201641ca621140000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 18:03:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641cbade01641cbb3c500000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 18:26:30', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641cbade01641cbb3c500000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 18:26:30.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641ccfb29b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 18:48:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641ccfb29b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 18:48:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd2d9560054', N'Chrome', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛歋oftware caused connection abort: socket write error', N'6', N'鏈湴', N'2018-06-20 18:52:17', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd2d9560054', N'Chrome', N'閿欒寮傚父: SocketException,閿欒鎻忚堪锛歋oftware caused connection abort: socket write error', N'6', N'鏈湴', N'2018-06-20 18:52:17.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd8b7d5005e', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 18:58:42', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd8b7d5005e', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 18:58:42.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd8d625005f', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.115', N'2018-06-20 18:58:50', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd8d625005f', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.115', N'2018-06-20 18:58:50.0000000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd9705c0060', N'Chrome', N'scott', N'1', N'鏈湴', N'2018-06-20 18:59:29', N'2', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd9705c0060', N'Chrome', N'scott', N'1', N'鏈湴', N'2018-06-20 18:59:29.0000000', N'2', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd980120061', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 18:59:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd980120061', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 18:59:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd9e14e0065', N'Chrome', N'鐢ㄦ埛: cgspy鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 18:59:58', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cd9e14e0065', N'Chrome', N'鐢ㄦ埛: cgspy鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-20 18:59:58.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cda13f20066', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 19:00:11', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cda13f20066', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-20 19:00:11.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cda387e0067', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.115', N'2018-06-20 19:00:20', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cda387e0067', N'Chrome', N'鐢ㄦ埛: scott[閿鍞汉鍛榏common.login.success', N'1', N'192.168.1.115', N'2018-06-20 19:00:20.0000000', N'1', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cdafa220069', N'Chrome', N'scott', N'1', N'鏈湴', N'2018-06-20 19:01:10', N'2', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cdafa220069', N'Chrome', N'scott', N'1', N'鏈湴', N'2018-06-20 19:01:10.0000000', N'2', N'8a8ab0b246dc81120146dc81819d0053', N'scott', N'寮犱唬娴') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cdb0549006a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 19:01:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ccf5601641cdb0549006a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 19:01:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641d0ea501641d0ee2150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 19:57:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641d0ea501641d0ee2150000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-20 19:57:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ffa5b01641ffaaf640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 09:34:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ffa5b01641ffaaf640000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 09:34:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ffa5b0164200d39070003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-21 09:54:54', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3641ffa5b0164200d39070003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-21 09:54:54.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364205cf30164205fa1400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 11:24:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364205cf30164205fa1400000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 11:24:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3642068d20164206919910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 11:35:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3642068d20164206919910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 11:35:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3642075d00164207608320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 11:49:23', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3642075d00164207608320000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 11:49:23.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420a75b016420a83d3b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 12:44:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420a75b016420a83d3b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 12:44:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420a75b016420a89c140001', N'Chrome', N'绫诲瀷: 鐢锋ц鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-21 12:44:38', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420a75b016420a89c140001', N'Chrome', N'绫诲瀷: 鐢锋ц鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-21 12:44:38.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420a75b016420a8ac590002', N'Chrome', N'绫诲瀷: 濂虫ц鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-21 12:44:42', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420a75b016420a8ac590002', N'Chrome', N'绫诲瀷: 濂虫ц鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-21 12:44:42.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420a75b016420a8f0d70003', N'Chrome', N'绫诲瀷: 濂虫ц鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-21 12:44:59', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420a75b016420a8f0d70003', N'Chrome', N'绫诲瀷: 濂虫ц鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-21 12:44:59.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420a75b016420a8fd120004', N'Chrome', N'绫诲瀷: 鐢锋ц鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-21 12:45:03', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420a75b016420a8fd120004', N'Chrome', N'绫诲瀷: 鐢锋ц鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-21 12:45:03.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420ee61016420eecfe30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 14:01:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36420ee61016420eecfe30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 14:01:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36422407b0164224121160000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 20:10:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36422407b0164224121160000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 20:10:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36422426301642242a91a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 20:12:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36422426301642242a91a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-21 20:12:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643473c501643474358c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-25 08:59:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643473c501643474358c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-25 08:59:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643473c5016434a6cc7d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-25 09:55:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643473c5016434a6cc7d0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-25 09:55:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a020801643a028acc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 10:53:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a020801643a028acc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 10:53:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a074001643a078a6f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 10:58:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a074001643a078a6f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 10:58:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a26ca01643a27a0100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 11:33:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a26ca01643a27a0100000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 11:33:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a26ca01643a2a460a0001', N'Chrome', N'閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', N'6', N'鏈湴', N'2018-06-26 11:36:46', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a26ca01643a2a460a0001', N'Chrome', N'閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', N'6', N'鏈湴', N'2018-06-26 11:36:46.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a433e01643a43954f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 12:04:25', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a433e01643a43954f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 12:04:25.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a433e01643aa44b710001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 13:50:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643a433e01643aa44b710001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 13:50:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ab06201643ab11e330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 14:04:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ab06201643ab11e330000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 14:04:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ab6fa01643ab7d1e20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 14:11:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ab6fa01643ab7d1e20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 14:11:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643abd8a01643abdeeea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 14:18:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643abd8a01643abdeeea0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 14:18:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643abd8a01643abea2e60001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 14:18:49', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643abd8a01643abea2e60001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 14:18:49.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ad1aa01643ad1face0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 14:39:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ad1aa01643ad1face0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 14:39:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ad53201643ad589040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 14:43:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ad53201643ad589040000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 14:43:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ad53201643af763660001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 15:20:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ad53201643af763660001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 15:20:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643afee69a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 15:29:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643afee69a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 15:29:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b18d23d0001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 15:57:19', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b18d23d0001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 15:57:19.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b1a63d60002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 15:59:02', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b1a63d60002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 15:59:02.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b1aa36b0003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 15:59:18', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b1aa36b0003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 15:59:18.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b1df3aa0004', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 16:02:56', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b1df3aa0004', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 16:02:56.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b211fed0005', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 16:06:23', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b211fed0005', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 16:06:23.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b58cbb90006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 17:07:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b58cbb90006', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 17:07:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b7b5ac30007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 17:44:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b7b5ac30007', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 17:44:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b7b92530008', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 17:45:11', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b7b92530008', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 17:45:11.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b8fe1990009', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-26 18:07:22', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b8fe1990009', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-26 18:07:22.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b90ebfb000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 18:08:30', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b90ebfb000a', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-26 18:08:30.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b95781f000b', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'1', N'鏈湴', N'2018-06-26 18:13:28', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b95781f000b', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'1', N'鏈湴', N'2018-06-26 18:13:28.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b957dab000c', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 18:13:30', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643b957dab000c', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 18:13:30.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643ba0b55e000d', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'1', N'鏈湴', N'2018-06-26 18:25:45', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643ba0b55e000d', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'1', N'鏈湴', N'2018-06-26 18:25:45.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643ba0b7fe000e', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 18:25:45', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643afe9701643ba0b7fe000e', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'1', N'鏈湴', N'2018-06-26 18:25:45.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff332810000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 14:34:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff332810000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 14:34:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff396070002', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-27 14:34:45', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff396070002', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-27 14:34:45.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff3a7390003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 14:34:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff3a7390003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 14:34:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff567300004', N'Chrome', N'鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 14:36:44', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff567300004', N'Chrome', N'鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 14:36:44.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff57cf90005', N'Chrome', N'鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 14:36:50', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff57cf90005', N'Chrome', N'鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 14:36:50.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff58de30006', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛歛ttempt to create delete event with null entity', N'6', N'鏈湴', N'2018-06-27 14:36:54', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff58de30006', N'Chrome', N'閿欒寮傚父: BusinessException,閿欒鎻忚堪锛歛ttempt to create delete event with null entity', N'6', N'鏈湴', N'2018-06-27 14:36:54.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff688690007', N'Chrome', N'鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 14:37:58', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff688690007', N'Chrome', N'鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 14:37:58.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff6b25c0008', N'Chrome', N'鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 14:38:09', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff6b25c0008', N'Chrome', N'鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 14:38:09.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff826360009', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 14:39:44', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ff24a01643ff826360009', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 14:39:44.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ffc0901643ffc4f110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 14:44:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ffc0901643ffc4f110000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 14:44:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ffc090164403815fd0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 15:49:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3643ffc090164403815fd0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 15:49:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644065ad016440669d050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 16:40:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644065ad016440669d050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 16:40:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644065ad0164406935690001', N'Chrome', N'JeecgDemo渚嬪瓙: 寮犱笁琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-27 16:43:14', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644065ad0164406935690001', N'Chrome', N'JeecgDemo渚嬪瓙: 寮犱笁琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-27 16:43:14.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644065ad0164406f80970002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 16:50:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644065ad0164406f80970002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 16:50:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644065ad016440a247580003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 17:45:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644065ad016440a247580003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 17:45:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440c945da0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 18:28:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440c945da0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 18:28:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440ccda6b0001', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:32:04', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440ccda6b0001', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:32:04.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440cdeadf0002', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:33:14', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440cdeadf0002', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:33:14.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440ce18f10003', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:33:26', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440ce18f10003', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:33:26.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440ce2a8d0004', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:33:30', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440ce2a8d0004', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:33:30.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440d26b2a0005', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:38:09', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440d26b2a0005', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:38:09.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440d2e3f80006', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇8琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-27 18:38:40', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440d2e3f80006', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇8琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-27 18:38:40.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440d38de90007', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:39:23', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440d38de90007', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:39:23.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440d4d34f0008', N'Chrome', N'JeecgDemo渚嬪瓙: 寮犱笁琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-27 18:40:46', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440d4d34f0008', N'Chrome', N'JeecgDemo渚嬪瓙: 寮犱笁琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-27 18:40:46.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440d99f0b0009', N'Chrome', N'JeecgDemo渚嬪瓙: 鍔ㄦ佹暟鎹簱婧愭祴璇曡鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:46:01', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440d99f0b0009', N'Chrome', N'JeecgDemo渚嬪瓙: 鍔ㄦ佹暟鎹簱婧愭祴璇曡鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 18:46:01.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440db73af000a', N'Chrome', N'JeecgDemo渚嬪瓙: DynamicDBTest-insert琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-27 18:48:01', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440c8e1016440db73af000a', N'Chrome', N'JeecgDemo渚嬪瓙: DynamicDBTest-insert琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-27 18:48:01.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440ddcf510000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 18:50:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440ddcf510000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 18:50:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440e867000001', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:02:09', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440e867000001', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:02:09.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440e9abb50002', N'Chrome', N'JeecgDemo渚嬪瓙: DynamicDBTest-insert琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-27 19:03:33', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440e9abb50002', N'Chrome', N'JeecgDemo渚嬪瓙: DynamicDBTest-insert琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-27 19:03:33.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f78d030003', N'Chrome', N'鐢ㄦ埛: gggg瀵嗙爜閲嶇疆鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:18:42', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f78d030003', N'Chrome', N'鐢ㄦ埛: gggg瀵嗙爜閲嶇疆鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:18:42.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f7a25f0004', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-27 19:18:48', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f7a25f0004', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-27 19:18:48.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f7ce8f0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-27 19:18:59', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f7ce8f0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-27 19:18:59.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f7da1e0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-27 19:19:02', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f7da1e0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-27 19:19:02.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f807df0007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-27 19:19:14', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f807df0007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-27 19:19:14.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f910560008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 19:20:21', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440f910560008', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 19:20:21.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb5c750009', N'Chrome', N'鎿嶄綔鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:22:52', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb5c750009', N'Chrome', N'鎿嶄綔鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:22:52.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb6546000a', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:22:54', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb6546000a', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:22:54.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb74c8000b', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:22:58', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb74c8000b', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:22:58.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb7e60000c', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:23:01', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb7e60000c', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:23:01.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb87e0000d', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:23:03', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb87e0000d', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:23:03.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb9170000e', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:23:05', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb9170000e', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:23:05.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb96a2000f', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:23:07', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb96a2000f', N'Chrome', N'鑿滃崟鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-27 19:23:07.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb9d800010', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-27 19:23:09', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fb9d800010', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-27 19:23:09.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fbadb70011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 19:23:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440dd73016440fbadb70011', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 19:23:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440fdd4016440fecc630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 19:26:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36440fdd4016440fecc630000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 19:26:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36441043c016441048d1a0000', N'Chrome', N'閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', N'6', N'鏈湴', N'2018-06-27 19:32:54', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36441043c016441048d1a0000', N'Chrome', N'閿欒寮傚父: ServletException,閿欒鎻忚堪锛歁issing or invalid X-AUTH-TOKEN header.', N'6', N'鏈湴', N'2018-06-27 19:32:54.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36441043c016441050e160001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 19:33:27', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36441043c016441050e160001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 19:33:27.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef301644121118f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 20:04:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef301644121118f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 20:04:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef3016441213ada0001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-27 20:04:14', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef3016441213ada0001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-27 20:04:14.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef3016441221e3d0003', N'Chrome', N'绫诲瀷鍒嗙粍: 444琚坊鍔犳垚鍔', N'1', N'鏈湴', N'2018-06-27 20:05:12', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef3016441221e3d0003', N'Chrome', N'绫诲瀷鍒嗙粍: 444琚坊鍔犳垚鍔', N'1', N'鏈湴', N'2018-06-27 20:05:12.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef3016441223d7a0005', N'Chrome', N'绫诲瀷: 111琚坊鍔犳垚鍔', N'1', N'鏈湴', N'2018-06-27 20:05:20', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef3016441223d7a0005', N'Chrome', N'绫诲瀷: 111琚坊鍔犳垚鍔', N'1', N'鏈湴', N'2018-06-27 20:05:20.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef3016441224baa0007', N'Chrome', N'绫诲瀷: 22琚坊鍔犳垚鍔', N'1', N'鏈湴', N'2018-06-27 20:05:24', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef3016441224baa0007', N'Chrome', N'绫诲瀷: 22琚坊鍔犳垚鍔', N'1', N'鏈湴', N'2018-06-27 20:05:24.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef30164412252c60008', N'Chrome', N'绫诲瀷: 22琚垹闄 鎴愬姛', N'1', N'鏈湴', N'2018-06-27 20:05:25', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364410ef30164412252c60008', N'Chrome', N'绫诲瀷: 22琚垹闄 鎴愬姛', N'1', N'鏈湴', N'2018-06-27 20:05:25.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36441258501644125f8dd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 20:09:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36441258501644125f8dd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 20:09:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644125850164412634b40002', N'Chrome', N'绫诲瀷: 1琚坊鍔犳垚鍔', N'1', N'鏈湴', N'2018-06-27 20:09:40', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644125850164412634b40002', N'Chrome', N'绫诲瀷: 1琚坊鍔犳垚鍔', N'1', N'鏈湴', N'2018-06-27 20:09:40.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644127e50164412843fa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 20:11:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644127e50164412843fa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-27 20:11:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364440cfe0164443c879b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 10:32:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364440cfe0164443c879b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 10:32:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644446df0164444744050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 10:44:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644446df0164444744050000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 10:44:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644446df0164444cd3660003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-28 10:50:42', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644446df0164444cd3660003', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-28 10:50:42.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644446df0164444d61250006', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-28 10:51:19', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644446df0164444d61250006', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-28 10:51:19.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644446df016444711ffb0007', N'Chrome', N'JeecgDemo渚嬪瓙: 寮犱笁琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-28 11:30:21', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644446df016444711ffb0007', N'Chrome', N'JeecgDemo渚嬪瓙: 寮犱笁琚洿鏂版垚鍔', N'1', N'鏈湴', N'2018-06-28 11:30:21.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644446df0164449a03cb0008', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-28 12:15:01', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644446df0164449a03cb0008', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-28 12:15:01.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444e90b016444e98eaa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 13:41:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444e90b016444e98eaa0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 13:41:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444e90b016444ea60020001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-28 13:42:48', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444e90b016444ea60020001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-28 13:42:48.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444e90b016444ed319d0002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-28 13:45:52', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444e90b016444ed319d0002', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-28 13:45:52.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016444fb95a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 14:01:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016444fb95a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 14:01:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016444fbf3730002', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:01:59', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016444fbf3730002', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:01:59.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016444fe17da0003', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:04:20', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016444fe17da0003', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:04:20.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016444fe50160004', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:04:34', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016444fe50160004', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:04:34.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644503112e0006', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:09:46', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644503112e0006', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:09:46.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016445031bb50007', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:09:48', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016445031bb50007', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:09:48.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644504fbd6000f', N'Chrome', N'娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:11:51', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644504fbd6000f', N'Chrome', N'娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:11:51.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016445056d740010', N'Chrome', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: createDate of: com.jeecg.test.entity.JformOrderMainddEntity', N'6', N'鏈湴', N'2018-06-28 14:12:20', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016445056d740010', N'Chrome', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: createDate of: com.jeecg.test.entity.JformOrderMainddEntity', N'6', N'鏈湴', N'2018-06-28 14:12:20.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016445057f9d0011', N'Chrome', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: createDate of: com.jeecg.test.entity.JformOrderMainddEntity', N'6', N'鏈湴', N'2018-06-28 14:12:25', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016445057f9d0011', N'Chrome', N'閿欒寮傚父: QueryException,閿欒鎻忚堪锛歝ould not resolve property: createDate of: com.jeecg.test.entity.JformOrderMainddEntity', N'6', N'鏈湴', N'2018-06-28 14:12:25.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644505f17a0018', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:12:54', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644505f17a0018', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:12:54.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644515ba510019', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:30:09', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644515ba510019', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:30:09.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644515f569001a', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:30:24', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644515f569001a', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:30:24.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016445176ad8001b', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 14:31:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016445176ad8001b', N'MSIE 8.0', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 14:31:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644517fc53001d', N'MSIE 8.0', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:32:37', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644517fc53001d', N'MSIE 8.0', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:32:37.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644518c90f001e', N'MSIE 7.0', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:33:29', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644518c90f001e', N'MSIE 7.0', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:33:29.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644518ee27001f', N'MSIE 7.0', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:33:39', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab301644518ee27001f', N'MSIE 7.0', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:33:39.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016445197cc20024', N'MSIE 7.0', N'娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:34:15', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab3016445197cc20024', N'MSIE 7.0', N'娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:34:15.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab30164452f9e990025', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:58:26', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36444fab30164452f9e990025', N'Chrome', N'JeecgDemo渚嬪瓙: 灏忕帇33333鏉庡洓-寮犺禌濂借鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-28 14:58:26.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36445336601644533b2e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 15:02:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36445336601644533b2e40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 15:02:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36445350e0164453558ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 15:04:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36445350e0164453558ec0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 15:04:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364453e790164453ed5990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 15:15:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364453e790164453ed5990000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 15:15:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364453e79016445a70fce0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 17:08:53', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364453e79016445a70fce0001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 17:08:53.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364460e610164460edbae0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:02:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364460e610164460edbae0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:02:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36446193f016446198dfe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:13:57', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36446193f016446198dfe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:13:57.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36446193f0164461999030001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-28 19:14:00', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36446193f0164461999030001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-28 19:14:00.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36446193f01644619a53c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:14:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36446193f01644619a53c0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:14:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364461bff0164461c513d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:16:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364461bff0164461c513d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:16:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364461e180164461e70560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:19:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364461e180164461e70560000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:19:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36446203801644620a3820000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:21:41', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36446203801644620a3820000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-28 19:21:41.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364492ce50164492d49970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 09:34:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f364492ce50164492d49970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 09:34:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644936610164493738d80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 09:45:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644936610164493738d80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 09:45:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36449366101644937955b0001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-29 09:45:36', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36449366101644937955b0001', N'Chrome', N'admin', N'1', N'鏈湴', N'2018-06-29 09:45:36.0000000', N'2', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36449366101644937bfbe0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 09:45:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36449366101644937bfbe0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 09:45:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e101644941ab0a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 09:56:37', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e101644941ab0a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 09:56:37.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e101644941fdda0001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-29 09:56:58', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e101644941fdda0001', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-29 09:56:58.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e1016449426fc60002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-29 09:57:28', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e1016449426fc60002', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-29 09:57:28.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e1016449450df20007', N'Chrome', N'娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-29 10:00:19', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e1016449450df20007', N'Chrome', N'娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-29 10:00:19.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e1016449462fee0008', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-29 10:01:33', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e1016449462fee0008', N'Chrome', N'璁㈠崟涓讳俊鎭垹闄ゆ垚鍔', N'1', N'鏈湴', N'2018-06-29 10:01:33.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e10164494aab46000d', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-29 10:06:27', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e10164494aab46000d', N'Chrome', N'鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-29 10:06:27.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e10164494f67eb000e', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-29 10:11:38', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644940e10164494f67eb000e', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-29 10:11:38.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36449c971016449c9c44f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-29 12:25:17', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f36449c971016449c9c44f0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-29 12:25:17.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644ad94b01644ad98f310000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 17:22:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644ad94b01644ad98f310000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 17:22:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644ae69101644ae6f2fe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 17:36:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644ae69101644ae6f2fe0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 17:36:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644ae69101644ae782220002', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-29 17:37:23', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644ae69101644ae782220002', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'1', N'鏈湴', N'2018-06-29 17:37:23.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644aecf101644aed692c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 17:43:50', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644aecf101644aed692c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 17:43:50.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644aef3101644aef6fc70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 17:46:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644aef3101644aef6fc70000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 17:46:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644aef3101644af642140001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-29 17:53:30', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644aef3101644af642140001', N'Chrome', N'淇敼鎴愬姛', N'1', N'鏈湴', N'2018-06-29 17:53:30.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644aef3101644af652cc0002', N'Chrome', N'閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', N'6', N'鏈湴', N'2018-06-29 17:53:34', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644aef3101644af652cc0002', N'Chrome', N'閿欒寮傚父: StringIndexOutOfBoundsException,閿欒鎻忚堪锛歋tring index out of range: -1', N'6', N'鏈湴', N'2018-06-29 17:53:34.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644aef3101644b303c2e0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 18:56:49', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'402881f3644aef3101644b303c2e0003', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.1.115', N'2018-06-29 18:56:49.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d55bae0163d55c1bb50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 21:49:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d55bae0163d55c1bb50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 21:49:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d560cf0163d5613f510000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 21:55:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d560cf0163d5613f510000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 21:55:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d570a90163d571183a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-06 22:12:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d570a90163d571183a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-06 22:12:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d574b60163d57ff4820000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:28:42', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d574b60163d57ff4820000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:28:42.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d581fe0163d5825afb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:31:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d581fe0163d5825afb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:31:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d589a40163d589f7270000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:39:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d589a40163d589f7270000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:39:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d589a40163d58bd3ed0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 22:41:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d589a40163d58bd3ed0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-06 22:41:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d591e79d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:48:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d591e79d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:48:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d59235f90001', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:48:39', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d59235f90001', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:48:39.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d59251040002', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:48:46', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d59251040002', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:48:46.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d5927c500003', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:48:57', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d5927c500003', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:48:57.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d594b7bf0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:51:23', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d594b7bf0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:51:23.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d594c5e40005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:51:27', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d594c5e40005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:51:27.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d594f95d0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:51:40', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d594f95d0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:51:40.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d59526040007', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:51:51', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d59526040007', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:51:51.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d5952ce90008', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:51:53', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d5952ce90008', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:51:53.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d5954dcf0009', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:52:01', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d5954dcf0009', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:52:01.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d596390a000a', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:53:02', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d596390a000a', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:53:02.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d59644ab000b', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:53:05', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d58f810163d59644ab000b', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:53:05.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d597156a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:53:58', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d597156a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 22:53:58.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5972cfc0001', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:54:04', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5972cfc0001', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:54:04.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d59734e10002', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:54:06', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d59734e10002', N'Chrome', N'閿欒寮傚父: SQLException,閿欒鎻忚堪锛欰ccess denied for user ''root1''@''localhost'' (using password: YES)', N'6', N'鏈湴', N'2018-06-06 22:54:06.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5984d8d0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:55:18', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5984d8d0003', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:55:18.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d598a7780004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:55:41', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d598a7780004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:55:41.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d598addc0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:55:43', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d598addc0005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:55:43.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d59913cd0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:56:09', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d59913cd0006', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:56:09.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d59921570007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:56:12', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d59921570007', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 22:56:12.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a59b0f0008', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 23:09:50', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a59b0f0008', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 23:09:50.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a5b35f0009', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 23:09:56', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a5b35f0009', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-06 23:09:56.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a6e895000a', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:11:15', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a6e895000a', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:11:15.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a6f5c2000b', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:11:18', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a6f5c2000b', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:11:18.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a77ecb000c', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:11:54', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a77ecb000c', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:11:54.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a7b094000d', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:12:06', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d596cc0163d5a7b094000d', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:12:06.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b2bac20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 23:24:10', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b2bac20000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-06 23:24:10.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b2f7820001', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:24:25', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b2f7820001', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:24:25.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b301c80002', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:24:28', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b301c80002', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:24:28.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b38dcb0003', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:25:04', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b38dcb0003', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:25:04.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b395820004', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:25:06', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b395820004', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:25:06.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b47afd0005', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:26:05', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b47afd0005', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:26:05.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b537510006', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:26:53', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b537510006', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:26:53.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b562c10007', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:27:04', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b562c10007', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:27:04.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b56cb00008', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:27:06', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b56cb00008', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:27:06.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b572b30009', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:27:08', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b572b30009', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:27:08.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b5e186000a', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:27:36', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b5e186000a', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:27:36.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b5e7fd000b', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:27:38', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63d5a8660163d5b5e7fd000b', N'Chrome', N'閿欒寮傚父: CgReportNotFoundException,閿欒鎻忚堪锛氬姩鎬佹暟鎹簮閾炬帴澶辫触!', N'6', N'鏈湴', N'2018-06-06 23:27:38.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63da83910163da8411a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-07 21:51:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63da83910163da8411a90000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-07 21:51:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63da83910163da859fc30001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-07 21:53:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63da83910163da859fc30001', N'Chrome', N'鑷畾涔夋ā鏉挎洿鏂版垚鍔', N'5', N'鏈湴', N'2018-06-07 21:53:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63da83910163da86f7c50002', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-07 21:54:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63da83910163da86f7c50002', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-07 21:54:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dab9910163daba14840000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-07 22:50:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dab9910163daba14840000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-07 22:50:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dad3770163dad3e3f00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-07 23:18:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dad3770163dad3e3f00000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-07 23:18:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dad4b90163dad537d50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-07 23:19:56', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dad4b90163dad537d50000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-07 23:19:56.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dadbee0163dadc63a10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-07 23:27:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dadbee0163dadc63a10000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-07 23:27:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dadbee0163dadcc76f0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 23:28:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dadbee0163dadcc76f0001', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 23:28:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dadbee0163dadd89470003', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-07 23:29:01', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dadbee0163dadd89470003', N'Chrome', N'鍏ヨ亴鍛樺伐娣诲姞鎴愬姛', N'3', N'鏈湴', N'2018-06-07 23:29:01.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dadbee0163dadda4550004', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 23:29:08', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dadbee0163dadda4550004', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 23:29:08.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dadbee0163daddd7220005', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 23:29:21', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63dadbee0163daddd7220005', N'Chrome', N'鍏ヨ亴鍛樺伐鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-07 23:29:21.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00a07250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-08 23:35:43', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00a07250000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-08 23:35:43.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00c94820001', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:38:30', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00c94820001', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:38:30.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00c9f870002', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:38:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00c9f870002', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:38:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00cd9280003', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:38:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00cd9280003', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:38:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00ce1d50004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-08 23:38:50', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00ce1d50004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-08 23:38:50.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00d51df0005', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:39:19', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00d51df0005', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:39:19.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00d6c360006', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:39:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00d6c360006', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:39:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00de0d10007', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:39:55', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00de0d10007', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-08 23:39:55.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00e4e690008', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-08 23:40:24', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00e4e690008', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-08 23:40:24.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00ea7b00009', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'127.0.0.1', N'2018-06-08 23:40:46', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00ea7b00009', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'127.0.0.1', N'2018-06-08 23:40:46.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00ed4ea000a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-08 23:40:58', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00ed4ea000a', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-08 23:40:58.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00f4787000b', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'127.0.0.1', N'2018-06-08 23:41:27', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00f4787000b', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'127.0.0.1', N'2018-06-08 23:41:27.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00f7414000c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-08 23:41:39', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e00f7414000c', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-08 23:41:39.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e010932f000d', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'127.0.0.1', N'2018-06-08 23:42:52', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e010932f000d', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'127.0.0.1', N'2018-06-08 23:42:52.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e010933f000e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-08 23:42:52', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e009950163e010933f000e', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-08 23:42:52.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e011ec0163e012fe3a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-08 23:45:31', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e011ec0163e012fe3a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-08 23:45:31.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e011ec0163e0134e8b0001', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'127.0.0.1', N'2018-06-08 23:45:51', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e011ec0163e0134e8b0001', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'127.0.0.1', N'2018-06-08 23:45:51.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e011ec0163e0134ebe0002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-08 23:45:51', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e011ec0163e0134ebe0002', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-08 23:45:51.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e014370163e014ca410000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-08 23:47:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e014370163e014ca410000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-08 23:47:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e016750163e01701340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-08 23:49:54', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e016750163e01701340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-08 23:49:54.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e0243f650000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 00:04:21', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e0243f650000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-09 00:04:21.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e0248b140001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:04:41', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e0248b140001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:04:41.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e024a1f10002', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:04:47', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e024a1f10002', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:04:47.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e024c4890003', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:04:56', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e024c4890003', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:04:56.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e024c49d0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:04:56', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e024c49d0004', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:04:56.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e026c7760005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:07:07', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e026c7760005', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-09 00:07:07.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e026d3d10006', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:07:11', N'3', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e023f10163e026d3d10006', N'鍏跺畠', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'192.168.3.15', N'2018-06-09 00:07:11.0000000', N'3', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e0366d210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-09 00:24:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e0366d210000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-09 00:24:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e0368d3e0001', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:24:21', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e0368d3e0001', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:24:21.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e03696cb0002', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:24:24', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e03696cb0002', N'MSIE 6.0', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:24:24.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e03896160003', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:26:34', N'1', null, null, null) +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e03896160003', N'MSIE 6.0', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'192.168.3.15', N'2018-06-09 00:26:34.0000000', N'1', null, null, null) GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e03b7b330004', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-09 00:29:44', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e03b7b330004', N'Chrome', N'瀹氭椂浠诲姟绠$悊鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-09 00:29:44.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e03b843e0005', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-09 00:29:46', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e03b843e0005', N'Chrome', N'寮鍚换鍔msSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-09 00:29:46.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e03b8ad20006', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-09 00:29:48', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63e036230163e03b8ad20006', N'Chrome', N'鍋滄浠诲姟smsSendTaskCronTrigger', N'5', N'鏈湴', N'2018-06-09 00:29:48.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63ef3f210163ef3f80d30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-11 22:28:26', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63ef3f210163ef3f80d30000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-11 22:28:26.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63ef67e20163ef69073a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-11 23:13:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63ef67e20163ef69073a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-11 23:13:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63ef6b040163ef71526b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-11 23:22:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63ef6b040163ef71526b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-11 23:22:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f42f270163f430901e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:30:13', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f42f270163f430901e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:30:13.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f435790163f435d9300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:35:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f435790163f435d9300000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:35:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f435790163f435dbc00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:36:00', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f435790163f435dbc00001', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:36:00.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f438ff0163f43d6f270000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:44:16', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f438ff0163f43d6f270000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:44:16.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f438ff0163f43d91050001', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 21:44:25', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f438ff0163f43d91050001', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 21:44:25.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f438ff0163f43db41d0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 21:44:34', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f438ff0163f43db41d0002', N'Chrome', N'鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 21:44:34.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f438ff0163f43fa10c0003', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 21:46:40', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f438ff0163f43fa10c0003', N'Chrome', N'濉艰鍒欒〃鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 21:46:40.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f440ef0163f447af620000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:55:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f440ef0163f447af620000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:55:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f449200163f449868d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:57:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f449200163f449868d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:57:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f44b2e0163f44b7d540000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:59:38', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f44b2e0163f44b7d540000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 21:59:38.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f44d890163f44e71fb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:02:51', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f44d890163f44e71fb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:02:51.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f44f360163f44f7b780000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:03:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f44f360163f44f7b780000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:03:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f4569d0163f456e9120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:12:06', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f4569d0163f456e9120000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:12:06.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f45aef0163f45b31490000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:16:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f45aef0163f45b31490000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:16:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f460010163f46204a40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:24:14', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f460010163f46204a40000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:24:14.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f462c80163f4630a0d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:25:21', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f462c80163f4630a0d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:25:21.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f47da60163f47e0edc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:54:52', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f47da60163f47e0edc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:54:52.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f47da60163f47e6c1c0001', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-12 22:55:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f47da60163f47e6c1c0001', N'Chrome', N'admin', N'2', N'鏈湴', N'2018-06-12 22:55:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f47da60163f47e7e7a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:55:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f47da60163f47e7e7a0002', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:55:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f47da60163f48135aa0003', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 22:58:18', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f47da60163f48135aa0003', N'Chrome', N'娑堟伅鍙戦佽褰曡〃鏇存柊鎴愬姛', N'5', N'鏈湴', N'2018-06-12 22:58:18.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f482550163f482c0df0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:59:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f482550163f482c0df0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 22:59:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f4847b0163f484c2970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 23:02:11', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f4847b0163f484c2970000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 23:02:11.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f48cee0163f48d5ef80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 23:11:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f48cee0163f48d5ef80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 23:11:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f49fe90163f4a032670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 23:32:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f49fe90163f4a032670000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 23:32:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f4a3a20163f4a75d7a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 23:39:59', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f4a3a20163f4a75d7a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-12 23:39:59.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f4b2710163f4b2b63b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-12 23:52:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f4b2710163f4b2b63b0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-12 23:52:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f985940163f985ea070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-13 22:21:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f985940163f985ea070000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-13 22:21:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f985940163f986959c0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-13 22:22:16', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f985940163f986959c0001', N'Chrome', N'閿欒寮傚父: NullPointerException,閿欒鎻忚堪锛歯ull', N'6', N'鏈湴', N'2018-06-13 22:22:16.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f98f590163f98fa0f80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-13 22:32:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f98f590163f98fa0f80000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-13 22:32:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f9b7a60163f9ba24ca0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-13 23:18:35', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63f9b7a60163f9ba24ca0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-13 23:18:35.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe7cb8200000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-14 21:29:36', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe7cb8200000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-14 21:29:36.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe7e32d90010', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:31:13', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe7e32d90010', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:31:13.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe801afe0020', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:33:18', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe801afe0020', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:33:18.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe80b1020030', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:33:56', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe80b1020030', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:33:56.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe82dca90040', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:36:19', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe82dca90040', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:36:19.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe84f6db0050', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:38:36', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe84f6db0050', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:38:36.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe8554530060', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:39:00', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe8554530060', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:39:00.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe8595e50070', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:39:17', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe8595e50070', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 21:39:17.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe9e1fbe0080', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 22:06:05', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63fe7c200163fe9e1fbe0080', N'Chrome', N'绉婚櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-14 22:06:05.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63feacfe0163fead47da0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 22:22:39', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f63feacfe0163fead47da0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.177.1', N'2018-06-14 22:22:39.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f64039fab016403a01e310000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 21:26:22', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f64039fab016403a01e310000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 21:26:22.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403a7c9016403b04dcb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 21:44:03', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403a7c9016403b04dcb0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 21:44:03.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403a7c9016403b2868b0001', N'Chrome', N'鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-15 21:46:28', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403a7c9016403b2868b0001', N'Chrome', N'鍒犻櫎鎴愬姛', N'1', N'鏈湴', N'2018-06-15 21:46:28.0000000', N'4', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403b5b4016403b5fb9e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 21:50:15', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403b5b4016403b5fb9e0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 21:50:15.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403bf02016403bf69910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 22:00:33', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403bf02016403bf69910000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 22:00:33.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403cb0d016403cbdd340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 22:14:09', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403cb0d016403cbdd340000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 22:14:09.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403d3b9016403d3fe3c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 22:23:02', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403d3b9016403d3fe3c0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 22:23:02.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403debf016403df227a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 22:35:12', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6403debf016403df227a0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 22:35:12.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f640402ee016404040ecc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 23:15:32', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f640402ee016404040ecc0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-15 23:15:32.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f640402ee01640406023b0001', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'1', N'鏈湴', N'2018-06-15 23:17:40', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f640402ee01640406023b0001', N'Chrome', N'springjdbc 鎵瑰鐞嗘坊鍔犳祴璇曠敤鎴锋垚鍔', N'1', N'鏈湴', N'2018-06-15 23:17:40.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f640402ee0164040606ae0002', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'1', N'鏈湴', N'2018-06-15 23:17:41', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f640402ee0164040606ae0002', N'Chrome', N'jdbc璋冪敤瀛樺偍杩囩▼鎴愬姛', N'1', N'鏈湴', N'2018-06-15 23:17:41.0000000', N'3', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f640402ee0164041d9a270003', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 23:43:26', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f640402ee0164041d9a270003', N'Chrome', N'璇█ 鏇存柊鎴愬姛', N'1', N'鏈湴', N'2018-06-15 23:43:26.0000000', N'5', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f641857a401641858a8470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 22:00:20', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f641857a401641858a8470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 22:00:20.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6418653401641865e1e60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 22:14:47', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6418653401641865e1e60000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 22:14:47.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f64186db20164186eb1bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 22:24:25', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f64186db20164186eb1bd0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 22:24:25.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f64188d520164188de15d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 22:58:28', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f64188d520164188de15d0000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 22:58:28.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6418abce016418ac1a470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 23:31:29', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_log] ([ID], [broswer], [logcontent], [loglevel], [note], [operatetime], [operatetype], [userid], [username], [realname]) VALUES (N'4028838f6418abce016418ac1a470000', N'Chrome', N'鐢ㄦ埛: admin[JEECG寮婧愮ぞ鍖篯common.login.success', N'1', N'192.168.3.15', N'2018-06-19 23:31:29.0000000', N'1', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'绠$悊鍛') GO GO @@ -27462,10 +27492,10 @@ CREATE TABLE [dbo].[t_s_muti_lang] ( [lang_key] nvarchar(50) NULL , [lang_context] nvarchar(500) NULL , [lang_code] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(50) NULL , [create_name] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(50) NULL , [update_name] nvarchar(50) NULL ) @@ -27616,3637 +27646,3661 @@ 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'000000005ffb6cd7015ffb729aeb0004', N'common.refreshType', N'鍒锋柊瀛楀吀缂撳瓨', N'zh-cn', N'2017-11-27 11:08:33', N'admin', N'绠$悊鍛', N'2017-11-28 21:06:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'000000005ffb6cd7015ffb729aeb0004', N'common.refreshType', N'鍒锋柊瀛楀吀缂撳瓨', N'zh-cn', N'2017-11-27 11:08:33.0000000', N'admin', N'绠$悊鍛', N'2017-11-28 21:06:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:06:15', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:06:15.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:06:26', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:06:26.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-21 14:04:37', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-21 14:04:37.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:11:54', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:11:54.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:14:52', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:14:52.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:16:40', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:16:40.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:16:53', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:16:53.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:06', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:06.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:39', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:39.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:51', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:17:51.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:18:19', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:18:19.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:18:33', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:18:33.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:22:11', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:22:11.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:21:18', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:21:18.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:21:31', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:21:31.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:38:36', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:38:36.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:38:53', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:38:53.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:25', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:25.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:37', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:37.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:52', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:54:52.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:06', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:06.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:23', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:23.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:34', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:55:34.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:49:35', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:49:35.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:49:46', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 13:49:46.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:20:31', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:20:31.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:20:45', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:20:45.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:13:50', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:13:50.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:14:07', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:14:07.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:21:40', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:21:40.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:15', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:15.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:37', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:37.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:47', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:15:47.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:17:32', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:17:32.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:17:58', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:17:58.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:18:07', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:18:07.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-21 11:32:32', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-21 11:32:32.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:18:53', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:18:53.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:17:33', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:17:33.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:17:09', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:17:09.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:36:42', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:36:42.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:37:04', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:37:04.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-08-18 23:41:49', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-08-18 23:41:49.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-08-18 23:41:59', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-08-18 23:41:59.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:39:20', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:39:20.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:39:29', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:39:29.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:40:54', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:40:54.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:41:04', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:41:04.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:52:35', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:52:35.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:52:53', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:52:53.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:55:27', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:55:27.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:56:16', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:56:16.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:56:56', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:56:56.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:57:06', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:57:06.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:57:37', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:57:37.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:58:02', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:58:02.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:12:56', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:12:56.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:59:54', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 14:59:54.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:00:03', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:00:03.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:00:48', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:00:48.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:01:11', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 15:01:11.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:43:40', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:43:40.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:43:54', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:43:54.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:44:17', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:44:17.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:44:53', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:44:53.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:53:29', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:53:29.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:58:41', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:58:41.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:55:00', N'297e201046d3660a0146d36d7b7a01e7', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:55:00.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:54:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 22:54:44.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 23:17:30', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 23:17:30.0000000', 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', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'297e201046d3660a0146d36d7b7a01e7', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:28:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:28:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:10', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:10.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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 rule', N'en', N'2014-07-27 19:25:42', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2017-10-26 17:09:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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 rule', N'en', N'2014-07-27 19:25:42.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2017-10-26 17:09:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2017-10-26 17:09:36', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2017-10-26 17:09:36.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-27 19:58:19', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-27 19:58:19.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-27 21:27:54', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-27 21:27:54.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-23 19:05:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-23 19:05:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-23 19:05:17', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-23 19:05:17.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-09-28 00:46:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-09-28 00:46:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e7ae15f324756015f3277e5ed0002', N'common.superquery', N'楂樼骇鏌ヨ', N'zh-cn', N'2017-10-19 10:30:39', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e7ae15f324756015f3277e5ed0002', N'common.superquery', N'楂樼骇鏌ヨ', N'zh-cn', N'2017-10-19 10:30:39.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e7ae160974c6f0160974db0e50001', N'common.advancedQuery', N'楂樼骇鏌ヨ鏋勯犲櫒', N'zh-cn', N'2017-12-27 17:28:59', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e7ae160974c6f0160974db0e50001', N'common.advancedQuery', N'楂樼骇鏌ヨ鏋勯犲櫒', N'zh-cn', N'2017-12-27 17:28:59.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e7ae160c514780160c529accc0003', N'common.user.type', N'鐢ㄦ埛绫诲瀷', N'zh-cn', N'2018-01-05 15:12:11', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'297e7ae160c514780160c529accc0003', N'common.user.type', N'鐢ㄦ埛绫诲瀷', N'zh-cn', N'2018-01-05 15:12:11.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2016-07-22 17:24:24', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2016-07-22 17:24:24.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815bb4d01f015bb4e5f33e0001', N'common.change.portrait', N'淇敼澶村儚', N'zh-cn', N'2017-04-28 22:10:21', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815bb4d01f015bb4e5f33e0001', N'common.change.portrait', N'淇敼澶村儚', N'zh-cn', N'2017-04-28 22:10:21.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815bbefecd015bbf9952400002', N'common.change.portrait', N'changepranit', N'en', N'2017-05-01 00:02:28', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815bbefecd015bbf9952400002', N'common.change.portrait', N'changepranit', N'en', N'2017-05-01 00:02:28.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1b720b015c1ba37a870010', N'common.blacklist.error', N'璇P宸茬粡琚垪涓洪粦鍚嶅崟', N'zh-cn', N'2017-05-18 20:58:38', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1b720b015c1ba37a870010', N'common.blacklist.error', N'璇P宸茬粡琚垪涓洪粦鍚嶅崟', N'zh-cn', N'2017-05-18 20:58:38.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1b720b015c1ba3c5a60012', N'common.blacklist.error', N'The IP has been blacklisted', N'en', N'2017-05-18 20:58:57', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1b720b015c1ba3c5a60012', N'common.blacklist.error', N'The IP has been blacklisted', N'en', N'2017-05-18 20:58:57.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1c18f7015c1c234a420006', N'common.common.dev', N'Dev Author', N'en', N'2017-05-18 23:18:14', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1c18f7015c1c234a420006', N'common.common.dev', N'Dev Author', N'en', N'2017-05-18 23:18:14.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1c18f7015c1c23969d0008', N'common.common.dev', N'寮鍙戞潈闄', N'zh-cn', N'2017-05-18 23:18:33', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40284a815c1c18f7015c1c23969d0008', N'common.common.dev', N'寮鍙戞潈闄', N'zh-cn', N'2017-05-18 23:18:33.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40286081637677e601637724773f0037', N'common.please.select.two.item', N'璇烽夋嫨涓ゆ潯鏁版嵁', N'zh-cn', N'2018-05-19 14:44:28', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40286081637677e601637724773f0037', N'common.please.select.two.item', N'璇烽夋嫨涓ゆ潯鏁版嵁', N'zh-cn', N'2018-05-19 14:44:28.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40286081637677e601637725f4a50039', N'common.please.select.two.item', N'Please select two data', N'en', N'2018-05-19 14:46:06', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40286081637677e601637725f4a50039', N'common.please.select.two.item', N'Please select two data', N'en', N'2018-05-19 14:46:06.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40286081646932eb01646935152c0005', N'common.templateCode', N'妯℃澘CODE', N'zh-cn', N'2018-07-05 14:50:43', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40286081646932eb01646935152c0005', N'common.templateCode', N'妯℃澘CODE', N'zh-cn', N'2018-07-05 14:50:43.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40286081646932eb01646935698d0007', N'common.templateCode', N'Template Code', N'en', N'2018-07-05 14:51:05', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40286081646932eb01646935698d0007', N'common.templateCode', N'Template Code', N'en', N'2018-07-05 14:51:05.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402860816469f4aa01646a2da0cc0026', N'common.isRead', N'鐘舵', N'zh-cn', N'2018-07-05 19:22:12', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402860816469f4aa01646a2da0cc0026', N'common.isRead', N'鐘舵', N'zh-cn', N'2018-07-05 19:22:12.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402860816469f4aa01646a2dcf1c0028', N'common.isRead', N'Status', N'en', N'2018-07-05 19:22:24', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402860816469f4aa01646a2dcf1c0028', N'common.isRead', N'Status', N'en', N'2018-07-05 19:22:24.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:48:20', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:48:20.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:48:29', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:48:29.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef8590000d', N'funcType.from', N'author type', N'en', N'2014-08-20 23:01:06', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:49:57', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028808847f3e70d0147f3ef8590000d', N'funcType.from', N'author type', N'en', N'2014-08-20 23:01:06.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:49:57.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:50:07', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-23 01:50:07.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-18 23:32:00', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-08-18 23:32:00.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-21 10:08:08', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-21 10:08:08.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2015-10-15 10:28:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2015-10-15 10:28:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402880e64705a8ce014705af94280052', N'admin', N'2015-10-15 10:28:57', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2015-10-15 10:28:57.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40', N'402880e64705a8ce014705af94280052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-05 18:33:40.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-20 11:56:18', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-20 11:56:18.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-20 11:56:24', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-20 11:56:24.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44', N'297e201046d3660a0146d36d7b7a01e7', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402880e64705a8ce014705af94280052', N'admin', N'2014-07-04 23:17:44.0000000', 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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2017-10-26 17:10:42', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2017-10-26 17:10:42.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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 rule', N'en', N'2015-04-02 22:20:48', N'admin', N'绠$悊鍛', N'2017-10-26 17:10:35', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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 rule', N'en', N'2015-04-02 22:20:48.0000000', N'admin', N'绠$悊鍛', N'2017-10-26 17:10:35.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-04-02 22:34:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-04-02 22:34:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-04-02 22:34:06', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-04-02 22:34:06.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-15 10:44:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-15 10:44:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-27 23:05:35', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-27 23:05:35.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2016-03-02 16:32:35', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2016-03-02 16:32:35.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2016-03-04 11:41:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2016-03-04 11:41:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880f35c446158015c44627fcd0002', N'lang.broswer', N'娴忚鍣', N'zh-cn', N'2017-05-26 18:52:04', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402880f35c446158015c44627fcd0002', N'lang.broswer', N'娴忚鍣', N'zh-cn', N'2017-05-26 18:52:04.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881026416bfa8016416c774de0001', N'common.range1to50', N'绫诲瀷鑼冨洿鍦1~50浣嶅瓧绗', N'zh-cn', N'2018-06-19 14:42:08', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881026416bfa8016416c774de0001', N'common.range1to50', N'绫诲瀷鑼冨洿鍦1~50浣嶅瓧绗', N'zh-cn', N'2018-06-19 14:42:08.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881026416bfa8016416c82a160003', N'common.range1to50', N'The type in the range of 1~50 characters', N'en', N'2018-06-19 14:42:54', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881026416bfa8016416c82a160003', N'common.range1to50', N'The type in the range of 1~50 characters', N'en', N'2018-06-19 14:42:54.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881026416bfa8016416cb5fc20005', N'common.range1to10', N'绫诲瀷缂栫爜鍦1~10浣嶅瓧绗', N'zh-cn', N'2018-06-19 14:46:24', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881026416bfa8016416cb5fc20005', N'common.range1to10', N'绫诲瀷缂栫爜鍦1~10浣嶅瓧绗', N'zh-cn', N'2018-06-19 14:46:24.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881026416bfa8016416cb9ed60007', N'common.range1to10', N'The type in the range of 1~10 characters', N'en', N'2018-06-19 14:46:41', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881026416bfa8016416cb9ed60007', N'common.range1to10', N'The type in the range of 1~10 characters', N'en', N'2018-06-19 14:46:41.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810264f4f97d0164f527c5dd000e', N'please.input.table.content', N'璇峰~鍐欒〃鎻忚堪锛', N'zh-cn', N'2018-08-01 19:03:02', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810264f4f97d0164f527c5dd000e', N'please.input.table.content', N'璇峰~鍐欒〃鎻忚堪锛', N'zh-cn', N'2018-08-01 19:03:02.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810264f4f97d0164f528560a0010', N'please.input.table.content', N'Please Input Table Content', N'en', N'2018-08-01 19:03:39', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810264f4f97d0164f528560a0010', N'please.input.table.content', N'Please Input Table Content', N'en', N'2018-08-01 19:03:39.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:36:56', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881026560c0a0016560e237d50005', N'common.position.name', N'鑱屽姟', N'zh-cn', N'2018-08-22 17:06:03.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:10:45', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881026560c0a0016560e2bd800007', N'common.position.name', N'Position Name', N'en', N'2018-08-22 17:06:37.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:38:08', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288102657927c401657947644c0001', N'common.event', N'浜嬩欢鐘舵', N'zh-cn', N'2018-08-27 10:47:27.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:38:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288102657927c401657947f3f90003', N'common.event', N'Event State', N'en', N'2018-08-27 10:48:03.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:41:07', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288102657951ed016579537e400001', N'common.begin', N'寮濮', N'zh-cn', N'2018-08-27 11:00:40.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:41:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288102657951ed0165795414370003', N'common.begin', N'Begin', N'en', N'2018-08-27 11:01:18.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:42:17', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288102657951ed0165795465070005', N'common.end', N'缁撴潫', N'zh-cn', N'2018-08-27 11:01:39.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:42:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'40288102657951ed01657954835f0007', N'common.end', N'End', N'en', N'2018-08-27 11:01:46.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:13:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:36:56.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:13:30', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:10:45.0000000', 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'402881034728fa28014728feca7b0007', N'generate.form', N'鐢熸垚琛ㄥ崟', N'zh-cn', N'2014-07-12 13:14:52', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:14:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:38:08.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:38:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:29', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:41:07.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:38', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:41:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:17:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:42:17.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:18:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 12:42:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:13:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:13:30.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:14:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:29.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:10', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:15:38.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:17:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:28', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:18:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:08:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:08:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:09:12', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:09:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:33:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:10:33', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:10:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:10.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:15:51', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:16:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 13:34:28.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:17:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:08:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:18:12', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:08:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:19:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:09:12.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:19:38', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:09:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2017-10-26 17:08:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:10:33.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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'Authority center', N'en', N'2014-07-12 14:20:34', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2017-10-26 17:07:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:10:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2018-01-05 10:44:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:15:51.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:21:14', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:16:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:12:27', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:17:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 20:06:10', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:18:12.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:19:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:19:38.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2017-10-26 17:08:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:04', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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'Authority center', N'en', N'2014-07-12 14:20:34.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2017-10-26 17:07:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:28', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2018-01-05 10:44:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:36', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-12 14:21:14.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:51:08', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:12:27.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:51:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 20:06:10.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:04:07', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:14', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:40', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:49:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:04.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:53:11', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:28.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:53:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:50:36.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474d025ae20024', N'lang.code.cannot.add.update.delete', N'缂栫爜涓嶈兘鏄痑dd/update/delete', N'zh-cn', N'2014-07-19 13:05:05', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:05:05', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:51:08.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:05:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:51:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:46:54', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:04:07.0000000', 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'4028810b474d25ab01474d28cef50004', N'lang.user.online', N'user online', N'en', N'2014-07-19 13:47:05', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:47:05', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:14.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:51:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:40.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:51:37', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:52:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:53:11.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 12:53:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028810b474cecc301474d025ae20024', N'lang.code.cannot.add.update.delete', N'缂栫爜涓嶈兘鏄痑dd/update/delete', N'zh-cn', N'2014-07-19 13:05:05.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:05:05.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:05:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:46:54.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:47:05.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:51:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:51:37.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:06:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:29', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752b0d7014752b35e4f0001', N'username.rang2to10', N'User account need 2~10 bits', N'en', N'2014-07-20 15:36:32', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 15:36:32', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:04:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:33:09', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:33:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 13:53:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:35:43', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:06:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:06:50', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:28', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:19:13', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-19 14:07:29.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-03 12:37:08', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028813f4752b0d7014752b35e4f0001', N'username.rang2to10', N'User account need 2~10 bits', N'en', N'2014-07-20 15:36:32.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 15:36:32.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:38', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:04:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:22:37', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:33:09.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:44', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:33:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:22:58', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:35:43.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:03', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:06:50.0000000', 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'4028818d46f7832b0146f796fbd60026', N'running.state', N'杩愯鐘舵', N'zh-cn', N'2014-07-02 23:00:06', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:19', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:28.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:52', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:19:13.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:58', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-03 12:37:08.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:44', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:38.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:12', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:22:37.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:24:30', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:44.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:24:47', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:22:58.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:21', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:03.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:27', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:19.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:25:17', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:52.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:32', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:58.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:38', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:23:44.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:27', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:12.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:35', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:24:30.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:39', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:24:47.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:44', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:21.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:55', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:27.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:57', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:25:17.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:13', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:32.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:04', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:38.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:24', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:27.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:09', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:35.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:36', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:39.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:28:08', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:44.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:26:55.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:04', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:42:57.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:13.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:30', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:04.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:24.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:36', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:09.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:36.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:44', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:28:08.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:41:04.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:30.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:36.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:43:44.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-27 22:41:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-27 22:41:37', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:41:20', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:01:46', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:40:26', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:17:01', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:03:05', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:56:28', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:56:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-27 22:41:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:27:40', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-27 22:41:37.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:28:02', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:41:20.0000000', 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'402881c046f02a3f0146f0301b150006', N'common.edit.fail.param', N'{0} 鏇存柊澶辫触', N'zh-cn', N'2014-07-01 12:30:22', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:30:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:01:46.0000000', 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'402881c046f02a3f0146f030cde00008', N'common.edit.fail.param', N'{0} update fail', N'en', N'2014-07-01 12:31:08', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:31:08', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:40:26.0000000', 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'402881c046f02a3f0146f0346009000a', N'common.refresh.fail', N'鍒锋柊澶辫触', N'zh-cn', N'2014-07-01 12:35:02', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:35:02', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:17:01.0000000', 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'402881c046f02a3f0146f0348bc9000c', N'common.refresh.fail', N'Refresh Fail', N'en', N'2014-07-01 12:35:13', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:35:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 16:03:05.0000000', 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'402881c1470636fe0147063dc2080001', N'database.property', N'鏁版嵁搴撳睘鎬', N'zh-cn', N'2014-07-05 19:16:56', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:16:56', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:56:28.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 11:56:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:27:40.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:28:02.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:18:57', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:30:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:19:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:31:08.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:19:59', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:35:02.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:20:29', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-01 12:35:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:46:10', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:16:56.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:46:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:48:21', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:48:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:17:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:50:05', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:18:57.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:50:12', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:19:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:54:37', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:19:59.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:55:02', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:20:29.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:56:58', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:46:10.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:57:33', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:46:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:58:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:48:21.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:59:19', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:48:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 20:01:34', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:50:05.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 20:01:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:50:12.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 20:44:09', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:54:37.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 20:44:23', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:55:02.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:22:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:56:58.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:23:38', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:57:33.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:42:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:58:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:42:50', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 19:59:19.0000000', 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'402881c347205fcc0014720704aa5000', N'menuname.rang2to15', N'鑿滃崟鍚嶇О鑼冨洿2~15浣嶅瓧绗,涓斾笉涓虹┖', N'zh-cn', N'2014-07-10 21:22:15', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:22:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 20:01:34.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:23:38', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-05 20:01:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:05:35', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 20:44:09.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:07:05', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 20:44:23.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:04', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:22:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:14', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:23:38.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:11', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:42:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:15', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:42:50.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:24:56', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:22:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:25:07', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 21:23:38.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2016-03-01 21:26:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:05:35.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:11:56', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 09:07:05.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:12:33', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:04.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:18:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:23:14.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:02', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:11.0000000', 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'402881e446f5ec0b0146f627f2040021', N'common.no', N'No', N'en', N'2014-07-02 16:19:11', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:11', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-21 10:16:15.0000000', 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'402881e446f5ec0b0146f6281f900023', N'common.no', N'鍚', N'zh-cn', N'2014-07-02 16:19:23', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:23', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:24:56.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:27:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 15:25:07.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:10', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2016-03-01 21:26:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:58', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:11:56.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:29:14', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:12:33.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:47:50', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:18:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:02.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:37', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:11.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:19:23.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:27:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:35', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:10.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-06-15 20:34:07', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:28:58.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-06-16 16:23:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:29:14.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:47:50.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73b30750035', N'form.db.type.sql', N'鍔ㄦ丼QL', N'zh-cn', N'2015-06-15 20:39:20', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:37.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:48:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 16:51:35.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-06-15 20:34:07.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-06-16 16:23:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-27 19:49:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-27 19:49:18', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e44df713f5014df73b30750035', N'form.db.type.sql', N'鍔ㄦ丼QL', N'zh-cn', N'2015-06-15 20:39:20.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-27 19:44:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-27 19:45:07', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-27 19:49:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-27 19:49:18.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-27 19:44:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-27 19:45:07.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-06-07 21:44:17', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55a6b49b0015a6b5456f40002', N'common.department.hasuser', N'缁勭粐鏈烘瀯涓嬫湁鐢ㄦ埛,涓嶅彲鐩存帴鍒犻櫎', N'zh-cn', N'2017-02-23 22:16:14', N'admin', N'绠$悊鍛', N'2017-02-23 22:19:54', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55a6b49b0015a6b55b7510004', N'common.department.hasuser', N'the department has related users', N'en', N'2017-02-23 22:17:44', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd83c4090001', N'common.task.className', N'Class Name', N'en', N'2017-08-20 10:40:57', N'admin', N'绠$悊鍛', N'2017-08-20 10:52:09', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd8560130003', N'common.task.className', N'浠诲姟绫诲悕', N'zh-cn', N'2017-08-20 10:42:43', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd86d7a80005', N'common.task.runServerIp', N'Run Server IP', N'en', N'2017-08-20 10:44:19', N'admin', N'绠$悊鍛', N'2017-08-20 10:52:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd877fec0007', N'common.task.runServerIp', N'鎵ц鏈嶅姟鍣↖P', N'zh-cn', N'2017-08-20 10:45:02', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-06-07 21:44:17.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd88f9b80009', N'common.task.runServer', N'Run Server(Project Domain)', N'en', N'2017-08-20 10:46:39', N'admin', N'绠$悊鍛', N'2018-02-28 18:56:27', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd8cefe0000b', N'common.task.runServer', N'杩滅▼涓绘満(椤圭洰璁块棶鍦板潃)', N'zh-cn', N'2017-08-20 10:50:58', N'admin', N'绠$悊鍛', N'2018-02-28 18:55:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55a6b49b0015a6b5456f40002', N'common.department.hasuser', N'缁勭粐鏈烘瀯涓嬫湁鐢ㄦ埛,涓嶅彲鐩存帴鍒犻櫎', N'zh-cn', N'2017-02-23 22:16:14.0000000', N'admin', N'绠$悊鍛', N'2017-02-23 22:19:54.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55a6b49b0015a6b55b7510004', N'common.department.hasuser', N'the department has related users', N'en', N'2017-02-23 22:17:44.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd83c4090001', N'common.task.className', N'Class Name', N'en', N'2017-08-20 10:40:57.0000000', N'admin', N'绠$悊鍛', N'2017-08-20 10:52:09.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd8560130003', N'common.task.className', N'浠诲姟绫诲悕', N'zh-cn', N'2017-08-20 10:42:43.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:58:55', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd86d7a80005', N'common.task.runServerIp', N'Run Server IP', N'en', N'2017-08-20 10:44:19.0000000', N'admin', N'绠$悊鍛', N'2017-08-20 10:52:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd877fec0007', N'common.task.runServerIp', N'鎵ц鏈嶅姟鍣↖P', N'zh-cn', N'2017-08-20 10:45:02.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd88f9b80009', N'common.task.runServer', N'Run Server(Project Domain)', N'en', N'2017-08-20 10:46:39.0000000', N'admin', N'绠$悊鍛', N'2018-02-28 18:56:27.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:24', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881e55dfd74a8015dfd8cefe0000b', N'common.task.runServer', N'杩滅▼涓绘満(椤圭洰璁块棶鍦板潃)', N'zh-cn', N'2017-08-20 10:50:58.0000000', N'admin', N'绠$悊鍛', N'2018-02-28 18:55:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:01:30', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:01:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:04:05', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:58:55.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:53:48', N'402881e946e70d550146e70fa0680086', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:07:34', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:07:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:24.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:07', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 19:59:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:44', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:01:30.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:55', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:01:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:12:43', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:04:05.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:13:31', N'402881e946e70d550146e70fa0680086', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:53:48.0000000', 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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:33', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:07:34.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:07:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:07.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:17:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:19:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:44.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:55', N'402881e946e70d550146e70fa0680086', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:10:55.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:36:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:12:43.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:37:00', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:13:31.0000000', 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'402881e946eca0a40146ecca27d20062', N'sql.enhance', N'SqlEnhance', N'en', N'2014-06-30 20:40:09', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:09', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:33.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:49:54', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-09-15 11:28:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:50:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:17:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 20:59:40', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:19:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 20:59:51', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:55.0000000', 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'402881e946f723300146f72b42b40015', N'common.batch.delete', N'Batch Delete', N'en', N'2014-07-02 21:02:25', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:02:25', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:36:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:02:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:37:00.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:09.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:40:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:49:54.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-06-30 20:50:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:05:44', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 20:59:40.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:05:57', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 20:59:51.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:07:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:02:25.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:07:57', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:02:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706daa606000d', N'common.text', N'Field Text', N'en', N'2014-07-05 22:08:18', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:18', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:32', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:55', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:04:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:11', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:05:44.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-02 21:05:57.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:37', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:07:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:50', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:07:57.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:10:11', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea4706d22b014706daa606000d', N'common.text', N'Field Text', N'en', N'2014-07-05 22:08:18.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:18.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:10:21', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:32.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:27', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:08:55.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:43', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:11.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:16:32', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:37.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:16:43', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:09:50.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:17:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:10:11.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:11', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:10:21.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:30', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:40', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:27.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:29:53', N'402881e946e70d550146e70fa0680086', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:43.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:30:02', N'402881e946e70d550146e70fa0680086', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:11:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea5b2472b6015b2479b9ba0001', N'common.typemode', N'Cascade switch', N'en', N'2017-03-31 21:06:48', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:16:32.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea5b2472b6015b247aa19a0003', N'common.typemode', N'鍒囨崲妯″紡', N'zh-cn', N'2017-03-31 21:07:48', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:16:43.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881f2635d5b6e01635d773ab20001', N'username.rang2to50', N'鐢ㄦ埛璐﹀彿鑼冨洿鍦2~50浣嶅瓧绗', N'zh-cn', N'2018-05-14 15:04:44', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:17:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881f2635d5b6e01635d77bb650003', N'username.rang2to50', N'User account need 2~50 bits', N'en', N'2018-05-14 15:05:17', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:11.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:30.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:18:40.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:29:53.0000000', 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'402881fa470fe92601470ff4e2830019', N'common.add.param', N'{0} Add', N'en', N'2014-07-07 16:33:33', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 16:02:09', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'402881e946e70d550146e70fa0680086', N'admin', N'2014-07-05 22:30:02.0000000', 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'402881fa470fe92601470ff51cc9001b', N'common.add.param', N'{0}褰曞叆', N'zh-cn', N'2014-07-07 16:33:48', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 16:02:23', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea5b2472b6015b2479b9ba0001', N'common.typemode', N'Cascade switch', N'en', N'2017-03-31 21:06:48.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881ea5b2472b6015b247aa19a0003', N'common.typemode', N'鍒囨崲妯″紡', N'zh-cn', N'2017-03-31 21:07:48.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:43:03', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881f2635d5b6e01635d773ab20001', N'username.rang2to50', N'鐢ㄦ埛璐﹀彿鑼冨洿鍦2~50浣嶅瓧绗', N'zh-cn', N'2018-05-14 15:04:44.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881f2635d5b6e01635d77bb650003', N'username.rang2to50', N'User account need 2~50 bits', N'en', N'2018-05-14 15:05:17.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 16:02:09.0000000', 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'402881fa470fe926014710073e820045', N'common.role.name', N'瑙掕壊鍚嶇О', N'zh-cn', N'2014-07-07 16:53:36', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 16:02:23.0000000', 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'402881fa470fe926014710095eb50053', N'common.edit.param', N'{0} Edit', N'en', N'2014-07-07 16:55:55', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 15:07:04', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 15:07:13', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:43:03.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 15:07:04.0000000', 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'402881fa470fe9260147100fa9270069', N'permission.name', N'鏉冮檺鍚嶇О', N'zh-cn', N'2014-07-07 17:02:48', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-20 15:07:13.0000000', 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'402881fa470fe9260147101199f1006f', N'permission.collection', N'Permission Collection', N'en', N'2014-07-07 17:04:55', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fc60b9b9f60160ba2fbf890002', N'excelDepartImport', N'缁勭粐鏈烘瀯瀵煎叆', N'zh-cn', N'2018-01-03 12:03:00', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fc60b9b9f60160ba3006ae0004', N'excelDepartImport', N'excelDepartImport', N'en', N'2018-01-03 12:03:18', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fc6305bc640163061f9a79000f', N'confirm.online.delete.record', N'纭鍒犻櫎璇ヨ褰曞悧锛(鍚屾椂鍒犻櫎琛)', N'zh-cn', N'2018-04-27 16:02:04', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fc6305bc640163061fd1dc0011', N'confirm.online.delete.record', N'Confirm delete record?(Drop table)', N'en', N'2018-04-27 16:02:18', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-15 10:43:08', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-07-16 15:06:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-07-16 15:05:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-07 16:42:54.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fc60b9b9f60160ba2fbf890002', N'excelDepartImport', N'缁勭粐鏈烘瀯瀵煎叆', N'zh-cn', N'2018-01-03 12:03:00.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fc60b9b9f60160ba3006ae0004', N'excelDepartImport', N'excelDepartImport', N'en', N'2018-01-03 12:03:18.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fc6305bc640163061f9a79000f', N'confirm.online.delete.record', N'纭鍒犻櫎璇ヨ褰曞悧锛(鍚屾椂鍒犻櫎琛)', N'zh-cn', N'2018-04-27 16:02:04.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'402881fc6305bc640163061fd1dc0011', N'confirm.online.delete.record', N'Confirm delete record?(Drop table)', N'en', N'2018-04-27 16:02:18.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-15 10:43:08.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-07-16 15:06:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-07-16 15:05:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-24 13:01:10', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-24 13:01:35', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-24 13:07:09', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-24 13:07:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-24 13:16:35', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-24 13:17:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-24 13:25:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-24 13:25:23', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-24 13:01:10.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-24 13:01:35.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5bffc927015bffcfa3570003', N'number.broswer', N'鏁伴噺', N'zh-cn', N'2017-05-13 11:17:29', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-24 13:07:09.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5bffd240015bfff5ad0e0003', N'broswer.count.analysis', N'娴忚鍣ㄧ櫥褰曟鏁版瘮渚嬪垎鏋', N'zh-cn', N'2017-05-13 11:59:02', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-24 13:07:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5bffd240015bfff894b30005', N'broswer.count.statistics', N'娴忚鍣ㄧ櫥褰曟鏁扮粺璁', N'zh-cn', N'2017-05-13 12:02:12', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-24 13:16:35.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c0a1400007', N'lang.broswer', N'broswer', N'en', N'2017-05-13 15:40:43', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-24 13:17:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c0dd3d0009', N'number.broswer', N'number', N'en', N'2017-05-13 15:40:58', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-24 13:25:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c1a628000b', N'broswer.count.analysis', N'broswer count analysis', N'en', N'2017-05-13 15:41:49', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-24 13:25:23.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c1fd95000d', N'broswer.count.statistics', N'broswer count statistics', N'en', N'2017-05-13 15:42:12', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028918164456ce001644580c16e0007', N'common.user.interfaceUser', N'鎺ュ彛鐢ㄦ埛涓嶅厑璁哥櫥褰', N'zh-cn', N'2018-06-28 16:27:03', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028918164456ce00164458189cf0009', N'common.user.interfaceUser', N'Interface user does not allow login', N'en', N'2018-06-28 16:27:55', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5bffc927015bffcfa3570003', N'number.broswer', N'鏁伴噺', N'zh-cn', N'2017-05-13 11:17:29.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5bffd240015bfff5ad0e0003', N'broswer.count.analysis', N'娴忚鍣ㄧ櫥褰曟鏁版瘮渚嬪垎鏋', N'zh-cn', N'2017-05-13 11:59:02.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5bffd240015bfff894b30005', N'broswer.count.statistics', N'娴忚鍣ㄧ櫥褰曟鏁扮粺璁', N'zh-cn', N'2017-05-13 12:02:12.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c0a1400007', N'lang.broswer', N'broswer', N'en', N'2017-05-13 15:40:43.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c0dd3d0009', N'number.broswer', N'number', N'en', N'2017-05-13 15:40:58.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c1a628000b', N'broswer.count.analysis', N'broswer count analysis', N'en', N'2017-05-13 15:41:49.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028911b5c00ae85015c00c1fd95000d', N'broswer.count.statistics', N'broswer count statistics', N'en', N'2017-05-13 15:42:12.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028918164456ce001644580c16e0007', N'common.user.interfaceUser', N'鎺ュ彛鐢ㄦ埛涓嶅厑璁哥櫥褰', N'zh-cn', N'2018-06-28 16:27:03.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028918164456ce00164458189cf0009', N'common.user.interfaceUser', N'Interface user does not allow login', N'en', N'2018-06-28 16:27:55.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b88161523b8e0161524751560002', N'common.please.select.user.status.inactive', N'褰撳墠鐢ㄦ埛宸叉縺娲伙紝涓嶈兘閲嶅婵娲', N'zh-cn', N'2018-02-02 00:51:01', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b88161523b8e016152483bee0004', N'common.please.select.user.status.inactive', N'The current user has been activated and can not be reactivated', N'en', N'2018-02-02 00:52:01', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8816161331301616139858b0001', N'common.please.online.fieldname.duplicate', N'瀛楁閲嶅锛岃浣跨敤鍏朵粬瀛楁鍚', N'zh-cn', N'2018-02-04 22:30:15', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8816161331301616139df4e0003', N'common.please.online.fieldname.duplicate', N'field duplication, please use other field names', N'en', N'2018-02-04 22:30:38', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b88161523b8e0161524751560002', N'common.please.select.user.status.inactive', N'褰撳墠鐢ㄦ埛宸叉縺娲伙紝涓嶈兘閲嶅婵娲', N'zh-cn', N'2018-02-02 00:51:01.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b88161523b8e016152483bee0004', N'common.please.select.user.status.inactive', N'The current user has been activated and can not be reactivated', N'en', N'2018-02-02 00:52:01.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8816161331301616139858b0001', N'common.please.online.fieldname.duplicate', N'瀛楁閲嶅锛岃浣跨敤鍏朵粬瀛楁鍚', N'zh-cn', N'2018-02-04 22:30:15.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028b8816161331301616139df4e0003', N'common.please.online.fieldname.duplicate', N'field duplication, please use other field names', N'en', N'2018-02-04 22:30:38.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2016-03-03 11:17:56', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533c078201533c08b1ca0001', N'system.version.number', N'3.7.8', N'zh-cn', N'2016-03-03 18:31:56', N'admin', N'绠$悊鍛', N'2016-06-29 11:50:18', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028ef81533c078201533c08e2370003', N'system.version.number', N'3.7.8', N'en', N'2016-03-03 18:32:08', N'admin', N'绠$悊鍛', N'2016-06-29 11:50:12', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2016-05-03 14:41:57', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2016-05-03 14:42:06', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2016-03-03 11:17:56.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2016-01-14 18:58:21', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028f681641bf52b01641c2802030009', N'dict.order', N'搴忓彿', N'zh-cn', N'2018-06-20 15:45:41', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.8', N'zh-cn', N'2016-03-03 18:31:56.0000000', N'admin', N'绠$悊鍛', N'2016-06-29 11:50:18.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028f681641bf52b01641c28c724000b', N'dict.order', N'Serial number', N'en', N'2018-06-20 15:46:31', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.8', N'en', N'2016-03-03 18:32:08.0000000', N'admin', N'绠$悊鍛', N'2016-06-29 11:50:12.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 01:30:47', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2016-05-03 14:41:57.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 01:31:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2016-05-03 14:42:06.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 01:32:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 01:32:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2017-11-06 10:37:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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' ', N'en', N'2014-06-23 01:47:00', N'admin', N'绠$悊鍛', N'2014-06-23 02:01:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2016-01-14 18:58:21.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 01:56:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028f681641bf52b01641c2802030009', N'dict.order', N'搴忓彿', N'zh-cn', N'2018-06-20 15:45:41.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 01:56:34', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028f681641bf52b01641c28c724000b', N'dict.order', N'Serial number', N'en', N'2018-06-20 15:46:31.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 01:58:21', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 01:30:47.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 01:58:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 01:31:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-11-30 12:37:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 01:32:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-27 22:47:21', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 01:32:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2018-01-05 10:45:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2017-11-06 10:37:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 02:03:35', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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' ', N'en', N'2014-06-23 01:47:00.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 02:01:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:30:04', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 01:56:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:31:09', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 01:56:34.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:32:18', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 01:58:21.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:32:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 01:58:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:33:32', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-11-30 12:37:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:33:51', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-27 22:47:21.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:34:17', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2018-01-05 10:45:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:34:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 02:03:35.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:36:06', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:30:04.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:35:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:31:09.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:36:55', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:32:18.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:37:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:32:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:39:35', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:33:32.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:39:47', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:33:51.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:42:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:34:17.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 11:43:04', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:34:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:41:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:36:06.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 13:37:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:35:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:51:55', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:36:55.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2016-04-14 12:36:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:37:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:52:51', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:39:35.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:53:06', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:39:47.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:53:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:42:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:53:54', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 11:43:04.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:55:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:41:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:55:25', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 13:37:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:56:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:51:55.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:56:27', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2016-04-14 12:36:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:57:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:52:51.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 12:57:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:53:06.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:13:28', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:53:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:13:44', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:53:54.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 11:01:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:55:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:19:27', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:55:25.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2017-09-13 18:48:14', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:56:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2053659004f', N'common.refresh', N'Refresh Cache', N'en', N'2014-06-22 13:20:59', N'admin', N'绠$悊鍛', N'2017-09-13 18:48:47', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:56:27.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:21:17', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:57:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:21:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 12:57:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:21:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:13:28.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:22:04', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:13:44.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:23:00', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 11:01:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:23:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:19:27.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:23:58', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2017-09-13 18:48:14.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:24:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fc5346c1aec50146c2053659004f', N'common.refresh', N'Refresh Cache', N'en', N'2014-06-22 13:20:59.0000000', N'admin', N'绠$悊鍛', N'2017-09-13 18:48:47.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:24:54', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:21:17.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 13:25:28', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:21:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 14:10:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:21:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 14:11:04', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:22:04.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 14:17:11', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:23:00.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-22 14:17:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:23:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 11:31:11', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:23:58.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 17:23:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:24:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:24:54.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:23', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 13:25:28.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:57', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 14:10:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:04', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 14:11:04.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 14:17:11.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-22 14:17:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:24:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 11:31:11.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:24:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 17:23:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:25:40', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:25:51', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:23.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:26:32', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:19:57.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:26:43', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:04.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:30:43', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:30:55', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:20:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:31:43', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:24:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:32:07', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:24:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:36:43', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:25:40.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:36:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:25:51.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:39:06', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:26:32.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:39:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:26:43.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdbd2b60044', N'slave.table.can.not.generate.code', N'闄勮〃涓嶈兘浠g爜鐢熸垚', N'zh-cn', N'2014-07-10 18:40:05', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:40:05', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:30:43.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:47:00', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:30:55.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:41:54', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:31:43.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:42:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:32:07.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fde8727004c', N'code.generate', N'浠g爜鐢熸垚', N'zh-cn', N'2014-07-10 18:43:03', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:43:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:36:43.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:43:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:36:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:44:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:39:06.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:44:37', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:39:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:48:34', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fdbd2b60044', N'slave.table.can.not.generate.code', N'闄勮〃涓嶈兘浠g爜鐢熸垚', N'zh-cn', N'2014-07-10 18:40:05.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:40:05.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:49:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:47:00.0000000', 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'4028fd2b471f63bb01471fe58641005d', N'force.sync', N'寮哄埗鍚屾(鍒犻櫎琛,閲嶆柊鐢熸垚)', N'zh-cn', N'2014-07-10 18:50:41', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:50:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:41:54.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:51:17', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:42:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:11:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'4028fd2b471f63bb01471fde8727004c', N'code.generate', N'浠g爜鐢熸垚', N'zh-cn', N'2014-07-10 18:43:03.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:43:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:11:57', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:43:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:12:58', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:44:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:13:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:44:37.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:14:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:48:34.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:14:55', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:49:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:34', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:50:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:50', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 18:51:17.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:18:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:11:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:18:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:11:57.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:12:58.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:13:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:14:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:14:55.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:34.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-02 22:30:50.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:18:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-10 19:18:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-06-16 16:27:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7b1b28000e', N'form.db.synsql', N'鍔ㄦ佹煡璇Q', N'zh-cn', N'2015-06-16 16:27:38', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-06-16 16:55:30', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-06-16 16:55:24', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-06-26 13:49:44', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-06-16 16:27:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a1c7ee54dfb73d7014dfb7b1b28000e', N'form.db.synsql', N'鍔ㄦ佹煡璇Q', N'zh-cn', N'2015-06-16 16:27:38.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-06-16 16:55:30.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-06-16 16:55:24.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-06-29 10:00:07', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-06-26 13:49:44.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-06-29 15:56:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 13:45:11', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-06-29 10:00:07.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 13:45:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 13:47:18', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 13:47:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 13:48:56', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 14:52:06', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 14:52:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-06-29 15:56:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 14:58:50', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 14:59:00', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 13:45:11.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-25 15:31:05', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 13:45:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-25 15:31:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 13:47:18.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-25 16:10:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 13:47:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-25 15:33:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 13:48:56.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-25 15:34:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 14:52:06.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-25 15:35:24', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 14:52:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-15 11:37:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 14:58:50.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-10-15 11:37:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 14:59:00.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2018-01-16 17:18:59', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-25 15:31:05.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-25 16:03:08', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-25 15:31:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-20 14:58:43', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-25 16:10:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-20 14:58:51', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-25 15:33:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-20 14:42:58', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-25 15:34:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-20 14:44:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-25 15:35:24.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-20 14:46:34', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-15 11:37:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-20 14:47:35', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-10-15 11:37:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-20 14:53:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2018-01-16 17:18:59.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-20 14:53:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-25 16:03:08.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-20 14:54:55', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-20 14:58:43.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-20 14:55:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-20 14:58:51.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-21 01:18:10', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-20 14:42:58.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-21 01:18:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-20 14:44:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:36:47', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-20 14:46:34.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:36:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-20 14:47:35.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-20 14:53:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:28', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-20 14:53:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-20 14:54:55.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-20 14:55:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:15', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-21 01:18:10.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:26', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-21 01:18:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:36:47.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:59', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:36:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:39:14', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:39:21', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:28.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:40:17', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:40:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:37:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:57:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:15.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:57:58', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:26.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:03:33', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:03:58', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:38:59.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:05:36', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:39:14.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:06:07', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:39:21.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:21', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:40:17.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:29', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-17 11:40:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:57:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:59', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:57:58.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:16:18', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:03:33.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:16:34', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:03:58.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:18:40', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:05:36.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:18:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:06:07.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:19:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:21.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:19:47', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:29.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:15:59.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:16:18.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:00', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:16:34.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:45', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:18:40.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:51', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:18:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:08', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:19:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:19:47.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:24:56', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:20:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:02', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:00.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:45.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:25', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:21:51.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:42', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:08.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:10', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:23:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:54', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:24:56.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:02.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:31', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:39', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:25.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:19', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:42.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:23', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:25:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:10.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:56', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:23', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:26:54.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:28', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:51', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:31.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:31:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:27:39.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:31:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:19.0000000', 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'8a8ab0af476afe8501476b256e3a0068', N'common.workflow.engine.table', N'Workflow Engine Table', N'en', N'2014-07-25 09:32:00', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:00', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:23.0000000', 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'8a8ab0af476afe8501476b25c1d4006a', N'common.system.table', N'绯荤粺鍩虹琛', N'zh-cn', N'2014-07-25 09:32:22', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:28', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:29:56.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:33:08', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:23.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:33:21', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:28.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:08', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:30:51.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:31:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:37', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:31:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:47', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:00.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:35:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:35:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:32:28.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:36:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:33:08.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:36:12', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:33:21.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 10:30:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:08.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 10:30:56', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:37.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:34:47.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:35:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:35:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:36:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 09:36:12.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 10:30:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 10:30:56.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c79d0660021', N'common.oracle', N'鐢查鏂嘜racle鏁版嵁搴', N'zh-cn', N'2014-09-16 11:20:31', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 11:21:58', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', 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'8a8ab0ba487c527201487c7aee7b0024', N'common.oracle', N'Oracle', N'en', N'2014-09-16 11:21:44', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 11:48:44', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', 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'8a8ab0ba487c527201487c8f57910029', N'common.sqlserver2008', N'SQL Server2008', N'en', N'2014-09-16 11:44:01', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c94614b002d', N'common.mysql', N'鐢查鏂嘙ySQL', N'zh-cn', N'2014-09-16 11:49:32', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', null, null, null) +INSERT INTO [dbo].[t_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.0000000', 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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-23 14:19:17', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', 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'8a8ab0c34761c347014761dfde030003', N'common.english', N'English', N'zh-cn', N'2014-07-23 14:19:27', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:51:07', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', 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'8a8ab0c34761c347014761e00f350005', N'common.chinese', N'涓枃', N'en', N'2014-07-23 14:19:39', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:51:20', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c79d0660021', N'common.oracle', N'鐢查鏂嘜racle鏁版嵁搴', N'zh-cn', N'2014-09-16 11:20:31.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 11:21:58.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-23 14:19:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', 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'8a8ab0d44756a3bd014756ad82990002', N'user.analysis.histogram', N'鐢ㄦ埛鍒嗘瀽鐩存柟鍥', N'zh-cn', N'2014-07-21 10:08:37', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 10:08:37', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-09-16 11:48:44.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 10:09:18', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', 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'8a8ab0d44756a3bd014756ae9c2a0006', N'sequence.name', N'搴忓彿', N'zh-cn', N'2014-07-21 10:09:49', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-01 21:26:41', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a8ab0ba487c527201487c94614b002d', N'common.mysql', N'鐢查鏂嘙ySQL', N'zh-cn', N'2014-09-16 11:49:32.0000000', 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'8a8ab0d44756ec17014756eff8410001', N'common.menu', N'鑿滃崟', N'zh-cn', N'2014-07-21 11:21:13', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:21:13', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', 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'8a8ab0d44756ec17014756f0122e0003', N'common.menu', N'Menu', N'en', N'2014-07-21 11:21:19', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:21:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-23 14:19:17.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:27:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:51:07.0000000', 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'8a8ab0d44756ec17014756f5b12e0009', N'common.area', N'Area', N'en', N'2014-07-21 11:27:28', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:27:28', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-25 08:51:20.0000000', 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'8a8ab0d447576a86014757a4266d0004', N'common.role.select', N'瑙掕壊閫夋嫨', N'zh-cn', N'2014-07-21 14:38:01', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:38:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-23 14:19:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:38:10', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 10:08:37.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:59:42', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 10:09:18.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:59:50', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-01 21:26:41.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 10:01:32', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:21:13.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 10:01:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:21:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 10:05:28', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:27:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 10:05:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 11:27:28.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2015-05-29 14:09:17', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:38:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 10:08:21', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:38:10.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 11:05:48', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:59:42.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'admin', N'绠$悊鍛', N'2014-06-23 10:18:32', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-21 14:59:50.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-24 15:50:12', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 10:01:32.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-24 15:50:38', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 10:01:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 10:35:01', N'8a8ab0b246dc81120146dc8181950052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 10:05:28.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 10:34:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 10:05:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 11:22:52', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2015-05-29 14:09:17.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 11:25:03', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 10:08:21.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 11:05:48.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'admin', N'绠$悊鍛', N'2014-06-23 10:18:32.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-24 15:50:12.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-24 15:50:38.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 10:35:01.0000000', 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'a8e5a8e8c5e44576a1500c3b5f57937b', N'select.byrole', N'According to the role select', N'en', N'2014-07-03 18:39:43', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 10:34:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 11:22:52.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2014-07-20 11:25:03.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'c150726fac0d43fd9bf28f4590018950', N'common.username', N'User Account', N'en', N'2014-07-03 18:39:42', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'ce8b2968f1fc49bba1a636ca18e7f08f', N'usename.range2to10', N'User account need 2~10 bits', N'en', N'2014-07-03 18:39:43', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2015-04-02 23:10:33', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'c150726fac0d43fd9bf28f4590018950', N'common.username', N'User Account', N'en', N'2014-07-03 18:39:42.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53', N'4028818d46f764fb0146f7661cb60052', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'ff8080816002af43016002bcc25b0002', N'common.refreshType', N'Refresh dictionary cache', N'en', N'2017-11-28 21:06:53', N'admin', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'ce8b2968f1fc49bba1a636ca18e7f08f', N'usename.range2to10', N'User account need 2~10 bits', N'en', N'2014-07-03 18:39:43.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-28 10:30:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:22:49', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:30:54', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:49:57', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2015-04-02 23:10:33.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:51:48', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:30:02', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-04 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:31:26', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin', N'2014-07-02 23:27:53.0000000', N'4028818d46f764fb0146f7661cb60052', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:40:43', N'admin', N'admin') +INSERT INTO [dbo].[t_s_muti_lang] ([id], [lang_key], [lang_context], [lang_code], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'ff8080816002af43016002bcc25b0002', N'common.refreshType', N'Refresh dictionary cache', N'en', N'2017-11-28 21:06:53.0000000', N'admin', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:41:29', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-04-28 10:30:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:45:48', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:22:49.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:46:55', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:30:54.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:37:04', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:49:57.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:37:16', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-01 10:51:48.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:31:53', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:30:02.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:32:24', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:31:26.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:58:58', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:40:43.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:59:01', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:41:29.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:34:49', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:45:48.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:35:01', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:46:55.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:07:23', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:37:04.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:07:27', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:37:16.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:11:29', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:31:53.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:11:26', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:32:24.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:14:39', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:58:58.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:14:58', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 11:59:01.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:14:32', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:34:49.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:14:44', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-10-15 10:35:01.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:20:10', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:07:23.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:20:13', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:07:27.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 14:55:01', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:11:29.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 14:55:13', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:11:26.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-15 12:32:22', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:14:39.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-15 12:32:33', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 12:14:58.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:04:04', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:14:32.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:04:10', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:14:44.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:13:59', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:20:10.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:14:02', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 13:20:13.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:18:18', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 14:55:01.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:18:21', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 14:55:13.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:23:39', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-15 12:32:22.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:23:43', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-15 12:32:33.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-21 16:49:07', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:04:04.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-21 16:49:19', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:04:10.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:30', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:13:59.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:32', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:14:02.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:34', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:18:18.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:37', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:18:21.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:49', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:23:39.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:52', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:23:43.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:17', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-21 16:49:07.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:23', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2016-03-21 16:49:19.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:34', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:30.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:40', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:35:32.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:13', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:34.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:15', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:39:37.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:57', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:49.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:59', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:42:52.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:52', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:17.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:54', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:47:23.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:01', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:34.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:04', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:50:40.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:00', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:13.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:03', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:55:15.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:55', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:57.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:58', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 15:58:59.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:05', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:52.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:07', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:02:54.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:36', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:01.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:39', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:08:04.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:58:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:00.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:59:27', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:12:03.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:27', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:55.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:29', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:14:58.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:26', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:05.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:28', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:20:07.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:34', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:36.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:38', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:24:39.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:52', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:58:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-12-22 16:59:27.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:27.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:48', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:37:29.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:50', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:26.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:46', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:40:28.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:49', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:34.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:35', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-02 16:44:38.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:38', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:52.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:26', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:29', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-05-25 16:30:20.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:21', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:48.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:24', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 10:50:50.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:13', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:46.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:16', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:05:49.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:55', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:35.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:59', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:09:38.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:02', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:26.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:05', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:13:29.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:23', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:21.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:26', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:16:24.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:32:56', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:13.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:33:00', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:20:16.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:38', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:55.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:41', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:22:59.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:09', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:02.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:11', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:26:05.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:48', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:23.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:52', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:30:26.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:28', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:32:56.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:33', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:33:00.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:47', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:38.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:49', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:37:41.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:13', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:09.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:16', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:41:11.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:48', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:48.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:51', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:50:52.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:28', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:28.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:31', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:53:33.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:46', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:47.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:50', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:55:49.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:52', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:13.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:57', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 11:58:16.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:37:34', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:48.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:13:17', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:01:51.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:06', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:28.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:13', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:04:31.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:41', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:46.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:45', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:06:50.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:23', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:52.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:27', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:09:57.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:42', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:37:34.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:45', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 12:13:17.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:34', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:06.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:37', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:30:13.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:30', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:41.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:34', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:32:45.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:41', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:23.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:44', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:36:27.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:54', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:42.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:49', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:38:45.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:18', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:34.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:21', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:41:37.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:00', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:30.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:04', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:44:34.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:13', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:41.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:15', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:46:44.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:22', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:54.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:25', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:49:49.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:15', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:18.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:18', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:52:21.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:34', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:00.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:38', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:55:04.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:55', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:13.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:58', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 14:57:15.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:36:46', N'admin', N'绠$悊鍛') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:22.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:11:10', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:01:25.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:35', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:15.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:39', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:04:18.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:01', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:34.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:04', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:06:38.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:25', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:55.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:30', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:08:58.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:50:57', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-11-30 12:36:46.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:51:00', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:11:10.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:19', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:35.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:22', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:14:39.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:56:59', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:01.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:57:01', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:30:04.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:49', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:25.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:52', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:46:30.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:13', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:50:57.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:16', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:51:00.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:29', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:19.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:33', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:53:22.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:54', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:56:59.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:57', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 15:57:01.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:19', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:49.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:22', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:01:52.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:49', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:13.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:36', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:05:16.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:39', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:29.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:49', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:24:33.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:53', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:54.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:53', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:26:57.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:55', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:19.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:42:58', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:29:22.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:43:01', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:34:49.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:18', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:36.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:20', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:37:39.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:42', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:49.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:45', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-03 16:40:53.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:55', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:53.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:57', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:38:55.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:08', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:42:58.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:10', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:43:01.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:43', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:18.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:45', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:48:20.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:12', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:42.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:14', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:51:45.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:23', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:55.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:26', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 10:58:57.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:34', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:08.0000000', N'admin', N'admin') GO GO -INSERT INTO [dbo].[t_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', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:36', N'admin', N'admin') +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:03:10.0000000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:43.0000000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:07:45.0000000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:12.0000000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 11:12:14.0000000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:23.0000000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:56:26.0000000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:34.0000000', N'admin', N'admin') +GO +GO +INSERT INTO [dbo].[t_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.0000000', N'8a8ab0b246dc81120146dc8181950052', N'admin', N'2015-06-05 16:59:36.0000000', N'admin', N'admin') GO GO @@ -31261,9 +31315,9 @@ CREATE TABLE [dbo].[t_s_notice] ( [notice_content] nvarchar(MAX) NULL , [notice_type] nvarchar(2) NULL , [notice_level] nvarchar(2) NULL , -[notice_term] datetime NULL , +[notice_term] datetime2(7) NULL , [create_user] nvarchar(32) NULL , -[create_time] datetime NULL +[create_time] datetime2(7) NULL ) @@ -31396,13 +31450,13 @@ GO -- ---------------------------- -- Records of t_s_notice -- ---------------------------- -INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ec5d97f106015d97f704500016', N'555', N'

5555

', N'2', N'1', N'2017-07-31 00:00:00', null, N'2017-07-31 17:25:34') +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880ec5d97f106015d97f704500016', N'555', N'

5555

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

111

', N'2', N'2', N'2017-03-27 00:00:00', null, N'2017-03-27 11:19:28') +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402880f25b0da07e015b0dc68e7b0051', N'111', N'

111

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

2222

', N'2', N'1', N'2017-04-22 00:00:00', null, N'2017-04-21 22:47:34') +INSERT INTO [dbo].[t_s_notice] ([id], [notice_title], [notice_content], [notice_type], [notice_level], [notice_term], [create_user], [create_time]) VALUES (N'402881855b90f0d5015b90fb8721000e', N'222', N'

2222

', N'2', N'1', N'2017-04-22 00:00:00.0000000', null, N'2017-04-21 22:47:34.0000000') GO GO @@ -31564,7 +31618,7 @@ CREATE TABLE [dbo].[t_s_notice_read_user] ( [user_id] nvarchar(32) NULL , [is_read] smallint NOT NULL , [del_flag] smallint NOT NULL , -[create_time] datetime NULL +[create_time] datetime2(7) NULL ) @@ -31669,61 +31723,61 @@ GO -- ---------------------------- -- Records of t_s_notice_read_user -- ---------------------------- -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f7046f0018', N'402880ec5d97f106015d97f704500016', N'402880e74d75c4dd014d75d44af30005', N'0', N'0', N'2017-07-31 17:25:34') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f7046f0018', N'402880ec5d97f106015d97f704500016', N'402880e74d75c4dd014d75d44af30005', N'0', N'0', N'2017-07-31 17:25:34.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f7048a0019', N'402880ec5d97f106015d97f704500016', N'402881875988e889015988ec36770001', N'0', N'0', N'2017-07-31 17:25:34') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f7048a0019', N'402880ec5d97f106015d97f704500016', N'402881875988e889015988ec36770001', N'0', N'0', N'2017-07-31 17:25:34.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f7049d001a', N'402880ec5d97f106015d97f704500016', N'4028ef81538330cd01538333b7bc0001', N'0', N'0', N'2017-07-31 17:25:34') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f7049d001a', N'402880ec5d97f106015d97f704500016', N'4028ef81538330cd01538333b7bc0001', N'0', N'0', N'2017-07-31 17:25:34.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704ae001b', N'402880ec5d97f106015d97f704500016', N'4028ef81563ae5be01563ae92d7f0002', N'0', N'0', N'2017-07-31 17:25:34') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704ae001b', N'402880ec5d97f106015d97f704500016', N'4028ef81563ae5be01563ae92d7f0002', N'0', N'0', N'2017-07-31 17:25:34.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704bf001c', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc8181950052', N'1', N'0', N'2017-07-31 17:25:34') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704bf001c', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc8181950052', N'1', N'0', N'2017-07-31 17:25:34.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704d0001d', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc81819d0053', N'0', N'0', N'2017-07-31 17:25:34') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704d0001d', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc81819d0053', N'0', N'0', N'2017-07-31 17:25:34.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704e0001e', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc8181a10054', N'0', N'0', N'2017-07-31 17:25:34') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704e0001e', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc8181a10054', N'0', N'0', N'2017-07-31 17:25:34.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704f1001f', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc8181a60055', N'0', N'0', N'2017-07-31 17:25:34') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880ec5d97f106015d97f704f1001f', N'402880ec5d97f106015d97f704500016', N'8a8ab0b246dc81120146dc8181a60055', N'0', N'0', N'2017-07-31 17:25:34.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880f25b0da07e015b0dc68e960055', N'402880f25b0da07e015b0dc68e7b0051', N'8a8ab0b246dc81120146dc8181a60055', N'0', N'0', N'2017-03-27 11:19:28') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880f25b0da07e015b0dc68e960055', N'402880f25b0da07e015b0dc68e7b0051', N'8a8ab0b246dc81120146dc8181a60055', N'0', N'0', N'2017-03-27 11:19:28.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880f25b0da07e015b0dc68ea30056', N'402880f25b0da07e015b0dc68e7b0051', N'8a8ab0b246dc81120146dc8181a10054', N'0', N'0', N'2017-03-27 11:19:28') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880f25b0da07e015b0dc68ea30056', N'402880f25b0da07e015b0dc68e7b0051', N'8a8ab0b246dc81120146dc8181a10054', N'0', N'0', N'2017-03-27 11:19:28.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880f25b0da07e015b0dc68eaf0057', N'402880f25b0da07e015b0dc68e7b0051', N'8a8ab0b246dc81120146dc8181950052', N'1', N'0', N'2017-03-27 11:19:28') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402880f25b0da07e015b0dc68eaf0057', N'402880f25b0da07e015b0dc68e7b0051', N'8a8ab0b246dc81120146dc8181950052', N'1', N'0', N'2017-03-27 11:19:28.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87470010', N'402881855b90f0d5015b90fb8721000e', N'402880e74d75c4dd014d75d44af30005', N'0', N'0', N'2017-04-21 22:47:34') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87470010', N'402881855b90f0d5015b90fb8721000e', N'402880e74d75c4dd014d75d44af30005', N'0', N'0', N'2017-04-21 22:47:34.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87560011', N'402881855b90f0d5015b90fb8721000e', N'402881875988e889015988ec36770001', N'0', N'0', N'2017-04-21 22:47:34') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87560011', N'402881855b90f0d5015b90fb8721000e', N'402881875988e889015988ec36770001', N'0', N'0', N'2017-04-21 22:47:34.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87640012', N'402881855b90f0d5015b90fb8721000e', N'4028ef81538330cd01538333b7bc0001', N'0', N'0', N'2017-04-21 22:47:35') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87640012', N'402881855b90f0d5015b90fb8721000e', N'4028ef81538330cd01538333b7bc0001', N'0', N'0', N'2017-04-21 22:47:35.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87750013', N'402881855b90f0d5015b90fb8721000e', N'4028ef81563ae5be01563ae92d7f0002', N'0', N'0', N'2017-04-21 22:47:35') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87750013', N'402881855b90f0d5015b90fb8721000e', N'4028ef81563ae5be01563ae92d7f0002', N'0', N'0', N'2017-04-21 22:47:35.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87840014', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc8181950052', N'1', N'0', N'2017-04-21 22:47:35') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87840014', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc8181950052', N'1', N'0', N'2017-04-21 22:47:35.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87920015', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc81819d0053', N'0', N'0', N'2017-04-21 22:47:35') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87920015', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc81819d0053', N'0', N'0', N'2017-04-21 22:47:35.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb879f0016', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc8181a10054', N'0', N'0', N'2017-04-21 22:47:35') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb879f0016', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc8181a10054', N'0', N'0', N'2017-04-21 22:47:35.0000000') GO GO -INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87ac0017', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc8181a60055', N'0', N'0', N'2017-04-21 22:47:35') +INSERT INTO [dbo].[t_s_notice_read_user] ([id], [notice_id], [user_id], [is_read], [del_flag], [create_time]) VALUES (N'402881855b90f0d5015b90fb87ac0017', N'402881855b90f0d5015b90fb8721000e', N'8a8ab0b246dc81120146dc8181a60055', N'0', N'0', N'2017-04-21 22:47:35.0000000') GO GO @@ -31745,18 +31799,6 @@ CREATE TABLE [dbo].[t_s_operation] ( ) -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: 8192 kB; (`iconid`) REFER `jeecg/t_s_icon`(`ID`); (`functionid`) RE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 8192 kB; (`iconid`) REFER `jeecg/t_s_icon`(`ID`); (`functionid`) RE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_operation' GO IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', 'SCHEMA', N'dbo', @@ -31970,7 +32012,7 @@ CREATE TABLE [dbo].[t_s_password_resetkey] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [username] nvarchar(100) NULL , [email] nvarchar(100) NULL , [is_reset] int NULL @@ -32066,13 +32108,13 @@ GO -- ---------------------------- -- Records of t_s_password_resetkey -- ---------------------------- -INSERT INTO [dbo].[t_s_password_resetkey] ([id], [create_name], [create_by], [create_date], [username], [email], [is_reset]) VALUES (N'4028318163a675250163a67588e70000', null, null, N'2018-05-28 19:15:10', N'admin', N'445654970@qq.com', N'0') +INSERT INTO [dbo].[t_s_password_resetkey] ([id], [create_name], [create_by], [create_date], [username], [email], [is_reset]) VALUES (N'4028318163a675250163a67588e70000', null, null, N'2018-05-28 19:15:10.0000000', N'admin', N'445654970@qq.com', N'0') GO GO -INSERT INTO [dbo].[t_s_password_resetkey] ([id], [create_name], [create_by], [create_date], [username], [email], [is_reset]) VALUES (N'402881f36395650a01639565de0f0000', null, null, N'2018-05-25 11:44:30', N'admin', N'445654970@qq.com', N'1') +INSERT INTO [dbo].[t_s_password_resetkey] ([id], [create_name], [create_by], [create_date], [username], [email], [is_reset]) VALUES (N'402881f36395650a01639565de0f0000', null, null, N'2018-05-25 11:44:30.0000000', N'admin', N'445654970@qq.com', N'1') GO GO -INSERT INTO [dbo].[t_s_password_resetkey] ([id], [create_name], [create_by], [create_date], [username], [email], [is_reset]) VALUES (N'4028838f63da83910163da8721880003', null, null, N'2018-06-07 21:54:39', N'admin', N'445654970@qq.com', N'0') +INSERT INTO [dbo].[t_s_password_resetkey] ([id], [create_name], [create_by], [create_date], [username], [email], [is_reset]) VALUES (N'4028838f63da83910163da8721880003', null, null, N'2018-06-07 21:54:39.0000000', N'admin', N'445654970@qq.com', N'0') GO GO @@ -42723,10 +42765,10 @@ CREATE TABLE [dbo].[t_s_role] ( [depart_ag_id] nvarchar(32) NULL , [role_type] nvarchar(2) NULL , [update_name] nvarchar(32) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(32) NULL , [create_name] nvarchar(32) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(32) NULL ) @@ -42890,25 +42932,25 @@ GO -- ---------------------------- -- Records of t_s_role -- ---------------------------- -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402880e74d75c4dd014d75d3c5f40001', N'demo', N'demo', null, N'0', N'绠$悊鍛', N'2017-03-01 21:54:06', N'admin', null, null, null) +INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402880e74d75c4dd014d75d3c5f40001', N'demo', N'demo', null, N'0', N'绠$悊鍛', N'2017-03-01 21:54:06.0000000', N'admin', null, null, null) GO GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881875b19f141015b19fb1d490019', N'dep_jingli', N'缁忕悊瑙掕壊', null, N'0', null, null, null, N'绠$悊鍛', N'2017-03-29 20:12:19', N'admin') +INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881875b19f141015b19fb1d490019', N'dep_jingli', N'缁忕悊瑙掕壊', null, N'0', null, null, null, N'绠$悊鍛', N'2017-03-29 20:12:19.0000000', N'admin') GO GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881f36381446901638178a8af0042', N'222', N'鍥界偓鐮斿彂', N'402881f4609299ad0160929bd4ac000c', N'1', N'寮犱唬娴', N'2018-07-05 13:26:15', N'scott', null, null, null) +INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881f36381446901638178a8af0042', N'222', N'鍥界偓鐮斿彂', N'402881f4609299ad0160929bd4ac000c', N'1', N'寮犱唬娴', N'2018-07-05 13:26:15.0000000', N'scott', null, null, null) GO GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881f3641ccf5601641cd30fa60055', N'sale2', N'閿鍞粡鐞嗚鑹2', N'402881f3641ccf5601641cd174e2002a', N'1', null, null, null, N'绠$悊鍛', N'2018-06-20 18:52:31', N'admin') +INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881f3641ccf5601641cd30fa60055', N'sale2', N'閿鍞粡鐞嗚鑹2', N'402881f3641ccf5601641cd174e2002a', N'1', null, null, null, N'绠$悊鍛', N'2018-06-20 18:52:31.0000000', N'admin') GO GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881f36468e19e016468e7f12a0003', N'gj_cw', N'鍥界偓璐㈠姟閮', N'402881f4609299ad0160929bd4ac000c', N'1', null, null, null, N'寮犱唬娴', N'2018-07-05 13:26:28', N'scott') +INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'402881f36468e19e016468e7f12a0003', N'gj_cw', N'鍥界偓璐㈠姟閮', N'402881f4609299ad0160929bd4ac000c', N'1', null, null, null, N'寮犱唬娴', N'2018-07-05 13:26:28.0000000', N'scott') GO GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'8a8ab0b246dc81120146dc8181870050', N'admin', N'绠$悊鍛', null, N'0', N'绠$悊鍛', N'2018-03-14 17:15:57', N'admin', null, null, null) +INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'8a8ab0b246dc81120146dc8181870050', N'admin', N'绠$悊鍛', null, N'0', N'绠$悊鍛', N'2018-03-14 17:15:57.0000000', N'admin', null, null, null) GO GO -INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'8a8ab0b246dc81120146dc81818b0051', N'manager', N'鏅氱敤鎴', null, N'0', N'绠$悊鍛', N'2016-05-29 17:42:19', N'admin', null, null, null) +INSERT INTO [dbo].[t_s_role] ([ID], [rolecode], [rolename], [depart_ag_id], [role_type], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by]) VALUES (N'8a8ab0b246dc81120146dc81818b0051', N'manager', N'鏅氱敤鎴', null, N'0', N'绠$悊鍛', N'2016-05-29 17:42:19.0000000', N'admin', null, null, null) GO GO @@ -42926,18 +42968,6 @@ CREATE TABLE [dbo].[t_s_role_function] ( ) -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: 8192 kB; (`roleid`) REFER `jeecg/t_s_role`(`ID`); (`functionid`) RE' -, @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: 8192 kB; (`roleid`) REFER `jeecg/t_s_role`(`ID`); (`functionid`) RE' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_function' GO IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', 'SCHEMA', N'dbo', @@ -43704,18 +43734,6 @@ CREATE TABLE [dbo].[t_s_role_user] ( ) -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: 8192 kB; (`userid`) REFER `jeecg/t_s_user`(`id`); (`roleid`) REFER ' -, @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: 8192 kB; (`userid`) REFER `jeecg/t_s_user`(`id`); (`roleid`) REFER ' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_role_user' GO IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', 'SCHEMA', N'dbo', @@ -43815,16 +43833,16 @@ 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 , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) 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 , +[es_sendtime] datetime2(7) NULL , [remark] nvarchar(500) NULL , [es_status] nvarchar(1) NULL , [is_read] smallint NOT NULL @@ -44060,35 +44078,35 @@ 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], [is_read]) VALUES (N'4028608164fda2230164fdcd7b42000d', N'绠$悊鍛', N'admin', N'2018-08-03 11:20:59', N'绠$悊鍛', N'admin', N'2018-08-03 11:21:05', N'鍌姙锛欻R瀹℃壒', N'3', N'绯荤粺', N'admin', N'admin锛屾偍濂斤紒
+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], [is_read]) VALUES (N'4028608164fda2230164fdcd7b42000d', N'绠$悊鍛', N'admin', N'2018-08-03 11:20:59.0000000', N'绠$悊鍛', N'admin', N'2018-08-03 11:21:05.0000000', N'鍌姙锛欻R瀹℃壒', N'3', N'绯荤粺', N'admin', N'admin锛屾偍濂斤紒
璇峰墠寰呭姙浠诲姟鍔炵悊浜嬮」锛丠R瀹℃壒
===========================
-姝ゆ秷鎭敱绯荤粺鍙戝嚭', N'2018-08-03 11:20:59', null, N'2', N'1') +姝ゆ秷鎭敱绯荤粺鍙戝嚭', N'2018-08-03 11:20:59.0000000', null, N'2', N'1') GO GO -INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status], [is_read]) VALUES (N'402880e74dc2f361014dc2f8411e0001', N'绠$悊鍛', N'admin', N'2015-06-05 17:05:59', N'绠$悊鍛', N'admin', N'2015-11-19 22:30:39', N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', N'2015-06-05 17:06:01', N'璁よ瘉澶辫触閿欒鐨勭敤鎴峰悕鎴栬呭瘑鐮', N'3', N'0') +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], [is_read]) VALUES (N'402880e74dc2f361014dc2f8411e0001', N'绠$悊鍛', N'admin', N'2015-06-05 17:05:59.0000000', N'绠$悊鍛', N'admin', N'2015-11-19 22:30:39.0000000', N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', N'2015-06-05 17:06:01.0000000', N'璁よ瘉澶辫触閿欒鐨勭敤鎴峰悕鎴栬呭瘑鐮', N'3', N'0') 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], [is_read]) VALUES (N'402880ea533647b00153364e74770001', N'绠$悊鍛', N'admin', N'2016-03-02 15:50:24', N'绠$悊鍛', N'admin', N'2018-07-05 19:53:01', N'鍙戜釜闂', N'3', N'admin', N'admin', N'浣犲ソ', N'2016-03-02 00:00:00', null, N'2', N'1') +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], [is_read]) VALUES (N'402880ea533647b00153364e74770001', N'绠$悊鍛', N'admin', N'2016-03-02 15:50:24.0000000', N'绠$悊鍛', N'admin', N'2018-07-05 19:53:01.0000000', N'鍙戜釜闂', N'3', N'admin', N'admin', N'浣犲ソ', N'2016-03-02 00:00:00.0000000', null, N'2', N'1') GO GO -INSERT INTO [dbo].[t_s_sms] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [es_title], [es_type], [es_sender], [es_receiver], [es_content], [es_sendtime], [remark], [es_status], [is_read]) VALUES (N'402880ee5a17e711015a17f3188e013f', N'绠$悊鍛', N'admin', N'2017-02-07 17:41:31', N'绠$悊鍛', N'admin', N'2017-03-10 11:37:05', N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', null, null, N'2', N'0') +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], [is_read]) VALUES (N'402880ee5a17e711015a17f3188e013f', N'绠$悊鍛', N'admin', N'2017-02-07 17:41:31.0000000', N'绠$悊鍛', N'admin', N'2017-03-10 11:37:05.0000000', N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', null, null, N'2', N'0') 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], [is_read]) VALUES (N'402880f05ab649b4015ab64b9cd80012', N'绠$悊鍛', N'admin', N'2017-03-10 11:38:13', N'绠$悊鍛', N'admin', N'2017-07-31 17:24:54', N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', N'2017-11-16 15:58:15', null, N'3', N'0') +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], [is_read]) VALUES (N'402880f05ab649b4015ab64b9cd80012', N'绠$悊鍛', N'admin', N'2017-03-10 11:38:13.0000000', N'绠$悊鍛', N'admin', N'2017-07-31 17:24:54.0000000', N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', N'2017-11-16 15:58:15.0000000', null, N'3', N'0') 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], [is_read]) VALUES (N'402880f05ab7b035015ab7c4462c0004', N'绠$悊鍛', N'admin', N'2017-03-10 18:29:37', null, null, null, N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', N'2017-11-16 15:58:15', null, N'3', N'0') +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], [is_read]) VALUES (N'402880f05ab7b035015ab7c4462c0004', N'绠$悊鍛', N'admin', N'2017-03-10 18:29:37.0000000', null, null, null, N'娑堟伅鎺ㄩ佹祴璇333', N'2', null, N'411944058@qq.com', N'寮犱笁浣犲ソ锛屼綘鐨勮鍗4028d881436d514601436d521ae80165宸蹭粯娆!', N'2017-11-16 15:58:15.0000000', null, N'3', N'0') 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], [is_read]) VALUES (N'402881f3646a472b01646a4a5af00001', N'绠$悊鍛', N'admin', N'2018-07-05 19:53:35', null, null, null, N'鍌姙锛欻R瀹℃壒', N'3', N'绯荤粺', N'admin', N'admin锛屾偍濂斤紒 +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], [is_read]) VALUES (N'402881f3646a472b01646a4a5af00001', N'绠$悊鍛', N'admin', N'2018-07-05 19:53:35.0000000', null, null, null, N'鍌姙锛欻R瀹℃壒', N'3', N'绯荤粺', N'admin', N'admin锛屾偍濂斤紒 璇峰墠寰呭姙浠诲姟鍔炵悊浜嬮」锛丠R瀹℃壒 =========================== -姝ゆ秷鎭敱绯荤粺鍙戝嚭', N'2018-07-05 19:53:35', null, N'2', N'0') +姝ゆ秷鎭敱绯荤粺鍙戝嚭', N'2018-07-05 19:53:35.0000000', null, N'2', N'0') GO GO @@ -44101,10 +44119,10 @@ 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_date] datetime2(7) NULL , [create_by] nvarchar(50) NULL , [create_name] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(50) NULL , [update_name] nvarchar(50) NULL ) @@ -44241,7 +44259,7 @@ 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', N'4028d881436d514601436d5215ac0043', N'admin', N'2017-03-10 11:37:19', N'admin', N'绠$悊鍛') +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.0000000', N'4028d881436d514601436d5215ac0043', N'admin', N'2017-03-10 11:37:19.0000000', N'admin', N'绠$悊鍛') GO GO @@ -44257,10 +44275,10 @@ CREATE TABLE [dbo].[t_s_sms_template] ( [template_name] nvarchar(50) NULL , [template_content] nvarchar(1000) NULL , [template_test_json] nvarchar(1000) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(50) NULL , [create_name] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(50) NULL , [update_name] nvarchar(50) NULL ) @@ -44447,10 +44465,10 @@ INSERT INTO [dbo].[t_s_sms_template] ([id], [template_type], [template_code], [t 姝ゆ秷鎭敱绯荤粺鍙戝嚭', N'{ "taskName":"HR瀹℃壒", "userName":"admin" -}', N'2018-07-05 14:46:18', N'admin', N'绠$悊鍛', N'2018-08-03 11:21:42', N'admin', N'绠$悊鍛') +}', N'2018-07-05 14:46:18.0000000', N'admin', N'绠$悊鍛', N'2018-08-03 11:21:42.0000000', N'admin', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_sms_template] ([id], [template_type], [template_code], [template_name], [template_content], [template_test_json], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a38701cff0005', N'1', null, N'鍏呭肩煭淇℃彁閱掓ā鏉', N'${name}浣犲ソ锛屼綘鐨勮鍗${order_code}宸蹭粯娆!', null, N'2014-12-11 16:21:19', N'4028d881436d514601436d5215ac0043', N'admin', N'2014-12-14 21:11:00', N'4028d881436d514601436d5215ac0043', N'admin') +INSERT INTO [dbo].[t_s_sms_template] ([id], [template_type], [template_code], [template_name], [template_content], [template_test_json], [create_date], [create_by], [create_name], [update_date], [update_by], [update_name]) VALUES (N'8a71b40e4a386269014a38701cff0005', N'1', null, N'鍏呭肩煭淇℃彁閱掓ā鏉', N'${name}浣犲ソ锛屼綘鐨勮鍗${order_code}宸蹭粯娆!', null, N'2014-12-11 16:21:19.0000000', N'4028d881436d514601436d5215ac0043', N'admin', N'2014-12-14 21:11:00.0000000', N'4028d881436d514601436d5215ac0043', N'admin') GO GO @@ -44465,10 +44483,10 @@ CREATE TABLE [dbo].[t_s_sms_template_sql] ( [name] nvarchar(32) NULL , [sql_id] nvarchar(32) NULL , [template_id] nvarchar(32) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(50) NULL , [create_name] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(50) NULL , [update_name] nvarchar(50) NULL ) @@ -44633,7 +44651,7 @@ 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', N'4028d881436d514601436d5215ac0043', N'admin', null, N'', N'') +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.0000000', N'4028d881436d514601436d5215ac0043', N'admin', null, N'', N'') GO GO @@ -44645,7 +44663,7 @@ GO CREATE TABLE [dbo].[t_s_timetask] ( [ID] nvarchar(32) NOT NULL , [CREATE_BY] nvarchar(32) NULL , -[CREATE_DATE] datetime NULL , +[CREATE_DATE] datetime2(7) NULL , [CREATE_NAME] nvarchar(32) NULL , [CRON_EXPRESSION] nvarchar(100) NOT NULL , [IS_EFFECT] nvarchar(1) NOT NULL , @@ -44656,7 +44674,7 @@ CREATE TABLE [dbo].[t_s_timetask] ( [RUN_SERVER_IP] nvarchar(15) NOT NULL , [RUN_SERVER] nvarchar(300) NOT NULL , [UPDATE_BY] nvarchar(32) NULL , -[UPDATE_DATE] datetime NULL , +[UPDATE_DATE] datetime2(7) NULL , [UPDATE_NAME] nvarchar(32) NULL ) @@ -44876,7 +44894,7 @@ GO -- ---------------------------- -- Records of t_s_timetask -- ---------------------------- -INSERT INTO [dbo].[t_s_timetask] ([ID], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [CRON_EXPRESSION], [IS_EFFECT], [IS_START], [TASK_DESCRIBE], [TASK_ID], [CLASS_NAME], [RUN_SERVER_IP], [RUN_SERVER], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME]) VALUES (N'402880e74c79dd47014c79de88f70001', N'admin', N'2015-04-02 19:22:49', N'绠$悊鍛', N'0 0/1 * * * ?', N'1', N'0', N'娑堟伅涓棿浠跺畾鏃朵换鍔', N'smsSendTaskCronTrigger', N'org.jeecgframework.web.system.sms.util.task.SmsSendTask', N'127.0.0.1', N'127.0.0.1:8080/jeecg', N'admin', N'2018-06-09 00:44:07', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_timetask] ([ID], [CREATE_BY], [CREATE_DATE], [CREATE_NAME], [CRON_EXPRESSION], [IS_EFFECT], [IS_START], [TASK_DESCRIBE], [TASK_ID], [CLASS_NAME], [RUN_SERVER_IP], [RUN_SERVER], [UPDATE_BY], [UPDATE_DATE], [UPDATE_NAME]) VALUES (N'402880e74c79dd47014c79de88f70001', N'admin', N'2015-04-02 19:22:49.0000000', N'绠$悊鍛', N'0 0/1 * * * ?', N'1', N'0', N'娑堟伅涓棿浠跺畾鏃朵换鍔', N'smsSendTaskCronTrigger', N'org.jeecgframework.web.system.sms.util.task.SmsSendTask', N'127.0.0.1', N'127.0.0.1:8080/jeecg', N'admin', N'2018-06-09 00:44:07.0000000', N'绠$悊鍛') GO GO @@ -44891,24 +44909,12 @@ CREATE TABLE [dbo].[t_s_type] ( [typename] nvarchar(50) NULL , [typepid] nvarchar(32) NULL , [typegroupid] nvarchar(32) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_name] nvarchar(36) NULL , [order_num] int 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: 8192 kB; (`typegroupid`) REFER `jeecg/t_s_typegroup`(`ID`); (`typep' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 8192 kB; (`typegroupid`) REFER `jeecg/t_s_typegroup`(`ID`); (`typep' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_type' GO IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', 'SCHEMA', N'dbo', @@ -45026,31 +45032,31 @@ GO -- ---------------------------- -- Records of t_s_type -- ---------------------------- -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e201047e95ee30147e9baab5c000b', N'1', N'common.company', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e201047e95ee30147e9baab5c000b', N'1', N'common.company', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e201047e95ee30147e9baef97000d', N'2', N'common.department', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e201047e95ee30147e9baef97000d', N'2', N'common.department', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e201047e95ee30147e9bb1210000f', N'3', N'common.position', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e201047e95ee30147e9bb1210000f', N'3', N'common.position', null, N'297e201047e95ee30147e9ba56ce0009', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e7ae160c514780160c52ac2160007', N'1', N'绯荤粺鐢ㄦ埛', null, N'297e7ae160c514780160c52a7d960005', N'2018-01-05 15:13:22', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e7ae160c514780160c52ac2160007', N'1', N'绯荤粺鐢ㄦ埛', null, N'297e7ae160c514780160c52a7d960005', N'2018-01-05 15:13:22.0000000', N'绠$悊鍛', null) GO GO INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e7ae160c514780160c52ae0f40009', N'2', N'鎺ュ彛鐢ㄦ埛', null, N'297e7ae160c514780160c52a7d960005', null, null, null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e7ae160c5883b0160c5908885000b', N'1', N'楂樼骇宸ョ▼甯', null, N'297e7ae160c536500160c57da86d0002', N'2018-01-05 17:04:32', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e7ae160c5883b0160c5908885000b', N'1', N'楂樼骇宸ョ▼甯', null, N'297e7ae160c536500160c57da86d0002', N'2018-01-05 17:04:32.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e7ae160c5883b0160c590a927000d', N'2', N'涓骇宸ョ▼甯', null, N'297e7ae160c536500160c57da86d0002', N'2018-01-05 17:04:40', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e7ae160c5883b0160c590a927000d', N'2', N'涓骇宸ョ▼甯', null, N'297e7ae160c536500160c57da86d0002', N'2018-01-05 17:04:40.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e7ae160c5883b0160c590c8fe000f', N'3', N'鍒濈骇宸ョ▼甯', null, N'297e7ae160c536500160c57da86d0002', N'2018-01-05 17:04:48', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297e7ae160c5883b0160c590c8fe000f', N'3', N'鍒濈骇宸ョ▼甯', null, N'297e7ae160c536500160c57da86d0002', N'2018-01-05 17:04:48.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020dc42730055', N'M', N'涓诲瓙琛', null, N'297edb626020600f016020db76e20053', N'2017-12-04 17:29:54', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020dc42730055', N'M', N'涓诲瓙琛', null, N'297edb626020600f016020db76e20053', N'2017-12-04 17:29:54.0000000', N'绠$悊鍛', null) GO GO INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020dc7fb70057', N'S', N'鍗曡〃', null, N'297edb626020600f016020db76e20053', null, null, null) @@ -45062,304 +45068,304 @@ GO INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020e2ea8f005e', N'N', N'鍚', null, N'297edb626020600f016020e214df005a', null, null, N'2') GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020e6d8970063', N'n', N'int绫诲瀷', null, N'297edb626020600f016020e673be0061', N'2017-12-04 17:41:28', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020e6d8970063', N'n', N'int绫诲瀷', null, N'297edb626020600f016020e673be0061', N'2017-12-04 17:41:28.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020e72aa30065', N'c', N'瀛楃涓茬被鍨', null, N'297edb626020600f016020e673be0061', N'2017-12-04 17:41:49', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020e72aa30065', N'c', N'瀛楃涓茬被鍨', null, N'297edb626020600f016020e673be0061', N'2017-12-04 17:41:49.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020e796f70067', N'd', N'鏃堕棿绫诲瀷', null, N'297edb626020600f016020e673be0061', N'2017-12-04 17:42:17', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020e796f70067', N'd', N'鏃堕棿绫诲瀷', null, N'297edb626020600f016020e673be0061', N'2017-12-04 17:42:17.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020e9df39006b', N'select', N'涓嬫媺妗', null, N'297edb626020600f016020e9561e0069', N'2017-12-04 17:44:46', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020e9df39006b', N'select', N'涓嬫媺妗', null, N'297edb626020600f016020e9561e0069', N'2017-12-04 17:44:46.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020ea2196006d', N'input', N'杈撳叆妗', null, N'297edb626020600f016020e9561e0069', N'2017-12-04 17:45:03', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020ea2196006d', N'input', N'杈撳叆妗', null, N'297edb626020600f016020e9561e0069', N'2017-12-04 17:45:03.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020eab7e0006f', N'popup', N'寮瑰嚭妗', null, N'297edb626020600f016020e9561e0069', N'2017-12-04 17:45:42', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020eab7e0006f', N'popup', N'寮瑰嚭妗', null, N'297edb626020600f016020e9561e0069', N'2017-12-04 17:45:42.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020ec39a90071', N'date', N'鏃ユ湡', null, N'297edb626020600f016020e9561e0069', N'2017-12-04 17:47:20', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020ec39a90071', N'date', N'鏃ユ湡', null, N'297edb626020600f016020e9561e0069', N'2017-12-04 17:47:20.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020edb8bc0073', N'datetime', N'鏃堕棿', null, N'297edb626020600f016020e9561e0069', N'2017-12-04 17:48:58', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'297edb626020600f016020edb8bc0073', N'datetime', N'鏃堕棿', null, N'297edb626020600f016020e9561e0069', N'2017-12-04 17:48:58.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'2c90ac564c9d1734014c9db1e025002d', N'Y', N'鏄', null, N'2c90ac564c9d1734014c9db1a167002b', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'2c90ac564c9d1734014c9db1e025002d', N'Y', N'鏄', null, N'2c90ac564c9d1734014c9db1a167002b', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'2c90ac564c9d1734014c9db20b0d002f', N'N', N'鍚', null, N'2c90ac564c9d1734014c9db1a167002b', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'2c90ac564c9d1734014c9db20b0d002f', N'N', N'鍚', null, N'2c90ac564c9d1734014c9db1a167002b', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'40284a815c1c18f7015c1c270f2b000c', N'1', N'鏄', null, N'40284a815c1c18f7015c1c26c0bc000a', N'2017-05-18 23:22:21', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'40284a815c1c18f7015c1c270f2b000c', N'1', N'鏄', null, N'40284a815c1c18f7015c1c26c0bc000a', N'2017-05-18 23:22:21.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'40284a815c1c18f7015c1c272ecf000e', N'0', N'鍚', null, N'40284a815c1c18f7015c1c26c0bc000a', N'2017-05-18 23:22:29', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'40284a815c1c18f7015c1c272ecf000e', N'0', N'鍚', null, N'40284a815c1c18f7015c1c26c0bc000a', N'2017-05-18 23:22:29.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028608164691b00016469289a040001', N'3', N'绯荤粺鎻愰啋妯℃澘', null, N'8a71b40e4a38319b014a3858fca40018', N'2018-07-05 14:37:05', N'绠$悊鍛', N'3') +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028608164691b00016469289a040001', N'3', N'绯荤粺鎻愰啋妯℃澘', null, N'8a71b40e4a38319b014a3858fca40018', N'2018-07-05 14:37:05.0000000', N'绠$悊鍛', N'3') GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402880884883eff4014884180bf80029', N'1', N'钄疯枃涓冩潙', null, N'402880884883eff401488415cbb60027', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402880884883eff4014884180bf80029', N'1', N'钄疯枃涓冩潙', null, N'402880884883eff401488415cbb60027', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402880cd4dbd4baa014dbd9c184f0003', N'WXTP', N'鍥剧墖', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402880cd4dbd4baa014dbd9c184f0003', N'WXTP', N'鍥剧墖', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402880ec5cc40078015cc41b28ce0005', N'bdfl_include', N'瀵煎叆琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e', N'2017-06-20 14:05:33', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402880ec5cc40078015cc41b28ce0005', N'bdfl_include', N'瀵煎叆琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e', N'2017-06-20 14:05:33.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028810260a209160160a21064a5000d', N'2', N'鎺ュ彛鐢ㄦ埛', null, N'402881ee5f9ed537015f9edb53b90003', N'2017-12-29 19:37:51', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028810260a209160160a21064a5000d', N'2', N'鎺ュ彛鐢ㄦ埛', null, N'402881ee5f9ed537015f9edb53b90003', N'2017-12-29 19:37:51.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881a151f1af7c0151f1bb1b520004', N'cigong', N'杈炲伐', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881a151f1af7c0151f1bb1b520004', N'cigong', N'杈炲伐', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881a151f1af7c0151f1bc55b10006', N'jicigong', N'鎬ヨ緸宸', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881a151f1af7c0151f1bc55b10006', N'jicigong', N'鎬ヨ緸宸', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881a151f1af7c0151f1bca0680008', N'citui', N'杈為', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881a151f1af7c0151f1bca0680008', N'citui', N'杈為', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881a151f1af7c0151f1bcbf62000a', N'kaichu', N'寮闄', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881a151f1af7c0151f1bcbf62000a', N'kaichu', N'寮闄', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881a151f1af7c0151f1bce839000c', N'zidonglizhi', N'鑷姩绂昏亴', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881a151f1af7c0151f1bce839000c', N'zidonglizhi', N'鑷姩绂昏亴', null, N'402881a151f1af7c0151f1b9d7f50002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e44df713f5014df73ef09a003d', N'table', N'form.db.type.table', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e44df713f5014df73ef09a003d', N'table', N'form.db.type.table', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e44df713f5014df73f1436003f', N'sql', N'form.db.type.sql', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e44df713f5014df73f1436003f', N'sql', N'form.db.type.sql', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e44df713f5014df73f3f830041', N'clazz', N'form.db.type.clazz', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e44df713f5014df73f3f830041', N'clazz', N'form.db.type.clazz', null, N'402881e44df713f5014df738349c002f', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e54dcb624a014dcbf65e5a0010', N'bdfl_ptbd', N'鏅氳〃鍗', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e54dcb624a014dcbf65e5a0010', N'bdfl_ptbd', N'鏅氳〃鍗', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e54dcb624a014dcbf6a4620012', N'bdfl_fzbd', N'澶嶆潅琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e54dcb624a014dcbf6a4620012', N'bdfl_fzbd', N'澶嶆潅琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e54dce16ba014dce17990c0001', N'bdfl_vipbd', N'VIP琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e54dce16ba014dce17990c0001', N'bdfl_vipbd', N'VIP琛ㄥ崟', null, N'402881e54dcb624a014dcbf4912b000e', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af683bd930006', N'text', N'鍗曡鏂囨湰杈撳叆妗', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:55:13', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af683bd930006', N'text', N'鍗曡鏂囨湰杈撳叆妗', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:55:13.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af683f8910008', N'textarea', N'澶氳鏂囨湰杈撳叆妗', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:55:28', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af683f8910008', N'textarea', N'澶氳鏂囨湰杈撳叆妗', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:55:28.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af6866f2f000a', N'select', N'涓嬫媺鑿滃崟', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:58:10', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af6866f2f000a', N'select', N'涓嬫媺鑿滃崟', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:58:10.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af686a8ca000c', N'radios', N'鍗曢夋', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:58:25', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af686a8ca000c', N'radios', N'鍗曢夋', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:58:25.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af686eb55000e', N'checkboxs', N'澶嶉夋', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:58:42', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af686eb55000e', N'checkboxs', N'澶嶉夋', null, N'402881e55af64f07015af68356550004', N'2017-03-22 22:58:42.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af689cf09001a', N'button', N'Button鎸夐挳鎺т欢', null, N'402881e55af64f07015af68356550004', N'2017-03-22 23:01:51', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55af64f07015af689cf09001a', N'button', N'Button鎸夐挳鎺т欢', null, N'402881e55af64f07015af68356550004', N'2017-03-22 23:01:51.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55b05c578015b060cbe480009', N'timeText', N'鏃堕棿鎺т欢绮剧‘绉', null, N'402881e55af64f07015af68356550004', N'2017-03-25 23:19:10', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55b05c578015b060cbe480009', N'timeText', N'鏃堕棿鎺т欢绮剧‘绉', null, N'402881e55af64f07015af68356550004', N'2017-03-25 23:19:10.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55b05c578015b060d087f000b', N'dateText', N'鏃堕棿鎺т欢绮剧‘澶', null, N'402881e55af64f07015af68356550004', N'2017-03-25 23:19:29', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e55b05c578015b060d087f000b', N'dateText', N'鏃堕棿鎺т欢绮剧‘澶', null, N'402881e55af64f07015af68356550004', N'2017-03-25 23:19:29.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e64ca6fd1b014ca7052d930006', N'spline', N'鏇茬嚎鍥', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e64ca6fd1b014ca7052d930006', N'spline', N'鏇茬嚎鍥', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e64ca6fd1b014ca705b2b40008', N'column', N'鏌辩姸鍥', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e64ca6fd1b014ca705b2b40008', N'column', N'鏌辩姸鍥', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e64ca6fd1b014ca7061fb7000a', N'pie', N'楗煎浘', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e64ca6fd1b014ca7061fb7000a', N'pie', N'楗煎浘', null, N'402881e64ca6fd1b014ca7044c370004', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e946e71f5f0146e736c4e80008', N'en', N'common.english', null, N'402881e946e71f5f0146e73619bb0002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e946e71f5f0146e736c4e80008', N'en', N'common.english', null, N'402881e946e71f5f0146e73619bb0002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e946e71f5f0146e740dcad0012', N'zh-cn', N'common.chinese', null, N'402881e946e71f5f0146e73619bb0002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881e946e71f5f0146e740dcad0012', N'zh-cn', N'common.chinese', null, N'402881e946e71f5f0146e73619bb0002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881ee60dea94b0160def83a810001', N'only', N'鍞竴鏍¢獙', null, N'4028838850c35b6a0150c37251e00002', N'2018-01-10 15:28:18', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881ee60dea94b0160def83a810001', N'only', N'鍞竴鏍¢獙', null, N'4028838850c35b6a0150c37251e00002', N'2018-01-10 15:28:18.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881f364410ef3016441223d6f0004', N'11', N'111', null, null, N'2018-06-27 20:05:20', N'绠$悊鍛', N'11') +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881f364410ef3016441223d6f0004', N'11', N'111', null, null, N'2018-06-27 20:05:20.0000000', N'绠$悊鍛', N'11') GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881fc60a11e1e0160a1275ae80001', N'1', N'绯荤粺鐢ㄦ埛', null, N'402881ee5f9ed537015f9edb53b90003', N'2017-12-29 15:23:19', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402881fc60a11e1e0160a1275ae80001', N'1', N'绯荤粺鐢ㄦ埛', null, N'402881ee5f9ed537015f9edb53b90003', N'2017-12-29 15:23:19.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850c35b6a0150c372e3b10005', N'*', N'闈炵┖', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850c35b6a0150c372e3b10005', N'*', N'闈炵┖', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850c35b6a0150c3abef800019', N'n', N'鏁板瓧', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850c35b6a0150c3abef800019', N'n', N'鏁板瓧', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850c35b6a0150c3ac17f9001b', N's', N'瀛楁瘝', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850c35b6a0150c3ac17f9001b', N's', N'瀛楁瘝', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d267a61e0001', N'p', N'閭斂缂栫爜', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d267a61e0001', N'p', N'閭斂缂栫爜', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d267d5c10003', N'm', N'鎵嬫満鍙风爜', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d267d5c10003', N'm', N'鎵嬫満鍙风爜', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d26812d40005', N'e', N'鐢靛瓙閭欢', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d26812d40005', N'e', N'鐢靛瓙閭欢', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d26850210007', N'url', N'缃戝潃', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d26850210007', N'url', N'缃戝潃', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d268ae510009', N'*6-16', N'6鍒16浣嶄换鎰忓瓧绗', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d268ae510009', N'*6-16', N'6鍒16浣嶄换鎰忓瓧绗', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d268e229000b', N'n6-16', N'6鍒16浣嶆暟瀛', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d268e229000b', N'n6-16', N'6鍒16浣嶆暟瀛', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d26912e2000d', N's6-18', N'6鍒18浣嶅瓧绗︿覆', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028838850d2666a0150d26912e2000d', N's6-18', N'6鍒18浣嶅瓧绗︿覆', null, N'4028838850c35b6a0150c37251e00002', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402889f647f797e30147f79ec3760005', N'1', N'寰呮彁浜', null, N'402889f647f797e30147f79e7ca60003', N'2017-02-23 15:17:53', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402889f647f797e30147f79ec3760005', N'1', N'寰呮彁浜', null, N'402889f647f797e30147f79e7ca60003', N'2017-02-23 15:17:53.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402889f647f797e30147f79f28de0007', N'2', N'澶勭悊涓', null, N'402889f647f797e30147f79e7ca60003', N'2017-02-23 15:17:53', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402889f647f797e30147f79f28de0007', N'2', N'澶勭悊涓', null, N'402889f647f797e30147f79e7ca60003', N'2017-02-23 15:17:53.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402889f647f797e30147f79fa724000b', N'3', N'宸插畬鎴', null, N'402889f647f797e30147f79e7ca60003', N'2017-02-23 15:17:53', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'402889f647f797e30147f79fa724000b', N'3', N'宸插畬鎴', null, N'402889f647f797e30147f79e7ca60003', N'2017-02-23 15:17:53.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028a9815c8cf888015c8d00af2b0002', N'd', N'閲戦', null, N'4028838850c35b6a0150c37251e00002', N'2017-06-09 21:17:31', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028a9815c8cf888015c8d00af2b0002', N'd', N'閲戦', null, N'4028838850c35b6a0150c37251e00002', N'2017-06-09 21:17:31.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533adf65370003', N'Pie2D', N'2D楗煎浘', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533adf65370003', N'Pie2D', N'2D楗煎浘', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae0363d0005', N'Pie3D', N'3D楗煎浘', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae0363d0005', N'Pie3D', N'3D楗煎浘', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae2d2a50007', N'Column2D', N'2D鏌辩姸鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae2d2a50007', N'Column2D', N'2D鏌辩姸鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae305340009', N'Column3D', N'3D鏌辩姸鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae305340009', N'Column3D', N'3D鏌辩姸鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae45759000b', N'Bar2D', N'鏉$姸鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae45759000b', N'Bar2D', N'鏉$姸鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae4c6de000d', N'Area2D', N'闈㈢Н鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae4c6de000d', N'Area2D', N'闈㈢Н鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae50a67000f', N'LineBasic2D', N'鎶樼嚎鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028b881533ac16a01533ae50a67000f', N'LineBasic2D', N'鎶樼嚎鍥', null, N'4028b881533ac16a01533adb50460001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028ef8154753f2601547546bb620007', N'1', N'鍗曢', null, N'4028ef8154753f2601547546249f0005', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028ef8154753f2601547546bb620007', N'1', N'鍗曢', null, N'4028ef8154753f2601547546249f0005', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028ef8154753f2601547546d3d60009', N'2', N'澶氶', null, N'4028ef8154753f2601547546249f0005', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028ef8154753f2601547546d3d60009', N'2', N'澶氶', null, N'4028ef8154753f2601547546249f0005', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028f6815dcbc85f015dcbd4ea110001', N'USE_SQL_RULES', N'鑷畾涔塖QL琛ㄨ揪寮', null, N'f852d85d47ed64a40147ed70894c0003', N'2017-08-10 19:08:34', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'4028f6815dcbc85f015dcbd4ea110001', N'USE_SQL_RULES', N'鑷畾涔塖QL琛ㄨ揪寮', null, N'f852d85d47ed64a40147ed70894c0003', N'2017-08-10 19:08:34.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a1c7ee54e3e2ca9014e3e520bdc0010', N'spring', N'java.enhance.type.spring', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a1c7ee54e3e2ca9014e3e520bdc0010', N'spring', N'java.enhance.type.spring', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a1c7ee54e3e2ca9014e3e524b560012', N'class', N'java.enhance.type.class', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a1c7ee54e3e2ca9014e3e524b560012', N'class', N'java.enhance.type.class', null, N'8a1c7ee54e3e2ca9014e3e4b78f90009', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a3859a2c1001a', N'1', N'common.smsAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a3859a2c1001a', N'1', N'common.smsAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a385a01d1001c', N'2', N'common.emailAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a385a01d1001c', N'2', N'common.emailAlertsModel', null, N'8a71b40e4a38319b014a3858fca40018', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a385d30300020', N'1', N'common.smsAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a385d30300020', N'1', N'common.smsAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a385d86c30022', N'2', N'common.emailAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a385d86c30022', N'2', N'common.emailAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a385dc1370024', N'3', N'common.sysAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a385dc1370024', N'3', N'common.sysAlerts', null, N'8a71b40e4a38319b014a385cb115001e', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a3860603f0028', N'1', N'common.didNotSend', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a3860603f0028', N'1', N'common.didNotSend', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a38608d98002a', N'2', N'common.sendSuccess', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a38608d98002a', N'2', N'common.sendSuccess', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a3860b181002c', N'3', N'common.failToSend', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a71b40e4a38319b014a3860b181002c', N'3', N'common.failToSend', null, N'8a71b40e4a38319b014a386022bd0026', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8181f30060', N'2', N'menu.icon', null, N'8a8ab0b246dc81120146dc8181aa0056', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8181f30060', N'2', N'menu.icon', null, N'8a8ab0b246dc81120146dc8181aa0056', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8181f70061', N'1', N'system.icon', null, N'8a8ab0b246dc81120146dc8181aa0056', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8181f70061', N'1', N'system.icon', null, N'8a8ab0b246dc81120146dc8181aa0056', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8181fa0062', N'files', N'common.attachment', null, N'8a8ab0b246dc81120146dc8181ca005e', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8181fa0062', N'files', N'common.attachment', null, N'8a8ab0b246dc81120146dc8181ca005e', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8181fe0063', N'1', N'lang.excellent.order', null, N'8a8ab0b246dc81120146dc8181b10057', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8181fe0063', N'1', N'lang.excellent.order', null, N'8a8ab0b246dc81120146dc8181b10057', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182010064', N'2', N'lang.normal.order', null, N'8a8ab0b246dc81120146dc8181b10057', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182010064', N'2', N'lang.normal.order', null, N'8a8ab0b246dc81120146dc8181b10057', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182050065', N'1', N'lang.contract.customer', null, N'8a8ab0b246dc81120146dc8181b50058', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182050065', N'1', N'lang.contract.customer', null, N'8a8ab0b246dc81120146dc8181b50058', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182080066', N'2', N'lang.normal.customer', null, N'8a8ab0b246dc81120146dc8181b50058', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182080066', N'2', N'lang.normal.customer', null, N'8a8ab0b246dc81120146dc8181b50058', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81820b0067', N'1', N'lang.special.servcie', null, N'8a8ab0b246dc81120146dc8181b90059', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81820b0067', N'1', N'lang.special.servcie', null, N'8a8ab0b246dc81120146dc8181b90059', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182100068', N'2', N'lang.normal.service', null, N'8a8ab0b246dc81120146dc8181b90059', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182100068', N'2', N'lang.normal.service', null, N'8a8ab0b246dc81120146dc8181b90059', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182130069', N'single', N'common.single.condition.query', null, N'8a8ab0b246dc81120146dc8181bc005a', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182130069', N'single', N'common.single.condition.query', null, N'8a8ab0b246dc81120146dc8181bc005a', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc818216006a', N'group', N'common.scope.query', null, N'8a8ab0b246dc81120146dc8181bc005a', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc818216006a', N'group', N'common.scope.query', null, N'8a8ab0b246dc81120146dc8181bc005a', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81821a006b', N'Y', N'common.yes', null, N'8a8ab0b246dc81120146dc8181c0005b', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81821a006b', N'Y', N'common.yes', null, N'8a8ab0b246dc81120146dc8181c0005b', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81821d006c', N'N', N'common.no', null, N'8a8ab0b246dc81120146dc8181c0005b', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81821d006c', N'N', N'common.no', null, N'8a8ab0b246dc81120146dc8181c0005b', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc818221006d', N'Integer', N'common.db.integer', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc818221006d', N'Integer', N'common.db.integer', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc818224006e', N'Date', N'common.db.date', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc818224006e', N'Date', N'common.db.date', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc818227006f', N'String', N'common.db.string', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc818227006f', N'String', N'common.db.string', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81822b0070', N'Long', N'common.db.long', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81822b0070', N'Long', N'common.db.long', null, N'8a8ab0b246dc81120146dc8181c3005c', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81822f0071', N'act', N'common.workflow.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81822f0071', N'act', N'common.workflow.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182320072', N't_s', N'common.system.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182320072', N't_s', N'common.system.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182350073', N't_b', N'common.business.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182350073', N't_b', N'common.business.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182390074', N't_p', N'common.customer.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182390074', N't_p', N'common.customer.engine.table', null, N'8a8ab0b246dc81120146dc8181c6005d', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81823c0075', N'news', N'common.news', null, N'8a8ab0b246dc81120146dc8181ca005e', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc81823c0075', N'news', N'common.news', null, N'8a8ab0b246dc81120146dc8181ca005e', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182400076', N'0', N'common.male', null, N'8a8ab0b246dc81120146dc8181cd005f', null, null, N'2') @@ -45368,82 +45374,82 @@ GO INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0b246dc81120146dc8182430077', N'1', N'common.female', null, N'8a8ab0b246dc81120146dc8181cd005f', null, null, N'1') GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0ba487c527201487c7863ec001b', N'oracle', N'common.oracle', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0ba487c527201487c7863ec001b', N'oracle', N'common.oracle', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0ba487c527201487c78aefc001d', N'sqlserver2008', N'common.sqlserver2008', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0ba487c527201487c78aefc001d', N'sqlserver2008', N'common.sqlserver2008', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0ba487c527201487c78fbb5001f', N'mysql', N'common.mysql', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'8a8ab0ba487c527201487c78fbb5001f', N'mysql', N'common.mysql', null, N'8a8ab0ba487c527201487c7732790019', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed71f6b40005', N'>', N'澶т簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed71f6b40005', N'>', N'澶т簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed72a9dc0007', N'>=', N'澶т簬绛変簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed72a9dc0007', N'>=', N'澶т簬绛変簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed750e1c0009', N'<', N'灏忎簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed750e1c0009', N'<', N'灏忎簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed753b6f000b', N'<=', N'灏忎簬绛変簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed753b6f000b', N'<=', N'灏忎簬绛変簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed75afe5000d', N'=', N'绛変簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed75afe5000d', N'=', N'绛変簬', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed75ed62000f', N'IN', N'鍖呭惈', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed75ed62000f', N'IN', N'鍖呭惈', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed7638b20011', N'LIKE', N'妯$硦', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed7638b20011', N'LIKE', N'妯$硦', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed767c240013', N'!=', N'涓嶇瓑浜', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'f852d85d47ed64a40147ed767c240013', N'!=', N'涓嶇瓑浜', null, N'f852d85d47ed64a40147ed70894c0003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b0e0b80003', N'hour', N'灏忔椂', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b0e0b80003', N'hour', N'灏忔椂', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b1609d0006', N'day', N'澶', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b1609d0006', N'day', N'澶', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b283a10008', N'perday', N'澶/浜', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b283a10008', N'perday', N'澶/浜', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b29550000a', N'permoney', N'鍏/浜', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b29550000a', N'permoney', N'鍏/浜', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b2a6e5000c', N'money', N'鍏', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b2a6e5000c', N'money', N'鍏', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b2bab4000e', N'age', N'宀', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b2bab4000e', N'age', N'宀', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b2c9ce0010', N'class', N'璇炬椂', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'ff80808151399d0d015139b2c9ce0010', N'class', N'璇炬椂', null, N'4028ab8c5134f1ed0151350f08d90003', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000001', N'WXGZYD', N'鍏虫敞寮曞', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000001', N'WXGZYD', N'鍏虫敞寮曞', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000002', N'WXNRQ', N'鍐呭鍖', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000002', N'WXNRQ', N'鍐呭鍖', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000003', N'WXYWYD', N'鍘熸枃寮曞', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000003', N'WXYWYD', N'鍘熸枃寮曞', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000004', N'WXBT', N'鏍囬', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000004', N'WXBT', N'鏍囬', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000005', N'WXFGX', N'鍒嗛殧绾', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000005', N'WXFGX', N'鍒嗛殧绾', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000006', N'WXHTZH', N'浜掓帹璐﹀彿', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000006', N'WXHTZH', N'浜掓帹璐﹀彿', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000007', N'WXQT', N'鍏朵粬', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000007', N'WXQT', N'鍏朵粬', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO -INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000008', N'WXWDYS', N'鎴戠殑鏍峰紡', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12', N'绠$悊鍛', null) +INSERT INTO [dbo].[t_s_type] ([ID], [typecode], [typename], [typepid], [typegroupid], [create_date], [create_name], [order_num]) VALUES (N'jglongjbtstype201506041030000008', N'WXWDYS', N'鎴戠殑鏍峰紡', null, N'jglongjbtstypegourp2015060400001', N'2016-09-04 22:19:12.0000000', N'绠$悊鍛', null) GO GO @@ -45456,7 +45462,7 @@ CREATE TABLE [dbo].[t_s_typegroup] ( [ID] nvarchar(32) NOT NULL , [typegroupcode] nvarchar(50) NULL , [typegroupname] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_name] nvarchar(36) NULL ) @@ -45536,124 +45542,124 @@ 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', N'绠$悊鍛') +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.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297e7ae160c514780160c52a7d960005', N'user_type', N'鐢ㄦ埛绫诲瀷', N'2018-01-05 15:13:04', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297e7ae160c514780160c52a7d960005', N'user_type', N'鐢ㄦ埛绫诲瀷', N'2018-01-05 15:13:04.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297e7ae160c536500160c57da86d0002', N'job_level', N'鑱屽姟绾у埆', N'2018-01-05 16:43:55', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297e7ae160c536500160c57da86d0002', N'job_level', N'鑱屽姟绾у埆', N'2018-01-05 16:43:55.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297edb626020600f016020db76e20053', N'sel_type', N'鏌ヨ绫诲瀷', N'2017-12-04 17:29:02', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297edb626020600f016020db76e20053', N'sel_type', N'鏌ヨ绫诲瀷', N'2017-12-04 17:29:02.0000000', N'绠$悊鍛') GO GO INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297edb626020600f016020e214df005a', N'is_main', N'鏄惁涓昏〃', null, null) GO GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297edb626020600f016020e673be0061', N'field_type', N'瀛楁绫诲瀷', N'2017-12-04 17:41:02', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297edb626020600f016020e673be0061', N'field_type', N'瀛楁绫诲瀷', N'2017-12-04 17:41:02.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297edb626020600f016020e9561e0069', N's_type', N'鎺т欢绫诲瀷', N'2017-12-04 17:44:11', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'297edb626020600f016020e9561e0069', N's_type', N'鎺т欢绫诲瀷', N'2017-12-04 17:44:11.0000000', 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', N'绠$悊鍛') +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.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'40284a815c1c18f7015c1c26c0bc000a', N'dev_flag', N'寮鍙戞潈闄', N'2017-05-18 23:22:01', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'40284a815c1c18f7015c1c26c0bc000a', N'dev_flag', N'寮鍙戞潈闄', N'2017-05-18 23:22:01.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e55af64f07015af68356550004', N'widgetType', N'鎺т欢绫诲瀷', N'2017-03-22 22:54:47', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881e55af64f07015af68356550004', N'widgetType', N'鎺т欢绫诲瀷', N'2017-03-22 22:54:47.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', N'绠$悊鍛') GO GO INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402881ee5f9ed537015f9edb53b90003', N'pms_usertype', N'鐢ㄦ埛绫诲瀷', null, null) 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', N'绠$悊鍛') +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.0000000', N'绠$悊鍛') GO GO -INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402889f647f797e30147f79e7ca60003', N'bpm_status', N'涓氬姟BPM娴佽浆鐘舵', N'2017-02-23 15:17:53', N'绠$悊鍛') +INSERT INTO [dbo].[t_s_typegroup] ([ID], [typegroupcode], [typegroupname], [create_date], [create_name]) VALUES (N'402889f647f797e30147f79e7ca60003', N'bpm_status', N'涓氬姟BPM娴佽浆鐘舵', N'2017-02-23 15:17:53.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', 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', N'绠$悊鍛') +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.0000000', N'绠$悊鍛') GO GO @@ -45669,10 +45675,10 @@ CREATE TABLE [dbo].[t_s_user] ( [officePhone] nvarchar(20) NULL , [signatureFile] nvarchar(100) NULL , [update_name] nvarchar(32) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [update_by] nvarchar(32) NULL , [create_name] nvarchar(32) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [create_by] nvarchar(32) NULL , [portrait] nvarchar(100) NULL , [imsign] nvarchar(255) NULL , @@ -45689,18 +45695,6 @@ CREATE TABLE [dbo].[t_s_user] ( ) -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: 8192 kB; (`id`) REFER `jeecg/t_s_base_user`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' -ELSE -EXEC sp_addextendedproperty @name = N'MS_Description', @value = N'InnoDB free: 8192 kB; (`id`) REFER `jeecg/t_s_base_user`(`ID`)' -, @level0type = 'SCHEMA', @level0name = N'dbo' -, @level1type = 'TABLE', @level1name = N't_s_user' GO IF ((SELECT COUNT(*) from fn_listextendedproperty('MS_Description', 'SCHEMA', N'dbo', @@ -46000,13 +45994,13 @@ GO -- ---------------------------- -- Records of t_s_user -- ---------------------------- -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'4028318163a6865d0163a68bef49000a', null, N'', null, null, N'绠$悊鍛', N'2018-06-27 19:18:42', N'admin', N'绠$悊鍛', N'2018-05-28 19:39:38', N'admin', null, null, N'0', N'2', null, null, null, null, null, null, null, N'') +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'4028318163a6865d0163a68bef49000a', null, N'', null, null, N'绠$悊鍛', N'2018-06-27 19:18:42.0000000', N'admin', N'绠$悊鍛', N'2018-05-28 19:39:38.0000000', N'admin', null, null, N'0', N'2', null, null, null, null, null, null, null, N'') GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402880e74d75c4dd014d75d44af30005', N'1273869000@qq.com', N'', N'', null, N'绠$悊鍛', N'2018-01-29 21:58:28', N'admin', N'绠$悊鍛', N'2015-05-21 17:35:56', N'admin', N'20170502\4afbfbedab64034f9015f1bca8c379310b551dab.jpg', null, N'0', N'1', null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402880e74d75c4dd014d75d44af30005', N'1273869000@qq.com', N'', N'', null, N'绠$悊鍛', N'2018-01-29 21:58:28.0000000', N'admin', N'绠$悊鍛', N'2015-05-21 17:35:56.0000000', N'admin', N'20170502\4afbfbedab64034f9015f1bca8c379310b551dab.jpg', null, N'0', N'1', null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402881875988e889015988ec36770001', N'', N'', N'', null, N'绠$悊鍛', N'2017-01-10 23:08:33', N'admin', N'绠$悊鍛', N'2017-01-10 23:08:18', N'admin', null, null, N'0', N'1', null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402881875988e889015988ec36770001', N'', N'', N'', null, N'绠$悊鍛', N'2017-01-10 23:08:33.0000000', N'admin', N'绠$悊鍛', N'2017-01-10 23:08:18.0000000', N'admin', null, null, N'0', N'1', null, null, null, null, null, null, null, null) GO GO INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402881e75f159dc3015f15a76fa80004', null, null, null, null, null, null, null, null, null, null, null, null, N'1', N'1', null, null, null, null, null, null, null, null) @@ -46018,34 +46012,34 @@ GO INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402881e75f15a91c015f15aa5bb50001', null, null, null, null, null, null, null, null, null, null, null, null, N'1', N'1', null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402881f3639157630163915af2100006', null, N'', null, null, N'绠$悊鍛', N'2018-05-28 19:39:27', N'admin', N'绠$悊鍛', N'2018-05-24 16:54:06', N'admin', null, null, N'0', N'2', null, null, null, null, null, null, null, N'') +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402881f3639157630163915af2100006', null, N'', null, null, N'绠$悊鍛', N'2018-05-28 19:39:27.0000000', N'admin', N'绠$悊鍛', N'2018-05-24 16:54:06.0000000', N'admin', null, null, N'0', N'2', null, null, null, null, null, null, null, N'') GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402881f36468e19e016468e950350012', N'11@qq.com', N'', N'', null, N'绠$悊鍛', N'2018-07-05 15:07:07', N'admin', N'绠$悊鍛', N'2018-07-05 13:27:58', N'admin', null, null, N'0', N'1', null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402881f36468e19e016468e950350012', N'11@qq.com', N'', N'', null, N'绠$悊鍛', N'2018-07-05 15:07:07.0000000', N'admin', N'绠$悊鍛', N'2018-07-05 13:27:58.0000000', N'admin', null, null, N'0', N'1', null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402881fc60a1cbe40160a1f080620011', N'13552579746@163.com', N'13552579746', N'', null, null, null, null, N'绠$悊鍛', N'2017-12-29 19:03:01', N'admin', null, null, N'0', N'2', N'1', N'0', N'', N'', N'', N'', N'', N'') +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'402881fc60a1cbe40160a1f080620011', N'13552579746@163.com', N'13552579746', N'', null, null, null, null, N'绠$悊鍛', N'2017-12-29 19:03:01.0000000', N'admin', null, null, N'0', N'2', N'1', N'0', N'', N'', N'', N'', N'', N'') GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'4028ef81538330cd01538333b7bc0001', N'lisi@163.com', N'13426432329', N'991', null, N'绠$悊鍛', N'2018-05-15 16:49:08', N'admin', N'绠$悊鍛', N'2016-03-17 14:11:58', N'admin', null, null, N'0', N'1', null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'4028ef81538330cd01538333b7bc0001', N'lisi@163.com', N'13426432329', N'991', null, N'绠$悊鍛', N'2018-05-15 16:49:08.0000000', N'admin', N'绠$悊鍛', N'2016-03-17 14:11:58.0000000', N'admin', null, null, N'0', N'1', null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'4028ef81563ae5be01563ae92d7f0002', N'', N'', N'', null, N'绠$悊鍛', N'2016-07-30 16:26:20', N'admin', N'绠$悊鍛', N'2016-07-30 16:26:15', N'admin', null, null, N'0', N'1', null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'4028ef81563ae5be01563ae92d7f0002', N'', N'', N'', null, N'绠$悊鍛', N'2016-07-30 16:26:20.0000000', N'admin', N'绠$悊鍛', N'2016-07-30 16:26:15.0000000', N'admin', null, null, N'0', N'1', null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'8a8ab0b246dc81120146dc8181950052', N'445654970@qq.com', N'', N'', N'images/renfang/qm/licf.gif', N'绠$悊鍛', N'2018-07-15 11:39:38', N'admin', null, N'2016-07-20 16:26:15', null, N'upload\files\20180715\qq_1531625977907.jpg', N'杩欏浼欏緢浣犲ソ66', N'1', N'1', null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'8a8ab0b246dc81120146dc8181950052', N'445654970@qq.com', N'', N'', N'images/renfang/qm/licf.gif', N'绠$悊鍛', N'2018-07-15 11:39:38.0000000', N'admin', null, N'2016-07-20 16:26:15.0000000', null, N'upload\files\20180715\qq_1531625977907.jpg', N'杩欏浼欏緢浣犲ソ66', N'1', N'1', null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'8a8ab0b246dc81120146dc81819d0053', N'zhangdaiscott@163.com', N'13426430000', N'74966612', null, N'绠$悊鍛', N'2018-08-03 11:35:22', N'admin', null, N'2016-03-17 14:11:58', null, null, null, N'1', N'1', null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'8a8ab0b246dc81120146dc81819d0053', N'zhangdaiscott@163.com', N'13426430000', N'74966612', null, N'绠$悊鍛', N'2018-08-03 11:35:22.0000000', N'admin', null, N'2016-03-17 14:11:58.0000000', null, null, null, N'1', N'1', null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'8a8ab0b246dc81120146dc8181a10054', N'', N'', N'', null, N'绠$悊鍛', N'2016-06-01 15:07:57', N'admin', null, N'2016-07-10 16:26:15', null, null, null, N'0', N'1', null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'8a8ab0b246dc81120146dc8181a10054', N'', N'', N'', null, N'绠$悊鍛', N'2016-06-01 15:07:57.0000000', N'admin', null, N'2016-07-10 16:26:15.0000000', null, null, null, N'0', N'1', null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'8a8ab0b246dc81120146dc8181a60055', N'1@1.com', N'', N'', null, N'绠$悊鍛', N'2018-06-20 18:59:58', N'admin', null, N'2016-09-30 16:26:15', null, null, null, N'0', N'1', null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'8a8ab0b246dc81120146dc8181a60055', N'1@1.com', N'', N'', null, N'绠$悊鍛', N'2018-06-20 18:59:58.0000000', N'admin', null, N'2016-09-30 16:26:15.0000000', null, null, null, N'0', N'1', null, null, null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'8a8c82a35de421ab015de4228d400003', N'418799587@qq.com', N'', N'', null, N'绠$悊鍛', N'2018-02-26 10:26:18', N'admin', N'绠$悊鍛', N'2017-08-15 12:24:15', N'admin', null, null, N'0', N'1', null, null, null, null, null, null, null, null) +INSERT INTO [dbo].[t_s_user] ([id], [email], [mobilePhone], [officePhone], [signatureFile], [update_name], [update_date], [update_by], [create_name], [create_date], [create_by], [portrait], [imsign], [dev_flag], [user_type], [person_type], [sex], [emp_no], [citizen_no], [fax], [address], [post], [memo]) VALUES (N'8a8c82a35de421ab015de4228d400003', N'418799587@qq.com', N'', N'', null, N'绠$悊鍛', N'2018-02-26 10:26:18.0000000', N'admin', N'绠$悊鍛', N'2017-08-15 12:24:15.0000000', N'admin', null, null, N'0', N'1', null, null, null, null, null, null, null, null) GO GO @@ -46241,16 +46235,16 @@ CREATE TABLE [dbo].[test_person] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , [name] nvarchar(32) NOT NULL , [sex] nvarchar(32) NULL , -[birthday] datetime NULL , +[birthday] datetime2(7) NULL , [conets] nvarchar(32) NULL , [salary] float(53) NULL , [fiel_jls] nvarchar(1000) NULL , @@ -46501,226 +46495,226 @@ GO -- ---------------------------- -- Records of test_person -- ---------------------------- -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318162538a60016253a1ead7000c', N'绠$悊鍛', N'admin', N'2018-03-24 00:12:23', N'绠$悊鍛', N'admin', N'2018-06-29 09:57:28', N'A03', N'A03', N'1', N'99999', N'1', N'2018-05-09 00:00:00', N'8888', N'888', N'upload\files\20180629\h5-fxmall-20170923_1530237446966.sql,', N'upload\files\20180629\11_1530237413398.jpg,') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318162538a60016253a1ead7000c', N'绠$悊鍛', N'admin', N'2018-03-24 00:12:23.0000000', N'绠$悊鍛', N'admin', N'2018-06-29 09:57:28.0000000', N'A03', N'A03', N'1', N'99999', N'1', N'2018-05-09 00:00:00.0000000', N'8888', N'888', N'upload\files\20180629\h5-fxmall-20170923_1530237446966.sql,', N'upload\files\20180629\11_1530237413398.jpg,') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a4cce60163a4d384e30006', N'绠$悊鍛', N'admin', N'2018-05-28 11:38:35', N'绠$悊鍛', N'admin', N'2018-06-12 16:54:03', N'A03', N'A03', N'1', N'EN2018052811383060', N'1', null, N'绠$悊鍛', null, N'upload\files\20180612\ImgServerServlet2_1528793641905.java,', N'upload\files\20180612\fxmall-qrcode_1528792907112.png,') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a4cce60163a4d384e30006', N'绠$悊鍛', N'admin', N'2018-05-28 11:38:35.0000000', N'绠$悊鍛', N'admin', N'2018-06-12 16:54:03.0000000', N'A03', N'A03', N'1', N'EN2018052811383060', N'1', null, N'绠$悊鍛', null, N'upload\files\20180612\ImgServerServlet2_1528793641905.java,', N'upload\files\20180612\fxmall-qrcode_1528792907112.png,') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a4cce60163a4d8f1c60007', null, null, null, N'绠$悊鍛', N'admin', N'2018-06-12 17:10:22', null, null, N'1', N'EN2018052811440410', N'1', N'2018-05-01 00:00:00', N'寮犱笁', N'9999', N'upload\files\20180612\exe4j浣跨敤鏁欑▼_1528794621280.pdf,', null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a4cce60163a4d8f1c60007', null, null, null, N'绠$悊鍛', N'admin', N'2018-06-12 17:10:22.0000000', null, null, N'1', N'EN2018052811440410', N'1', N'2018-05-01 00:00:00.0000000', N'寮犱笁', N'9999', N'upload\files\20180612\exe4j浣跨敤鏁欑▼_1528794621280.pdf,', null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a4cce60163a4d980b50009', N'绠$悊鍛', N'admin', N'2018-05-28 11:45:07', null, null, null, N'A03', N'A03', N'1', N'EN2018052811443759', N'0', N'2018-05-01 00:00:00', N'寮犱笁', N'777', null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a4cce60163a4d980b50009', N'绠$悊鍛', N'admin', N'2018-05-28 11:45:07.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018052811443759', N'0', N'2018-05-01 00:00:00.0000000', N'寮犱笁', N'777', null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a4e3270163a4e327e40000', N'绠$悊鍛', N'admin', N'2018-05-28 11:55:40', null, null, null, N'A03', N'A03', N'1', N'EN2018052811553893', null, null, N'寮犱笁', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a4e3270163a4e327e40000', N'绠$悊鍛', N'admin', N'2018-05-28 11:55:40.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018052811553893', null, null, N'寮犱笁', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a506600163a50660440000', N'绠$悊鍛', N'admin', N'2018-05-28 12:34:08', N'绠$悊鍛', N'admin', N'2018-05-28 16:19:55', N'A03', N'A03', N'1', N'EN2018052812340652', null, null, N'寮犱笁', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a506600163a50660440000', N'绠$悊鍛', N'admin', N'2018-05-28 12:34:08.0000000', N'绠$悊鍛', N'admin', N'2018-05-28 16:19:55.0000000', N'A03', N'A03', N'1', N'EN2018052812340652', null, null, N'寮犱笁', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a506600163a511a1450001', N'绠$悊鍛', N'admin', N'2018-05-28 12:46:26', null, null, null, N'A03', N'A03', N'1', N'EN2018052812462092', null, null, N'寮犱笁', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a506600163a511a1450001', N'绠$悊鍛', N'admin', N'2018-05-28 12:46:26.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018052812462092', null, null, N'寮犱笁', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a506600163a512232e0002', N'绠$悊鍛', N'admin', N'2018-05-28 12:46:59', null, null, null, N'A03', N'A03', N'1', N'EN2018052812465755', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a506600163a512232e0002', N'绠$悊鍛', N'admin', N'2018-05-28 12:46:59.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018052812465755', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a593550163a596aa990001', N'绠$悊鍛', N'admin', N'2018-05-28 15:11:44', N'绠$悊鍛', N'admin', N'2018-06-12 18:27:54', N'A03', N'A03', N'1', N'灏忕帇111', N'1', N'2018-05-11 00:00:00', N'11', N'11', N'', N'upload/files/201806121827551xOSfEmj.jpg') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a593550163a596aa990001', N'绠$悊鍛', N'admin', N'2018-05-28 15:11:44.0000000', N'绠$悊鍛', N'admin', N'2018-06-12 18:27:54.0000000', N'A03', N'A03', N'1', N'灏忕帇111', N'1', N'2018-05-11 00:00:00.0000000', N'11', N'11', N'', N'upload/files/201806121827551xOSfEmj.jpg') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a5d4d40163a5d4d4270000', N'绠$悊鍛', N'admin', N'2018-05-28 16:19:38', null, null, null, N'A03', N'A03', N'1', N'EN2018052816193731', null, null, N'寮犱笁', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a5d4d40163a5d4d4270000', N'绠$悊鍛', N'admin', N'2018-05-28 16:19:38.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018052816193731', null, null, N'寮犱笁', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a5d7930163a5d793cd0000', N'绠$悊鍛', N'admin', N'2018-05-28 16:22:38', N'绠$悊鍛', N'admin', N'2018-05-28 16:22:42', N'A03', N'A03', N'1', N'EN2018052816223792', null, null, N'寮犱笁', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a5d7930163a5d793cd0000', N'绠$悊鍛', N'admin', N'2018-05-28 16:22:38.0000000', N'绠$悊鍛', N'admin', N'2018-05-28 16:22:42.0000000', N'A03', N'A03', N'1', N'EN2018052816223792', null, null, N'寮犱笁', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a5e86a0163a5e86ad50000', N'绠$悊鍛', N'admin', N'2018-05-28 16:41:02', null, null, null, N'A03', N'A03', N'1', N'EN2018052816410159', null, null, N'寮犱笁', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a5e86a0163a5e86ad50000', N'绠$悊鍛', N'admin', N'2018-05-28 16:41:02.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018052816410159', null, null, N'寮犱笁', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a622300163a62230680000', N'绠$悊鍛', N'admin', N'2018-05-28 17:44:08', null, null, null, N'A03', N'A03', N'1', N'EN2018052817440638', null, null, N'寮犱笁', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163a622300163a62230680000', N'绠$悊鍛', N'admin', N'2018-05-28 17:44:08.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018052817440638', null, null, N'寮犱笁', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163feeb370163feeb372e0000', N'绠$悊鍛', N'admin', N'2018-06-14 23:30:18', null, null, null, N'A03', N'A03', N'1', N'EN2018061423301370', N'0', null, N'寮犱笁', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028318163feeb370163feeb372e0000', N'绠$悊鍛', N'admin', N'2018-06-14 23:30:18.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018061423301370', N'0', null, N'寮犱笁', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402831816441db8b016441db8b920000', N'绠$悊鍛', N'admin', N'2018-06-27 23:27:44', null, null, null, N'A03', N'A03', N'1', N'EN2018062723273594', N'1', null, N'绠$悊鍛', null, N'upload/files/20180627232744kmBM9zfp.png', N'upload/files/20180627232744ZvRbcfOc.jpg') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402831816441db8b016441db8b920000', N'绠$悊鍛', N'admin', N'2018-06-27 23:27:44.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018062723273594', N'1', null, N'绠$悊鍛', null, N'upload/files/20180627232744kmBM9zfp.png', N'upload/files/20180627232744ZvRbcfOc.jpg') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028810962a96c5a0162a96f81b80003', N'绠$悊鍛', N'admin', N'2018-04-09 16:04:39', N'绠$悊鍛', N'admin', N'2018-05-11 19:33:56', N'A03', N'A03', N'1', N'888', N'1', N'2018-04-03 00:00:00', N'888', null, N'', N'') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028810962a96c5a0162a96f81b80003', N'绠$悊鍛', N'admin', N'2018-04-09 16:04:39.0000000', N'绠$悊鍛', N'admin', N'2018-05-11 19:33:56.0000000', N'A03', N'A03', N'1', N'888', N'1', N'2018-04-03 00:00:00.0000000', N'888', null, N'', N'') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028810962cc6c9d0162cc7210b2000b', N'绠$悊鍛', N'admin', N'2018-04-16 11:14:10', null, null, null, N'A03', N'A03', N'1', N'5555', N'', null, N'', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028810962cc6c9d0162cc7210b2000b', N'绠$悊鍛', N'admin', N'2018-04-16 11:14:10.0000000', null, null, null, N'A03', N'A03', N'1', N'5555', N'', null, N'', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028810962cc6c9d0162cc72e684000d', N'绠$悊鍛', N'admin', N'2018-04-16 11:15:04', null, null, null, N'A03', N'A03', N'1', N'555555', N'', null, N'', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028810962cc6c9d0162cc72e684000d', N'绠$悊鍛', N'admin', N'2018-04-16 11:15:04.0000000', null, null, null, N'A03', N'A03', N'1', N'555555', N'', null, N'', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028810962cc6c9d0162cc781a410013', N'绠$悊鍛', N'admin', N'2018-04-16 11:20:45', null, null, null, N'A03', N'A03', N'1', N'93', N'', null, N'', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028810962cc6c9d0162cc781a410013', N'绠$悊鍛', N'admin', N'2018-04-16 11:20:45.0000000', null, null, null, N'A03', N'A03', N'1', N'93', N'', null, N'', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881e5626119b101626119b1b00000', N'绠$悊鍛', N'admin', N'2018-03-26 14:58:16', N'绠$悊鍛', N'admin', N'2018-03-26 14:58:23', N'A03', N'A03', N'1', N'EN2018032614580784', N'A01A01', null, null, null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881e5626119b101626119b1b00000', N'绠$悊鍛', N'admin', N'2018-03-26 14:58:16.0000000', N'绠$悊鍛', N'admin', N'2018-03-26 14:58:23.0000000', N'A03', N'A03', N'1', N'EN2018032614580784', N'A01A01', null, null, null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881e5626119b101626119f5780001', N'绠$悊鍛', N'admin', N'2018-03-26 14:58:33', N'绠$悊鍛', N'admin', N'2018-03-26 14:59:13', N'A03', N'A03', N'1', N'EN2018032614582821', N'A01A01,A01A02', null, null, null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881e5626119b101626119f5780001', N'绠$悊鍛', N'admin', N'2018-03-26 14:58:33.0000000', N'绠$悊鍛', N'admin', N'2018-03-26 14:59:13.0000000', N'A03', N'A03', N'1', N'EN2018032614582821', N'A01A01,A01A02', null, null, null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881e56265a3de016265a3de310000', N'绠$悊鍛', N'admin', N'2018-03-27 12:07:40', N'绠$悊鍛', N'admin', N'2018-03-27 12:07:49', N'A03', N'A03', N'1', N'EN2018032712073871', null, null, null, null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881e56265a3de016265a3de310000', N'绠$悊鍛', N'admin', N'2018-03-27 12:07:40.0000000', N'绠$悊鍛', N'admin', N'2018-03-27 12:07:49.0000000', N'A03', N'A03', N'1', N'EN2018032712073871', null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36349e686016349eb37510003', N'绠$悊鍛', N'admin', N'2018-05-10 19:59:01', null, null, null, N'A03', N'A03', N'1', N'寮犱笁', N'', N'2018-05-01 00:00:00', N'1123', N'11', N'', N'') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36349e686016349eb37510003', N'绠$悊鍛', N'admin', N'2018-05-10 19:59:01.0000000', null, null, null, N'A03', N'A03', N'1', N'寮犱笁', N'', N'2018-05-01 00:00:00.0000000', N'1123', N'11', N'', N'') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36349e686016349f114e8000f', N'绠$悊鍛', N'admin', N'2018-05-10 20:05:26', N'绠$悊鍛', N'admin', N'2018-05-10 20:15:09', N'A03', N'A03', N'1', N'11', N'0', null, null, null, N'', N'') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36349e686016349f114e8000f', N'绠$悊鍛', N'admin', N'2018-05-10 20:05:26.0000000', N'绠$悊鍛', N'admin', N'2018-05-10 20:15:09.0000000', N'A03', N'A03', N'1', N'11', N'0', null, null, null, N'', N'') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36349e686016349f140390011', N'绠$悊鍛', N'admin', N'2018-05-10 20:05:37', null, null, null, N'A03', N'A03', N'1', N'3333', N'', null, N'', null, N'', N'') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36349e686016349f140390011', N'绠$悊鍛', N'admin', N'2018-05-10 20:05:37.0000000', null, null, null, N'A03', N'A03', N'1', N'3333', N'', null, N'', null, N'', N'') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36357f3f90163583130f60008', N'绠$悊鍛', N'admin', N'2018-05-13 14:30:08', null, null, null, N'A03', N'A03', N'1', N'111188888', N'0', null, null, null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36357f3f90163583130f60008', N'绠$悊鍛', N'admin', N'2018-05-13 14:30:08.0000000', null, null, null, N'A03', N'A03', N'1', N'111188888', N'0', null, null, null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f363c9962f0163c9962fe10000', N'绠$悊鍛', N'admin', N'2018-06-04 14:57:33', N'绠$悊鍛', N'admin', N'2018-06-04 14:57:37', N'A03', N'A03', N'1', N'EN2018060414573179', N'1', null, N'寮犱笁', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f363c9962f0163c9962fe10000', N'绠$悊鍛', N'admin', N'2018-06-04 14:57:33.0000000', N'绠$悊鍛', N'admin', N'2018-06-04 14:57:37.0000000', N'A03', N'A03', N'1', N'EN2018060414573179', N'1', null, N'寮犱笁', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f363d421d30163d43320660004', N'绠$悊鍛', N'admin', N'2018-06-06 16:25:10', N'绠$悊鍛', N'admin', N'2018-06-14 23:29:50', N'A03', N'A03', N'1', N'898989', N'1', N'2018-05-31 00:00:00', N'55', N'55', N'upload/files/20180606185004C6bwNG1b.jpg', N'upload/files/20180611233045gRXkwGCy.jpg') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f363d421d30163d43320660004', N'绠$悊鍛', N'admin', N'2018-06-06 16:25:10.0000000', N'绠$悊鍛', N'admin', N'2018-06-14 23:29:50.0000000', N'A03', N'A03', N'1', N'898989', N'1', N'2018-05-31 00:00:00.0000000', N'55', N'55', N'upload/files/20180606185004C6bwNG1b.jpg', N'upload/files/20180611233045gRXkwGCy.jpg') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f363d490920163d4913e900001', N'绠$悊鍛', N'admin', N'2018-06-06 18:07:58', N'绠$悊鍛', N'admin', N'2018-06-06 18:08:06', N'A03', N'A03', N'1', N'vvvv123', N'0', N'2018-06-06 00:00:00', N'', null, N'', N'') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f363d490920163d4913e900001', N'绠$悊鍛', N'admin', N'2018-06-06 18:07:58.0000000', N'绠$悊鍛', N'admin', N'2018-06-06 18:08:06.0000000', N'A03', N'A03', N'1', N'vvvv123', N'0', N'2018-06-06 00:00:00.0000000', N'', null, N'', N'') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f363edd92d0163eddc67f20002', N'绠$悊鍛', N'admin', N'2018-06-11 16:00:34', N'绠$悊鍛', N'admin', N'2018-06-14 14:45:42', N'A03', N'A03', N'1', N'7777777777777888888888', N'0', null, null, null, N'', N'') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f363edd92d0163eddc67f20002', N'绠$悊鍛', N'admin', N'2018-06-11 16:00:34.0000000', N'绠$悊鍛', N'admin', N'2018-06-14 14:45:42.0000000', N'A03', N'A03', N'1', N'7777777777777888888888', N'0', null, null, null, N'', N'') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f363f38b360163f38cc2880001', N'绠$悊鍛', N'admin', N'2018-06-12 18:31:18', null, null, null, N'A03', N'A03', N'1', N'scott椋庡皹', N'1', null, N'', null, N'upload\files\20180612\JEECG 骞冲彴鎶鏈灦鏋凱PT浠嬬粛-20170918_1528799476014.ppt', N'upload\files\20180612\LOGO-mini_1528799461218.jpg') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f363f38b360163f38cc2880001', N'绠$悊鍛', N'admin', N'2018-06-12 18:31:18.0000000', null, null, null, N'A03', N'A03', N'1', N'scott椋庡皹', N'1', null, N'', null, N'upload\files\20180612\JEECG 骞冲彴鎶鏈灦鏋凱PT浠嬬粛-20170918_1528799476014.ppt', N'upload\files\20180612\LOGO-mini_1528799461218.jpg') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416e8c2016416e8c24b0000', N'绠$悊鍛', N'admin', N'2018-06-19 15:18:30', N'绠$悊鍛', N'admin', N'2018-06-19 15:18:35', N'A03', N'A03', N'1', N'EN2018061915182551', N'1', N'2018-06-01 00:00:00', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416e8c2016416e8c24b0000', N'绠$悊鍛', N'admin', N'2018-06-19 15:18:30.0000000', N'绠$悊鍛', N'admin', N'2018-06-19 15:18:35.0000000', N'A03', N'A03', N'1', N'EN2018061915182551', N'1', N'2018-06-01 00:00:00.0000000', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416e8c2016416eb51e30001', N'绠$悊鍛', N'admin', N'2018-06-19 15:21:18', N'绠$悊鍛', N'admin', N'2018-06-19 15:22:20', N'A03', N'A03', N'1', N'EN2018061915211512', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416e8c2016416eb51e30001', N'绠$悊鍛', N'admin', N'2018-06-19 15:21:18.0000000', N'绠$悊鍛', N'admin', N'2018-06-19 15:22:20.0000000', N'A03', N'A03', N'1', N'EN2018061915211512', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416ec33016416ec33330000', N'绠$悊鍛', N'admin', N'2018-06-19 15:22:15', N'绠$悊鍛', N'admin', N'2018-06-19 15:39:28', N'A03', N'A03', N'1', N'EN2018061915221392', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416ec33016416ec33330000', N'绠$悊鍛', N'admin', N'2018-06-19 15:22:15.0000000', N'绠$悊鍛', N'admin', N'2018-06-19 15:39:28.0000000', N'A03', N'A03', N'1', N'EN2018061915221392', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416f029016416f0fdd60001', N'绠$悊鍛', N'admin', N'2018-06-19 15:27:29', N'绠$悊鍛', N'admin', N'2018-06-19 15:39:34', N'A03', N'A03', N'1', N'EN2018061915271988', N'1', N'2018-06-06 00:00:00', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416f029016416f0fdd60001', N'绠$悊鍛', N'admin', N'2018-06-19 15:27:29.0000000', N'绠$悊鍛', N'admin', N'2018-06-19 15:39:34.0000000', N'A03', N'A03', N'1', N'EN2018061915271988', N'1', N'2018-06-06 00:00:00.0000000', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416f029016416f2276e0002', N'绠$悊鍛', N'admin', N'2018-06-19 15:28:45', N'绠$悊鍛', N'admin', N'2018-06-19 15:49:41', N'A03', N'A03', N'1', N'EN2018061915283424', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416f029016416f2276e0002', N'绠$悊鍛', N'admin', N'2018-06-19 15:28:45.0000000', N'绠$悊鍛', N'admin', N'2018-06-19 15:49:41.0000000', N'A03', N'A03', N'1', N'EN2018061915283424', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416fbca016416fbca380000', N'绠$悊鍛', N'admin', N'2018-06-19 15:39:17', null, null, null, N'A03', N'A03', N'1', N'EN2018061915391551', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36416fbca016416fbca380000', N'绠$悊鍛', N'admin', N'2018-06-19 15:39:17.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018061915391551', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3641705460164170546100000', N'绠$悊鍛', N'admin', N'2018-06-19 15:49:38', null, null, null, N'A03', N'A03', N'1', N'EN2018061915493723', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3641705460164170546100000', N'绠$悊鍛', N'admin', N'2018-06-19 15:49:38.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018061915493723', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364444c700164444c703f0000', N'绠$悊鍛', N'admin', N'2018-06-28 10:50:17', null, null, null, N'A03', N'A03', N'1', N'EN2018062810500569', N'1', null, N'绠$悊鍛', null, N'upload/files/20180628105018gGtz6yuj.png', N'upload/files/201806281050181E50ZCmd.jpg') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364444c700164444c703f0000', N'绠$悊鍛', N'admin', N'2018-06-28 10:50:17.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018062810500569', N'1', null, N'绠$悊鍛', null, N'upload/files/20180628105018gGtz6yuj.png', N'upload/files/201806281050181E50ZCmd.jpg') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364444c700164444d01810001', N'绠$悊鍛', N'admin', N'2018-06-28 10:50:54', N'绠$悊鍛', N'admin', N'2018-06-28 10:51:02', N'A03', N'A03', N'1', N'EN2018062810504671', N'1', null, N'绠$悊鍛', null, N'upload/files/20180628105054F9FTUuSR.jpg', N'upload/files/20180628105102DwhLZpR8.jpg') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364444c700164444d01810001', N'绠$悊鍛', N'admin', N'2018-06-28 10:50:54.0000000', N'绠$悊鍛', N'admin', N'2018-06-28 10:51:02.0000000', N'A03', N'A03', N'1', N'EN2018062810504671', N'1', null, N'绠$悊鍛', null, N'upload/files/20180628105054F9FTUuSR.jpg', N'upload/files/20180628105102DwhLZpR8.jpg') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36444fab3016444fbf30d0001', N'绠$悊鍛', N'admin', N'2018-06-28 14:01:59', N'绠$悊鍛', N'admin', N'2018-06-28 14:04:34', N'A03', N'A03', N'1', N'寮犱笁111', N'1', N'2018-06-28 00:00:00', null, N'1111', N'upload\files\20180628\h5-fxmall-20170923_1530165858596.sql', N'upload\files\20180628\1457926300690_1530165871644.png,') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36444fab3016444fbf30d0001', N'绠$悊鍛', N'admin', N'2018-06-28 14:01:59.0000000', N'绠$悊鍛', N'admin', N'2018-06-28 14:04:34.0000000', N'A03', N'A03', N'1', N'寮犱笁111', N'1', N'2018-06-28 00:00:00.0000000', null, N'1111', N'upload\files\20180628\h5-fxmall-20170923_1530165858596.sql', N'upload\files\20180628\1457926300690_1530165871644.png,') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36444fab301644503111b0005', N'绠$悊鍛', N'admin', N'2018-06-28 14:09:46', N'绠$悊鍛', N'admin', N'2018-06-28 14:30:24', N'A03', N'A03', N'1', N'111', N'1', N'2018-06-21 00:00:00', null, N'0', null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36444fab301644503111b0005', N'绠$悊鍛', N'admin', N'2018-06-28 14:09:46.0000000', N'绠$悊鍛', N'admin', N'2018-06-28 14:30:24.0000000', N'A03', N'A03', N'1', N'111', N'1', N'2018-06-21 00:00:00.0000000', null, N'0', null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36444fab301644517fc3b001c', N'绠$悊鍛', N'admin', N'2018-06-28 14:32:37', N'绠$悊鍛', N'admin', N'2018-06-28 14:33:39', N'A03', N'A03', N'1', N'灏忕帇鎮ㄥソ111', N'0', N'2018-06-15 00:00:00', null, N'111', N'upload\files\20180628\jeewx0614鍗囩骇_1530167592248.sql', N'upload\files\20180628\11_1530167608790.jpg') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36444fab301644517fc3b001c', N'绠$悊鍛', N'admin', N'2018-06-28 14:32:37.0000000', N'绠$悊鍛', N'admin', N'2018-06-28 14:33:39.0000000', N'A03', N'A03', N'1', N'灏忕帇鎮ㄥソ111', N'0', N'2018-06-15 00:00:00.0000000', null, N'111', N'upload\files\20180628\jeewx0614鍗囩骇_1530167592248.sql', N'upload\files\20180628\11_1530167608790.jpg') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36449396c016449396cd40000', N'绠$悊鍛', N'admin', N'2018-06-29 09:47:37', null, null, null, N'A03', N'A03', N'1', N'EN2018062909473633', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36449396c016449396cd40000', N'绠$悊鍛', N'admin', N'2018-06-29 09:47:37.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018062909473633', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364494f900164494f90060000', N'绠$悊鍛', N'admin', N'2018-06-29 10:11:48', N'绠$悊鍛', N'admin', N'2018-07-02 18:30:55', N'A03', N'A03', N'1', N'EN2018062910114164', N'1', N'2018-06-01 00:00:00', N'绠$悊鍛888', N'222444', N'upload/files/20180629101219nyMep3Is.png', N'upload/files/201806291012193vLNtZHf.jpg') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364494f900164494f90060000', N'绠$悊鍛', N'admin', N'2018-06-29 10:11:48.0000000', N'绠$悊鍛', N'admin', N'2018-07-02 18:30:55.0000000', N'A03', N'A03', N'1', N'EN2018062910114164', N'1', N'2018-06-01 00:00:00.0000000', N'绠$悊鍛888', N'222444', N'upload/files/20180629101219nyMep3Is.png', N'upload/files/201806291012193vLNtZHf.jpg') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3644ae69101644ae781aa0001', N'绠$悊鍛', N'admin', N'2018-06-29 17:37:23', null, null, null, N'A03', N'A03', N'1', N'999999koko', N'0', N'2018-06-29 00:00:00', null, N'10000', N'upload\files\20180629\11_1530265033335.jpg', N'upload\files\20180629\d52a2834349b033b6d20d5cc16ce36d3d539bd7f_1530265036435.jpg') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3644ae69101644ae781aa0001', N'绠$悊鍛', N'admin', N'2018-06-29 17:37:23.0000000', null, null, null, N'A03', N'A03', N'1', N'999999koko', N'0', N'2018-06-29 00:00:00.0000000', null, N'10000', N'upload\files\20180629\11_1530265033335.jpg', N'upload\files\20180629\d52a2834349b033b6d20d5cc16ce36d3d539bd7f_1530265036435.jpg') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8b6ce50005', N'绠$悊鍛', N'admin', N'2018-07-02 18:30:44', null, null, null, N'A03', N'A03', N'1', N'EN2018070218303552', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8b6ce50005', N'绠$悊鍛', N'admin', N'2018-07-02 18:30:44.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070218303552', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8bbf780006', N'绠$悊鍛', N'admin', N'2018-07-02 18:31:05', null, null, null, N'A03', N'A03', N'1', N'EN2018070218310419', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8bbf780006', N'绠$悊鍛', N'admin', N'2018-07-02 18:31:05.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070218310419', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8c4b240007', N'绠$悊鍛', N'admin', N'2018-07-02 18:31:41', null, null, null, N'A03', N'A03', N'1', N'EN2018070218313698', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8c4b240007', N'绠$悊鍛', N'admin', N'2018-07-02 18:31:41.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070218313698', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8cadd00008', N'绠$悊鍛', N'admin', N'2018-07-02 18:32:06', null, null, null, N'A03', N'A03', N'1', N'EN2018070218320178', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8cadd00008', N'绠$悊鍛', N'admin', N'2018-07-02 18:32:06.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070218320178', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8e14f30009', N'绠$悊鍛', N'admin', N'2018-07-02 18:33:38', null, null, null, N'A03', N'A03', N'1', N'EN2018070218333613', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8e14f30009', N'绠$悊鍛', N'admin', N'2018-07-02 18:33:38.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070218333613', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8e3a26000a', N'绠$悊鍛', N'admin', N'2018-07-02 18:33:47', null, null, null, N'A03', N'A03', N'1', N'EN2018070218334076', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a8e3a26000a', N'绠$悊鍛', N'admin', N'2018-07-02 18:33:47.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070218334076', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a91ae0c000d', N'绠$悊鍛', N'admin', N'2018-07-02 18:37:34', null, null, null, N'A03', N'A03', N'1', N'EN2018070218373235', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645a734901645a91ae0c000d', N'绠$悊鍛', N'admin', N'2018-07-02 18:37:34.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070218373235', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645ac7dd01645ac8e21f0001', N'绠$悊鍛', N'admin', N'2018-07-02 19:37:51', N'绠$悊鍛', N'admin', N'2018-07-02 19:38:12', N'A03', N'A03', N'1', N'闀囧皬鐚村瓩鏉', N'0', N'2018-07-11 00:00:00', N'11', N'1111', N'upload\files\20180702\11_1530531468510.jpg', N'') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645ac7dd01645ac8e21f0001', N'绠$悊鍛', N'admin', N'2018-07-02 19:37:51.0000000', N'绠$悊鍛', N'admin', N'2018-07-02 19:38:12.0000000', N'A03', N'A03', N'1', N'闀囧皬鐚村瓩鏉', N'0', N'2018-07-11 00:00:00.0000000', N'11', N'1111', N'upload\files\20180702\11_1530531468510.jpg', N'') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645de24f01645df076710001', N'绠$悊鍛', N'admin', N'2018-07-03 10:19:57', N'绠$悊鍛', N'admin', N'2018-07-04 17:04:35', N'A03', N'A03', N'1', N'寮犲皬娴2', N'0', N'2018-07-05 00:00:00', null, N'5000', N'upload\files\20180703\d52a2834349b033b6d20d5cc16ce36d3d539bd7f_1530584392884.jpg', N'upload\files\20180703\e1fe9925bc315c60addea1b98eb1cb1349547719_1530584396318.jpg') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3645de24f01645df076710001', N'绠$悊鍛', N'admin', N'2018-07-03 10:19:57.0000000', N'绠$悊鍛', N'admin', N'2018-07-04 17:04:35.0000000', N'A03', N'A03', N'1', N'寮犲皬娴2', N'0', N'2018-07-05 00:00:00.0000000', null, N'5000', N'upload\files\20180703\d52a2834349b033b6d20d5cc16ce36d3d539bd7f_1530584392884.jpg', N'upload\files\20180703\e1fe9925bc315c60addea1b98eb1cb1349547719_1530584396318.jpg') GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36463e7fb016463e8a2f70001', N'绠$悊鍛', N'admin', N'2018-07-04 14:09:07', N'绠$悊鍛', N'admin', N'2018-07-04 16:58:41', N'A03', N'A03', N'1', N'灏忕帇', N'0', N'2018-07-04 00:00:00', null, N'222', null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36463e7fb016463e8a2f70001', N'绠$悊鍛', N'admin', N'2018-07-04 14:09:07.0000000', N'绠$悊鍛', N'admin', N'2018-07-04 16:58:41.0000000', N'A03', N'A03', N'1', N'灏忕帇', N'0', N'2018-07-04 00:00:00.0000000', null, N'222', null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c016464837c040000', N'绠$悊鍛', N'admin', N'2018-07-04 16:58:15', null, null, null, N'A03', N'A03', N'1', N'EN2018070416581357', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c016464837c040000', N'绠$悊鍛', N'admin', N'2018-07-04 16:58:15.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070416581357', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c0164648412ba0001', N'绠$悊鍛', N'admin', N'2018-07-04 16:58:54', null, null, null, N'A03', N'A03', N'1', N'EN2018070416584466', N'1', N'2018-07-28 00:00:00', N'绠$悊鍛', N'222', null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c0164648412ba0001', N'绠$悊鍛', N'admin', N'2018-07-04 16:58:54.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070416584466', N'1', N'2018-07-28 00:00:00.0000000', N'绠$悊鍛', N'222', null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c0164648581db0002', N'绠$悊鍛', N'admin', N'2018-07-04 17:00:28', null, null, null, N'A03', N'A03', N'1', N'EN2018070417002616', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c0164648581db0002', N'绠$悊鍛', N'admin', N'2018-07-04 17:00:28.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417002616', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c0164648692a20004', N'绠$悊鍛', N'admin', N'2018-07-04 17:01:38', null, null, null, N'A03', N'A03', N'1', N'EN2018070417013191', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c0164648692a20004', N'绠$悊鍛', N'admin', N'2018-07-04 17:01:38.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417013191', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c016464880c210005', N'绠$悊鍛', N'admin', N'2018-07-04 17:03:14', null, null, null, N'A03', N'A03', N'1', N'EN2018070417031347', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c016464880c210005', N'绠$悊鍛', N'admin', N'2018-07-04 17:03:14.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417031347', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c016464885bea0006', N'绠$悊鍛', N'admin', N'2018-07-04 17:03:35', null, null, null, N'A03', N'A03', N'1', N'EN2018070417033323', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c016464885bea0006', N'绠$悊鍛', N'admin', N'2018-07-04 17:03:35.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417033323', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c01646488ef790007', N'绠$悊鍛', N'admin', N'2018-07-04 17:04:13', null, null, null, N'A03', N'A03', N'1', N'EN2018070417041253', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c01646488ef790007', N'绠$悊鍛', N'admin', N'2018-07-04 17:04:13.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417041253', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c016464892e940008', N'绠$悊鍛', N'admin', N'2018-07-04 17:04:29', null, null, null, N'A03', N'A03', N'1', N'EN2018070417042739', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c016464892e940008', N'绠$悊鍛', N'admin', N'2018-07-04 17:04:29.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417042739', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c0164648a47c60009', N'绠$悊鍛', N'admin', N'2018-07-04 17:05:41', null, null, null, N'A03', N'A03', N'1', N'EN2018070417052523', N'1', N'2018-07-21 00:00:00', N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f36464837c0164648a47c60009', N'绠$悊鍛', N'admin', N'2018-07-04 17:05:41.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417052523', N'1', N'2018-07-21 00:00:00.0000000', N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364648ef70164648ef7590000', N'绠$悊鍛', N'admin', N'2018-07-04 17:10:48', null, null, null, N'A03', N'A03', N'1', N'EN2018070417104596', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364648ef70164648ef7590000', N'绠$悊鍛', N'admin', N'2018-07-04 17:10:48.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417104596', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364648ef701646491bbee0001', N'绠$悊鍛', N'admin', N'2018-07-04 17:13:52', null, null, null, N'A03', N'A03', N'1', N'EN2018070417132133', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364648ef701646491bbee0001', N'绠$悊鍛', N'admin', N'2018-07-04 17:13:52.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417132133', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364648ef70164649277840002', N'绠$悊鍛', N'admin', N'2018-07-04 17:14:37', null, null, null, N'A03', N'A03', N'1', N'EN2018070417142597', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f364648ef70164649277840002', N'绠$悊鍛', N'admin', N'2018-07-04 17:14:37.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417142597', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3646499430164649943610000', N'绠$悊鍛', N'admin', N'2018-07-04 17:22:03', null, null, null, N'A03', N'A03', N'1', N'EN2018070417215294', N'1', null, N'绠$悊鍛', null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3646499430164649943610000', N'绠$悊鍛', N'admin', N'2018-07-04 17:22:03.0000000', null, null, null, N'A03', N'A03', N'1', N'EN2018070417215294', N'1', null, N'绠$悊鍛', null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3646a61cf01646a61cf480000', N'绠$悊鍛', N'admin', N'2018-07-05 20:19:12', N'绠$悊鍛', N'admin', N'2018-07-05 20:19:22', N'A03', N'A03', N'1', N'EN2018070520190933', N'1', N'2018-07-05 00:00:00', N'绠$悊鍛', N'555', null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3646a61cf01646a61cf480000', N'绠$悊鍛', N'admin', N'2018-07-05 20:19:12.0000000', N'绠$悊鍛', N'admin', N'2018-07-05 20:19:22.0000000', N'A03', N'A03', N'1', N'EN2018070520190933', N'1', N'2018-07-05 00:00:00.0000000', N'绠$悊鍛', N'555', null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3646eced101646eced13b0000', N'绠$悊鍛', N'admin', N'2018-07-06 16:56:45', N'绠$悊鍛', N'admin', N'2018-07-06 16:57:02', N'A03', N'A03', N'寰呮彁浜', N'77777777rrrrrr', N'0', N'2018-06-23 00:00:00', null, null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3646eced101646eced13b0000', N'绠$悊鍛', N'admin', N'2018-07-06 16:56:45.0000000', N'绠$悊鍛', N'admin', N'2018-07-06 16:57:02.0000000', N'A03', N'A03', N'寰呮彁浜', N'77777777rrrrrr', N'0', N'2018-06-23 00:00:00.0000000', null, null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3646eced101646ed283010001', N'绠$悊鍛', N'admin', N'2018-07-06 17:00:47', N'绠$悊鍛', N'admin', N'2018-07-06 17:00:55', N'A03', N'A03', N'寰呮彁浜', N'11', N'1', null, null, null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881f3646eced101646ed283010001', N'绠$悊鍛', N'admin', N'2018-07-06 17:00:47.0000000', N'绠$悊鍛', N'admin', N'2018-07-06 17:00:55.0000000', N'A03', N'A03', N'寰呮彁浜', N'11', N'1', null, null, null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881fa624d349a01624d3725270003', N'绠$悊鍛', N'admin', N'2018-03-22 18:18:02', N'绠$悊鍛', N'admin', N'2018-03-22 18:18:07', N'A03', N'A03', N'1', N'EN2018032218180169', null, null, null, null, null, null) +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'402881fa624d349a01624d3725270003', N'绠$悊鍛', N'admin', N'2018-03-22 18:18:02.0000000', N'绠$悊鍛', N'admin', N'2018-03-22 18:18:07.0000000', N'A03', N'A03', N'1', N'EN2018032218180169', null, null, null, null, null, null) GO GO -INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028838f63dadbee0163dadd89310002', N'绠$悊鍛', N'admin', N'2018-06-07 23:29:01', N'绠$悊鍛', N'admin', N'2018-06-07 23:29:08', N'A03', N'A03', N'1', N'777777777999999', N'1', N'2018-06-06 00:00:00', N'77', N'777', N'', N'') +INSERT INTO [dbo].[test_person] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [sex], [birthday], [conets], [salary], [fiel_jls], [tou_pic]) VALUES (N'4028838f63dadbee0163dadd89310002', N'绠$悊鍛', N'admin', N'2018-06-07 23:29:01.0000000', N'绠$悊鍛', N'admin', N'2018-06-07 23:29:08.0000000', N'A03', N'A03', N'1', N'777777777999999', N'1', N'2018-06-06 00:00:00.0000000', N'77', N'777', N'', N'') GO GO @@ -46733,17 +46727,17 @@ CREATE TABLE [dbo].[test_rules] ( [id] nvarchar(36) NOT NULL , [create_name] nvarchar(50) NULL , [create_by] nvarchar(50) NULL , -[create_date] datetime NULL , +[create_date] datetime2(7) NULL , [update_name] nvarchar(50) NULL , [update_by] nvarchar(50) NULL , -[update_date] datetime NULL , +[update_date] datetime2(7) NULL , [sys_org_code] nvarchar(50) NULL , [sys_company_code] nvarchar(50) NULL , [bpm_status] nvarchar(32) NULL , [name] nvarchar(32) NULL , [money] float(53) NULL , [product] nvarchar(200) NULL , -[sale_date] datetime NULL , +[sale_date] datetime2(7) NULL , [eeee] nvarchar(32) NULL , [dda] nvarchar(32) NULL ) @@ -46978,46 +46972,46 @@ GO -- ---------------------------- -- Records of test_rules -- ---------------------------- -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286e270010', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:01', null, null, null, N'A03', N'A03', N'1', N'admin鐨勬暟鎹3', N'11', N'11', N'2018-03-06 00:00:00', null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286e270010', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:01.0000000', null, null, null, N'A03', N'A03', N'1', N'admin鐨勬暟鎹3', N'11', N'11', N'2018-03-06 00:00:00.0000000', null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286ebd0014', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:02', null, null, null, N'A03', N'A03', N'1', N'scott123', N'5000', N'ddd', N'2018-03-08 00:00:00', null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286ebd0014', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:02.0000000', null, null, null, N'A03', N'A03', N'1', N'scott123', N'5000', N'ddd', N'2018-03-08 00:00:00.0000000', null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286eff0017', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:02', null, null, null, N'A03', N'A03', N'1', N'admin鏁版嵁3', N'500', null, N'2018-03-23 00:00:00', null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286eff0017', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:02.0000000', null, null, null, N'A03', N'A03', N'1', N'admin鏁版嵁3', N'500', null, N'2018-03-23 00:00:00.0000000', null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286f3c0019', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:02', N'绠$悊鍛', N'admin', N'2018-06-20 16:43:57', N'A03', N'A03', N'1', N'admin23', N'1000', null, null, null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286f3c0019', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:02.0000000', N'绠$悊鍛', N'admin', N'2018-06-20 16:43:57.0000000', N'A03', N'A03', N'1', N'admin23', N'1000', null, null, null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286f78001b', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:02', null, null, null, N'A03', N'A03', N'1', N'lisi43', null, N'绗旇鏈', null, null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286f78001b', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:02.0000000', null, null, null, N'A03', N'A03', N'1', N'lisi43', null, N'绗旇鏈', null, null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286fb8001e', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:02', null, null, null, N'A03', N'A03', N'1', N'scott9993', N'999', null, N'2018-03-08 00:00:00', null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'4028810962a91bd20162a9286fb8001e', N'绠$悊鍛', N'admin', N'2018-04-09 14:47:02.0000000', null, null, null, N'A03', N'A03', N'1', N'scott9993', N'999', null, N'2018-03-08 00:00:00.0000000', null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266eaa0016266f2e6a70001', N'绠$悊鍛', N'admin', N'2018-03-27 18:13:37', N'寮犱唬娴', N'scott', N'2018-03-27 19:05:10', N'A03', N'A03', N'1', N'admin鐨勬暟鎹', N'11', N'11', N'2018-03-06 00:00:00', null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266eaa0016266f2e6a70001', N'绠$悊鍛', N'admin', N'2018-03-27 18:13:37.0000000', N'寮犱唬娴', N'scott', N'2018-03-27 19:05:10.0000000', N'A03', N'A03', N'1', N'admin鐨勬暟鎹', N'11', N'11', N'2018-03-06 00:00:00.0000000', null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266f4310162672242770051', N'寮犱唬娴', N'scott', N'2018-03-27 19:05:21', null, null, null, N'A01A02A01A01', N'A01', N'1', N'scott12', N'5000', N'ddd', N'2018-03-08 00:00:00', null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266f4310162672242770051', N'寮犱唬娴', N'scott', N'2018-03-27 19:05:21.0000000', null, null, null, N'A01A02A01A01', N'A01', N'1', N'scott12', N'5000', N'ddd', N'2018-03-08 00:00:00.0000000', null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266f43101626722a1e40055', N'绠$悊鍛', N'admin', N'2018-03-27 19:05:45', null, null, null, N'A03', N'A03', N'1', N'admin鏁版嵁', N'500', N'', N'2018-03-23 00:00:00', null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266f43101626722a1e40055', N'绠$悊鍛', N'admin', N'2018-03-27 19:05:45.0000000', null, null, null, N'A03', N'A03', N'1', N'admin鏁版嵁', N'500', N'', N'2018-03-23 00:00:00.0000000', null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266f43101626722d1f50057', N'绠$悊鍛', N'admin', N'2018-03-27 19:05:58', null, null, null, N'A03', N'A03', N'1', N'admin2', N'1000', N'', null, null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266f43101626722d1f50057', N'绠$悊鍛', N'admin', N'2018-03-27 19:05:58.0000000', null, null, null, N'A03', N'A03', N'1', N'admin2', N'1000', N'', null, null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266f4310162672405b80061', N'鏉庡洓', N'lisi', N'2018-03-27 19:07:16', null, null, null, N'A01A02A01', N'A01', N'1', N'lisi4', null, N'绗旇鏈', null, null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266f4310162672405b80061', N'鏉庡洓', N'lisi', N'2018-03-27 19:07:16.0000000', null, null, null, N'A01A02A01', N'A01', N'1', N'lisi4', null, N'绗旇鏈', null, null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266f4310162672b08880077', N'寮犱唬娴', N'scott', N'2018-03-27 19:14:56', null, null, null, N'A01A02A01A01', N'A01', N'1', N'scott999', N'999', N'', N'2018-03-08 00:00:00', null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881e56266f4310162672b08880077', N'寮犱唬娴', N'scott', N'2018-03-27 19:14:56.0000000', null, null, null, N'A01A02A01A01', N'A01', N'1', N'scott999', N'999', N'', N'2018-03-08 00:00:00.0000000', null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881f36416f029016416f029650000', N'绠$悊鍛', N'admin', N'2018-06-19 15:26:35', N'绠$悊鍛', N'admin', N'2018-06-20 16:44:09', N'A03', N'A03', N'1', N'灏忕帇', N'100', null, null, null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881f36416f029016416f029650000', N'绠$悊鍛', N'admin', N'2018-06-19 15:26:35.0000000', N'绠$悊鍛', N'admin', N'2018-06-20 16:44:09.0000000', N'A03', N'A03', N'1', N'灏忕帇', N'100', null, null, null, null) GO GO -INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881f36464837c016464863b300003', N'绠$悊鍛', N'admin', N'2018-07-04 17:01:15', N'绠$悊鍛', N'admin', N'2018-07-04 17:01:20', N'A03', N'A03', N'1', N'2222333', null, null, null, null, null) +INSERT INTO [dbo].[test_rules] ([id], [create_name], [create_by], [create_date], [update_name], [update_by], [update_date], [sys_org_code], [sys_company_code], [bpm_status], [name], [money], [product], [sale_date], [eeee], [dda]) VALUES (N'402881f36464837c016464863b300003', N'绠$悊鍛', N'admin', N'2018-07-04 17:01:15.0000000', N'绠$悊鍛', N'admin', N'2018-07-04 17:01:20.0000000', N'A03', N'A03', N'1', N'2222333', null, null, null, null, null) GO GO diff --git a/docs/鏁版嵁搴撹鏄.txt b/docs/鏁版嵁搴撹鏄.txt index 07ba3f50..e028cec4 100644 --- a/docs/鏁版嵁搴撹鏄.txt +++ b/docs/鏁版嵁搴撹鏄.txt @@ -5,9 +5,9 @@ 1.oracle 导入命令 说明: jeecg脚本导出用户是scott - imp scott/tiger@orcl file=jeecg_3.7.8_oracle11g.dmp + imp scott/tiger@orcl file=jeecg_3.8_oracle11g.dmp 导入其他用户的表 - imp jeecgos/jeecgos@orcl file=/opt/datatmp/jeecg_3.7.8_oracle11g.dmp fromuser=scott touser=jeecgos ignore=y commit=y buffer=300000000 feedback=10000 + imp jeecgos/jeecgos@orcl file=/opt/datatmp/jeecg_3.8_oracle11g.dmp fromuser=scott touser=jeecgos ignore=y commit=y buffer=300000000 feedback=10000 2. oracle、SqlServer脚步索引会有部分丢失,为了系统性能,请自行补加索引。 @@ -16,6 +16,6 @@ 4.老版本数据库增量升级 执行老版本升级SQL脚本 - 3.7.7升级到3.7.8 - docs/老版本增量升级/jeecg_mysql-3.7.7-update-3.7.8.sql + 3.7.8升级到3.8 + docs/老版本增量升级/jeecg_mysql-3.7.8-update-3.8.sql \ No newline at end of file diff --git a/docs/鑰佺増鏈閲忓崌绾/jeecg_mysql-3.7.7-update-3.7.8.sql b/docs/鑰佺増鏈閲忓崌绾/jeecg_mysql-3.7.7-update-3.7.8.sql deleted file mode 100644 index d02f60e8..00000000 --- a/docs/鑰佺増鏈閲忓崌绾/jeecg_mysql-3.7.7-update-3.7.8.sql +++ /dev/null @@ -1,12 +0,0 @@ -锘縄NSERT INTO `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 ('402881fa64a1ca500164a1d549e40001', NULL, '1', 'Bootstrap鏍戝舰鍒楄〃', '5', 'jeecgFormDemoController.do?bootstrapTreeListDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-tree', 'admin', '绠$悊鍛', 'admin', '2018-07-16 16:17:45', '2018-07-16 14:44:27', '绠$悊鍛'); -INSERT INTO `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 ('4028f68164caf6520164cb5ecade0006', NULL, '1', '妫绱笅鎷夋', '100', 'jeecgListDemoController.do?suggest', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', NULL, NULL, '2018-07-24 16:19:04', NULL); -INSERT INTO `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 ('4028f68164caf6520164cb5d79670004', NULL, '1', 'plupload涓婁紶1', '100', 'jeecgFormDemoController.do?plupload1', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', '', 'admin', '绠$悊鍛', NULL, NULL, '2018-07-24 16:17:38', NULL); -UPDATE `t_s_function` SET `function_icon_style`='fa-list-ol' WHERE (`ID`='4028f68164caf6520164cb5ecade0006'); -UPDATE `t_s_function` SET `function_icon_style`='fa-upload' WHERE (`ID`='4028f68164caf6520164cb5d79670004'); -INSERT INTO `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 ('4028f68164cfec7b0164d07373540002', NULL, '1', 'plupload涓婁紶2', '100', 'jeecgFormDemoController.do?plupload2', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-upload', 'admin', '绠$悊鍛', NULL, NULL, '2018-07-25 15:59:44', NULL); -INSERT INTO `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 ('4028810a64e8d94d0164e9033a580005', NULL, '1', '鍗曟嵁鎵撳嵃', '10', 'jeecgFormDemoController.do?printingDemo', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-print', 'admin', '绠$悊鍛', 'admin', '2018-07-30 14:30:52', '2018-07-30 10:27:40', '绠$悊鍛'); -UPDATE `t_s_icon` SET `extend` = 'png', `iconclas` = 'deskIcon', `content` = NULL, `name` = 'Online琛ㄥ崟寮鍙', `path` = 'plug-in/sliding/icon/Finder.png', `type` = 3 WHERE `ID` = '8a8ab0b246dc81120146dc818102002c'; -INSERT INTO `t_s_muti_lang`(`id`, `lang_key`, `lang_context`, `lang_code`, `create_date`, `create_by`, `create_name`, `update_date`, `update_by`, `update_name`) VALUES ('4028810264f4f97d0164f528560a0010', 'please.input.table.content', 'Please Input Table Content', 'en', '2018-08-01 19:03:39', 'admin', '绠$悊鍛', NULL, NULL, NULL); -INSERT INTO `t_s_muti_lang`(`id`, `lang_key`, `lang_context`, `lang_code`, `create_date`, `create_by`, `create_name`, `update_date`, `update_by`, `update_name`) VALUES ('4028810264f4f97d0164f527c5dd000e', 'please.input.table.content', '璇峰~鍐欒〃鎻忚堪锛', 'zh-cn', '2018-08-01 19:03:02', 'admin', '绠$悊鍛', NULL, NULL, NULL); -UPDATE `cgform_field` SET `id`='ff8080816021b031016021fced19000f', `content`='鏀惰揣浜', `create_by`='admin', `create_date`='2017-12-04 22:45:12', `create_name`='绠$悊鍛', `dict_field`='receiver_name,receiver_mobile', `dict_table`='user_msg', `dict_text`='realname,account', `field_default`='', `field_href`='', `field_length`='120', `field_name`='receiver_name', `field_valid_type`='', `field_must_input`='N', `is_key`='N', `is_null`='Y', `is_query`='Y', `is_show`='Y', `is_show_list`='Y', `length`='56', `main_field`='', `main_table`='', `old_field_name`='receiver_name', `order_num`='11', `point_length`='0', `query_mode`='single', `show_type`='popup', `type`='string', `update_by`='admin', `update_date`='2018-08-02 20:14:54', `update_name`='绠$悊鍛', `table_id`='ff8080816021b031016021fced100004', `extend_json`='', `fill_rule_code`='' WHERE (`id`='ff8080816021b031016021fced19000f'); -update t_s_muti_lang set lang_context = '3.7.8' where lang_key ='system.version.number'; diff --git a/docs/鑰佺増鏈閲忓崌绾/jeecg_mysql-3.7.8-update-3.8.sql b/docs/鑰佺増鏈閲忓崌绾/jeecg_mysql-3.7.8-update-3.8.sql new file mode 100644 index 00000000..4216e888 --- /dev/null +++ b/docs/鑰佺増鏈閲忓崌绾/jeecg_mysql-3.7.8-update-3.8.sql @@ -0,0 +1,19 @@ +锘縄NSERT INTO `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 ('40288102653ced6601653cee431c0001', NULL, 1, '闈㈡澘鎷栨嫿', '37', 'jeecgListDemoController.do?goDraggablePanels', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', 0, 'fa-clone', 'admin', '绠$悊鍛', 'admin', '2018-08-15 18:17:15', '2018-08-15 17:32:52', '绠$悊鍛'); +INSERT INTO `t_s_muti_lang`(`id`, `lang_key`, `lang_context`, `lang_code`, `create_date`, `create_by`, `create_name`, `update_date`, `update_by`, `update_name`) VALUES ('402881026560c0a0016560e2bd800007', 'common.position.name', 'Position Name', 'en', '2018-08-22 17:06:37', 'admin', '绠$悊鍛', NULL, NULL, NULL); +INSERT INTO `t_s_muti_lang`(`id`, `lang_key`, `lang_context`, `lang_code`, `create_date`, `create_by`, `create_name`, `update_date`, `update_by`, `update_name`) VALUES ('402881026560c0a0016560e237d50005', 'common.position.name', '鑱屽姟', 'zh-cn', '2018-08-22 17:06:03', 'admin', '绠$悊鍛', NULL, NULL, NULL); +update cgform_ftl SET FTL_CONTENT = replace(FTL_CONTENT, 'plug-in/uploadify/jquery.uploadify-3.1.js', 'plug-in/plupload/plupload.full.min.js'); +UPDATE `jform_graphreport_head` SET `cgr_sql` = 'select a.userid, count(*) ct, sum(CASE WHEN a.logcontent like \'%鐧诲綍鎴愬姛\' or a.logcontent like \'%cess\' THEN 1 ELSE 0 END) login_count from t_s_log a where {operatetime} group by a.userid order by ct desc' WHERE `id` = '402881e64ca71152014ca71152480000'; +ALTER TABLE `cgform_enhance_java` +ADD COLUMN `event` varchar(10) NOT NULL COMMENT '浜嬩欢鐘舵(end:缁撴潫锛宻tart:寮濮)' AFTER `active_status`; +alter table cgform_enhance_java alter column event set default 'end'; +update cgform_enhance_java set event = 'end' where event is null; +INSERT INTO `t_s_muti_lang`(`id`, `lang_key`, `lang_context`, `lang_code`, `create_date`, `create_by`, `create_name`, `update_date`, `update_by`, `update_name`) VALUES ('40288102657927c401657947f3f90003', 'common.event', 'Event State', 'en', '2018-08-27 10:48:03', 'admin', '绠$悊鍛', NULL, NULL, NULL); +INSERT INTO `t_s_muti_lang`(`id`, `lang_key`, `lang_context`, `lang_code`, `create_date`, `create_by`, `create_name`, `update_date`, `update_by`, `update_name`) VALUES ('40288102657927c401657947644c0001', 'common.event', '浜嬩欢鐘舵', 'zh-cn', '2018-08-27 10:47:27', 'admin', '绠$悊鍛', NULL, NULL, NULL); + +INSERT INTO `t_s_muti_lang`(`id`, `lang_key`, `lang_context`, `lang_code`, `create_date`, `create_by`, `create_name`, `update_date`, `update_by`, `update_name`) VALUES ('40288102657951ed01657954835f0007', 'common.end', 'End', 'en', '2018-08-27 11:01:46', 'admin', '绠$悊鍛', NULL, NULL, NULL); +INSERT INTO `t_s_muti_lang`(`id`, `lang_key`, `lang_context`, `lang_code`, `create_date`, `create_by`, `create_name`, `update_date`, `update_by`, `update_name`) VALUES ('40288102657951ed0165795465070005', 'common.end', '缁撴潫', 'zh-cn', '2018-08-27 11:01:39', 'admin', '绠$悊鍛', NULL, NULL, NULL); +INSERT INTO `t_s_muti_lang`(`id`, `lang_key`, `lang_context`, `lang_code`, `create_date`, `create_by`, `create_name`, `update_date`, `update_by`, `update_name`) VALUES ('40288102657951ed0165795414370003', 'common.begin', 'Begin', 'en', '2018-08-27 11:01:18', 'admin', '绠$悊鍛', NULL, NULL, NULL); +INSERT INTO `t_s_muti_lang`(`id`, `lang_key`, `lang_context`, `lang_code`, `create_date`, `create_by`, `create_name`, `update_date`, `update_by`, `update_name`) VALUES ('40288102657951ed016579537e400001', 'common.begin', '寮濮', 'zh-cn', '2018-08-27 11:00:40', 'admin', '绠$悊鍛', NULL, NULL, NULL); +INSERT INTO `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 ('4028f681658063000165806aa21c0001', NULL, '1', 'jxls瀵煎嚭excel', '99', 'jeecgDemoExcelController.do?jxls', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-file-excel-o', 'admin', '绠$悊鍛', 'admin', '2018-08-28 20:07:29', '2018-08-28 20:03:16', '绠$悊鍛'); +INSERT INTO `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 ('4028f68165a8fe350165a90f06d50001', NULL, '1', '涓嬫媺澶氶塪emo', '100', 'jeecgFormDemoController.do?multiSelect', '4028f6815af3ce54015af3d1ad610001', '8a8ab0b246dc81120146dc8180460000', '8a8ab0b246dc81120146dc8180dd001e', '0', 'fa-list-ol', 'admin', '绠$悊鍛', 'admin', '2018-09-05 17:28:15', '2018-09-05 17:27:38', '绠$悊鍛'); +update t_s_muti_lang set lang_context = '3.8' where lang_key ='system.version.number'; diff --git a/pom.xml b/pom.xml index f82297c3..63bea4ca 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ 4.0.0 org.jeecgframework jeecg - 3.7.8 + 3.8 war - 3.6.3 + 3.6.4 1.0.0 @@ -70,7 +70,7 @@ 2.5.1 - 2.1.9 + 2.2.0 3.0.2 @@ -143,7 +143,7 @@ codegenerate ${codegenerate.version} system - ${project.basedir}/src/main/webapp/WEB-INF/lib/codegenerate-3.6.3-20180614.jar + ${project.basedir}/src/main/webapp/WEB-INF/lib/codegenerate-3.6.4-20180823.jar @@ -151,7 +151,7 @@ jeecg-common-plugin-ui ${jeecg-common-plugin-ui.version} system - ${project.basedir}/src/main/webapp/WEB-INF/lib/jeecg-common-plugin-ui-1.0.0-20180613.jar + ${project.basedir}/src/main/webapp/WEB-INF/lib/jeecg-common-plugin-ui-1.0.0-20180813.jar @@ -444,7 +444,7 @@ org.freemarker freemarker ${freemarker.version} - system + system ${project.basedir}/src/main/webapp/WEB-INF/lib/freemarker-null-2.3.19.jar @@ -614,6 +614,14 @@ + + + net.sf.jxls + jxls-core + 1.0.6 + + + diff --git a/src/main/java/com/jeecg/demo/controller/JeecgDemoExcelController.java b/src/main/java/com/jeecg/demo/controller/JeecgDemoExcelController.java index 597b933d..9421f119 100644 --- a/src/main/java/com/jeecg/demo/controller/JeecgDemoExcelController.java +++ b/src/main/java/com/jeecg/demo/controller/JeecgDemoExcelController.java @@ -1,10 +1,15 @@ package com.jeecg.demo.controller; +import java.io.BufferedInputStream; +import java.io.FileInputStream; import java.io.IOException; +import java.io.InputStream; +import java.net.URLEncoder; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; +import javax.servlet.ServletOutputStream; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.validation.Validator; @@ -15,6 +20,7 @@ import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; import org.jeecgframework.core.common.model.json.AjaxJson; import org.jeecgframework.core.common.model.json.DataGrid; import org.jeecgframework.core.constant.Globals; +import org.jeecgframework.core.util.JxlsExcelExportUtil; import org.jeecgframework.core.util.MyBeanUtils; import org.jeecgframework.core.util.ResourceUtil; import org.jeecgframework.core.util.StringUtil; @@ -37,10 +43,14 @@ import org.springframework.web.multipart.MultipartHttpServletRequest; import org.springframework.web.servlet.ModelAndView; import com.jeecg.demo.entity.JeecgDemoExcelEntity; +import com.jeecg.demo.entity.JformOrderCustomerEntity; +import com.jeecg.demo.entity.JformOrderMainEntity; +import com.jeecg.demo.page.JformOrderMainPage; import com.jeecg.demo.service.JeecgDemoExcelServiceI; import com.jeecg.demo.util.FreemarkerUtil; import io.swagger.annotations.Api; +import net.sf.jxls.transformer.XLSTransformer; /** * @Title: Controller @@ -324,5 +334,117 @@ public class JeecgDemoExcelController extends BaseController { e.printStackTrace(); } } + @RequestMapping("/jxlsExportXls") + public void jxlsExportXls(JeecgDemoExcelEntity jeecgDemoExcel,HttpServletRequest request,HttpServletResponse response) throws IOException{ + try { + //鏌ヨ缁勭粐缁撴瀯琛 鐢遍泦鍚堣浆鍖栨垚map + List> departs = this.systemService.findForJdbc("select id,departname from t_s_depart"); + Map dptMap = new HashMap(); + for (Map map : departs) { + dptMap.put(map.get("id").toString(), map.get("departname")); + } + //鑾峰彇鏁版嵁闆 + List list = this.jeecgDemoExcelService.loadAll(JeecgDemoExcelEntity.class); + //閬嶅巻鏇挎崲鍊 + for (JeecgDemoExcelEntity temp : list) { + String sex = temp.getSex(); + if("0".equals(sex)){ + sex = "鐢锋"; + }else if("1".equals(sex)){ + sex = "濂虫"; + } + temp.setSex(sex); + Object depart =dptMap.get(temp.getDepart()); + temp.setDepart(depart==null?"":String.valueOf(depart)); + } + //JXLS鐢熸垚workbook + Map beans =new HashMap(); + beans.put("datac",list); + XLSTransformer transformer = new XLSTransformer(); + String srcFilePath = request.getServletContext().getRealPath("/")+"export/template/jxls.xls"; + InputStream is = new BufferedInputStream(new FileInputStream(srcFilePath)); + org.apache.poi.ss.usermodel.Workbook workbook = transformer.transformXLS(is, beans); + //璁剧疆瀵煎嚭 + response.addHeader("Cache-Control","no-cache"); + response.setCharacterEncoding("UTF-8"); + response.setContentType("application/octet-stream;charset=UTF-8"); + String ua = request.getHeader("user-agent"); + ua = ua == null ? null : ua.toLowerCase(); + String docFileName = "jxls瀵煎嚭excel-demo.xls"; + if(ua != null && (ua.indexOf("firefox") > 0 || ua.indexOf("safari")>0)){ + try { + docFileName = new String(docFileName.getBytes(),"ISO8859-1"); + response.addHeader("Content-Disposition","attachment;filename=" + docFileName); + } catch (Exception e) { + } + }else{ + try { + docFileName = URLEncoder.encode(docFileName, "utf-8"); + response.addHeader("Content-Disposition","attachment;filename=" + docFileName); + } catch (Exception e) { + } + } + ServletOutputStream out = response.getOutputStream(); + workbook.write(out); + out.flush(); + } catch (Exception e) { + e.printStackTrace(); + } + } + @RequestMapping(params = "jxls") + public ModelAndView jxls(HttpServletRequest req) { + return new ModelAndView("com/jeecg/demo/excel/jxlsOne2manyIndex"); + } + @RequestMapping(params = "mainlist") + public ModelAndView mainlist(HttpServletRequest req) { + return new ModelAndView("com/jeecg/demo/excel/jxlsOne2manyMain"); + } + @RequestMapping(params = "sublist") + public ModelAndView sublist(HttpServletRequest req) { + return new ModelAndView("com/jeecg/demo/excel/jxlsOne2manySub"); + } + @RequestMapping(params = "jxlsExportXlsOne2Many") + public void jxlsExportXlsOne2Many(JformOrderMainEntity jformOrderMain,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid,ModelMap map) { + CriteriaQuery cq = new CriteriaQuery(JformOrderMainEntity.class, dataGrid); + //鏌ヨ鏉′欢缁勮鍣 + org.jeecgframework.core.extend.hqlsearch.HqlGenerateUtil.installHql(cq, jformOrderMain); + try{ + cq.add(); + List list=this.systemService.getListByCriteriaQuery(cq, false); + List pageList=new ArrayList(); + if(list!=null&&list.size()>0){ + for(JformOrderMainEntity entity:list){ + try{ + JformOrderMainPage page=new JformOrderMainPage(); + MyBeanUtils.copyBeanNotNull2Bean(entity,page); + Object id0 = entity.getId(); + String hql0 = "from JformOrderCustomerEntity where 1 = 1 AND fK_ID = ? "; + List jformOrderCustomerEntityList = systemService.findHql(hql0,id0); + for (JformOrderCustomerEntity temp : jformOrderCustomerEntityList) { + String sex = temp.getSex(); + if("0".equals(sex)){ + sex = "鐢锋"; + }else if("1".equals(sex)){ + sex = "濂虫"; + } + temp.setSex(sex); + } + page.setJformOrderCustomerList(jformOrderCustomerEntityList); + pageList.add(page); + }catch(Exception e){ + logger.info(e.getMessage()); + } + } + } + Map beans =new HashMap(); + beans.put("datac",pageList); + String repeat = request.getParameter("repeat"); + String templateFilePath = request.getServletContext().getRealPath("/")+"export/template/jxlsone2many-"+repeat+".xls"; + String exportFileName = "jxls瀵煎嚭excel-demo(涓瀵瑰).xls"; + JxlsExcelExportUtil.export(beans,exportFileName,templateFilePath, request, response); + }catch (Exception e) { + throw new BusinessException(e.getMessage()); + } + } } diff --git a/src/main/java/com/jeecg/demo/controller/JeecgFormDemoController.java b/src/main/java/com/jeecg/demo/controller/JeecgFormDemoController.java index c9446782..60d09e6f 100644 --- a/src/main/java/com/jeecg/demo/controller/JeecgFormDemoController.java +++ b/src/main/java/com/jeecg/demo/controller/JeecgFormDemoController.java @@ -1012,4 +1012,14 @@ public class JeecgFormDemoController extends BaseController { return new ModelAndView("com/jeecg/demo/printingDemo"); } + + /** + * 澶氶変笅鎷夋DEMO + * @author taoYan + * @since 2018骞9鏈5鏃 + */ + @RequestMapping(params = "multiSelect") + public ModelAndView multiSelect() { + return new ModelAndView("com/jeecg/demo/select_multi"); + } } \ No newline at end of file diff --git a/src/main/java/com/jeecg/demo/controller/JeecgListDemoController.java b/src/main/java/com/jeecg/demo/controller/JeecgListDemoController.java index c8e2a4b3..7e14db08 100644 --- a/src/main/java/com/jeecg/demo/controller/JeecgListDemoController.java +++ b/src/main/java/com/jeecg/demo/controller/JeecgListDemoController.java @@ -1411,12 +1411,21 @@ public class JeecgListDemoController extends BaseController { @RequestMapping(value = "loadSuggestData") @ResponseBody public Object loadSuggestData(String keyword,HttpServletRequest request) { - String sql = "select a.username,a.realname,IFNULL(c.departname,'鐏槦浜') as depart from t_s_base_user a left join t_s_user_org b on b.user_id = a.ID left join t_s_depart c on c.id = b.org_id " + + String sql = "select a.username,a.realname,c.departname as depart from t_s_base_user a left join t_s_user_org b on b.user_id = a.ID left join t_s_depart c on c.id = b.org_id " + "";//TODO keyword 娌$敤鍒 JSONObject object = new JSONObject(); object.put("message", ""); try { List> data = this.systemService.findForJdbc(sql); + for (Map map : data) { + for (String key : map.keySet()) { + if(null == map.get(key)){ + map.put(key,""); + } + } + } + net.sf.json.JSONArray array = net.sf.json.JSONArray.fromObject(data); object.put("value", array); object.put("code", 200); @@ -1427,4 +1436,13 @@ public class JeecgListDemoController extends BaseController { return object; } + /** + * DropDownDatagrid 鏂板鎷栨嫿闈㈡澘椤甸潰 + * @return + */ + @RequestMapping(params = "goDraggablePanels") + public ModelAndView goDraggablePanels(HttpServletRequest request) { + return new ModelAndView("com/jeecg/demo/draggablePanels"); + } + } diff --git a/src/main/java/com/jeecg/demo/service/impl/JeecgDemoServiceImpl.java b/src/main/java/com/jeecg/demo/service/impl/JeecgDemoServiceImpl.java index edc08de7..9b14df82 100644 --- a/src/main/java/com/jeecg/demo/service/impl/JeecgDemoServiceImpl.java +++ b/src/main/java/com/jeecg/demo/service/impl/JeecgDemoServiceImpl.java @@ -4,6 +4,7 @@ import java.sql.PreparedStatement; import java.sql.SQLException; import java.text.SimpleDateFormat; import java.util.ArrayList; +import java.util.Date; import java.util.List; import java.util.UUID; @@ -66,7 +67,11 @@ public class JeecgDemoServiceImpl extends CommonServiceImpl implements JeecgDemo ps.setString(1, id); ps.setString(2, name); ps.setInt(3, age); - ps.setString(4, DateUtils.date2Str(new SimpleDateFormat("yyyy-MM-dd HH:mm"))); + +// ps.setString(4, DateUtils.date2Str(new SimpleDateFormat("yyyy-MM-dd HH:mm"))); + java.sql.Date date = new java.sql.Date(new Date().getTime()); + ps.setDate(4, date); + } public int getBatchSize() { diff --git a/src/main/java/com/jeecg/demo/util/FreemarkerUtil.java b/src/main/java/com/jeecg/demo/util/FreemarkerUtil.java index 9ce9a806..c5b7f650 100644 --- a/src/main/java/com/jeecg/demo/util/FreemarkerUtil.java +++ b/src/main/java/com/jeecg/demo/util/FreemarkerUtil.java @@ -39,7 +39,7 @@ public class FreemarkerUtil { if (ftl == null) { synchronized (LOCK) { try { - ftl = new FreemarkerUtil(request.getServletContext().getRealPath("/")+"export/template"); + ftl = new FreemarkerUtil(request.getSession().getServletContext().getRealPath("/")+"export/template"); } catch (IOException e) { e.printStackTrace(); } diff --git a/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java b/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java index f062d407..c6dfd6fc 100644 --- a/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java +++ b/src/main/java/org/jeecgframework/core/common/dao/impl/CommonDao.java @@ -40,6 +40,7 @@ import java.util.*; * @author 寮犱唬娴 * */ +@SuppressWarnings("unchecked") @Repository public class CommonDao extends GenericBaseCommonDao implements ICommonDao, IGenericBaseCommonDao { diff --git a/src/main/java/org/jeecgframework/core/constant/Globals.java b/src/main/java/org/jeecgframework/core/constant/Globals.java index d47fcca0..dc707479 100644 --- a/src/main/java/org/jeecgframework/core/constant/Globals.java +++ b/src/main/java/org/jeecgframework/core/constant/Globals.java @@ -135,4 +135,10 @@ public final class Globals { BUTTON_AUTHORITY_CHECK = true; } } + + /** + * rest鎺ュ彛 list鏈澶у綋鍓嶆潯鏁 + */ + public static Integer MAX_PAGESIZE = 2000; //鏉℃暟 + } diff --git a/src/main/java/org/jeecgframework/core/enums/StoreUploadFilePathEnum.java b/src/main/java/org/jeecgframework/core/enums/StoreUploadFilePathEnum.java index 97f52657..0de88f52 100644 --- a/src/main/java/org/jeecgframework/core/enums/StoreUploadFilePathEnum.java +++ b/src/main/java/org/jeecgframework/core/enums/StoreUploadFilePathEnum.java @@ -11,6 +11,8 @@ import org.jeecgframework.core.util.oConvertUtils; */ public enum StoreUploadFilePathEnum { PHOTOSUCAI("photosucai", "upload"+File.separator+"img"+File.separator+"photosucai"), + /**online鏂囦欢涓婁紶浣嶇疆*/ + ONlINE("online","upload"+File.separator+"online"), DEFAULT("default", "upload"+File.separator+"files"); private String name; diff --git a/src/main/java/org/jeecgframework/core/enums/SysThemesEnum.java b/src/main/java/org/jeecgframework/core/enums/SysThemesEnum.java index 807ba02a..42e145b5 100644 --- a/src/main/java/org/jeecgframework/core/enums/SysThemesEnum.java +++ b/src/main/java/org/jeecgframework/core/enums/SysThemesEnum.java @@ -19,7 +19,8 @@ public enum SysThemesEnum { ACE_LE_STYLE("acele","main/ace_main","metrole", "ACE2椋庢牸"), DIY("diy","main/diy","default","diy椋庢牸"), HPLUS("hplus","main/hplus_main","metrole","H+椋庢牸"), - FINEUI_STYLE("fineui","main/fineui_main","metrole", "fineUI椋庢牸"); + FINEUI_STYLE("fineui","main/fineui_main","metrole", "fineUI椋庢牸"), + ADMINLTE_STYLE("adminlte","main/adminlte_main","metrole","AdminLTE椋庢牸"); /** * 椋庢牸 diff --git a/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java b/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java index 155a0d0a..f5fccd05 100644 --- a/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java +++ b/src/main/java/org/jeecgframework/core/interceptors/AuthInterceptor.java @@ -76,6 +76,9 @@ public class AuthInterceptor implements HandlerInterceptor { //閫氳繃杞崲锛岃幏鍙栫敤鎴风殑璇锋眰URL鍦板潃 String requestPath = ResourceUtil.getJgAuthRequsetPath(request); + + requestPath = filterUrl(requestPath); + //API鎺ュ彛锛屼笉鍋氱櫥闄嗛獙璇 if (requestPath.length()>3&&"api/".equals(requestPath.substring(0,4))) { return true; @@ -106,7 +109,6 @@ public class AuthInterceptor implements HandlerInterceptor { } logger.debug("-----authInterceptor----requestPath------"+requestPath); - //姝ラ涓夛細 鍒ゆ柇璇锋眰URL锛屾槸鍚︽湁鑿滃崟璁块棶鏉冮檺 if(!systemService.loginUserIsHasMenuAuth(requestPath,functionId,loginUserId,orgId)){ Boolean isAjax=isAjax(request); @@ -267,4 +269,20 @@ public class AuthInterceptor implements HandlerInterceptor { public void setExcludeContainUrls(List excludeContainUrls) { this.excludeContainUrls = excludeContainUrls; } + + private String filterUrl(String requestPath){ + String url = ""; + if(oConvertUtils.isNotEmpty(requestPath)){ + url = requestPath.replace("\\", "/"); + url = requestPath.replace("//", "/"); + if(url.indexOf("//")>=0){ + url = filterUrl(url); + } + if(url.startsWith("/")){ + url=url.substring(1); + } + } + return url; + } + } diff --git a/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java b/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java index 84beb135..96d5612e 100644 --- a/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java +++ b/src/main/java/org/jeecgframework/core/util/DynamicDBUtil.java @@ -137,17 +137,18 @@ public class DynamicDBUtil { list = findList(dbKey, sql, param); - if(ListUtils.isNullOrEmpty(list)) { logger.error("Except one, but not find actually"); + return null; } if(list.size() > 1) { logger.error("Except one, but more than one actually"); + return null; } - + return list.get(0); } @@ -161,12 +162,16 @@ public class DynamicDBUtil { public static Object findOneByHash(final String dbKey, String sql, HashMap data){ List> list; list = findListByHash(dbKey, sql, data); + if(ListUtils.isNullOrEmpty(list)){ logger.error("Except one, but not find actually"); + return null; } if(list.size() > 1){ logger.error("Except one, but more than one actually"); + return null; } + return list.get(0); } diff --git a/src/main/java/org/jeecgframework/core/util/JxlsExcelExportUtil.java b/src/main/java/org/jeecgframework/core/util/JxlsExcelExportUtil.java new file mode 100644 index 00000000..1a7da94b --- /dev/null +++ b/src/main/java/org/jeecgframework/core/util/JxlsExcelExportUtil.java @@ -0,0 +1,52 @@ +package org.jeecgframework.core.util; + +import java.io.BufferedInputStream; +import java.io.FileInputStream; +import java.io.FileNotFoundException; +import java.io.IOException; +import java.io.InputStream; +import java.net.URLEncoder; +import java.util.HashMap; +import java.util.Map; + +import javax.servlet.ServletOutputStream; +import javax.servlet.http.HttpServletRequest; +import javax.servlet.http.HttpServletResponse; + +import org.apache.poi.openxml4j.exceptions.InvalidFormatException; + +import net.sf.jxls.exception.ParsePropertyException; +import net.sf.jxls.transformer.XLSTransformer; + +public class JxlsExcelExportUtil { + + public static void export(Map beans,String exportFileName,String templateFilePath, HttpServletRequest request,HttpServletResponse response) throws ParsePropertyException, InvalidFormatException, IOException{ + XLSTransformer transformer = new XLSTransformer(); + InputStream is = new BufferedInputStream(new FileInputStream(templateFilePath)); + org.apache.poi.ss.usermodel.Workbook workbook = transformer.transformXLS(is, beans); + //璁剧疆瀵煎嚭 + response.addHeader("Cache-Control","no-cache"); + response.setCharacterEncoding("UTF-8"); + response.setContentType("application/octet-stream;charset=UTF-8"); + String ua = request.getHeader("user-agent"); + ua = ua == null ? null : ua.toLowerCase(); + + if(ua != null && (ua.indexOf("firefox") > 0 || ua.indexOf("safari")>0)){ + try { + exportFileName = new String(exportFileName.getBytes(),"ISO8859-1"); + response.addHeader("Content-Disposition","attachment;filename=" + exportFileName); + } catch (Exception e) { + } + }else{ + try { + exportFileName = URLEncoder.encode(exportFileName, "utf-8"); + response.addHeader("Content-Disposition","attachment;filename=" + exportFileName); + } catch (Exception e) { + } + } + ServletOutputStream out = response.getOutputStream(); + workbook.write(out); + out.flush(); + } + +} diff --git a/src/main/java/org/jeecgframework/core/util/ListtoMenu.java b/src/main/java/org/jeecgframework/core/util/ListtoMenu.java index 56574ce6..b5ba6a3c 100644 --- a/src/main/java/org/jeecgframework/core/util/ListtoMenu.java +++ b/src/main/java/org/jeecgframework/core/util/ListtoMenu.java @@ -860,7 +860,9 @@ public class ListtoMenu { menuString.append("
  • "); if(function.getFunctionIconStyle()!=null&&!function.getFunctionIconStyle().trim().equals("")){ - menuString.append(""); + + menuString.append(""); + }else{ menuString.append(""); } @@ -1118,4 +1120,26 @@ public class ListtoMenu { return menuString.toString(); } + /** + * 鎷艰AdminLTE 澶氱骇 鑿滃崟 涓嬬骇鑿滃崟涓烘爲褰 + * @param map the map of Map> + * @param style 鏍峰紡锛欰dminLTE椋庢牸 + * @return + */ + public static String getAdminlteTree(Map> map) { + if(map==null||map.size()==0||!map.containsKey(0)){return "涓嶅叿鏈変换浣曟潈闄,\n璇锋壘绠$悊鍛樺垎閰嶆潈闄";} + StringBuffer menuString = new StringBuffer(); + List list = map.get(0); + for (TSFunction function : list) { + if(!function.hasSubFunction(map)){ + menuString.append(getChildOfTree(function,1,map)); + }else{ + menuString.append("
  • "); + menuString.append(""+ getMutiLang(function.getFunctionName()) +""); + menuString.append("
  • "); + } + } + return menuString.toString(); + } + } \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/core/util/UrlCheckUtil.java b/src/main/java/org/jeecgframework/core/util/UrlCheckUtil.java new file mode 100644 index 00000000..27906503 --- /dev/null +++ b/src/main/java/org/jeecgframework/core/util/UrlCheckUtil.java @@ -0,0 +1,36 @@ +package org.jeecgframework.core.util; + + +public class UrlCheckUtil { + /** + *妫鏌rl鏄惁鍖呭惈鎸囧畾瀛楃涓 + * + * @return + */ + public static Boolean checkUrl(String url,String specifyCharacter) { + url=url.replace("\\", "/"); + Boolean flag = false; + if(url.contains(specifyCharacter)){ + flag=true; + } + return flag; + } + + /** + * 妫鏌rl鏄惁鍖呭惈/./鎴栨槸/../,鏈夊垯杩斿洖true + */ + public static Boolean checkUrl(String url) { + return checkUrl(url,"/./") || checkUrl(url,"/../"); + } + public static void main(String[] args) { + try { + Boolean checkUrl = checkUrl("\\user\\.\\aa.jpg","/./"); + System.out.println(checkUrl); + if(checkUrl){ + throw new Exception("鏂囦欢鍦板潃涓嶅悎娉"); + } + } catch (Exception e) { + e.printStackTrace(); + } + } +} diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java index 2688bdca..9bab26c5 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/BaseTag.java @@ -235,8 +235,13 @@ public class BaseTag extends JeecgTag { sb.append(""); } if (oConvertUtils.isIn("uploadify", types)) { + + /*sb.append(""); + sb.append("");*/ sb.append(""); - sb.append(""); + sb.append(""); + sb.append(""); + } types = null; diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/ComboTreeTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/ComboTreeTag.java index aacc5c72..554dac1e 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/ComboTreeTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/ComboTreeTag.java @@ -15,6 +15,7 @@ import javax.servlet.jsp.tagext.TagSupport; * @version 1.0 */ public class ComboTreeTag extends TagSupport { + private static final long serialVersionUID = 1L; protected String id;// ID protected String url;// 杩滅▼鏁版嵁URL protected String name;// 鎺т欢鍚嶇О diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java index 4caf0129..65147543 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/DataGridTag.java @@ -1565,7 +1565,8 @@ public class DataGridTag extends TagSupport { sb.append("columns:[["); this.getField(sb); sb.append("]],"); - sb.append("onLoadSuccess:function(data){$(\"#"+name+"\")."+grid+"(\"clearSelections\");"); + + sb.append("onLoadSuccess:function(data){$(\"#"+name+"\")."+grid+"(\"clearChecked\");$(\"#"+name+"\")."+grid+"(\"clearSelections\");"); //sb.append(" $(this).datagrid(\"fixRownumber\");"); @@ -4122,7 +4123,7 @@ appendLine(sb," }}\">鍏崇郴"); }else{ appendLine(sb,"var toolbar = [{"); appendLine(sb," text:'',"); - appendLine(sb," iconCls:'"+btnCls+"',"); + appendLine(sb," iconCls:'icon-add',"); appendLine(sb," handler:function(){append();}"); appendLine(sb,"},{"); appendLine(sb," text:'',"); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java index 8f58a630..19f24763 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/MenuTag.java @@ -129,6 +129,9 @@ public class MenuTag extends JeecgTag { }else if (style.equals("fineui")){ sb.append(ListtoMenu.getFineuiMultistageTree(menuFun)); } + if(style.equals("adminlte")) { + sb.append(ListtoMenu.getAdminlteTree(menuFun)); + } this.putTagCache(sb); diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java b/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java index e8a64216..b48e302b 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/TagUtil.java @@ -18,11 +18,9 @@ import org.codehaus.jackson.map.ObjectMapper; import org.jeecgframework.core.common.hibernate.qbc.PageList; import org.jeecgframework.core.common.model.json.ComboBox; import org.jeecgframework.core.common.model.json.DataGrid; -import org.jeecgframework.core.util.ContextHolderUtils; import org.jeecgframework.core.util.ReflectHelper; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.oConvertUtils; -import org.jeecgframework.tag.core.util.GzipUtilities; import org.jeecgframework.tag.vo.datatable.DataTableReturn; import org.jeecgframework.tag.vo.easyui.Autocomplete; import org.jeecgframework.web.system.pojo.base.TSRole; @@ -486,22 +484,10 @@ public class TagUtil { response.setHeader("Cache-Control", "no-store"); String jsonStr = TagUtil.getJson(dg); try { - - HttpServletRequest request = ContextHolderUtils.getRequest(); - if (GzipUtilities.isGzipSupported(request) && !GzipUtilities.isGzipDisabled(request)) { - log.debug("-------datagrid----json-----寮鍚疓zip鍘嬬缉-------------"); - response.setHeader("Content-Encoding", "gzip"); - OutputStream pw = GzipUtilities.getGzipWriter(response); - pw.write(jsonStr.getBytes("UTF-8")); - pw.flush(); - pw.close(); - } else { - PrintWriter pw = response.getWriter(); - pw.write(jsonStr.toString()); - pw.flush(); - pw.close(); - } - + PrintWriter pw = response.getWriter(); + pw.write(jsonStr.toString()); + pw.flush(); + pw.close(); } catch (IOException e) { e.printStackTrace(); }finally{ @@ -528,22 +514,10 @@ public class TagUtil { JSONObject object = JSONObject.parseObject(jsonStr); JSONArray rows = object.getJSONArray("rows"); try { - - HttpServletRequest request = ContextHolderUtils.getRequest(); - if (GzipUtilities.isGzipSupported(request) && !GzipUtilities.isGzipDisabled(request)) { - log.debug("-------datagrid----json-----寮鍚疓zip鍘嬬缉-------------"); - response.setHeader("Content-Encoding", "gzip"); - OutputStream pw = GzipUtilities.getGzipWriter(response); - pw.write(rows.toString().getBytes("UTF-8")); - pw.flush(); - pw.close(); - } else { - PrintWriter pw = response.getWriter(); - pw.write(rows.toString()); - pw.flush(); - pw.close(); - } - + PrintWriter pw = response.getWriter(); + pw.write(rows.toString()); + pw.flush(); + pw.close(); } catch (IOException e) { e.printStackTrace(); }finally{ @@ -577,23 +551,11 @@ public class TagUtil { } try { - - HttpServletRequest request = ContextHolderUtils.getRequest(); - if (GzipUtilities.isGzipSupported(request) && !GzipUtilities.isGzipDisabled(request)) { - log.debug("-------datagrid----json-----寮鍚疓zip鍘嬬缉-------------"); - response.setHeader("Content-Encoding", "gzip"); - OutputStream pw = GzipUtilities.getGzipWriter(response); - pw.write(object.toString().getBytes("UTF-8")); - pw.flush(); - pw.close(); - } else { - PrintWriter pw = response.getWriter(); - pw = response.getWriter(); - pw.write(object.toString()); - pw.flush(); - pw.close(); - } - + PrintWriter pw = response.getWriter(); + pw = response.getWriter(); + pw.write(object.toString()); + pw.flush(); + pw.close(); } catch (IOException e) { e.printStackTrace(); }finally{ diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/UploadPlTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/UploadPlTag.java new file mode 100644 index 00000000..49d4af06 --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/core/easyui/UploadPlTag.java @@ -0,0 +1,402 @@ +package org.jeecgframework.tag.core.easyui; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +import javax.servlet.jsp.JspTagException; +import javax.servlet.jsp.JspWriter; + +import org.jeecgframework.core.online.util.FreemarkerHelper; +import org.jeecgframework.core.util.ContextHolderUtils; +import org.jeecgframework.core.util.SysThemesUtil; +import org.jeecgframework.core.util.oConvertUtils; +import org.jeecgframework.tag.core.JeecgTag; + +/** + * 鐢╬lupload瀹炵幇uploadify鐨勪笂浼犳晥鏋
    + * 鑻ヨ鏃犵紳鏇挎崲uploadify鏍囩 鍒欓渶淇敼濡備笅锛
    + * 1銆佷慨鏀筫asyui.tld upload鏍囩鐨則ag-class涓烘绫
    + * 2銆佷慨鏀筨ase鏍囩鍐卽ploadify鐨勫紩鍏ヤ负娉ㄩ噴閮ㄥ垎锛屽苟灏嗙幇鏈夌殑寮曞叆娉ㄩ噴鎺
    + * @author taoYan + * @since 2018骞8鏈16鏃 + */ +public class UploadPlTag extends JeecgTag { + private static final long serialVersionUID = -9022815118906773203L; + /**閫氱敤鏂囦欢鍚庣紑*/ + private static final String ALL_COMMON_FILE = "doc,docx,txt,ppt,xls,xlsx,html,htm"; + /**鍥剧墖鏂囦欢鍚庣紑*/ + private static final String ALL_IMG_FILE = "jpg,jpeg,png,gif,bmp,ico,tif"; + protected String id;// ID + protected String uploader;//url + protected String name;//鎺т欢鍚嶇О + protected String formData;//鍙傛暟鍚嶇О + protected String extend="";//涓婁紶鏂囦欢鐨勬墿灞曞悕 + protected String buttonText="娴忚";//鎸夐挳鏂囨湰 + protected boolean multi=true;//鏄惁澶氭枃浠 + protected String queueID="filediv";//鏂囦欢瀹瑰櫒ID + protected boolean dialog=true;//鏄惁鏄脊鍑虹獥鍙fā寮 + protected String callback; + protected boolean auto=false;//鏄惁鑷姩涓婁紶 + protected String onUploadSuccess;//涓婁紶鎴愬姛澶勭悊鍑芥暟 + protected boolean view=false;//鐢熸垚鏌ョ湅鍒犻櫎閾炬帴 + protected String formId;//鍙傛暟鍚嶇О + private boolean outhtml = true; + private String onUploadStart;//涓婁紶寮濮嬪鐞嗗嚱鏁 + private String height="18";//鑷畾涔変笂浼犳寜閽珮搴 + private String width="80";//鑷畾涔変笂浼犳寜閽搴 + private String fileSizeLimit = "15MB";//涓婁紶鏂囦欢澶у皬璁剧疆 + private String onFileAdded;//鏂囦欢娣诲姞鏃惰Е鍙戞柟娉 + private String onFilesRemoved;//鏂囦欢绉婚櫎鏃惰Е鍙戞柟娉 + + @SuppressWarnings("unchecked") + public int doStartTag() throws JspTagException { + List idList = (List) pageContext.getRequest().getAttribute("nameList"); + if(idList == null || idList.isEmpty()){ + idList = new ArrayList(); + } + idList.add(id); + pageContext.getRequest().setAttribute("nameList", idList); + return EVAL_PAGE; + } + + public int doEndTag() throws JspTagException { + JspWriter out = null; + try { + out = this.pageContext.getOut(); + out.print(end().toString()); + out.flush(); + } catch (IOException e) { + e.printStackTrace(); + }finally{ + try { + out.clear(); + out.close(); + } catch (Exception e2) { + } + } + return EVAL_PAGE; + } + + public StringBuffer end() { + StringBuffer sb = this.getTagCache(); + if(sb != null){ + return sb; + } + sb = new StringBuffer(); + FreemarkerHelper free = new FreemarkerHelper(); + Map mainConfig = new HashMap(); + mainConfig.put("obj",this); + mainConfig.put("style","uploadify"); + List idList = (List) pageContext.getRequest().getAttribute("nameList"); + mainConfig.put("idList",idList); + String superQuery = free.parseTemplate("/org/jeecgframework/tag/ftl/plupload.ftl", mainConfig); + String format = "\r\n"; //璋冭瘯 鏍煎紡鍖 + sb.append(superQuery).append(format); + return sb; + } + + public String getAllowedFilesExt(){ + if(oConvertUtils.isEmpty(extend)){ + return ALL_COMMON_FILE+","+ALL_IMG_FILE; + }else{ + if("pic".equals(extend)){ + return ALL_IMG_FILE; + }else if(extend.equals("office")){ + return ALL_COMMON_FILE; + }else{ + if(extend.indexOf("*.")>=0){ + extend = extend.replace("*.", ""); + } + if(extend.indexOf(";")>=0){ + extend = extend.replace(";", ","); + } + return extend; + } + } + } + + /** + * 鑾峰彇涓婁紶璺緞,淇敼jsessionid浼犱笉鍒板悗鍙扮殑bug jueyue --- 20130916 + * @return + */ + public String getUploader() { + return uploader+"&sessionId="+pageContext.getSession().getId()+"',"; + } + + /** + * @return the id + */ + public String getId() { + return id; + } + /** + * @param id the id to set + */ + public void setId(String id) { + this.id = id; + } + /** + * @return the name + */ + public String getName() { + return name; + } + /** + * @param name the name to set + */ + public void setName(String name) { + this.name = name; + } + /** + * @return the formData + */ + public String getFormData() { + return formData; + } + /** + * @param formData the formData to set + */ + public void setFormData(String formData) { + this.formData = formData; + } + /** + * @return the extend + */ + public String getExtend() { + return extend; + } + /** + * @param extend the extend to set + */ + public void setExtend(String extend) { + this.extend = extend; + } + /** + * @return the buttonText + */ + public String getButtonText() { + return buttonText; + } + /** + * @param buttonText the buttonText to set + */ + public void setButtonText(String buttonText) { + this.buttonText = buttonText; + } + /** + * @return the multi + */ + public boolean isMulti() { + return multi; + } + /** + * @param multi the multi to set + */ + public void setMulti(boolean multi) { + this.multi = multi; + } + /** + * @return the queueID + */ + public String getQueueID() { + return queueID; + } + /** + * @param queueID the queueID to set + */ + public void setQueueID(String queueID) { + this.queueID = queueID; + } + /** + * @return the dialog + */ + public boolean isDialog() { + return dialog; + } + /** + * @param dialog the dialog to set + */ + public void setDialog(boolean dialog) { + this.dialog = dialog; + } + /** + * @return the callback + */ + public String getCallback() { + return callback; + } + /** + * @param callback the callback to set + */ + public void setCallback(String callback) { + this.callback = callback; + } + /** + * @return the auto + */ + public boolean isAuto() { + return auto; + } + /** + * @param auto the auto to set + */ + public void setAuto(boolean auto) { + this.auto = auto; + } + /** + * @return the onUploadSuccess + */ + public String getOnUploadSuccess() { + return onUploadSuccess; + } + /** + * @param onUploadSuccess the onUploadSuccess to set + */ + public void setOnUploadSuccess(String onUploadSuccess) { + this.onUploadSuccess = onUploadSuccess; + } + /** + * @return the view + */ + public boolean isView() { + return view; + } + /** + * @param view the view to set + */ + public void setView(boolean view) { + this.view = view; + } + /** + * @return the formId + */ + public String getFormId() { + return formId; + } + /** + * @param formId the formId to set + */ + public void setFormId(String formId) { + this.formId = formId; + } + /** + * @return the outhtml + */ + public boolean isOuthtml() { + return outhtml; + } + /** + * @param outhtml the outhtml to set + */ + public void setOuthtml(boolean outhtml) { + this.outhtml = outhtml; + } + /** + * @return the onUploadStart + */ + public String getOnUploadStart() { + return onUploadStart; + } + /** + * @param onUploadStart the onUploadStart to set + */ + public void setOnUploadStart(String onUploadStart) { + this.onUploadStart = onUploadStart; + } + /** + * @return the height + */ + public String getHeight() { + return height; + } + /** + * @param height the height to set + */ + public void setHeight(String height) { + this.height = height; + } + /** + * @return the width + */ + public String getWidth() { + return width; + } + /** + * @param width the width to set + */ + public void setWidth(String width) { + this.width = width; + } + /** + * @return the fileSizeLimit + */ + public String getFileSizeLimit() { + return fileSizeLimit; + } + /** + * @param fileSizeLimit the fileSizeLimit to set + */ + public void setFileSizeLimit(String fileSizeLimit) { + this.fileSizeLimit = fileSizeLimit; + } + /** + * @param uploader the uploader to set + */ + public void setUploader(String uploader) { + this.uploader = uploader; + } + + /** + * @return the onFileAdded + */ + public String getOnFileAdded() { + return onFileAdded; + } + + /** + * @param onFileAdded the onFileAdded to set + */ + public void setOnFileAdded(String onFileAdded) { + this.onFileAdded = onFileAdded; + } + + /** + * @return the onFilesRemoved + */ + public String getOnFilesRemoved() { + return onFilesRemoved; + } + + /** + * @param onFilesRemoved the onFilesRemoved to set + */ + public void setOnFilesRemoved(String onFilesRemoved) { + this.onFilesRemoved = onFilesRemoved; + } + + @Override + public String toString() { + StringBuilder builder = new StringBuilder(); + builder.append("UploadTag [id=").append(id).append(", uploader=") + .append(uploader).append(", name=").append(name) + .append(", formData=").append(formData).append(", extend=") + .append(extend).append(", buttonText=").append(buttonText) + .append(", multi=").append(multi).append(", queueID=") + .append(queueID).append(", dialog=").append(dialog) + .append(", callback=").append(callback).append(", auto=") + .append(auto).append(", onUploadSuccess=") + .append(onUploadSuccess).append(", view=").append(view) + .append(", formId=").append(formId).append(", outhtml=") + .append(outhtml).append(", fileSizeLimit=").append(fileSizeLimit) + .append(",sysTheme=").append(SysThemesUtil.getSysTheme(ContextHolderUtils.getRequest()).getStyle()) + .append(",brower_type=").append(ContextHolderUtils.getSession().getAttribute("brower_type")) + .append(",height=").append(height) + .append(",width=").append(width) + .append("]"); + return builder.toString(); + } + +} diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/WebUploaderPlTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/WebUploaderPlTag.java new file mode 100644 index 00000000..7b6a016d --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/core/easyui/WebUploaderPlTag.java @@ -0,0 +1,449 @@ +package org.jeecgframework.tag.core.easyui; + +import java.io.IOException; +import java.util.HashMap; +import java.util.Map; +import java.util.Random; +import javax.servlet.jsp.JspTagException; +import javax.servlet.jsp.JspWriter; +import javax.servlet.jsp.tagext.TagSupport; +import org.jeecgframework.core.online.util.FreemarkerHelper; +import org.jeecgframework.core.util.FileUtils; +import org.jeecgframework.core.util.ResourceUtil; +import org.jeecgframework.core.util.oConvertUtils; + +public class WebUploaderPlTag extends TagSupport { + + private static final long serialVersionUID = -2057061070457899124L; + /**閫氱敤鏂囦欢鍚庣紑*/ + private static final String ALL_COMMON_FILE = "doc,docx,txt,ppt,xls,xlsx,html,htm"; + /**鍥剧墖鏂囦欢鍚庣紑*/ + private static final String ALL_IMG_FILE = "jpg,jpeg,png,gif,bmp,ico,tif"; + private String name;//鈶犳枃浠惰矾寰 input榛樿name銆佲憽action杩斿洖鐨勬枃浠惰矾寰勭殑name + private boolean auto=false;//鏄惁鑷姩涓婁紶涓婁紶鎸夐挳椋庢牸 + private String url = "systemController/filedeal.do";//鏂囦欢涓婁紶澶勭悊url + private int fileNumLimit =3;//fileNumLimit 鏈澶ф枃浠舵暟 TODO + private int fileSingleSizeLimit=5242880;//fileSingleSizeLimit鍗曚釜鏂囦欢鏈澶5M[1024*1024*5] + private String fileVal="file";//fileVal璁剧疆鏂囦欢涓婁紶鍩熺殑name,榛樿file + private String buttonStyle;//鑷畾涔塁SS鏍峰紡 銆 搴熷純銆 + private int size;//鏂囦欢鎬诲ぇ灏忋 搴熷純銆 + private boolean duplicate=false;//鍘婚噸锛 鏍规嵁鏂囦欢鍚嶅瓧銆佹枃浠跺ぇ灏忓拰鏈鍚庝慨鏀规椂闂存潵鐢熸垚hash Key.銆 搴熷純銆 + private String showImgDiv;//鏄剧ず鍥剧墖鐨刣iv,濡傛灉涓嶇粰浼氶粯璁ゅ湪鎸夐挳涓嬫柟娣诲姞div鍏秈d涓'tempdiv_'+name銆 搴熷純銆 + private String showAndDownUrl=ResourceUtil.getConfigByName("showAndDownUrl");//棰勮鍥剧墖璇锋眰鐨剈rl&鏂囦欢涓嬭浇url + private String pathValues;//榛樿鍊 + private String type="file"; + private String buttonText = "閫夋嫨鏂囦欢";//鎺т欢鎸夐挳鏄剧ず鏂囨湰 + private String extensions;//鍏佽鐨勬枃浠跺悗缂锛屼笉甯︾偣锛屽涓敤閫楀彿鍒嗗壊 + private String extendParams;//绫讳技css鍐欐硶 杩欐槸鏂囦欢涓婁紶鏃跺欓渶瑕佷紶閫掔殑鍙傛暟 + private String datatype;//鍙璇ュ睘鎬ф湁鍊,鍧囪涔嬩负涓嶄负绌 + private String nullMsg;//绌虹殑鏃跺欑殑鎻愮ず淇℃伅,榛樿浼氭牴鎹綋鍓嶆帶浠剁殑绫诲瀷鎻愮ず,鏂囦欢绫诲垯鎻愮ず鈥滆閫夋嫨鏂囦欢鈥;鍥剧墖绫诲垯鎻愮ず鈥滆閫夋嫨鍥剧墖鈥. + private String readOnly="false";//淇濈暀瀛楁 + private String bizType;//涓氬姟绫诲瀷,鏍规嵁璇ョ被鍨嬬‘瀹氫笂浼犺矾寰 + private boolean displayTxt=true;//鏄惁鏄剧ず涓婁紶鍒楄〃[榛樿鏄剧ず]true鏄剧ずfalse闅愯棌 + private boolean outJs = false;//鏄惁鍦ㄥ閮ㄥ紩鍏ヤ簡js鍜宑ss + private boolean swfTransform = false;//鏄惁杞崲鎴恠wf鏂囦欢锛屾枃浠堕瑙堜娇鐢 + private String viewModel = "list";//TODO 鏈敤鍒 鏀寔list(鏂囦欢鍒楄〃)/thumb(缂╃暐鍥炬ā寮) + + + public int doStartTag() throws JspTagException { + return EVAL_PAGE; + } + public int doEndTag() throws JspTagException { + JspWriter out = null; + StringBuffer sb = new StringBuffer(); + try { + out = this.pageContext.getOut(); + end(sb); + out.print(sb.toString()); + out.flush(); + } catch (IOException e) { + e.printStackTrace(); + }finally{ + if(out!=null){ + try { + out.clearBuffer(); + sb.setLength(0); + } catch (Exception e) { + e.printStackTrace(); + } + } + } + return EVAL_PAGE; + } + + public void end(StringBuffer sb) { + FreemarkerHelper free = new FreemarkerHelper(); + Map mainConfig = new HashMap(); + mainConfig.put("obj",this); + String superQuery = free.parseTemplate("/org/jeecgframework/tag/ftl/plupload.ftl", mainConfig); + String format = "\r\n"; //璋冭瘯 鏍煎紡鍖 + sb.append(superQuery).append(format); + } + + /** + * 鑾峰彇@param size浣嶉殢鏈烘暟 + * @author taoYan + * @since 2018骞8鏈10鏃 + */ + private String random(int size){ + String sources = "QAZWSXEDCRFVTGBYHNUJMIKOLP0123456789qwertyuiopasdfghjklzxcvbnm"; + Random rand = new Random(); + StringBuffer flag = new StringBuffer(); + for (int j = 0; j < size; j++){ + flag.append(sources.charAt(rand.nextInt(sources.length())) + ""); + } + return flag.toString(); + } + + public String randomSix(){ + return random(6); + } + + /** + * 鑾峰彇鐪熷疄鏂囦欢鍚嶇О + * @author taoYan + * @since 2018骞8鏈10鏃 + */ + public String getFilename(String path){ + if(oConvertUtils.isEmpty(path)){ + return null; + } + int index1 = path.lastIndexOf("/"); + int index2 = path.lastIndexOf("_"); + int index3 = path.lastIndexOf("."); + if(index1==-1 ||index2==-1||index3==-1){ + return null; + } + String name = path.substring(index1+1,index2); + String ext = path.substring(index3); + return name+ext; + } + + /** + * 鍒ゆ柇鏄惁鏀寔棰勮杩斿洖1鏀寔 -1涓嶆敮鎸 + * @author taoYan + * @since 2018骞8鏈10鏃 + */ + public Integer supportView(String path){ + Integer res = -1; + int index = path.lastIndexOf("."); + if(oConvertUtils.isEmpty(path)||index==-1){ + return res; + } + String ext = path.substring(index+1); + if(FileUtils.isPicture(ext)){ + res = 1; + }else if(this.swfTransform){ + res = 1; + } + return res; + } + + /** + * 鑾峰彇鎵鏈夌殑鏂囦欢鎵╁睍鍚 + * @author taoYan + * @since 2018骞8鏈10鏃 + */ + public String getAllowedFilesExt(){ + if(oConvertUtils.isEmpty(extensions)){ + return ALL_COMMON_FILE; + } + return extensions; + } + + public String getAllowedIMG(){ + if(oConvertUtils.isEmpty(extensions)){ + return ALL_IMG_FILE; + } + return extensions; + } + + /** + * @return the name + */ + public String getName() { + return name; + } + /** + * @param name the name to set + */ + public void setName(String name) { + this.name = name; + } + /** + * @return the auto + */ + public boolean isAuto() { + return auto; + } + /** + * @param auto the auto to set + */ + public void setAuto(boolean auto) { + this.auto = auto; + } + /** + * @return the buttonStyle + */ + public String getButtonStyle() { + return buttonStyle; + } + /** + * @param buttonStyle the buttonStyle to set + */ + public void setButtonStyle(String buttonStyle) { + this.buttonStyle = buttonStyle; + } + /** + * @return the url + */ + public String getUrl() { + return url; + } + /** + * @param url the url to set + */ + public void setUrl(String url) { + this.url = url; + } + /** + * @return the fileNumLimit + */ + public int getFileNumLimit() { + return fileNumLimit; + } + /** + * @param fileNumLimit the fileNumLimit to set + */ + public void setFileNumLimit(int fileNumLimit) { + this.fileNumLimit = fileNumLimit; + } + /** + * @return the fileSingleSizeLimit + */ + public int getFileSingleSizeLimit() { + return fileSingleSizeLimit; + } + /** + * @param fileSingleSizeLimit the fileSingleSizeLimit to set + */ + public void setFileSingleSizeLimit(int fileSingleSizeLimit) { + this.fileSingleSizeLimit = fileSingleSizeLimit; + } + /** + * @return the size + */ + public int getSize() { + return size; + } + /** + * @param size the size to set + */ + public void setSize(int size) { + this.size = size; + } + /** + * @return the fileVal + */ + public String getFileVal() { + return fileVal; + } + /** + * @param fileVal the fileVal to set + */ + public void setFileVal(String fileVal) { + this.fileVal = fileVal; + } + /** + * @return the duplicate + */ + public boolean isDuplicate() { + return duplicate; + } + /** + * @param duplicate the duplicate to set + */ + public void setDuplicate(boolean duplicate) { + this.duplicate = duplicate; + } + /** + * @return the showImgDiv + */ + public String getShowImgDiv() { + return showImgDiv; + } + /** + * @param showImgDiv the showImgDiv to set + */ + public void setShowImgDiv(String showImgDiv) { + this.showImgDiv = showImgDiv; + } + /** + * @return the showAndDownUrl + */ + public String getShowAndDownUrl() { + return showAndDownUrl; + } + /** + * @param showAndDownUrl the showAndDownUrl to set + */ + public void setShowAndDownUrl(String showAndDownUrl) { + this.showAndDownUrl = showAndDownUrl; + } + /** + * @return the pathValues + */ + public String getPathValues() { + return pathValues; + } + /** + * @param pathValues the pathValues to set + */ + public void setPathValues(String pathValues) { + this.pathValues = pathValues; + } + /** + * @return the type + */ + public String getType() { + return type; + } + /** + * @param type the type to set + */ + public void setType(String type) { + this.type = type; + } + /** + * @return the buttonText + */ + public String getButtonText() { + return buttonText; + } + /** + * @param buttonText the buttonText to set + */ + public void setButtonText(String buttonText) { + this.buttonText = buttonText; + } + /** + * @return the extensions + */ + public String getExtensions() { + return extensions; + } + /** + * @param extensions the extensions to set + */ + public void setExtensions(String extensions) { + this.extensions = extensions; + } + /** + * @return the extendParams + */ + public String getExtendParams() { + return extendParams; + } + /** + * @param extendParams the extendParams to set + */ + public void setExtendParams(String extendParams) { + this.extendParams = extendParams; + } + /** + * @return the datatype + */ + public String getDatatype() { + return datatype; + } + /** + * @param datatype the datatype to set + */ + public void setDatatype(String datatype) { + this.datatype = datatype; + } + /** + * @return the nullMsg + */ + public String getNullMsg() { + return nullMsg; + } + /** + * @param nullMsg the nullMsg to set + */ + public void setNullMsg(String nullMsg) { + this.nullMsg = nullMsg; + } + /** + * @return the readOnly + */ + public String getReadOnly() { + return readOnly; + } + /** + * @param readOnly the readOnly to set + */ + public void setReadOnly(String readOnly) { + this.readOnly = readOnly; + } + /** + * @return the bizType + */ + public String getBizType() { + return bizType; + } + /** + * @param bizType the bizType to set + */ + public void setBizType(String bizType) { + this.bizType = bizType; + } + /** + * @return the displayTxt + */ + public boolean isDisplayTxt() { + return displayTxt; + } + /** + * @param displayTxt the displayTxt to set + */ + public void setDisplayTxt(boolean displayTxt) { + this.displayTxt = displayTxt; + } + /** + * @return the outJs + */ + public boolean isOutJs() { + return outJs; + } + /** + * @param outJs the outJs to set + */ + public void setOutJs(boolean outJs) { + this.outJs = outJs; + } + /** + * @return the swfTransform + */ + public boolean isSwfTransform() { + return swfTransform; + } + /** + * @param swfTransform the swfTransform to set + */ + public void setSwfTransform(boolean swfTransform) { + this.swfTransform = swfTransform; + } + /** + * @return the viewModel + */ + public String getViewModel() { + return viewModel; + } + /** + * @param viewModel the viewModel to set + */ + public void setViewModel(String viewModel) { + this.viewModel = viewModel; + } +} diff --git a/src/main/java/org/jeecgframework/tag/core/easyui/WebUploaderTag.java b/src/main/java/org/jeecgframework/tag/core/easyui/WebUploaderTag.java index 26487597..eb7d9eb3 100644 --- a/src/main/java/org/jeecgframework/tag/core/easyui/WebUploaderTag.java +++ b/src/main/java/org/jeecgframework/tag/core/easyui/WebUploaderTag.java @@ -1,18 +1,17 @@ package org.jeecgframework.tag.core.easyui; import java.io.IOException; - import javax.servlet.jsp.JspTagException; import javax.servlet.jsp.JspWriter; import javax.servlet.jsp.tagext.TagSupport; - import org.jeecgframework.core.util.ResourceUtil; import org.jeecgframework.core.util.StringUtil; import org.jeecgframework.core.util.oConvertUtils; - /** - * 绫绘弿杩帮細WebUploader + * 鐧惧害WebUploader涓婁紶鏍囩 + * @author scott + * */ public class WebUploaderTag extends TagSupport { private static final long serialVersionUID = 1L; diff --git a/src/main/java/org/jeecgframework/tag/ftl/plupload.ftl b/src/main/java/org/jeecgframework/tag/ftl/plupload.ftl new file mode 100644 index 00000000..d60e6d4c --- /dev/null +++ b/src/main/java/org/jeecgframework/tag/ftl/plupload.ftl @@ -0,0 +1,1018 @@ +<#if style?? && style=="uploadify"> +<#-- 鍙傜収uploadify椋庢牸,鍐呴儴瀹炵幇鐢ㄧ殑鏄痯lupload鎻掍欢 --> +<#if obj.outhtml == true> + + + + +
    +
    +
    + + ${obj.buttonText} + +
    + +
    + +<#rt/> +<#rt/> +<#rt/> +<#rt/> +<#else> +<#-- 浠ヤ笅鍙傜収webuploader椋庢牸,鍐呴儴瀹炵幇鐢ㄧ殑鏄痯lupload鎻掍欢 --> +<#if obj.outJs == false> + + + + +<#if obj.type=='file' > +
    +
    + + + <#if obj.pathValues?? && obj.pathValues!=""> + <#--濡傛灉褰撳墠鏈夎缃粯璁ゅ煎垯 --> + <#list obj.pathValues?split(",") as item> + + <#if item?? && item!=""> + <#assign curFileName = obj.getFilename("${item}")> + <#if curFileName?? && curFileName!=""> + + + <#if obj.readOnly == 'false'> + + + + + + + + + + +
    + <#if curFileName?length gt 15> + ${curFileName?substring(0,15)}... + <#else> + ${curFileName} + + + --鍘嗗彶涓婁紶鏂囦欢-- + 1 + + + <#--鍒ゆ柇鏂囦欢鏄惁鏀寔棰勮 --> + <#assign supportView = obj.supportView("${item}")> + ${supportView} + + + 1 +
    +
    +
    +
    + +
    +
    +
    +<#if obj.readOnly == 'false'> +<#-- plupload_button plupload_add --> + + <#if obj.buttonText??> + ${obj.buttonText} + <#else> + <#if obj.type == 'file'> + 閫夋嫨鏂囦欢 + <#else> + 閫夋嫨鍥剧墖 + + + + + <#if (obj.auto == false)> + + 寮濮嬩笂浼 + + + +
    +<#if obj.datatype??> +
    + + <#if obj.nullMsg??> + nullmsg="${obj.nullMsg}"<#rt/> + <#else> + <#if obj.type == 'file'> + nullmsg="璇烽夋嫨鏂囦欢!"<#rt/> + <#else> + nullmsg="璇烽夋嫨鍥剧墖!"<#rt/> + + + value = /> +
    + +
    + + +<#elseif obj.type=='image'> +<#rt/> +<#rt/> +<#-- **************************************鏂板缂╃暐鍥炬ā寮**************************************** --> +<#rt/> +<#rt/> +
    +<#-- 鏂囦欢涓婁紶 --> +
    + + + <#if obj.pathValues?? && obj.pathValues!=""> + <#--濡傛灉褰撳墠鏈夎缃粯璁ゅ煎垯 --> + <#list obj.pathValues?split(",") as item> + + <#if item?? && item!=""> + <#assign curFileName = obj.getFilename("${item}")> + <#if curFileName?? && curFileName!=""> + + + <#if obj.readOnly == 'false'> + + + + + + + + + + +
    + <#if curFileName?length gt 15> + ${curFileName?substring(0,15)}... + <#else> + ${curFileName} + + + --鍘嗗彶涓婁紶鏂囦欢-- + 1 + + + <#--鍒ゆ柇鏂囦欢鏄惁鏀寔棰勮 --> + <#assign supportView = obj.supportView("${item}")> + ${supportView} + + + 1 +
    +
    +
      +
    • + +
    • +
    +
    + + + \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java b/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java index 55763afe..8455ef83 100644 --- a/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java +++ b/src/main/java/org/jeecgframework/web/cgform/common/FormHtmlUtil.java @@ -38,7 +38,9 @@ public class FormHtmlUtil { }else if(cgFormFieldEntity.getShowType().equals("datetime")){ html=getDatetimeFormHtml(cgFormFieldEntity); }else if(cgFormFieldEntity.getShowType().equals("file")){ - html=getFileFormHtml(cgFormFieldEntity); + + html=getFilePluploadFormHtml(cgFormFieldEntity); + }else if(cgFormFieldEntity.getShowType().equals("textarea")){ html=getTextAreaFormHtml(cgFormFieldEntity); }else if(cgFormFieldEntity.getShowType().equals("popup")){ @@ -394,6 +396,7 @@ public class FormHtmlUtil { /** *杩斿洖file绫诲瀷鐨勮〃鍗昲tml */ + @Deprecated private static String getFileFormHtml(CgFormFieldEntity cgFormFieldEntity){ StringBuilder html = new StringBuilder(""); @@ -443,6 +446,55 @@ public class FormHtmlUtil { } + /** + *杩斿洖file绫诲瀷鐨勮〃鍗昲tml + */ + private static String getFilePluploadFormHtml(CgFormFieldEntity cgFormFieldEntity){ + StringBuilder html = new StringBuilder(""); + html.append("
    "); + html.append(""); + html.append("<#list filesList as fileB>"); + html.append(""); + html.append(""); + html.append(""); + html.append(""); + html.append(""); + html.append("
    \\${fileB['title']}涓嬭浇棰勮鍒犻櫎
    "); + html.append("
    "); + html.append("
    "); + html.append("娣诲姞鏂囦欢
    "); + html.append("
    "); + html.append("\r\n"); + return html.toString(); + } + /** *杩斿洖popup绫诲瀷鐨勮〃鍗昲tml */ diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/autolist/CgAutoListController.java b/src/main/java/org/jeecgframework/web/cgform/controller/autolist/CgAutoListController.java index 13c71a1a..74e5cdba 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/autolist/CgAutoListController.java +++ b/src/main/java/org/jeecgframework/web/cgform/controller/autolist/CgAutoListController.java @@ -33,6 +33,7 @@ import org.jeecgframework.web.cgform.common.CgAutoListConstant; import org.jeecgframework.web.cgform.entity.config.CgFormFieldEntity; import org.jeecgframework.web.cgform.entity.config.CgFormHeadEntity; import org.jeecgframework.web.cgform.entity.template.CgformTemplateEntity; +import org.jeecgframework.web.cgform.exception.BusinessException; import org.jeecgframework.web.cgform.service.autolist.CgTableServiceI; import org.jeecgframework.web.cgform.service.autolist.ConfigServiceI; import org.jeecgframework.web.cgform.service.config.CgFormFieldServiceI; @@ -389,18 +390,30 @@ public class CgAutoListController extends BaseController{ public AjaxJson del(String configId,String id, HttpServletRequest request) { AjaxJson j = new AjaxJson(); - - String tableName = PublicUtil.replaceTableName(configId); - String jversion = cgFormFieldService.getCgFormVersionByTableName(tableName); - String table = (String) configService.queryConfigs(tableName,jversion).get(CgAutoListConstant.TABLENAME); - //String jversion = cgFormFieldService.getCgFormVersionByTableName(configId); - //String table = (String) configService.queryConfigs(configId,jversion).get(CgAutoListConstant.TABLENAME); - - cgTableService.delete(table, id); String message = "鍒犻櫎鎴愬姛"; - log.info("["+IpUtil.getIpAddr(request)+"][online琛ㄥ崟鏁版嵁鍒犻櫎]"+message+"琛ㄥ悕锛"+configId); - systemService.addLog(message, Globals.Log_Type_DEL, - Globals.Log_Leavel_INFO); + + try { + + String tableName = PublicUtil.replaceTableName(configId); + String jversion = cgFormFieldService.getCgFormVersionByTableName(tableName); + String table = (String) configService.queryConfigs(tableName,jversion).get(CgAutoListConstant.TABLENAME); + //String jversion = cgFormFieldService.getCgFormVersionByTableName(configId); + //String table = (String) configService.queryConfigs(configId,jversion).get(CgAutoListConstant.TABLENAME); + + cgTableService.delete(table, id); + log.info("["+IpUtil.getIpAddr(request)+"][online琛ㄥ崟鏁版嵁鍒犻櫎]"+message+"琛ㄥ悕锛"+configId); + systemService.addLog(message, Globals.Log_Type_DEL, + Globals.Log_Leavel_INFO); + } catch (BusinessException e) { + e.printStackTrace(); + message = e.getMessage(); + j.setSuccess(false); + }catch (Exception e) { + e.printStackTrace(); + message = e.getMessage(); + j.setSuccess(false); + } + j.setMsg(message); return j; } diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/build/CgFormBuildController.java b/src/main/java/org/jeecgframework/web/cgform/controller/build/CgFormBuildController.java index ea37107b..6ad5f792 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/build/CgFormBuildController.java +++ b/src/main/java/org/jeecgframework/web/cgform/controller/build/CgFormBuildController.java @@ -458,7 +458,10 @@ public class CgFormBuildController extends BaseController { sb.append(""); sb.append(SysThemesUtil.getEasyUiMainTheme(sysThemesEnum,basePath)); sb.append(""); - sb.append(""); + + //sb.append(""); + sb.append(""); + sb.append(""); sb.append(""); sb.append(""); @@ -692,9 +695,12 @@ public class CgFormBuildController extends BaseController { logger.debug("name:"+ok.toString()+";value:"+ov.toString()); } data = CommUtils.mapConvert(data); + + dataBaseService.executeJavaExtend(formId, buttonCode, data, "start"); + dataBaseService.executeSqlExtend(formId, buttonCode, data); - dataBaseService.executeJavaExtend(formId, buttonCode, data); + dataBaseService.executeJavaExtend(formId, buttonCode, data, "end"); } j.setSuccess(true); diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/cgformftl/CgformFtlController.java b/src/main/java/org/jeecgframework/web/cgform/controller/cgformftl/CgformFtlController.java index 4ecbc2fe..5a58929e 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/cgformftl/CgformFtlController.java +++ b/src/main/java/org/jeecgframework/web/cgform/controller/cgformftl/CgformFtlController.java @@ -322,7 +322,10 @@ public class CgformFtlController extends BaseController { sb.append(""); sb.append(""); sb.append(""); - sb.append(""); + + //sb.append(""); + sb.append(""); + sb.append(""); sb.append(""); sb.append(""); diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/enhance/CgformEnhanceJavaController.java b/src/main/java/org/jeecgframework/web/cgform/controller/enhance/CgformEnhanceJavaController.java index eb0a5c44..8c502162 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/enhance/CgformEnhanceJavaController.java +++ b/src/main/java/org/jeecgframework/web/cgform/controller/enhance/CgformEnhanceJavaController.java @@ -153,7 +153,9 @@ public class CgformEnhanceJavaController extends BaseController { @ResponseBody public AjaxJson doCgformEnhanceJava(CgformEnhanceJavaEntity cgformEnhanceJavaEntity, HttpServletRequest request) { AjaxJson j = new AjaxJson(); - CgformEnhanceJavaEntity doCgformEnhanceJava = cgformEnhanceJavaService.getCgformEnhanceJavaEntityByCodeFormId(cgformEnhanceJavaEntity.getButtonCode(), cgformEnhanceJavaEntity.getFormId()); + + CgformEnhanceJavaEntity doCgformEnhanceJava = cgformEnhanceJavaService.getCgformEnhanceJavaEntityByCodeFormId(cgformEnhanceJavaEntity.getButtonCode(), cgformEnhanceJavaEntity.getFormId(), cgformEnhanceJavaEntity.getEvent()); + if(doCgformEnhanceJava!=null){ j.setObj(doCgformEnhanceJava); j.setSuccess(true); @@ -216,7 +218,7 @@ public class CgformEnhanceJavaController extends BaseController { //鏍规嵁buttonCode鍜宖ormId鍒濆鍖栨暟鎹 cgformEnhanceJavaEntity.setButtonCode("add"); if (StringUtil.isNotEmpty(cgformEnhanceJavaEntity.getButtonCode())&&StringUtil.isNotEmpty(cgformEnhanceJavaEntity.getFormId())) { - CgformEnhanceJavaEntity cgformEnhanceJavaEntityVo = cgformEnhanceJavaService.getCgformEnhanceJavaEntityByCodeFormId(cgformEnhanceJavaEntity.getButtonCode(), cgformEnhanceJavaEntity.getFormId()); + CgformEnhanceJavaEntity cgformEnhanceJavaEntityVo = cgformEnhanceJavaService.getCgformEnhanceJavaEntityByCodeFormId(cgformEnhanceJavaEntity.getButtonCode(), cgformEnhanceJavaEntity.getFormId(), cgformEnhanceJavaEntity.getEvent()); if(cgformEnhanceJavaEntityVo!=null){ cgformEnhanceJavaEntity = cgformEnhanceJavaEntityVo; } diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/generate/GenerateController.java b/src/main/java/org/jeecgframework/web/cgform/controller/generate/GenerateController.java index 83c7bf5e..cfa0ea5d 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/generate/GenerateController.java +++ b/src/main/java/org/jeecgframework/web/cgform/controller/generate/GenerateController.java @@ -107,7 +107,7 @@ public class GenerateController extends BaseController { if(cgFormHead.getJformType()==1 || cgFormHead.getJformType()==3){ //濡傛灉鏄崟琛ㄦ垨鑰呴檮琛紝鍒欒繘鍏ュ崟琛ㄦā鍨 - request.setAttribute("jspModeList", GenerateUtil.getOnlineGenerateEnum("single","ext-common","Y".equals(cgFormHead.getIsTree())));// 榛樿鑰佺増鏈ā鏉(IE8+/涓嶆敮鎸佺Щ鍔/鍒楄〃鏍囩) + request.setAttribute("jspModeList", GenerateUtil.getOnlineGenerateEnum("single","ext","Y".equals(cgFormHead.getIsTree())));// 榛樿鑰佺増鏈ā鏉(IE8+/涓嶆敮鎸佺Щ鍔/鍒楄〃鏍囩) returnModelAndView = "jeecg/cgform/generate/single"; }else{ @@ -122,7 +122,7 @@ public class GenerateController extends BaseController { } } - request.setAttribute("jspModeList", GenerateUtil.getOnlineGenerateEnum("onetomany","ext-common","Y".equals(cgFormHead.getIsTree())));// 榛樿鑰佺増鏈ā鏉(IE8+/涓嶆敮鎸佺Щ鍔/鍒楄〃鏍囩) + request.setAttribute("jspModeList", GenerateUtil.getOnlineGenerateEnum("onetomany","ext","Y".equals(cgFormHead.getIsTree())));// 榛樿鑰佺増鏈ā鏉(IE8+/涓嶆敮鎸佺Щ鍔/鍒楄〃鏍囩) request.setAttribute("subTableList", subTableList); returnModelAndView = "jeecg/cgform/generate/one2many"; diff --git a/src/main/java/org/jeecgframework/web/cgform/controller/upload/CgUploadController.java b/src/main/java/org/jeecgframework/web/cgform/controller/upload/CgUploadController.java index 1fb940dc..c58250af 100644 --- a/src/main/java/org/jeecgframework/web/cgform/controller/upload/CgUploadController.java +++ b/src/main/java/org/jeecgframework/web/cgform/controller/upload/CgUploadController.java @@ -12,10 +12,8 @@ import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.UUID; - import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; - import org.jeecgframework.web.cgform.entity.upload.CgUploadEntity; import org.jeecgframework.web.cgform.service.upload.CgUploadServiceI; import org.jeecgframework.web.system.pojo.base.TSAttachment; @@ -23,6 +21,7 @@ import org.jeecgframework.web.system.service.SystemService; import org.apache.commons.lang.StringUtils; import org.apache.log4j.Logger; import org.jeecgframework.core.common.controller.BaseController; +import org.jeecgframework.core.common.hibernate.qbc.CriteriaQuery; import org.jeecgframework.core.common.model.common.UploadFile; import org.jeecgframework.core.common.model.json.AjaxJson; import org.jeecgframework.core.constant.Globals; @@ -41,6 +40,8 @@ import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartHttpServletRequest; +import org.springframework.web.servlet.ModelAndView; +import net.sf.json.JSONObject; /** * @@ -195,18 +196,23 @@ public class CgUploadController extends BaseController { write2Disk(mf, extend, savePath); TSAttachment attachment = new TSAttachment(); attachment.setId(UUID.randomUUID().toString().replace("-", "")); - attachment.setAttachmenttitle(fileName); + attachment.setAttachmenttitle(fileName.substring(0,fileName.lastIndexOf("."))); attachment.setCreatedate(new Timestamp(new Date().getTime())); attachment.setExtend(extend); attachment.setRealpath(path + myfilename); - attachment.setSwfpath( path + FileUtils.getFilePrefix(myfilename) + ".swf"); - SwfToolsUtil.convert2SWF(savePath); + String globalSwfTransformFlag = ResourceUtil.getConfigByName("swf.transform.flag"); + if("true".equals(globalSwfTransformFlag) && !FileUtils.isPicture(extend)){ + attachment.setSwfpath( path + FileUtils.getFilePrefix(myfilename) + ".swf"); + SwfToolsUtil.convert2SWF(savePath); + } systemService.save(attachment); attributes.put("url", path + myfilename); attributes.put("name", fileName); attributes.put("swfpath", attachment.getSwfpath()); + attributes.put("fileid", attachment.getId()); + } } ajaxJson.setAttributes(attributes); @@ -272,5 +278,77 @@ public class CgUploadController extends BaseController { return hexString; } + /** + * Online 鍒犻櫎鏂囦欢 + * 鎯呮櫙1.鍒犻櫎姝e湪涓婁紶鐨勬枃浠,鐩存帴鍒犻櫎闄勪欢琛ㄥ嵆鍙 + * 鎯呮櫙2.鍒犻櫎鍘嗗彶涓婁紶鏂囦欢(缂栬緫椤甸潰瀛樺湪),杩欑涓嶈兘鐩存帴鍒犻櫎,鍥犱负鍒犻櫎瑕佹斁鍦ㄨ〃鍗曟彁浜ゅ悗鍋,鎵浠ュ彧鑳借繑鍥炰竴涓姸鎬佸(椤甸潰浣滄樉绀/闅愯棌娆洪獥鐢ㄦ埛) + */ + @RequestMapping(params = "delAttachment") + @ResponseBody + public AjaxJson delAttachment( HttpServletRequest request) { + AjaxJson j = new AjaxJson(); + String id = request.getParameter("id"); + try { + CgUploadEntity file = systemService.getEntity(CgUploadEntity.class, id); + if(file==null){ + //濡傛灉鍏崇郴琛ㄤ腑鏃犳暟鎹,鍒欒〃绀烘槸鎯呮櫙1 + TSAttachment attachment = systemService.getEntity(TSAttachment.class, id); + cgUploadService.deleteAttachment(attachment); + j.setObj(1);//鎯呮櫙1 + }else{ + j.setObj(0);//鎯呮櫙2 + } + j.setSuccess(true); + } catch (Exception e) { + j.setSuccess(false); + } + return j; + } + @RequestMapping(params = "updateCgformFile") + @ResponseBody + public AjaxJson updateCgformFile( HttpServletRequest request) { + AjaxJson j = new AjaxJson(); + String cgFormId = oConvertUtils.getString(request.getParameter("cgFormId"));//鍔ㄦ佽〃涓婚敭ID + String tableName = oConvertUtils.getString(request.getParameter("cgFormName"));//鍔ㄦ佽〃鍚 + String attachments = oConvertUtils.getString(request.getParameter("attachment"));//鍔ㄦ佽〃涓婁紶鎺т欢瀛楁 + try { + cgUploadService.updateCgFormFile(cgFormId, tableName, attachments); + } catch (Exception e) { + j.setSuccess(false); + } + return j; + } + /** + * 寮圭獥鏌ョ湅鏂囦欢鍒楄〃 + * @author taoYan + * @since 2018骞9鏈4鏃 + */ + @RequestMapping(params = "fileList") + public ModelAndView fileList(HttpServletRequest request) { + String cgFormId = oConvertUtils.getString(request.getParameter("cgformId"));//鍔ㄦ佽〃涓婚敭ID + String tableName = oConvertUtils.getString(request.getParameter("cgformName"));//鍔ㄦ佽〃鍚 + String cgField = oConvertUtils.getString(request.getParameter("cgformField"));//鍔ㄦ佽〃涓婁紶鎺т欢瀛楁 + CriteriaQuery cq = new CriteriaQuery(CgUploadEntity.class); + cq.eq("cgformName", tableName); + cq.eq("cgformId", cgFormId); + cq.eq("cgformField", cgField); + cq.add(); + List list = this.systemService.getListByCriteriaQuery(cq, false); + net.sf.json.JSONArray array = net.sf.json.JSONArray.fromObject(list); + JSONObject json = new JSONObject(); + json.put("total",list.size()); + json.put("rows",array); + request.setAttribute("datagridData", json); + String img = request.getParameter("img"); + if("1".equals(img)){ + return new ModelAndView("common/upload/cgformUploadImglist"); + }else{ + return new ModelAndView("common/upload/cgformUploadFilelist"); + } + } + //TODO 1.鏇存柊琛╟gform_uploadfiles鐨勬椂鍊欙紝鏄牴鎹〉闈紶杩囨潵鐨処D浠x缁撳熬鍒ゆ柇锛氬巻鍙睴R鏂板鏂囦欢,杩欎釜鍔熻兘搴旇鍦╦ava浠g爜涓煡璇㈡暟鎹簱鏍¢獙 + //TODO 2.鏂板鏂囦欢 浣嗘槸涓嶆彁浜よ〃鍗 閭d箞闄勪欢琛ㄥ氨浼氫骇鐢熷瀮鍦炬暟鎹 闇瑕佸啓涓獂x鍔熻兘 娓呴櫎鍨冨溇鏂囦欢/鏁版嵁 + //TODO 3.涓婁紶浠g爜鍦ㄥ畯涓畾涔夛紝浣嗘槸渚濊禆閮ㄥ垎椤甸潰JS浠g爜锛岄氱敤鎬т笉濂姐 + } diff --git a/src/main/java/org/jeecgframework/web/cgform/entity/enhance/CgformEnhanceJavaEntity.java b/src/main/java/org/jeecgframework/web/cgform/entity/enhance/CgformEnhanceJavaEntity.java index f99507c1..7f3c203a 100644 --- a/src/main/java/org/jeecgframework/web/cgform/entity/enhance/CgformEnhanceJavaEntity.java +++ b/src/main/java/org/jeecgframework/web/cgform/entity/enhance/CgformEnhanceJavaEntity.java @@ -48,7 +48,11 @@ public class CgformEnhanceJavaEntity implements java.io.Serializable { /**鐢熸晥鐘舵 0:鏃犳晥/1:鏈夋晥*/ @Excel(name="鐢熸晥鐘舵") private java.lang.String activeStatus; - + + /**浜嬩欢鐘舵 end锛氱粨鏉/start锛氬紑濮**/ + @Excel(name="浜嬩欢鐘舵") + private java.lang.String event; + /** *鏂规硶: 鍙栧緱java.lang.String *@return: java.lang.String 涓婚敭 @@ -145,10 +149,27 @@ public class CgformEnhanceJavaEntity implements java.io.Serializable { public void setActiveStatus(java.lang.String activeStatus){ this.activeStatus = activeStatus; } + + /** + *鏂规硶: 鍙栧緱java.lang.String + *@return: java.lang.String 0锛氱粨鏉/1锛氬紑濮 + */ + public java.lang.String getEvent() { + return event; + } + + /** + *鏂规硶: 璁剧疆java.lang.String + *@param: java.lang.String 0锛氱粨鏉/1锛氬紑濮 + */ + public void setEvent(java.lang.String event) { + this.event = event; + } + @Override public String toString() { return "CgformEnhanceJavaEntity [id=" + id + ", buttonCode=" + buttonCode + ", cgJavaType=" + cgJavaType + ", cgJavaValue=" - + cgJavaValue + ", formId=" + formId + ", activeStatus=" + activeStatus + "]"; + + cgJavaValue + ", formId=" + formId + ", activeStatus=" + activeStatus + ", event=" + event + "]"; } } diff --git a/src/main/java/org/jeecgframework/web/cgform/service/autolist/CgTableServiceI.java b/src/main/java/org/jeecgframework/web/cgform/service/autolist/CgTableServiceI.java index fb776ebc..35cd327e 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/autolist/CgTableServiceI.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/autolist/CgTableServiceI.java @@ -49,7 +49,9 @@ public interface CgTableServiceI { * @param id 涓婚敭 * @return */ - public boolean delete(String table,Object id); + + public boolean delete(String table,Object id)throws org.jeecgframework.web.cgform.exception.BusinessException; + /** * 鍒犻櫎澶氭潯鏁版嵁 * @param table 琛 diff --git a/src/main/java/org/jeecgframework/web/cgform/service/build/DataBaseService.java b/src/main/java/org/jeecgframework/web/cgform/service/build/DataBaseService.java index 8cb392ea..55fe9637 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/build/DataBaseService.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/build/DataBaseService.java @@ -28,7 +28,7 @@ public interface DataBaseService { * sql涓氬姟澧炲己 * */ - public void executeSqlExtend(String formId,String buttonCode,Map data); + public void executeSqlExtend(String formId,String buttonCode,Map data) throws BusinessException; public Object getPkValue(String tableName); @@ -40,6 +40,15 @@ public interface DataBaseService { */ public void executeJavaExtend(String formId, String buttonCode,Map data) throws BusinessException; + /** + * java涓氬姟澧炲己 + * @param formId + * @param buttonCode + * @param data + * @param event + */ + public void executeJavaExtend(String formId, String buttonCode,Map data, String event) throws BusinessException; + public List getCgformEnhanceJavaEntityByFormId(String formId); } diff --git a/src/main/java/org/jeecgframework/web/cgform/service/enhance/CgformEnhanceJavaServiceI.java b/src/main/java/org/jeecgframework/web/cgform/service/enhance/CgformEnhanceJavaServiceI.java index c56f81ac..8b158124 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/enhance/CgformEnhanceJavaServiceI.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/enhance/CgformEnhanceJavaServiceI.java @@ -42,6 +42,15 @@ public interface CgformEnhanceJavaServiceI extends CommonService{ public CgformEnhanceJavaEntity getCgformEnhanceJavaEntityByCodeFormId( String buttonCode, String formId); + /** + * + * @param buttonCode + * @param formId + * @return + */ + public CgformEnhanceJavaEntity getCgformEnhanceJavaEntityByCodeFormId( + String buttonCode, String formId, String event); + /** * 鍒ゆ柇鎸夌航缂栫爜鏄惁瀛樺湪 * @param cgformEnhanceJavaEntity diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/autolist/CgTableServiceImpl.java b/src/main/java/org/jeecgframework/web/cgform/service/impl/autolist/CgTableServiceImpl.java index bfe311e7..6324b0df 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/autolist/CgTableServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/impl/autolist/CgTableServiceImpl.java @@ -70,11 +70,14 @@ public class CgTableServiceImpl extends CommonServiceImpl implements CgTableServ } @SuppressWarnings("unchecked") - - public boolean delete(String table, Object id) { - try{ + + public boolean delete(String table, Object id) throws org.jeecgframework.web.cgform.exception.BusinessException { +// try{ CgFormHeadEntity head = cgFormFieldService.getCgFormHeadByTableName(table); Map data = dataBaseService.findOneForJdbc(table, id.toString()); + + dataBaseService.executeJavaExtend(head.getId(), "delete", data, "start"); + if(data!=null){ //鎵撳嵃娴嬭瘯 Iterator it=data.entrySet().iterator(); @@ -86,9 +89,6 @@ public class CgTableServiceImpl extends CommonServiceImpl implements CgTableServ } data = CommUtils.mapConvert(data); dataBaseService.executeSqlExtend(head.getId(), "delete", data); - - dataBaseService.executeJavaExtend(head.getId(), "delete", data); - } //step.1 鍒犻櫎琛 StringBuilder deleteSql = new StringBuilder(); @@ -125,13 +125,17 @@ public class CgTableServiceImpl extends CommonServiceImpl implements CgTableServ cgFormFieldService.deleteEntityById(CgUploadEntity.class, b.getId()); } } + + dataBaseService.executeJavaExtend(head.getId(), "delete", data, "end"); + //--------longjb-end--20150526 ----for:add step.3 鍒ゆ柇鏄惁鏈夐檮浠跺瓧娈,杩涜杩炲甫鍒犻櫎闄勪欢鍙婇檮浠惰〃--------------- - }catch (Exception e) { - e.printStackTrace(); - return false; - } +// }catch (Exception e) { +// e.printStackTrace(); +// return false; +// } return true; } + @SuppressWarnings("unchecked") private void dealQuerySql(String table, String field, Map params,StringBuilder sqlB){ sqlB.append(" SELECT "); @@ -203,7 +207,9 @@ public class CgTableServiceImpl extends CommonServiceImpl implements CgTableServ } } parentIds = parentIds.substring(1); - String subSQL = "select `" + parentIdFieldName + "`, count(*) ct from " + table + " a where a.`" + parentIdFieldName + "` in" + "(" + parentIds + ") group by a.`" + parentIdFieldName + "`"; + + String subSQL = "select " + parentIdFieldName + ", count(*) ct from " + table + " a where a." + parentIdFieldName + " in" + "(" + parentIds + ") group by a." + parentIdFieldName + ""; + List> subCountResult = this.findForJdbc(subSQL); Map subCountMap = new HashMap(); for (Map map : subCountResult) { diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/build/DataBaseServiceImpl.java b/src/main/java/org/jeecgframework/web/cgform/service/impl/build/DataBaseServiceImpl.java index 8830d38d..c4d130ba 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/build/DataBaseServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/impl/build/DataBaseServiceImpl.java @@ -72,6 +72,9 @@ public class DataBaseServiceImpl extends CommonServiceImpl implements DataBaseSe public void insertTable(String tableName, Map data) throws BusinessException { CgFormHeadEntity cgFormHeadEntity = cgFormFieldService.getCgFormHeadByTableName(tableName); + + executeJavaExtend(cgFormHeadEntity.getId(),"add",data,"start"); + //绯荤粺涓婁笅鏂囧彉閲忚祴鍊 fillInsertSysVar(tableName,data); //涓婚敭閫傞厤鍣紙鏍规嵁涓嶅悓鐨勬暟鎹簱杩涜鐢熸垚锛 @@ -106,7 +109,7 @@ public class DataBaseServiceImpl extends CommonServiceImpl implements DataBaseSe if(cgFormHeadEntity!=null){ executeSqlExtend(cgFormHeadEntity.getId(),"add",data); - executeJavaExtend(cgFormHeadEntity.getId(),"add",data); + executeJavaExtend(cgFormHeadEntity.getId(),"add",data,"end"); } } @@ -248,6 +251,9 @@ public class DataBaseServiceImpl extends CommonServiceImpl implements DataBaseSe data.put("id", id); CgFormHeadEntity cgFormHeadEntity = cgFormFieldService.getCgFormHeadByTableName(tableName); + + executeJavaExtend(cgFormHeadEntity.getId(),"update",data, "start"); + int num = this.executeSql(sqlBuffer.toString(), data); if(cgFormHeadEntity!=null){ @@ -256,7 +262,7 @@ public class DataBaseServiceImpl extends CommonServiceImpl implements DataBaseSe executeSqlExtend(cgFormHeadEntity.getId(),"update",data); - executeJavaExtend(cgFormHeadEntity.getId(),"update",data); + executeJavaExtend(cgFormHeadEntity.getId(),"update",data, "end"); } return num; @@ -283,7 +289,7 @@ public class DataBaseServiceImpl extends CommonServiceImpl implements DataBaseSe * sql涓氬姟澧炲己 * */ - public void executeSqlExtend(String formId,String buttonCode,Map data){ + public void executeSqlExtend(String formId,String buttonCode,Map data) throws BusinessException{ //鏍规嵁formId鍜宐uttonCode鑾峰彇 CgformButtonSqlEntity cgformButtonSqlVo = getCgformButtonSqlByCodeFormId(buttonCode,formId); if(cgformButtonSqlVo!=null){ @@ -325,7 +331,9 @@ public class DataBaseServiceImpl extends CommonServiceImpl implements DataBaseSe try { num = namedParameterJdbcTemplate.update(sql, data); } catch (Throwable e) { - e.printStackTrace(); + + throw new BusinessException(e.getMessage()); + } }else{ num = this.executeSql(sql); @@ -723,10 +731,17 @@ public class DataBaseServiceImpl extends CommonServiceImpl implements DataBaseSe if(StringUtil.isNotEmpty(cgJavaValue)){ Object obj = null; - try { + +// try { if("class".equals(cgJavaType)){ //鍥犳柊澧炴椂宸茬粡鏍¢獙浜嗗疄渚嬪寲鏄惁鍙互鎴愬姛锛屾墍浠ヨ繖鍧楀氨涓嶉渶瑕佸啀鍋氫竴娆″垽鏂 - obj = MyClassLoader.getClassByScn(cgJavaValue).newInstance(); + try { + obj = MyClassLoader.getClassByScn(cgJavaValue).newInstance(); + } catch (InstantiationException e) { + e.printStackTrace(); + } catch (IllegalAccessException e) { + e.printStackTrace(); + } }else if("spring".equals(cgJavaType)){ obj = ApplicationContextUtil.getContext().getBean(cgJavaValue); } @@ -737,11 +752,12 @@ public class DataBaseServiceImpl extends CommonServiceImpl implements DataBaseSe javaInter.execute(head.getTableName(),data); } - } catch (Exception e) { - logger.error(e.getMessage()); - e.printStackTrace(); - throw new BusinessException("鎵цJAVA澧炲己鍑虹幇寮傚父锛"); - } +// } catch (Exception e) { +// logger.error(e.getMessage()); +// e.printStackTrace(); +// throw new BusinessException("鎵цJAVA澧炲己鍑虹幇寮傚父锛"); +// } + } } @@ -756,6 +772,7 @@ public class DataBaseServiceImpl extends CommonServiceImpl implements DataBaseSe hql.append(" and t.activeStatus ='1'"); + hql.append(" and t.event = 'end' "); List list = this.findHql(hql.toString(),formId,buttonCode); if(list!=null&&list.size()>0){ @@ -772,5 +789,72 @@ public class DataBaseServiceImpl extends CommonServiceImpl implements DataBaseSe return list; } + + @Override + public void executeJavaExtend(String formId, String buttonCode, + Map data, String event) throws BusinessException { + + CgformEnhanceJavaEntity cgformEnhanceJavaEntity = getCgformEnhanceJavaEntityByCodeFormId(buttonCode,formId,event); + + if(cgformEnhanceJavaEntity!=null){ + String cgJavaType = cgformEnhanceJavaEntity.getCgJavaType(); + String cgJavaValue = cgformEnhanceJavaEntity.getCgJavaValue(); + + if(StringUtil.isNotEmpty(cgJavaValue)){ + Object obj = null; + +// try { + if("class".equals(cgJavaType)){ + //鍥犳柊澧炴椂宸茬粡鏍¢獙浜嗗疄渚嬪寲鏄惁鍙互鎴愬姛锛屾墍浠ヨ繖鍧楀氨涓嶉渶瑕佸啀鍋氫竴娆″垽鏂 + try { + obj = MyClassLoader.getClassByScn(cgJavaValue).newInstance(); + } catch (InstantiationException e) { + e.printStackTrace(); + } catch (IllegalAccessException e) { + e.printStackTrace(); + } + }else if("spring".equals(cgJavaType)){ + obj = ApplicationContextUtil.getContext().getBean(cgJavaValue); + } + if(obj instanceof CgformEnhanceJavaInter){ + + CgFormHeadEntity head = this.get(CgFormHeadEntity.class, formId); + CgformEnhanceJavaInter javaInter = (CgformEnhanceJavaInter) obj; + javaInter.execute(head.getTableName(),data); + + } +// } catch (Exception e) { +// logger.error(e.getMessage()); +// e.printStackTrace(); +// throw new BusinessException("鎵цJAVA澧炲己鍑虹幇寮傚父锛"); +// } + + } + + } + } + + public CgformEnhanceJavaEntity getCgformEnhanceJavaEntityByCodeFormId(String buttonCode, String formId, String event) { + StringBuilder hql = new StringBuilder(""); + List list = null; + hql.append(" from CgformEnhanceJavaEntity t"); + + hql.append(" where t.formId=?"); + hql.append(" and t.buttonCode =?"); + + hql.append(" and t.activeStatus ='1'"); + + if(oConvertUtils.isNotEmpty(event)) { + hql.append(" and t.event = ?"); + list = this.findHql(hql.toString(),formId,buttonCode,event); + } else { + list = this.findHql(hql.toString(),formId,buttonCode); + } + + if(list!=null&&list.size()>0){ + return list.get(0); + } + return null; + } } diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/enhance/CgformEnhanceJavaServiceImpl.java b/src/main/java/org/jeecgframework/web/cgform/service/impl/enhance/CgformEnhanceJavaServiceImpl.java index 71998fe5..01362be1 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/enhance/CgformEnhanceJavaServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/impl/enhance/CgformEnhanceJavaServiceImpl.java @@ -6,6 +6,7 @@ import java.util.UUID; import org.jeecgframework.core.common.service.impl.CommonServiceImpl; import org.jeecgframework.core.util.ApplicationContextUtil; import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.core.util.oConvertUtils; import org.jeecgframework.web.cgform.entity.enhance.CgformEnhanceJavaEntity; import org.jeecgframework.web.cgform.service.enhance.CgformEnhanceJavaServiceI; import org.springframework.stereotype.Service; @@ -81,6 +82,10 @@ public class CgformEnhanceJavaServiceImpl extends CommonServiceImpl implements C hql.append(" where t.formId=?"); hql.append(" and t.buttonCode =?"); + + hql.append(" and t.event = 'end' "); + hql.append(" and t.activeStatus = '1'"); + List list = this.findHql(hql.toString(),formId,buttonCode); if(list!=null&&list.size()>0){ @@ -97,12 +102,15 @@ public class CgformEnhanceJavaServiceImpl extends CommonServiceImpl implements C hql.append(" where t.formId=?"); hql.append(" and t.buttonCode =?"); + + hql.append(" and t.event = ?"); + hql.append(" and t.activeStatus = '1'"); List list = null; if(cgformEnhanceJavaEntity.getId()!=null){ hql.append(" and t.id !=?"); - list = this.findHql(hql.toString(),cgformEnhanceJavaEntity.getFormId(),cgformEnhanceJavaEntity.getButtonCode(),cgformEnhanceJavaEntity.getId()); + list = this.findHql(hql.toString(),cgformEnhanceJavaEntity.getFormId(),cgformEnhanceJavaEntity.getButtonCode(),cgformEnhanceJavaEntity.getEvent(),cgformEnhanceJavaEntity.getId()); }else{ - list = this.findHql(hql.toString(),cgformEnhanceJavaEntity.getFormId(),cgformEnhanceJavaEntity.getButtonCode()); + list = this.findHql(hql.toString(),cgformEnhanceJavaEntity.getFormId(),cgformEnhanceJavaEntity.getButtonCode(),cgformEnhanceJavaEntity.getEvent()); } return list; @@ -134,4 +142,29 @@ public class CgformEnhanceJavaServiceImpl extends CommonServiceImpl implements C return true; } + + @Override + public CgformEnhanceJavaEntity getCgformEnhanceJavaEntityByCodeFormId( + String buttonCode, String formId, String event) { + StringBuilder hql = new StringBuilder(""); + List list = null; + hql.append(" from CgformEnhanceJavaEntity t"); + + hql.append(" where t.formId=?"); + hql.append(" and t.buttonCode =?"); + + hql.append(" and t.activeStatus = 1"); + if(oConvertUtils.isNotEmpty(event)) { + hql.append(" and t.event = ?"); + list = this.findHql(hql.toString(),formId,buttonCode,event); + } else { + list = this.findHql(hql.toString(),formId,buttonCode); + } + + if(list!=null&&list.size()>0){ + return list.get(0); + } + return null; + } + } \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/web/cgform/service/impl/upload/CgUploadServiceImpl.java b/src/main/java/org/jeecgframework/web/cgform/service/impl/upload/CgUploadServiceImpl.java index ec392b9d..2de49bcb 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/impl/upload/CgUploadServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/impl/upload/CgUploadServiceImpl.java @@ -5,13 +5,16 @@ import java.util.Map; import org.jeecgframework.core.common.service.impl.CommonServiceImpl; import org.jeecgframework.core.util.ContextHolderUtils; import org.jeecgframework.core.util.FileUtils; +import org.jeecgframework.core.util.oConvertUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; - +import com.alibaba.fastjson.JSONArray; +import com.alibaba.fastjson.JSONObject; import org.jeecgframework.web.cgform.dao.upload.CgFormUploadDao; import org.jeecgframework.web.cgform.entity.upload.CgUploadEntity; import org.jeecgframework.web.cgform.service.upload.CgUploadServiceI; +import org.jeecgframework.web.system.pojo.base.TSAttachment; @Service("cgUploadService") @Transactional public class CgUploadServiceImpl extends CommonServiceImpl implements CgUploadServiceI { @@ -45,4 +48,54 @@ public class CgUploadServiceImpl extends CommonServiceImpl implements CgUploadSe } } + @Override + public void deleteAttachment(TSAttachment attachment) { + String realpath = attachment.getRealpath();//闄勪欢鐩稿璺緞 + String pathNosuffix = FileUtils.getFilePrefix2(realpath); + //鑾峰彇閮ㄧ讲椤圭洰缁濆鍦板潃 + String projectPath = ContextHolderUtils.getSession().getServletContext().getRealPath("/"); + //step.1 鍒犻櫎闄勪欢 + FileUtils.delete(projectPath+realpath); + if(!FileUtils.isPicture(attachment.getExtend())){ + //鏂囦欢绫诲瀷鍒犻櫎棰勮鐢熸垚鐨勬枃浠 + FileUtils.delete(projectPath+pathNosuffix+".pdf"); + FileUtils.delete(projectPath+pathNosuffix+".swf"); + } + //step.2 鍒犻櫎鏁版嵁 + commonDao.delete(attachment); + } + + @Override + public void updateCgFormFile(String cgFormId, String tableName, String attachments) throws Exception{ + JSONArray array = JSONArray.parseArray(attachments); + String addSql = "INSERT INTO cgform_uploadfiles (id,CGFORM_FIELD,CGFORM_ID,CGFORM_NAME) VALUES(?,?,?,?)"; + String delSql = "delete from cgform_uploadfiles where id = ?"; + for (Object object : array) { + JSONObject json = (JSONObject)object; + String cgFormField = json.getString("cgFormField");//鑾峰彇琛ㄥ瓧娈 + String attachmentId = json.getString("attachment");//鑾峰彇闄勪欢ID(閫楀彿闅斿紑鐨勫瓧绗︿覆) + if(oConvertUtils.isNotEmpty(attachmentId)){ + String attachmentArray[] = attachmentId.split(","); + for (String a : attachmentArray) { + if(oConvertUtils.isNotEmpty(a)){ + if(a.endsWith("_D")){ + //浠D缁撳熬 浠h〃浣犳槸琚垹闄ゆ帀浜嗗摝 + String metaId = a.substring(0,a.length()-2); + //鍒犻櫎cgform_uploadfiles + commonDao.executeSql(delSql,metaId); + //鍒犻櫎闄勪欢琛ㄥ悓鏃跺垹闄ゆ枃浠 + TSAttachment attachment = this.getEntity(TSAttachment.class,metaId); + deleteAttachment(attachment); + }else if(a.endsWith("_O")){ + //String metaId = a.substring(0,a.length()-2);//鑾峰彇鍘熷ID + //浠O缁撳熬 浠h〃浣犲巻鍙叉枃浠 閭d箞闇瑕佽蛋鏇存柊鎿嶄綔,浣嗘槸娌℃湁闇瑕佹洿鏂扮殑鍐呭 + }else{ + commonDao.executeSql(addSql, a,cgFormField,cgFormId,tableName); + } + } + } + } + } + } + } diff --git a/src/main/java/org/jeecgframework/web/cgform/service/upload/CgUploadServiceI.java b/src/main/java/org/jeecgframework/web/cgform/service/upload/CgUploadServiceI.java index 558ff101..80760378 100644 --- a/src/main/java/org/jeecgframework/web/cgform/service/upload/CgUploadServiceI.java +++ b/src/main/java/org/jeecgframework/web/cgform/service/upload/CgUploadServiceI.java @@ -3,6 +3,7 @@ package org.jeecgframework.web.cgform.service.upload; import org.jeecgframework.core.common.service.CommonService; import org.jeecgframework.web.cgform.entity.upload.CgUploadEntity; +import org.jeecgframework.web.system.pojo.base.TSAttachment; /** * * @Title:CgUploadServiceI @@ -24,4 +25,21 @@ public interface CgUploadServiceI extends CommonService{ * @param cgFormField */ public void writeBack(String cgFormId,String cgFormName,String cgFormField,String fileId,String fileUrl); + + /** + * 鍒犻櫎闄勪欢琛ㄦ暟鎹 + * @author taoYan + * @since 2018骞9鏈3鏃 + */ + public void deleteAttachment(TSAttachment attachment); + + /** + * 鏇存柊闄勪欢淇℃伅 + * @param cgFormId 琛ㄥ崟ID + * @param tableName 琛ㄥ悕绉 + * @param attachments 闄勪欢淇℃伅:[{琛ㄥ瓧娈,[闄勪欢ID]}] + * @author taoYan + * @since 2018骞9鏈3鏃 + */ + public void updateCgFormFile(String cgFormId,String tableName,String attachments) throws Exception; } diff --git a/src/main/java/org/jeecgframework/web/cgreport/service/impl/core/CgReportServiceImpl.java b/src/main/java/org/jeecgframework/web/cgreport/service/impl/core/CgReportServiceImpl.java index 12f91335..99786fbd 100644 --- a/src/main/java/org/jeecgframework/web/cgreport/service/impl/core/CgReportServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/cgreport/service/impl/core/CgReportServiceImpl.java @@ -332,13 +332,15 @@ public class CgReportServiceImpl extends CommonServiceImpl implements CgReportSe }else{ List> dicDatas = queryDicBySQL(dict_code); - for(Map r:result){ - String value = String.valueOf(r.get(field_name)); - for(Map m:dicDatas){ - String typecode = String.valueOf(m.get("typecode")); - String typename = String.valueOf(m.get("typename")); - if(value.equalsIgnoreCase(typecode)){ - r.put(bean.get(CgReportConstant.ITEM_FIELDNAME),typename); + if(result!=null){ + for(Map r:result){ + String value = String.valueOf(r.get(field_name)); + for(Map m:dicDatas){ + String typecode = String.valueOf(m.get("typecode")); + String typename = String.valueOf(m.get("typename")); + if(value.equalsIgnoreCase(typecode)){ + r.put(bean.get(CgReportConstant.ITEM_FIELDNAME),typename); + } } } } diff --git a/src/main/java/org/jeecgframework/web/graphreport/controller/GraphReportController.java b/src/main/java/org/jeecgframework/web/graphreport/controller/GraphReportController.java index ec482ff7..c3885b34 100644 --- a/src/main/java/org/jeecgframework/web/graphreport/controller/GraphReportController.java +++ b/src/main/java/org/jeecgframework/web/graphreport/controller/GraphReportController.java @@ -10,6 +10,7 @@ import java.util.HashSet; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; +import java.util.Map.Entry; import java.util.Set; import javax.servlet.http.HttpServletRequest; @@ -184,7 +185,18 @@ public class GraphReportController extends BaseController { @SuppressWarnings("unchecked") private void loadVars(Map cgReportMap) { Map mainM = (Map) cgReportMap.get(CgReportConstant.MAIN); - List> fieldList = (List>) cgReportMap.get(CgReportConstant.ITEMS); + + List> fieldList2 = (List>) cgReportMap.get(CgReportConstant.ITEMS); + List> fieldList = new ArrayList>(); + for (Map map : fieldList2) { + Map temp = new HashMap(); + for (Entry entry : map.entrySet()) { + String key = entry.getKey(); + temp.put(key.toLowerCase(), entry.getValue()); + } + fieldList.add(temp); + } + List> queryList = new ArrayList>(0); //鍥捐〃鏁版嵁 List> graphList = new ArrayList>(0); diff --git a/src/main/java/org/jeecgframework/web/superquery/controller/SuperQueryMainController.java b/src/main/java/org/jeecgframework/web/superquery/controller/SuperQueryMainController.java index ceb7e40b..0b636833 100644 --- a/src/main/java/org/jeecgframework/web/superquery/controller/SuperQueryMainController.java +++ b/src/main/java/org/jeecgframework/web/superquery/controller/SuperQueryMainController.java @@ -8,6 +8,7 @@ import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; +import java.util.Map.Entry; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @@ -644,9 +645,20 @@ public class SuperQueryMainController extends BaseController { public AjaxJson getTextById(HttpServletRequest request,HttpServletResponse response) { AjaxJson json=new AjaxJson(); String tableName = request.getParameter("tableName"); - String sql=" SELECT table_name, `name`, txt,ctype,stype,dict_code,dict_table ,dict_text,main_id from super_query_field where table_name= ? GROUP BY `name`,txt"; + + String sql=" SELECT DISTINCT table_name, name, txt,ctype,stype,dict_code,dict_table ,dict_text,main_id from super_query_field where table_name= ?"; List> findForJdbc = systemService.findForJdbc(sql,tableName); - json.setObj(findForJdbc); + List> fieldList = new ArrayList>(); + for (Map map : findForJdbc) { + Map temp = new HashMap(); + for (Entry entry : map.entrySet()) { + String key = entry.getKey(); + temp.put(key.toLowerCase(), entry.getValue()); + } + fieldList.add(temp); + } + json.setObj(fieldList); + return json; } @@ -825,7 +837,9 @@ public class SuperQueryMainController extends BaseController { AjaxJson json = new AjaxJson(); try { // step.1 鑾峰彇mainId鍜屽瓧娈靛悕绉版煡璇㈡暟鎹 - String sql = "select stype,`name`,txt,dict_table,dict_code,dict_text from super_query_field where `name`=? AND main_id = ?"; + + String sql = "select stype,name,txt,dict_table,dict_code,dict_text from super_query_field where name=? AND main_id = ?"; + List> page = systemService.findForJdbc(sql,field,mainId); if(page.size()>0) { json.setObj(page); diff --git a/src/main/java/org/jeecgframework/web/system/controller/core/DepartAuthGroupController.java b/src/main/java/org/jeecgframework/web/system/controller/core/DepartAuthGroupController.java index 3151bc45..5f6cc22c 100644 --- a/src/main/java/org/jeecgframework/web/system/controller/core/DepartAuthGroupController.java +++ b/src/main/java/org/jeecgframework/web/system/controller/core/DepartAuthGroupController.java @@ -1303,13 +1303,17 @@ public class DepartAuthGroupController extends BaseController { if (pFunction.size() > 0) { for (TSDepartAuthgFunctionRelEntity departGroupRel : pFunction) { TSFunction function = (TSFunction) departGroupRel.getTsFunction(); - // 鑾峰彇涓婄骇鎵鏈夐変腑鐨処D - selectChild.add(function.getId()); - for (TSFunction ts : functionList) { - if (ts.getId().equals(function.getId())) { - lists.add(ts); + + if(function!=null){ + // 鑾峰彇涓婄骇鎵鏈夐変腑鐨処D + selectChild.add(function.getId()); + for (TSFunction ts : functionList) { + if (ts.getId().equals(function.getId())) { + lists.add(ts); + } } } + } functionList = lists; } else { @@ -1356,9 +1360,11 @@ public class DepartAuthGroupController extends BaseController { if (role != null) { if (oConvertUtils.isNotEmpty(role.getDepartAgId())) { String pid = role.getDepartAgId(); - String groupSql = "select * from t_s_depart_authg_function_rel where group_id = ?"; + + String groupSql = "select * from t_s_depart_authg_function_rel where group_id = ? and auth_id = ?"; // 鏌ヨ閮ㄩ棬缁勮褰曡祴鍊肩粰pOperationArray - pGroup = this.systemService.findForJdbc(groupSql, pid); + pGroup = this.systemService.findForJdbc(groupSql, pid, functionId); + } } String[] pOperationArray = null; @@ -1401,9 +1407,11 @@ public class DepartAuthGroupController extends BaseController { if (role != null) { if (oConvertUtils.isNotEmpty(role.getDepartAgId())) { String pid = role.getDepartAgId(); - String groupSql = "select * from t_s_depart_authg_function_rel where group_id = ?"; + + String groupSql = "select * from t_s_depart_authg_function_rel where group_id = ? and auth_id = ?"; // 鏌ヨ閮ㄩ棬缁勮褰曡祴鍊肩粰pDataRuleArray - pGroup = this.systemService.findForJdbc(groupSql, pid); + pGroup = this.systemService.findForJdbc(groupSql, pid, functionId); + } } String[] pDataRuleArray = null; diff --git a/src/main/java/org/jeecgframework/web/system/controller/core/LoginController.java b/src/main/java/org/jeecgframework/web/system/controller/core/LoginController.java index ede215c4..9f135fb3 100644 --- a/src/main/java/org/jeecgframework/web/system/controller/core/LoginController.java +++ b/src/main/java/org/jeecgframework/web/system/controller/core/LoginController.java @@ -14,6 +14,8 @@ import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; +import net.sf.json.JSONArray; + import org.apache.commons.lang.StringUtils; import org.jeecgframework.core.common.controller.BaseController; import org.jeecgframework.core.common.model.json.AjaxJson; @@ -52,6 +54,7 @@ import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.view.RedirectView; +import com.alibaba.fastjson.JSONObject; import com.baomidou.kisso.SSOHelper; import com.baomidou.kisso.SSOToken; import com.baomidou.kisso.common.util.HttpUtil; @@ -234,7 +237,7 @@ public class LoginController extends BaseController{ modelMap.put("currentOrgName", clientManager.getClient().getUser().getCurrentDepart().getDepartname()); SysThemesEnum sysTheme = SysThemesUtil.getSysTheme(request); - if("fineui".equals(sysTheme.getStyle())|| "ace".equals(sysTheme.getStyle())||"diy".equals(sysTheme.getStyle())||"acele".equals(sysTheme.getStyle())||"hplus".equals(sysTheme.getStyle())){ + if("fineui".equals(sysTheme.getStyle())|| "ace".equals(sysTheme.getStyle())||"diy".equals(sysTheme.getStyle())||"acele".equals(sysTheme.getStyle())||"hplus".equals(sysTheme.getStyle()) || "adminlte".equals(sysTheme.getStyle())){ request.setAttribute("menuMap", userService.getFunctionMap(user.getId())); } //鍥介檯鍖朿ookie @@ -698,4 +701,68 @@ public class LoginController extends BaseController{ public String login3(){ return "login/login3"; } + + /** + * AdminLTE杩斿洖锛氱敤鎴锋潈闄愯彍鍗 + */ + @RequestMapping(params = "getPrimaryMenuForAdminlte", method = {RequestMethod.GET, RequestMethod.POST}) + @ResponseBody + public AjaxJson getPrimaryMenuForAdminlte(String functionId, HttpServletRequest request) { + AjaxJson j = new AjaxJson(); + try { + + //List functions = this.systemService.findByProperty(TSFunction.class, "TSFunction.id", functionId); + String userid = ResourceUtil.getSessionUser().getId(); + List functions = userService.getSubFunctionList(userid, functionId); + + JSONArray jsonArray = new JSONArray(); + if(functions != null && functions.size() > 0) { + for (TSFunction function : functions) { + JSONObject jsonObjectInfo = new JSONObject(); + jsonObjectInfo.put("id", function.getId()); + + jsonObjectInfo.put("text",oConvertUtils.getString(MutiLangUtil.getLang(function.getFunctionName()))); + jsonObjectInfo.put("url",oConvertUtils.getString(function.getFunctionUrl())); + jsonObjectInfo.put("targetType", "iframe-tab"); + jsonObjectInfo.put("icon", "fa " + oConvertUtils.getString(function.getFunctionIconStyle())); + + jsonObjectInfo.put("children", getChildOfAdminLteTree(function)); + jsonArray.add(jsonObjectInfo); + } + } + j.setObj(jsonArray); + } catch (Exception e) { + e.printStackTrace(); + } + return j; + } + + public JSONArray getChildOfAdminLteTree(TSFunction function) { + JSONArray jsonArray = new JSONArray(); + List functions = this.systemService.findByProperty(TSFunction.class, "TSFunction.id", function.getId()); + if(functions != null && functions.size() > 0) { + for (TSFunction tsFunction : functions) { + JSONObject jsonObject = new JSONObject(); + jsonObject.put("id", tsFunction.getId()); + jsonObject.put("text", MutiLangUtil.getLang(tsFunction.getFunctionName())); + jsonObject.put("url", tsFunction.getFunctionUrl()); + jsonObject.put("targetType", "iframe-tab"); + jsonObject.put("icon", "fa " + tsFunction.getFunctionIconStyle()); + jsonObject.put("children", getChildOfAdminLteTree(tsFunction)); + jsonArray.add(jsonObject); + } + } + return jsonArray; + } + + /** + * AdminLTE棣栭〉璺宠浆 + * + * @return + */ + @RequestMapping(params = "adminlteHome") + public ModelAndView adminlteHome(HttpServletRequest request) { + return new ModelAndView("main/adminlte_home"); + } + } \ No newline at end of file diff --git a/src/main/java/org/jeecgframework/web/system/controller/core/OrganzationController.java b/src/main/java/org/jeecgframework/web/system/controller/core/OrganzationController.java index ade53880..b7264251 100644 --- a/src/main/java/org/jeecgframework/web/system/controller/core/OrganzationController.java +++ b/src/main/java/org/jeecgframework/web/system/controller/core/OrganzationController.java @@ -37,8 +37,10 @@ import org.jeecgframework.tag.vo.datatable.SortDirection; import org.jeecgframework.tag.vo.easyui.ComboTreeModel; import org.jeecgframework.tag.vo.easyui.TreeGridModel; import org.jeecgframework.web.system.pojo.base.TSDepart; +import org.jeecgframework.web.system.pojo.base.TSRoleUser; import org.jeecgframework.web.system.pojo.base.TSUser; import org.jeecgframework.web.system.pojo.base.TSUserOrg; +import org.jeecgframework.web.system.pojo.base.TSUserPositionRelEntity; import org.jeecgframework.web.system.service.SystemService; import org.jeecgframework.web.system.service.UserService; import org.jeecgframework.web.system.util.OrgConstants; @@ -239,33 +241,38 @@ public class OrganzationController extends BaseController { public AjaxJson delUserOrg(@RequestParam(required=true)String userid,@RequestParam(required=true)String departid) { AjaxJson ajaxJson = new AjaxJson(); try { - //鍒ゆ柇鎺堟潈閮ㄩ棬瑙掕壊鏄惁璧嬪,鏈夊煎垯涓嶅彲鍒犻櫎 - String sql1 = "SELECT COUNT(0) FROM t_s_role_user ru WHERE ru.roleid in (SELECT tsr.id FROM t_s_role tsr WHERE depart_ag_id = (SELECT dag.id FROM t_s_depart_auth_group dag WHERE dag.dept_id = ?)) and ru.userid = ?"; - long roleUserCount = this.systemService.getCountForJdbcParam(sql1,departid,userid); - - List userOrgList = this.systemService.findByProperty(TSUserOrg.class, "tsUser.id", userid); - //鍒ゆ柇鍒嗛厤鑱屽姟鏄惁璧嬪,鏈夊煎垯涓嶅彲鍒犻櫎 + //鏌ヨ瑙掕壊鐢ㄦ埛鍏宠仈璁板綍 + String queryRoleUserSql = "select ru.id from t_s_role_user ru WHERE ru.roleid in (SELECT tsr.id FROM t_s_role tsr WHERE depart_ag_id = (SELECT dag.id FROM t_s_depart_auth_group dag WHERE dag.dept_id = ?)) and ru.userid = ?"; + List> listMaps = this.systemService.findForJdbc(queryRoleUserSql, departid, userid); + if(listMaps != null && listMaps.size() > 0) { + for (Map map : listMaps) { + if(oConvertUtils.isNotEmpty(map.get("id").toString())) { + //鍒犻櫎瑙掕壊鐢ㄦ埛鍏宠仈璁板綍 + this.systemService.deleteEntityById(TSRoleUser.class, map.get("id").toString()); + } + } + } //鏌ユ壘鐩存帴涓婄骇鍏徃 String companyId = getCompanyId(departid); if(StringUtils.isEmpty(companyId)){ companyId = ""; } - - String sql2 = "select count(0) from t_s_user_position_rel where user_id = ? and company_id = ?"; - long duties = this.systemService.getCountForJdbcParam(sql2,userid,companyId); - if(roleUserCount >= 1 || duties >= 1) { - ajaxJson.setSuccess(false); - ajaxJson.setMsg("褰撳墠鐢ㄦ埛鎷ユ湁鑱屽姟鎴栭儴闂ㄨ鑹诧紝涓嶅彲鍒犻櫎銆"); - }else if(userOrgList.size() == 1){ - ajaxJson.setSuccess(false); - ajaxJson.setMsg("褰撳墠鐢ㄦ埛鍙寘鍚湁褰撳墠缁勭粐鏈烘瀯鍏崇郴锛屼笉鍙垹闄わ紝璇峰垏鎹㈢敤鎴风殑缁勭粐鏈烘瀯鍏崇郴"); - }else{ - String sql = "delete from t_s_user_org where user_id = ? and org_id = ?"; - this.systemService.executeSql(sql,userid,departid); - - ajaxJson.setMsg("鎴愬姛鍒犻櫎鐢ㄦ埛瀵瑰簲鐨勭粍缁囨満鏋勫叧绯"); + //鏌ヨ鐢ㄦ埛鑱屼綅鍏宠仈璁板綍 + String userPositionSql = "select id from t_s_user_position_rel where user_id = ? and company_id = ?"; + List> userPositions = this.systemService.findForJdbc(userPositionSql, userid, companyId); + if(userPositions != null && userPositions.size() > 0) { + for (Map map : userPositions) { + if(oConvertUtils.isNotEmpty(map.get("id").toString())) { + //鍒犻櫎鐢ㄦ埛鑱屼綅鍏宠仈璁板綍 + this.systemService.deleteEntityById(TSUserPositionRelEntity.class, map.get("id").toString()); + } + } } + String sql = "delete from t_s_user_org where user_id = ? and org_id = ?"; + this.systemService.executeSql(sql,userid,departid); + ajaxJson.setMsg("鎴愬姛鍒犻櫎鐢ㄦ埛瀵瑰簲鐨勭粍缁囨満鏋勫叧绯"); + } catch (Exception e) { e.printStackTrace(); LogUtil.log("鍒犻櫎鐢ㄦ埛瀵瑰簲鐨勭粍缁囨満鏋勫叧绯诲け璐", ajaxJson.getMsg()); @@ -574,7 +581,24 @@ public class OrganzationController extends BaseController { cq.in("status", userstate); cq.add(); this.systemService.getDataGridReturn(cq, true); - TagUtil.datagrid(response, dataGrid); + + Map> extMap = new HashMap>(); + List tsUserList = dataGrid.getResults(); + for(TSUser temp : tsUserList){ + Map m = new HashMap(); + String sql = "SELECT tscp.position_name FROM t_s_company_position tscp WHERE id in (SELECT tsupr.position_id FROM t_s_user_position_rel tsupr WHERE tsupr.user_id = ?)"; + List> listMaps = systemService.findForJdbc(sql, temp.getId()); + if(listMaps != null && listMaps.size() > 0) { + String positionName = ""; + for (Map map : listMaps) { + positionName += map.get("position_name").toString() + ","; + } + m.put("positionName", positionName); + } + extMap.put(temp.getId(), m); + } + TagUtil.datagrid(response, dataGrid, extMap); + } //---- @@ -1131,6 +1155,50 @@ public class OrganzationController extends BaseController { } return dataList; } + + @RequestMapping(params="getMyTreeDataAsync",method ={RequestMethod.GET, RequestMethod.POST}) + @ResponseBody + public List> getMyTreeDataAsync(HttpServletResponse response,HttpServletRequest request ){ + CriteriaQuery cq = new CriteriaQuery(TSDepart.class); + List> dataList = new ArrayList>(); + try{ + String id = request.getParameter("id"); + String userName = ResourceUtil.getSessionUser().getUserName(); + if("admin".equals(userName)) { + if(oConvertUtils.isEmpty(id)){ + //鍔犺浇鏍硅妭鐐 + cq.isNull("TSPDepart"); + }else{ + //鍔犺浇瀛愯妭鐐 + cq.eq("TSPDepart.id", id); + } + }else{ + String sql = "select deptId from TSDepartAuthGroupEntity where id in (select groupId from TSDepartAuthgManagerEntity where userId = ?)"; + List deptIds = this.systemService.findHql(sql, userName); + if(deptIds!=null && deptIds.size()>0){ + Object values[] = deptIds.toArray(); + cq.in("id", values); + if(oConvertUtils.isEmpty(id)){ + cq.isNull("TSPDepart"); + }else{ + //鍔犺浇瀛愯妭鐐 + cq.eq("TSPDepart.id",id); + } + }else{ + //濡傛灉闈瀉dmin鐢ㄦ埛涓旀棤鎺堟潈缁勭粐鏈烘瀯 閭d箞 鐩存帴杩斿洖涓涓猲ull + return null; + } + } + cq.addOrder("departOrder", SortDirection.asc); + cq.add(); + List departList = this.systemService.getListByCriteriaQuery(cq, false); + populateTree(departList,dataList); + }catch(Exception e){ + e.printStackTrace(); + } + return dataList; + } + private void populateTree(List departList,List> dataList){ Map map = null; diff --git a/src/main/java/org/jeecgframework/web/system/controller/core/SystemController.java b/src/main/java/org/jeecgframework/web/system/controller/core/SystemController.java index 864c8251..a375a270 100644 --- a/src/main/java/org/jeecgframework/web/system/controller/core/SystemController.java +++ b/src/main/java/org/jeecgframework/web/system/controller/core/SystemController.java @@ -51,6 +51,7 @@ import org.jeecgframework.core.util.PropertiesUtil; import org.jeecgframework.core.util.ResourceUtil; import org.jeecgframework.core.util.SetListSort; import org.jeecgframework.core.util.StringUtil; +import org.jeecgframework.core.util.UrlCheckUtil; import org.jeecgframework.core.util.YouBianCodeUtil; import org.jeecgframework.core.util.oConvertUtils; import org.jeecgframework.tag.core.easyui.TagUtil; @@ -1755,6 +1756,11 @@ public class SystemController extends BaseController { String ctxPath = request.getSession().getServletContext().getRealPath("/"); String dbpath = request.getParameter("filePath"); String downLoadPath = ctxPath + dbpath; + + if(UrlCheckUtil.checkUrl(downLoadPath)){ + return; + } + response.setContentType("application/x-msdownload;charset=utf-8"); String fileName=dbpath.substring(dbpath.lastIndexOf("/")+1); String userAgent = request.getHeader("user-agent").toLowerCase(); diff --git a/src/main/java/org/jeecgframework/web/system/dao/DepartAuthGroupDao.java b/src/main/java/org/jeecgframework/web/system/dao/DepartAuthGroupDao.java index dc17d092..68168067 100644 --- a/src/main/java/org/jeecgframework/web/system/dao/DepartAuthGroupDao.java +++ b/src/main/java/org/jeecgframework/web/system/dao/DepartAuthGroupDao.java @@ -33,8 +33,10 @@ public interface DepartAuthGroupDao { * @param userId * @return */ - @Sql("select dag.* from t_s_depart_auth_group as dag join t_s_depart_authg_manager as dam on dam.group_id=dag.id where user_id = :userId") + + @Sql("select dag.* from t_s_depart_auth_group dag join t_s_depart_authg_manager dam on dam.group_id=dag.id where dam.user_id = :userId") public List> chkDepartAuthGroupList(@Param("userId") String userId); + /** * 鏍规嵁鐧婚檰浜篒D鍒嗛〉鏌ヨ閮ㄩ棬绠$悊鍛樼粍 diff --git a/src/main/java/org/jeecgframework/web/system/pojo/base/TSDepartAuthGroupEntity.java b/src/main/java/org/jeecgframework/web/system/pojo/base/TSDepartAuthGroupEntity.java index eb9170c2..808472a1 100644 --- a/src/main/java/org/jeecgframework/web/system/pojo/base/TSDepartAuthGroupEntity.java +++ b/src/main/java/org/jeecgframework/web/system/pojo/base/TSDepartAuthGroupEntity.java @@ -176,11 +176,12 @@ public class TSDepartAuthGroupEntity implements java.io.Serializable { *@return: java.lang.Integer 绾у埆 */ - @Column(name ="LEVEL",nullable=true,length=10) + @Column(name ="[LEVEL]",nullable=true,length=10) public java.lang.Integer getLevel(){ return this.level; } + /** *鏂规硶: 璁剧疆java.lang.Integer *@param: java.lang.Integer 绾у埆 diff --git a/src/main/java/org/jeecgframework/web/system/service/UserService.java b/src/main/java/org/jeecgframework/web/system/service/UserService.java index 836b553d..0473ef39 100644 --- a/src/main/java/org/jeecgframework/web/system/service/UserService.java +++ b/src/main/java/org/jeecgframework/web/system/service/UserService.java @@ -74,5 +74,12 @@ public interface UserService extends CommonService{ * @return */ public String getShortcutPrimaryMenuDiy(List primaryMenu); + + /** + * 鏍规嵁鑿滃崟ID鎵惧埌鎸囧畾鐢ㄦ埛鎷ユ湁鐨勬潈闄愮殑瀛愯彍鍗曢泦鍚 + * @author taoYan + * @since 2018骞10鏈22鏃 + */ + public List getSubFunctionList(String userid,String functionId); } diff --git a/src/main/java/org/jeecgframework/web/system/service/impl/UserServiceImpl.java b/src/main/java/org/jeecgframework/web/system/service/impl/UserServiceImpl.java index cd667b17..1c0756ad 100644 --- a/src/main/java/org/jeecgframework/web/system/service/impl/UserServiceImpl.java +++ b/src/main/java/org/jeecgframework/web/system/service/impl/UserServiceImpl.java @@ -462,4 +462,28 @@ public class UserServiceImpl extends CommonServiceImpl implements UserService { return floor; } + @Override + public List getSubFunctionList(String userid, String functionId) { + Map loginActionlist = new HashMap(); + //鏌ヨ鐢ㄦ埛瑙掕壊瀵瑰簲鐨勬巿鏉冭彍鍗 + StringBuilder hqlsb1 = new StringBuilder("select distinct f from TSFunction f,TSRoleFunction rf,TSRoleUser ru ").append("where ru.TSRole.id=rf.TSRole.id and rf.TSFunction.id=f.id and ru.TSUser.id=? and f.TSFunction.id = ?"); + //鏌ヨ鐢ㄦ埛缁勭粐鏈烘瀯鎺堟潈鐨勮彍鍗 + StringBuilder hqlsb2 = new StringBuilder("select distinct c from TSFunction c,TSRoleFunction rf,TSRoleOrg b,TSUserOrg a ").append("where a.tsDepart.id=b.tsDepart.id and b.tsRole.id=rf.TSRole.id and rf.TSFunction.id=c.id and a.tsUser.id=? and c.TSFunction.id = ?"); + List list1 = this.findHql(hqlsb1.toString(), userid,functionId); + List list2 = this.findHql(hqlsb2.toString(), userid,functionId); + for (TSFunction function : list1) { + loginActionlist.put(function.getId(), function); + } + for (TSFunction function : list2) { + loginActionlist.put(function.getId(), function); + } + list1.clear(); + list2.clear(); + list1 = null; + list2 = null; + List list = new ArrayList(loginActionlist.values()); + Collections.sort(list, new NumberComparator()); + return list; + } + } diff --git a/src/main/java/org/jeecgframework/web/system/servlet/ImgServerServlet.java b/src/main/java/org/jeecgframework/web/system/servlet/ImgServerServlet.java index 53a8a5fa..100250bd 100644 --- a/src/main/java/org/jeecgframework/web/system/servlet/ImgServerServlet.java +++ b/src/main/java/org/jeecgframework/web/system/servlet/ImgServerServlet.java @@ -155,8 +155,17 @@ public class ImgServerServlet extends HttpServlet { OutputStream outputStream = null; try { String imgurl = getUploadBasePath() + File.separator + imgPath; - - inputStream = new BufferedInputStream(new FileInputStream(imgurl)); + try { + inputStream = new BufferedInputStream(new FileInputStream(imgurl)); + } catch (Exception e) { + //Online鍦ㄧ嚎妯℃澘鍥剧墖鏀寔鎵撹繘jar涓紝濡傛灉鍥剧墖瀵绘壘澶辫触锛屽垯鍐嶄粠jar涓壘 + String imgClassPath = "/online/template/"+imgPath; + System.out.println(" imgClassPath "+imgClassPath); + if(inputStream==null){ + inputStream = this.getClass().getResourceAsStream(imgClassPath); + } + } + outputStream = response.getOutputStream(); byte[] buf = new byte[1024]; int len; diff --git a/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai b/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai index a48d6c92..ac03ec9e 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai +++ b/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai @@ -477,11 +477,19 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}", method = RequestMethod.GET) @ResponseBody @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") - public ResponseMessage> list() { - List<${entityName}Entity> list= ${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize>Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); if(list!=null&&list.size()>0){ for(${entityName}Entity entity:list){ diff --git a/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi b/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi index c6549c3a..d56cecc4 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi @@ -292,7 +292,11 @@ function resetTrNum(tableId) { var s = onclick_str.indexOf("["); var e = onclick_str.indexOf("]"); var new_onclick_str = onclick_str.substring(s+1,e); - $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + <#-- update--begin--author:zhoujf date:20180827 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> + if(new_onclick_str!=''){ + $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + } + <#-- update--end--author:jiaqiankun date:20180710 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> } } if(validtype_str!=null){ diff --git a/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi b/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi index b4d2eb6d..355d1a84 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi @@ -325,7 +325,11 @@ function resetTrNum(tableId) { var s = onclick_str.indexOf("["); var e = onclick_str.indexOf("]"); var new_onclick_str = onclick_str.substring(s+1,e); - $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + <#-- update--begin--author:zhoujf date:20180827 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> + if(new_onclick_str!=''){ + $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + } + <#-- update--end--author:jiaqiankun date:20180710 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> } } if(validtype_str!=null){ diff --git a/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi b/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi index 17f58e04..533ca6f0 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstrap/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi @@ -124,26 +124,6 @@ function btListFileFormatter(value,row,index){ return listFileImgFormat(value); } -//鍒楄〃鏂囦欢鍥剧墖 鍒楁牸寮忓寲鏂规硶 -function listFileImgFormat(value,type){ - var href=''; - if(value==null || value.length==0){ - return href; - } - var value1 = "img/server/"+value; - if("image"==type){ - href+=""; - }else{ - if(value.indexOf(".jpg")>-1 || value.indexOf(".gif")>-1 || value.indexOf(".png")>-1){ - href+=""; - }else{ - var value2 = "img/server/"+value+"?down=true"; - href+="鐐瑰嚮涓嬭浇"; - } - } - return href; -} - <#if cgformConfig.cgFormHead.isTree == 'Y'> /** * 鑾峰彇琛ㄦ牸瀵硅薄 diff --git a/src/main/resources/jeecg/ext-common-template/bootstrap/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai b/src/main/resources/jeecg/ext-common-template/bootstrap/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai index 28b51238..4c9ffdad 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstrap/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai +++ b/src/main/resources/jeecg/ext-common-template/bootstrap/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai @@ -460,15 +460,23 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}", method = RequestMethod.GET) @ResponseBody <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> - public ResponseMessage> list() { - List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize > Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list${entityName}s = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); return Result.success(list${entityName}s); } + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody diff --git a/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi b/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi index 62f58964..accb44d6 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi @@ -25,7 +25,7 @@ <#assign hasDateTime=1> - + <#-- update--begin--author:liushaoqian date:20180713 for:TASK #2964 銆愪唬鐮佺敓鎴愬櫒--寮犱紵鍋ャ戝崟琛ㄤ唬鐮佺敓鎴愬櫒鏂拌佹ā鏉挎祴璇 --> @@ -68,6 +68,10 @@ /> <#elseif po.showType=='file' || po.showType=='image'> <@webuploadtag po = po defval=""/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> @@ -129,6 +133,10 @@ <#elseif po.showType=='file' || po.showType == 'image'> <@webuploadtag po = po defval=""/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> diff --git a/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi b/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi index 3c10ff60..1d38e164 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi @@ -26,7 +26,7 @@ <#assign hasDateTime=1> - +
    @@ -66,6 +66,10 @@ /> <#elseif po.showType=='file' || po.showType=='image'> <@webuploadtag po = po defval="${'$'}{${entityName?uncap_first}.${po.fieldName}}"/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> @@ -129,6 +133,10 @@ <#elseif po.showType=='file' || po.showType == 'image'> <@webuploadtag po = po defval="${'$'}{${entityName?uncap_first}.${po.fieldName}}"/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> diff --git a/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi b/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi index 5e468c56..f506dc98 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstrap/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi @@ -124,26 +124,6 @@ function btListFileFormatter(value,row,index){ return listFileImgFormat(value); } -//鍒楄〃鏂囦欢鍥剧墖 鍒楁牸寮忓寲鏂规硶 -function listFileImgFormat(value,type){ - var href=''; - if(value==null || value.length==0){ - return href; - } - var value1 = "img/server/"+value; - if("image"==type){ - href+=""; - }else{ - if(value.indexOf(".jpg")>-1 || value.indexOf(".gif")>-1 || value.indexOf(".png")>-1){ - href+=""; - }else{ - var value2 = "img/server/"+value+"?down=true"; - href+="鐐瑰嚮涓嬭浇"; - } - } - return href; -} - <#if cgformConfig.cgFormHead.isTree == 'Y'> /** * 鑾峰彇琛ㄦ牸瀵硅薄 diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai b/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai index 4e224c3f..971f7611 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai +++ b/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai @@ -476,11 +476,19 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}", method = RequestMethod.GET) @ResponseBody @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") - public ResponseMessage> list() { - List<${entityName}Entity> list= ${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize>Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); if(list!=null&&list.size()>0){ for(${entityName}Entity entity:list){ diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi b/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi index 74b55f53..abc4a057 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi @@ -292,7 +292,11 @@ function resetTrNum(tableId) { var s = onclick_str.indexOf("["); var e = onclick_str.indexOf("]"); var new_onclick_str = onclick_str.substring(s+1,e); - $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + <#-- update--begin--author:zhoujf date:20180827 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> + if(new_onclick_str!=''){ + $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + } + <#-- update--end--author:jiaqiankun date:20180710 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> } } if(validtype_str!=null){ diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi b/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi index b2b319fe..62c9a651 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi @@ -325,7 +325,11 @@ function resetTrNum(tableId) { var s = onclick_str.indexOf("["); var e = onclick_str.indexOf("]"); var new_onclick_str = onclick_str.substring(s+1,e); - $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + <#-- update--begin--author:zhoujf date:20180827 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> + if(new_onclick_str!=''){ + $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + } + <#-- update--end--author:jiaqiankun date:20180710 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> } } if(validtype_str!=null){ diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi b/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi index edf4f38c..0f562f71 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstraptable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi @@ -33,7 +33,7 @@
    -
    + <#list columns as po> <#if po.isQuery =='Y'> <#if po.showType?index_of("datetime")!=-1> @@ -102,6 +102,13 @@
    + <#elseif po.showType=='popup'> +
    + +
    + onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')"/> +
    +
    <#else> <#if po.queryMode =='group'>
    @@ -208,9 +215,9 @@ <#list columns as po> <#if po.isQuery =='Y'> <#if po.showType=='checkbox'||po.showType=='radio'> - loadSearchFormDicts($("#${entityName?uncap_first}Form").find(".${po.fieldName}-search"),${entityName?uncap_first}ListdictsData.${po.dictField},"${po.showType}","${po.fieldName}"); + loadSearchFormDicts($("#searchForm").find(".${po.fieldName}-search"),${entityName?uncap_first}ListdictsData.${po.dictField},"${po.showType}","${po.fieldName}"); <#elseif po.showType=='select' || po.showType=='list'> - loadSearchFormDicts($("#${entityName?uncap_first}Form").find("select[name='${po.fieldName}']"),${entityName?uncap_first}ListdictsData.${po.dictField},"select"); + loadSearchFormDicts($("#searchForm").find("select[name='${po.fieldName}']"),${entityName?uncap_first}ListdictsData.${po.dictField},"select"); @@ -355,7 +362,7 @@ field : '<#list columns as po>${po.fieldName},' }; - var params = $("#${entityName?uncap_first}Form").serializeArray(); + var params = $("#searchForm").serializeArray(); for (x in params) { temp[params[x].name] = params[x].value; } @@ -373,7 +380,7 @@ } function searchRest() { - $('#${entityName?uncap_first}Form').find(':input').each(function() { + $('#searchForm').find(':input').each(function() { if("checkbox"== $(this).attr("type")){ $("input:checkbox[name='" + $(this).attr('name') + "']").attr('checked',false); }else if("radio"== $(this).attr("type")){ @@ -382,10 +389,10 @@ $(this).val(""); } }); - $('#${entityName?uncap_first}Form').find("input[type='checkbox']").each(function() { + $('#searchForm').find("input[type='checkbox']").each(function() { $(this).attr('checked', false); }); - $('#${entityName?uncap_first}Form').find("input[type='radio']").each(function() { + $('#searchForm').find("input[type='radio']").each(function() { $(this).attr('checked', false); }); reloadTable(); diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptable/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai b/src/main/resources/jeecg/ext-common-template/bootstraptable/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai index 28b51238..4c9ffdad 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptable/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai +++ b/src/main/resources/jeecg/ext-common-template/bootstraptable/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai @@ -460,15 +460,23 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}", method = RequestMethod.GET) @ResponseBody <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> - public ResponseMessage> list() { - List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize > Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list${entityName}s = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); return Result.success(list${entityName}s); } + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi b/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi index 6ffee98c..2273c595 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi @@ -26,7 +26,7 @@ <#assign hasDateTime=1> - +
    @@ -66,6 +66,10 @@ /> <#elseif po.showType=='file' || po.showType=='image'> <@webuploadtag po = po defval=""/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> @@ -127,6 +131,10 @@ <#elseif po.showType=='file' || po.showType == 'image'> <@webuploadtag po = po defval=""/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi b/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi index d5f73204..5aba60d0 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi @@ -26,7 +26,7 @@ <#assign hasDateTime=1> - +
    @@ -66,6 +66,10 @@ /> <#elseif po.showType=='file' || po.showType=='image'> <@webuploadtag po = po defval="${'$'}{${entityName?uncap_first}.${po.fieldName}}"/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> @@ -129,6 +133,10 @@ <#elseif po.showType=='file' || po.showType == 'image'> <@webuploadtag po = po defval="${'$'}{${entityName?uncap_first}.${po.fieldName}}"/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi b/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi index c3108650..30da3684 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstraptable/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi @@ -33,7 +33,7 @@
    - + <#list columns as po> <#if po.isQuery =='Y'> <#if po.showType?index_of("datetime")!=-1> @@ -193,10 +193,10 @@ <#assign optionCodes=""> <#list columns as po> <#if po.showType=='checkbox' || po.showType=='radio' || po.showType=='select' || po.showType=='list'> - <#if optionCodes?index_of(po.dictField) lt 0> - <#assign optionCodes=optionCodes+","+po.dictField > + <#if optionCodes?index_of(po.fieldName) lt 0> + <#assign optionCodes=optionCodes+","+po.fieldName > promiseArr.push(new Promise(function(resolve, reject) { - initDictByCode(${entityName?uncap_first}ListdictsData,"${po.dictField}",resolve); + initDictByCode(${entityName?uncap_first}ListdictsData,"${po.dictField}",promiseArr,"${po.dictTable}","${po.dictText}"); })); @@ -206,9 +206,9 @@ <#list columns as po> <#if po.isQuery =='Y'> <#if po.showType=='checkbox'||po.showType=='radio'> - loadSearchFormDicts($("#${entityName?uncap_first}Form").find(".${po.fieldName}-search"),${entityName?uncap_first}ListdictsData.${po.dictField},"${po.showType}","${po.fieldName}"); + loadSearchFormDicts($("#searchForm").find(".${po.fieldName}-search"),"${po.dictTable}","${po.dictField}","${po.showType}","${po.fieldName}"); <#elseif po.showType=='select' || po.showType=='list'> - loadSearchFormDicts($("#${entityName?uncap_first}Form").find("select[name='${po.fieldName}']"),${entityName?uncap_first}ListdictsData.${po.dictField},"select"); + loadSearchFormDicts($("#searchForm").find("select[name='${po.fieldName}']"),"${po.dictTable}","${po.dictField}","select","${po.content}"); @@ -305,7 +305,7 @@ } <#elseif po.showType=='checkbox' || po.showType=='radio' || po.showType=='select' || po.showType=='list'> formatter : function(value, rec, index) { - return listDictFormat(value,${entityName?uncap_first}ListdictsData.${po.dictField}); + return listDictFormat(value,"${po.dictField}","${po.dictTable}"); } <#elseif po.showType=='image' ||po.showType=='file'> formatter:function(value,rec,index){ @@ -353,7 +353,7 @@ field : '<#list columns as po>${po.fieldName},' }; - var params = $("#${entityName?uncap_first}Form").serializeArray(); + var params = $("#searchForm").serializeArray(); for (x in params) { temp[params[x].name] = params[x].value; } @@ -371,7 +371,7 @@ } function searchRest() { - $('#${entityName?uncap_first}Form').find(':input').each(function() { + $('#searchForm').find(':input').each(function() { if("checkbox"== $(this).attr("type")){ $("input:checkbox[name='" + $(this).attr('name') + "']").attr('checked',false); }else if("radio"== $(this).attr("type")){ @@ -380,10 +380,10 @@ $(this).val(""); } }); - $('#${entityName?uncap_first}Form').find("input[type='checkbox']").each(function() { + $('#searchForm').find("input[type='checkbox']").each(function() { $(this).attr('checked', false); }); - $('#${entityName?uncap_first}Form').find("input[type='radio']").each(function() { + $('#searchForm').find("input[type='radio']").each(function() { $(this).attr('checked', false); }); reloadTable(); @@ -416,8 +416,13 @@ } //鍒楄〃鏁版嵁瀛楀吀椤规牸寮忓寲 - function listDictFormat(value,dicts){ + function listDictFormat(value,code,table){ if (!value) return ''; + var dictKey = code; + if(code=="id"){ + dictKey = table+code; + } + var dicts = ${entityName?uncap_first}ListdictsData[dictKey]; var valArray = value.split(','); var showVal = ''; if (valArray.length > 1) { @@ -449,27 +454,43 @@ } //鍔犺浇瀛楀吀鏁版嵁 - function initDictByCode(dictObj,code,callback){ + function initDictByCode(dictObj,code,promiseArr,table,text){ + var dictKey = code; + if(code=="id"){ + //濡傛灉褰撳墠dictcode涓篿d閭d箞锛屾澶勭殑瀛楀吀瀵硅薄瀵瑰簲鐨刱ey涓"琛ㄥ悕+id" + dictKey = table+code; + } if(!dictObj[code]){ - jQuery.ajax({ - url: "systemController.do?typeListJson&typeGroupName="+code, + var url = "systemController.do?typeListJson&typeGroupName="+code; + if(table){ + url += "&dicTable="+table+"&dicText="+text; + } + var dictAjax = jQuery.ajax({ + url:url, type:"GET", dataType:"JSON", success: function (back) { if(back.success){ - dictObj[code]= back.obj; - + dictObj[dictKey]= back.obj; } - callback(); } }); + promiseArr.push(dictAjax); } } //鍔犺浇form鏌ヨ鏁版嵁瀛楀吀椤 - function loadSearchFormDicts(obj,arr,type,name){ + function loadSearchFormDicts(obj,table,code,type,name){ var html = ""; + var dictKey = code; + if(code=="id"){ + dictKey = table+code; + } + var arr = ${entityName?uncap_first}ListdictsData[dictKey]; for(var a = 0;a < arr.length;a++){ if("select"== type){ + if(a==0){ + html+=""; + } html+=""; }else{ if(!arr[a].typecode){ diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai index a48d6c92..ac03ec9e 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai +++ b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai @@ -477,11 +477,19 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}", method = RequestMethod.GET) @ResponseBody @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") - public ResponseMessage> list() { - List<${entityName}Entity> list= ${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize>Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); if(list!=null&&list.size()>0){ for(${entityName}Entity entity:list){ diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi index c67a9d0f..678ea5c9 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi @@ -292,7 +292,11 @@ function resetTrNum(tableId) { var s = onclick_str.indexOf("["); var e = onclick_str.indexOf("]"); var new_onclick_str = onclick_str.substring(s+1,e); - $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + <#-- update--begin--author:zhoujf date:20180827 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> + if(new_onclick_str!=''){ + $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + } + <#-- update--end--author:jiaqiankun date:20180710 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> } } if(validtype_str!=null){ diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi index 473d46f2..129e4641 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi @@ -322,6 +322,14 @@ function resetTrNum(tableId) { if (onclick_str.indexOf("#index#") >= 0){ $this.attr("onclick",onclick_str.replace(/#index#/g,i)); }else{ + <#-- update--begin--author:zhoujf date:20180827 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> + var s = onclick_str.indexOf("["); + var e = onclick_str.indexOf("]"); + var new_onclick_str = onclick_str.substring(s+1,e); + if(new_onclick_str!=''){ + $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + } + <#-- update--end--author:jiaqiankun date:20180710 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> } } if(validtype_str!=null){ diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai index 28b51238..4c9ffdad 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai +++ b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai @@ -460,15 +460,23 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}", method = RequestMethod.GET) @ResponseBody <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> - public ResponseMessage> list() { - List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize > Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list${entityName}s = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); return Result.success(list${entityName}s); } + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi index 71a1e6f8..cdac9256 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi @@ -26,7 +26,7 @@ <#assign hasDateTime=1> - +
    @@ -66,6 +66,10 @@ /> <#elseif po.showType=='file' || po.showType=='image'> <@webuploadtag po = po defval=""/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> @@ -127,6 +131,10 @@ <#elseif po.showType=='file' || po.showType == 'image'> <@webuploadtag po = po defval=""/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> diff --git a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi index 319408ab..3c69c908 100644 --- a/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi +++ b/src/main/resources/jeecg/ext-common-template/bootstraptableUI/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi @@ -26,7 +26,7 @@ <#assign hasDateTime=1> - +
    @@ -66,6 +66,10 @@ /> <#elseif po.showType=='file' || po.showType=='image'> <@webuploadtag po = po defval="${'$'}{${entityName?uncap_first}.${po.fieldName}}"/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> @@ -129,6 +133,10 @@ <#elseif po.showType=='file' || po.showType == 'image'> <@webuploadtag po = po defval="${'$'}{${entityName?uncap_first}.${po.fieldName}}"/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> diff --git a/src/main/resources/jeecg/ext-common-template/element/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai b/src/main/resources/jeecg/ext-common-template/element/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai index ff3bf568..aaf5be01 100644 --- a/src/main/resources/jeecg/ext-common-template/element/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai +++ b/src/main/resources/jeecg/ext-common-template/element/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai @@ -456,14 +456,22 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鏂规硶灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}",method = RequestMethod.GET) @ResponseBody <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥 --> - public ResponseMessage> list() { - List<${entityName}Entity> list= ${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize>Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); if(list!=null&&list.size()>0){ for(${entityName}Entity entity:list){ diff --git a/src/main/resources/jeecg/ext-common-template/element/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai b/src/main/resources/jeecg/ext-common-template/element/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai index 715fc561..748a4195 100644 --- a/src/main/resources/jeecg/ext-common-template/element/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai +++ b/src/main/resources/jeecg/ext-common-template/element/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai @@ -426,15 +426,23 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}", method = RequestMethod.GET) @ResponseBody <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> - public ResponseMessage> list() { - List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize > Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list${entityName}s = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); return Result.success(list${entityName}s); } + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody diff --git a/src/main/resources/jeecg/ext-common-template/multitable/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai b/src/main/resources/jeecg/ext-common-template/multitable/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai index 592f0a3d..376fd412 100644 --- a/src/main/resources/jeecg/ext-common-template/multitable/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai +++ b/src/main/resources/jeecg/ext-common-template/multitable/onetomany/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai @@ -594,14 +594,22 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鏂规硶灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}",method = RequestMethod.GET) @ResponseBody <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥 --> - public ResponseMessage> list() { - List<${entityName}Entity> list= ${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize>Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); if(list!=null&&list.size()>0){ for(${entityName}Entity entity:list){ diff --git a/src/main/resources/jeecg/ext-common-template/multitable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-index.jspi b/src/main/resources/jeecg/ext-common-template/multitable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-index.jspi index 6a6970c4..98639278 100644 --- a/src/main/resources/jeecg/ext-common-template/multitable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-index.jspi +++ b/src/main/resources/jeecg/ext-common-template/multitable/onetomany/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-index.jspi @@ -124,7 +124,7 @@
    - +
    @@ -151,7 +151,7 @@
    <#list subtables as key>
    - +
    @@ -179,6 +179,7 @@ \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-common-template/naturebt/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai b/src/main/resources/jeecg/ext-common-template/naturebt/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai index 54ad2014..8c07a009 100644 --- a/src/main/resources/jeecg/ext-common-template/naturebt/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai +++ b/src/main/resources/jeecg/ext-common-template/naturebt/single/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai @@ -464,15 +464,23 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鎺ュ彛灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}", method = RequestMethod.GET) @ResponseBody <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> - public ResponseMessage> list() { - List<${entityName}Entity> list${entityName}s=${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize > Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list${entityName}s = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); return Result.success(list${entityName}s); } + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> @RequestMapping(value = "/{id}", method = RequestMethod.GET) @ResponseBody diff --git a/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi b/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi index ff70b64a..2f944460 100644 --- a/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi +++ b/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-add.jspi @@ -18,7 +18,7 @@ <#break> - + @@ -44,6 +44,10 @@ <#elseif po.showType=='file' || po.showType == 'image'> <@webuploadtag po = po defval=""/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> diff --git a/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi b/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi index 59ba1ab6..24babe31 100644 --- a/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi +++ b/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}-update.jspi @@ -18,7 +18,7 @@ <#break> - + @@ -51,6 +51,10 @@ <#elseif po.showType=='file' || po.showType == 'image'> <@webuploadtag po = po defval="${'$'}{${entityName?uncap_first}Page.${po.fieldName}}"/> + <#-- update--begin--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> + <#elseif po.showType=='popup'> + <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> + <#-- update--end--author:zhoujf Date:20180827 for:TASK #3064 popup鎺т欢瀹炵幇 --> <#else> /> diff --git a/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi b/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi index 2dc3717f..a68124c7 100644 --- a/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi +++ b/src/main/resources/jeecg/ext-common-template/naturebt/single/webapp/webpage/${bussiPackage}/${entityPackage}/${entityNameUncapFirst}List.jspi @@ -124,8 +124,10 @@ $(function(){ <#assign optionCodes=""> <#list columns as po> <#if po.showType=='checkbox' || po.showType=='radio' || po.showType=='select' || po.showType=='list'> - <#if optionCodes?index_of(po.dictField) lt 0> - <#assign optionCodes=optionCodes+","+po.dictField > + <#-- update-begin-Author:LiShaoQing date:20180823 for:澶氫釜鎺т欢鍙敓鎴愪竴涓牸寮忓寲,灏唒o.dictField鏀逛负po.fileName --> + <#if optionCodes?index_of(po.fieldName) lt 0> + <#assign optionCodes=optionCodes+","+po.fieldName > + <#-- update-end-Author:LiShaoQing date:20180823 for:澶氫釜鎺т欢鍙敓鎴愪竴涓牸寮忓寲,灏唒o.dictField鏀逛负po.fileName --> <#if po.dictTable?if_exists?html!=""> <#if po.showType=='popup'><#rt/> <#else><#rt/> @@ -407,26 +409,6 @@ function listDictFormat(value,code,table){ } return showVal; } - -//鍒楄〃鏂囦欢鍥剧墖 鍒楁牸寮忓寲鏂规硶 -function listFileImgFormat(value,type){ - var href=''; - if(value==null || value.length==0){ - return href; - } - var value1 = "img/server/"+value; - if("image"==type){ - href+=""; - }else{ - if(value.indexOf(".jpg")>-1 || value.indexOf(".gif")>-1 || value.indexOf(".png")>-1){ - href+=""; - }else{ - var value2 = "img/server/"+value+"?down=true"; - href+="鐐瑰嚮涓嬭浇"; - } - } - return href; -} <#if (cgformConfig.listJs.cgJsStr)?? && cgformConfig.listJs.cgJsStr!=""> + + + <#if cgformConfig.cgFormHead.isTree == 'Y'> - - - - - - - <#-- update--begin--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - <#assign ue_widget_count = 0> - <#-- update--end--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - - <#list columns as po> - <#if po.isShow == 'N'> - <#-- update--begin--author:zhoujf date:20170622 for:TASK #1967 銆愪唬鐮佺敓鎴愬櫒浼樺寲銆憃nline鐢熸垚浠g爜锛屾棤鐢ㄥお澶氾紝绠鍖栦唬鐮(1. 绯荤粺鏍囧噯瀛楁锛岃〃鍗曢〉闈紝娣诲姞鍜屼慨鏀归〉闈紝涓嶇敓鎴愰殣钘忓瓧娈) --> - <#if po.fieldName == 'id'> - - - <#-- update--end--author:zhoujf date:20170622 for:TASK #1967 銆愪唬鐮佺敓鎴愬櫒浼樺寲銆憃nline鐢熸垚浠g爜锛屾棤鐢ㄥお澶氾紝绠鍖栦唬鐮(1. 绯荤粺鏍囧噯瀛楁锛岃〃鍗曢〉闈紝娣诲姞鍜屼慨鏀归〉闈紝涓嶇敓鎴愰殣钘忓瓧娈) --> - - - - <#list pageColumns as po> - <#if (pageColumns?size>10)> - <#if po_index%2==0> - - - <#else> - - - - - <#-- update--begin--author:zhoujf Date:20170601 for:table琛ㄥ崟鐢熸垚楠屾敹涔遍棶棰 --> - <#if (pageColumns?size>10)> - <#-- update--end--author:zhoujf Date:20170601 for:table琛ㄥ崟鐢熸垚楠屾敹涔遍棶棰 --> - <#if (po_index%2==0)&&(!po_has_next)> - - - - <#if (po_index%2!=0)||(!po_has_next)> - - - <#else> - - - - - - <#-- update--begin--author:zhoujf Date:20170523 for:TASK #1961 銆愪唬鐮佺敓鎴愬櫒銆戜竴瀵瑰瀵屾枃鏈紪杈戝櫒锛岀敓鎴愪唬鐮佹牸寮忛棶棰 --> - <#list pageAreatextColumns as po> - - - - - - <#-- update--end--author:zhoujf Date:20170523 for:TASK #1961 銆愪唬鐮佺敓鎴愬櫒銆戜竴瀵瑰瀵屾枃鏈紪杈戝櫒锛岀敓鎴愪唬鐮佹牸寮忛棶棰 --> -
    - - - <#if cgformConfig.cgFormHead.isTree=='Y' && cgformConfig.cgFormHead.treeParentIdFieldNamePage==po.fieldName> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - data-options="panelHeight:'220', - url: '${entityName?uncap_first}Controller.do?datagrid&field=id,${cgformConfig.cgFormHead.treeFieldnamePage}', - loadFilter: function(data) { - var rows = data.rows || data; - var win = frameElement.api.opener; - var listRows = win.getDataGrid().treegrid('getData'); - joinTreeChildren(rows, listRows); - convertTreeData(rows, '${cgformConfig.cgFormHead.treeFieldnamePage}'); - return rows; - }, - <#-- update--begin--author:zhangjiaqiang Date:20170518 for:淇鏍戝舰鑿滃崟閫夋嫨蹇呭~椤归棶棰--> - onSelect:function(node){ - $('#${po.fieldName}').val(node.id); - }, - <#-- update--end--author:zhangjiaqiang Date:20170518 for:淇鏍戝舰鑿滃崟閫夋嫨蹇呭~椤归棶棰 --> - onLoadSuccess: function() { - var win = frameElement.api.opener; - var currRow = win.getDataGrid().treegrid('getSelected'); - if(!'${'$'}{${entityName?uncap_first}Page.id}') { - //澧炲姞鏃讹紝閫夋嫨褰撳墠鐖惰彍鍗 - if(currRow) { - $('#${po.fieldName}').combotree('setValue', currRow.id); - } - }else { - //缂栬緫鏃讹紝閫夋嫨褰撳墠鐖惰彍鍗 - if(currRow) { - $('#${po.fieldName}').combotree('setValue', currRow.${po.fieldName}); - } - } - }"/> - <#elseif po.showType=='text'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#-- update--begin--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - /> - <#-- update--end--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='popup'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#-- update--begin--author:zhoujf date:20180319 for:TASK #2557 popup,褰撳瓧鍏窽ext涓哄涓兼椂 --> - <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" /> - <#-- update--end--author:zhoujf date:20180319 for:TASK #2557 popup,褰撳瓧鍏窽ext涓哄涓兼椂 --> - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='textarea'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='password'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#-- update--begin--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - /> - <#-- update--end--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="${'$'}{${entityName?uncap_first}Page.${po.fieldName}}" hasLabel="false" title="${po.content}" > - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='date'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - /> - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='datetime'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - /> - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - - <#elseif po.showType=='file' || po.showType == 'image'> - <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - <#assign fileName = fileName + "${po.fieldName}," /> - <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> -
    -
    - - -
    - <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> -
    - <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - <#--update-start--Author: jg_huangxg Date:20160421 for锛歍ASK #1027 銆恛nline銆戜唬鐮佺敓鎴愬櫒妯℃澘涓嶆敮鎸乁E缂栬緫鍣 --> - <#elseif po.showType='umeditor'> - <#-- update--begin--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - <#assign ue_widget_count = ue_widget_count + 1> - <#if ue_widget_count == 1> - - - - <#-- update--end--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - - - <#--update-end--Author: jg_huangxg Date:20160421 for锛歍ASK #1027 銆恛nline銆戜唬鐮佺敓鎴愬櫒妯℃澘涓嶆敮鎸乁E缂栬緫鍣 --> - <#else> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#-- update--begin--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - /> - <#-- update--end--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - - - -
    - - -
    - - 10)> colspan="3" > - <#if po.showType=='textarea'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType='umeditor'> - <#-- update--begin--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - <#assign ue_widget_count = ue_widget_count + 1> - <#if ue_widget_count == 1> - - - - <#-- update--end--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - - - - - -
    -
    - - - <#if callbackFlag == true> - - \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/rowedit/single/cgform_jspTemplate_update.ftl b/src/main/resources/jeecg/ext-template/rowedit/single/cgform_jspTemplate_update.ftl deleted file mode 100644 index 7d421307..00000000 --- a/src/main/resources/jeecg/ext-template/rowedit/single/cgform_jspTemplate_update.ftl +++ /dev/null @@ -1,501 +0,0 @@ -<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> -<%@include file="/context/mytags.jsp"%> - -<#assign callbackFlag = false /> -<#assign fileName = "" /> -<#list pageColumns as callBackTestPo> - <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - <#if callBackTestPo.showType=='file' || callBackTestPo.showType=='image' > - <#assign callbackFlag = true /> - <#break> - - <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - -<#-- update--begin--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> -<#include "../../ui/datatype.ftl"/> -<#include "../../ui/dictInfo.ftl"/> -<#-- update--end--author:zhangjiaqiang Date:20170509 for:淇鐢熸垚椤甸潰涔 --> - - - ${ftl_description} - - <#if callbackFlag == true> - - - -<#if cgformConfig.cgFormHead.isTree == 'Y'> - - - - - - - - <#-- update--begin--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - <#assign ue_widget_count = 0> - <#-- update--end--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - - <#list columns as po> - <#if po.isShow == 'N'> - <#-- update--begin--author:zhoujf date:20170622 for:TASK #1967 銆愪唬鐮佺敓鎴愬櫒浼樺寲銆憃nline鐢熸垚浠g爜锛屾棤鐢ㄥお澶氾紝绠鍖栦唬鐮(1. 绯荤粺鏍囧噯瀛楁锛岃〃鍗曢〉闈紝娣诲姞鍜屼慨鏀归〉闈紝涓嶇敓鎴愰殣钘忓瓧娈) --> - <#if po.fieldName == 'id'> - - - <#-- update--end--author:zhoujf date:20170622 for:TASK #1967 銆愪唬鐮佺敓鎴愬櫒浼樺寲銆憃nline鐢熸垚浠g爜锛屾棤鐢ㄥお澶氾紝绠鍖栦唬鐮(1. 绯荤粺鏍囧噯瀛楁锛岃〃鍗曢〉闈紝娣诲姞鍜屼慨鏀归〉闈紝涓嶇敓鎴愰殣钘忓瓧娈) --> - - - - <#list pageColumns as po> - <#if (pageColumns?size>10)> - <#if po_index%2==0> - - - <#else> - - - - - <#-- update--begin--author:zhoujf Date:20170601 for:table琛ㄥ崟鐢熸垚楠屾敹涔遍棶棰 --> - <#if (pageColumns?size>10)> - <#-- update--end--author:zhoujf Date:20170601 for:table琛ㄥ崟鐢熸垚楠屾敹涔遍棶棰 --> - <#if (po_index%2==0)&&(!po_has_next)> - - - - <#if (po_index%2!=0)||(!po_has_next)> - - - <#else> - - - - - <#-- update--begin--author:zhoujf Date:20170523 for:TASK #1961 銆愪唬鐮佺敓鎴愬櫒銆戜竴瀵瑰瀵屾枃鏈紪杈戝櫒锛岀敓鎴愪唬鐮佹牸寮忛棶棰 --> - <#list pageAreatextColumns as po> - - - - - - <#-- update--end--author:zhoujf Date:20170523 for:TASK #1961 銆愪唬鐮佺敓鎴愬櫒銆戜竴瀵瑰瀵屾枃鏈紪杈戝櫒锛岀敓鎴愪唬鐮佹牸寮忛棶棰 --> -
    - - - <#if cgformConfig.cgFormHead.isTree=='Y' && cgformConfig.cgFormHead.treeParentIdFieldNamePage==po.fieldName> - - value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}' - data-options=" - panelHeight:'220', - url: '${entityName?uncap_first}Controller.do?datagrid&field=id,${cgformConfig.cgFormHead.treeFieldnamePage}', - loadFilter: function(data) { - var rows = data.rows || data; - var win = frameElement.api.opener; - var listRows = win.getDataGrid().treegrid('getData'); - joinTreeChildren(rows, listRows); - convertTreeData(rows, '${cgformConfig.cgFormHead.treeFieldnamePage}'); - return rows; - }, - <#-- update--begin--author:zhangjiaqiang Date:20170518 for:淇鏍戝舰鑿滃崟閫夋嫨蹇呭~椤归棶棰--> - onSelect:function(node){ - $('#${po.fieldName}').val(node.id); - }, - <#-- update--end--author:zhangjiaqiang Date:20170518 for:淇鏍戝舰鑿滃崟閫夋嫨蹇呭~椤归棶棰 --> - onLoadSuccess: function() { - var win = frameElement.api.opener; - var currRow = win.getDataGrid().treegrid('getSelected'); - if(!'${'$'}{${entityName?uncap_first}Page.id}') { - //澧炲姞鏃讹紝閫夋嫨褰撳墠鐖惰彍鍗 - if(currRow) { - $('#${po.fieldName}').combotree('setValue', currRow.id); - } - }else { - //缂栬緫鏃讹紝閫夋嫨褰撳墠鐖惰彍鍗 - if(currRow) { - $('#${po.fieldName}').combotree('setValue', currRow.${po.fieldName}); - } - } - } - " - > - <#elseif po.showType=='text'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#-- update--begin--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> - <#-- update--end--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='popup'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#-- update--begin--author:zhoujf date:20180319 for:TASK #2557 popup,褰撳瓧鍏窽ext涓哄涓兼椂 --> - <#if po.dictTable?if_exists?html!=""> onclick="popupClick(this,'${po.dictText}','${po.dictField}','${po.dictTable}')" value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> - <#-- update--end--author:zhoujf date:20180319 for:TASK #2557 popup,褰撳瓧鍏窽ext涓哄涓兼椂 --> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='textarea'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='password'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#-- update--begin--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> - <#-- update--end--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='radio' || po.showType=='select' || po.showType=='checkbox' || po.showType=='list'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <@dictInfo dictTable="${po.dictTable}" dictField="${po.dictField}" dictText="${po.dictText}" /> defaultVal="${'$'}{${entityName?uncap_first}Page.${po.fieldName}}" hasLabel="false" title="${po.content}" > - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='date'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - value=''/> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType=='datetime'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - value=''/> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - <#elseif po.showType=='file' || po.showType == 'image'> - <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - <#-- update--begin--author:zhangjiaqiang date:20170531 for:鏁版嵁鍥炴樉琛ㄦ牸ID鍖哄垎 --> -
    - <#-- update--end--author:zhangjiaqiang date:20170531 for:鏁版嵁鍥炴樉琛ㄦ牸ID鍖哄垎 --> - <#if !(po.operationCodesReadOnly ??)> - <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - <#assign fileName = fileName + "${po.fieldName}," /> - <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> -
    - - - <#-- update--begin--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> -
    - <#-- update--end--author:zhangjiaqiang date:20170531 for:澧炲姞鍥剧墖鍜屾枃浠剁殑鏀寔 --> - - <#--update-start--Author: jg_huangxg Date:20160421 for锛歍ASK #1027 銆恛nline銆戜唬鐮佺敓鎴愬櫒妯℃澘涓嶆敮鎸乁E缂栬緫鍣 --> - <#elseif po.showType='umeditor'> - <#-- update--begin--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - <#assign ue_widget_count = ue_widget_count + 1> - <#if ue_widget_count == 1> - - - - <#-- update--end--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - <#--update-start--Author: dangzhenghui Date:20160421 for锛歍ASK #1899 銆愪唬鐮佺敓鎴愬櫒bug銆戞帶浠剁被鍨嬩负UE缂栬緫鍣 ,缂栬緫椤甸潰鍐呭鏄剧ず涓虹┖--> - - <#--update-start--Author: dangzhenghui Date:20160421 for锛歍ASK #1899 銆愪唬鐮佺敓鎴愬櫒bug銆戞帶浠剁被鍨嬩负UE缂栬緫鍣 ,缂栬緫椤甸潰鍐呭鏄剧ず涓虹┖--> - - - <#--update-end--Author: jg_huangxg Date:20160421 for锛歍ASK #1027 銆恛nline銆戜唬鐮佺敓鎴愬櫒妯℃澘涓嶆敮鎸乁E缂栬緫鍣 --> - <#else> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#-- update--begin--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - value='${'$'}{${entityName?uncap_first}Page.${po.fieldName}}'/> - <#-- update--end--author:Yandong Date:20180326 for:TASK #2571 銆愪唬鐮佺敓鎴愬櫒bug銆慬Online寮鍙慮 涓讳粠琛ㄤ富琛ㄧ敓鎴愮殑浠g爜瀛楁娌℃湁闀垮害闄愬埗--> - <#-- update--end--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - - - -
    - - -
    - - 10)> colspan="3" > - <#if po.showType=='textarea'> - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - - <#-- update--begin--author:zhangjiaqiangDate:20170509 for:淇鐢熸垚浠g爜涓嶇編瑙 --> - <#elseif po.showType='umeditor'> - <#-- update--begin--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - <#assign ue_widget_count = ue_widget_count + 1> - <#if ue_widget_count == 1> - - - - <#-- update--end--author:zhangjiaqiang date:20170522 for:ueditor閰嶇疆鏂囦欢鍙姞杞戒竴娆 --> - <#--update-start--Author: dangzhenghui Date:20160421 for锛歍ASK #1899 銆愪唬鐮佺敓鎴愬櫒bug銆戞帶浠剁被鍨嬩负UE缂栬緫鍣 ,缂栬緫椤甸潰鍐呭鏄剧ず涓虹┖--> - - <#--update-start--Author: dangzhenghui Date:20160421 for锛歍ASK #1899 銆愪唬鐮佺敓鎴愬櫒bug銆戞帶浠剁被鍨嬩负UE缂栬緫鍣 ,缂栬緫椤甸潰鍐呭鏄剧ず涓虹┖--> - - - - - -
    -
    - - - <#if callbackFlag == true> - - \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_controllerTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_controllerTemplate.ftl index 406059b4..f0c9c306 100644 --- a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_controllerTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_controllerTemplate.ftl @@ -493,14 +493,22 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> <#-- update--begin--author:zhangjiaqiang date:20171113 for:TASK #2415 銆恟estful鎺ュ彛妯℃澘銆戞ā鏉垮啀娆℃敼閫狅紝灏佽浜嗛氱敤浜嗚繑鍥炵粨鏋滐紝鍔犱簡蹇呰鏍¢獙 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}",method = RequestMethod.GET) @ResponseBody <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥 --> - public ResponseMessage> list() { - List<${entityName}Entity> list= ${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize>Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); if(list!=null&&list.size()>0){ for(${entityName}Entity entity:list){ diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jsListEnhanceTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jsListEnhanceTemplate.ftl deleted file mode 100644 index 9f6655e4..00000000 --- a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jsListEnhanceTemplate.ftl +++ /dev/null @@ -1 +0,0 @@ -${cgformConfig.listJs.cgJsStr?if_exists} \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspListTemplate.ftl index 73ad4810..64b37ebe 100644 --- a/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspListTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/tab/onetomany/cgform_jspListTemplate.ftl @@ -36,7 +36,6 @@
    - \ No newline at end of file + +<#if (cgformConfig.listJs.cgJsStr)?? && cgformConfig.listJs.cgJsStr!=""> + + \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_controllerTemplate.ftl b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_controllerTemplate.ftl index 9540690f..6bf4b9fc 100644 --- a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_controllerTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_controllerTemplate.ftl @@ -496,14 +496,22 @@ public class ${entityName}Controller extends BaseController { <#if cgformConfig.supportRestful?? && cgformConfig.supportRestful == "1"> <#-- update--begin--author:zhangjiaqiang date:20171113 for:restful鏂规硶灏佽 --> <#-- restful 閫氱敤鏂规硶鐢熸垚 --> - @RequestMapping(method = RequestMethod.GET) + <#-- update-begin-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> + @RequestMapping(value="/list/{pageNo}/{pageSize}",method = RequestMethod.GET) @ResponseBody <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> @ApiOperation(value="${ftl_description}鍒楄〃淇℃伅",produces="application/json",httpMethod="GET") <#-- update--end--author:zhangjiaqiang date:20171031 for:TASK #2397 銆愭柊鍔熻兘銆戜唬鐮佺敓鎴愬櫒妯℃澘淇敼锛岃拷鍔爏wagger-ui娉ㄨВ --> <#-- update--begin--author:zhangjiaqiang date:20171031 for:TASK #2400 銆愬姛鑳戒笉瓒炽戜竴瀵瑰锛宺estful鎺ュ彛涓嶈冻锛岀洰鍓嶅彧杩斿洖涓昏〃鐨勬暟鎹紝搴旇鎶婁富瀛愯〃鐨勬暟鎹竴璧疯繑鍥 --> - public ResponseMessage> list() { - List<${entityName}Entity> list= ${entityName?uncap_first}Service.getList(${entityName}Entity.class); + public ResponseMessage> list(@PathVariable("pageNo") int pageNo, @PathVariable("pageSize") int pageSize, HttpServletRequest request) { + if(pageSize>Globals.MAX_PAGESIZE){ + return Result.error("姣忛〉璇锋眰涓嶈兘瓒呰繃" + Globals.MAX_PAGESIZE + "鏉"); + } + CriteriaQuery query = new CriteriaQuery(${entityName}Entity.class); + query.setCurPage(pageNo<=0?1:pageNo); + query.setPageSize(pageSize<1?1:pageSize); + List<${entityName}Entity> list = this.${entityName?uncap_first}Service.getListByCriteriaQuery(query,true); + <#-- update-end-Author:LiShaoQing Date:20180828 for: TASK #3105 銆愪唬鐮佺敓鎴愬櫒銆戜唬鐮佺敓鎴恟est鎺ュ彛 list鑾峰彇鏀归 --> List<${entityName}Page> pageList=new ArrayList<${entityName}Page>(); if(list!=null&&list.size()>0){ for(${entityName}Entity entity:list){ diff --git a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jsListEnhanceTemplate.ftl b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jsListEnhanceTemplate.ftl deleted file mode 100644 index 9f6655e4..00000000 --- a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jsListEnhanceTemplate.ftl +++ /dev/null @@ -1 +0,0 @@ -${cgformConfig.listJs.cgJsStr?if_exists} \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspListTemplate.ftl b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspListTemplate.ftl index 4e97dc2c..5ac6d523 100644 --- a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspListTemplate.ftl +++ b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspListTemplate.ftl @@ -36,7 +36,6 @@
    - \ No newline at end of file + +<#if (cgformConfig.listJs.cgJsStr)?? && cgformConfig.listJs.cgJsStr!=""> + + \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_add.ftl b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_add.ftl index b74bb3d7..5356288a 100644 --- a/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_add.ftl +++ b/src/main/resources/jeecg/ext-template/table/onetomany/cgform_jspTemplate_add.ftl @@ -44,8 +44,7 @@ <#if callbackFlag == true> - - + + \ No newline at end of file + +<#if (cgformConfig.listJs.cgJsStr)?? && cgformConfig.listJs.cgJsStr!=""> + + \ No newline at end of file diff --git a/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_add.ftl b/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_add.ftl index 3d974314..b3efee54 100644 --- a/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_add.ftl +++ b/src/main/resources/jeecg/ext-template/table/single/cgform_jspTemplate_add.ftl @@ -23,8 +23,7 @@ ${ftl_description} <#if callbackFlag == true> - - + <#if cgformConfig.cgFormHead.isTree == 'Y'> @@ -267,12 +277,18 @@ />
    - <#elseif po.show_type=='file' || po.show_type=='image'> + <#-- update-begin-author:taoYan date:20180903 for:绉诲姩妯℃澘鏂囦欢涓婁紶鏀归 --> + <#elseif po.show_type=='file'>
  • + <@uploadFile po = po />
  • - <@uploadtag po = po /> - + <#elseif po.show_type=='image'> +
  • + + <@uploadImg po = po /> +
  • + <#-- update-end-author:taoYan date:20180903 for:绉诲姩妯℃澘鏂囦欢涓婁紶鏀归 --> <#list columnsarea as po> @@ -401,39 +417,60 @@ } } + <#-- update-begin-author:taoYan date:20180903 for:绉诲姩妯℃澘鏂囦欢涓婁紶鏀归 --> function upload() { - <#list columns as po> - <#if po.show_type=='file'> - $('#${po.field_name}').uploadify('upload', '*'); - - <#if po.show_type=='image'> - $('#${po.field_name}').uploadify('upload', '*'); - - - } - - function del(url,obj){ - $.dialog.setting.zIndex = getzIndex(); - $.dialog.confirm("纭鍒犻櫎璇ユ潯璁板綍?", function(){ - $.ajax({ - async : false, - cache : false, - type : 'POST', - url : url,// 璇锋眰鐨刟ction璺緞 - error : function() {// 璇锋眰澶辫触澶勭悊鍑芥暟 - }, - success : function(data) { - var d = $.parseJSON(data); - if (d.success) { - var msg = d.msg; - tip(msg); - $(obj).closest("tr").hide("slow"); - } + var iattachment = getFileIDArray(); + var icgFormId = $("input[name='id']").val(); + $.ajax({ + async : false, + cache : false, + url:"cgUploadController.do?updateCgformFile", + data:{ + 'cgFormName':'${tableName?if_exists?html}', + 'cgFormId':icgFormId, + 'attachment': iattachment + }, + type:"POST", + dataType:"JSON", + error : function() {// 璇锋眰澶辫触澶勭悊鍑芥暟 + }, + success : function(data) { + if (data.success) { + var win = frameElement.api.opener; + win.reloadTable(); + win.tip("鎿嶄綔鎴愬姛锛"); + frameElement.api.close(); + }else{ + tip(data.msg); } - }); - }, function(){}); - } - + } + }); + } + function getFileIDArray(){ + var arr = []; + <#list columns as po> + <#if po.show_type=='file' || po.show_type=='image'> + var ${po.field_name}_attachment = []; + $("#${po.field_name}thelist").find('.uploadify-queue-item').each(function(){ + var temp = $(this).attr("id"); + if(!!temp){ + if($(this).is(":hidden")){ + temp = temp+"_D";//鍒犻櫎鏂囦欢 + }else if($(this).hasClass('history')){ + temp = temp+"_O";//鑰佹枃浠 + } + ${po.field_name}_attachment.push(temp); + } + }); + if(${po.field_name}_attachment.length>0){ + arr.push({cgFormField:'${po.field_name}',attachment: ${po.field_name}_attachment.join(',')}); + } + + + return JSON.stringify(arr); + } + <#-- update-end-author:taoYan date:20180903 for:绉诲姩妯℃澘鏂囦欢涓婁紶鏀归 --> + $(function(){ if(location.href.indexOf("goAddButton.do")!=-1||location.href.indexOf("goUpdateButton.do")!=-1){ //鍏朵粬妯″紡鏄剧ず鎻愪氦鎸夐挳 diff --git a/src/main/resources/online/template/moblieCommon002/html/autolist.ftl b/src/main/resources/online/template/moblieCommon002/html/autolist.ftl index 379dd3e9..eaf581b5 100644 --- a/src/main/resources/online/template/moblieCommon002/html/autolist.ftl +++ b/src/main/resources/online/template/moblieCommon002/html/autolist.ftl @@ -73,21 +73,35 @@ function createDataGrid${config_id}(){ if(value==null || value.length==0){ return href; } - if(value.indexOf(".jpg")>-1 || value.indexOf(".gif")>-1 || value.indexOf(".png")>-1){ + <#-- update-begin-Author: taoyan Date:20180903 for:绉诲姩閫氱敤妯℃澘涓婁紶鏀归 --> + if(value.indexOf(',')>0){ + var onclickFun = "createdetailwindow(\'鏂囦欢鍒楄〃\',\'cgUploadController.do?fileList&cgformName=${config_id}&cgformField=${x['field_id']}&cgformId="+rec.id+"\',500,300);"; + <#if brower_type?? && brower_type == 'Microsoft%20Internet%20Explorer'> + href = "[鏌ョ湅鏂囦欢]"; + <#else> + href = "鏌ョ湅鏂囦欢"; + + }else{ + if(value.indexOf(".jpg")>-1 || value.indexOf(".gif")>-1 || value.indexOf(".png")>-1){ <#-- update--begin--author:zhangjiaqiang date:20170606 for:TASK #2056 銆愪笂浼犻檮浠跺姛鑳姐慜nline 涓瀵瑰瀵逛笂浼犵粍浠舵敮鎸 --> href+=""; <#-- update--begin--author:zhangjiaqiang date:20170606 for:TASK #2056 銆愪笂浼犻檮浠跺姛鑳姐慜nline 涓瀵瑰瀵逛笂浼犵粍浠舵敮鎸 --> - }else{ - <#-- //update-begin--Author:zhangjiaqiang Date:20160925 for锛歍ASK #1344 [閾炬帴鍥炬爣] online鍔熻兘娴嬭瘯鐨勬寜閽摼鎺ュ浘鏍囦慨鏀 --> - <#-- update--begin--author:zhangjiaqiang date:20170628 for: TASK #2194 銆恛nline閾炬帴鏍峰紡鍒囨崲銆慜nline 鍔熻兘娴嬭瘯鐨勫垪琛ㄩ摼鎺ユ牱寮忥紝闇瑕佹牴鎹祻瑙堝櫒IE杩涜鍒囨崲 --> - <#if brower_type?? && brower_type == 'Microsoft%20Internet%20Explorer'> - href+="[鐐瑰嚮涓嬭浇]"; - <#else> - href+="鐐瑰嚮涓嬭浇"; - - <#-- update--end--author:zhangjiaqiang date:20170628 for: TASK #2194 銆恛nline閾炬帴鏍峰紡鍒囨崲銆慜nline 鍔熻兘娴嬭瘯鐨勫垪琛ㄩ摼鎺ユ牱寮忥紝闇瑕佹牴鎹祻瑙堝櫒IE杩涜鍒囨崲 --> - <#-- //update-begin--Author:zhangjiaqiang Date:20160925 for锛歍ASK #1344 [閾炬帴鍥炬爣] online鍔熻兘娴嬭瘯鐨勬寜閽摼鎺ュ浘鏍囦慨鏀 --> + }else{ + <#-- //update-begin--Author:zhangjiaqiang Date:20160925 for锛歍ASK #1344 [閾炬帴鍥炬爣] online鍔熻兘娴嬭瘯鐨勬寜閽摼鎺ュ浘鏍囦慨鏀 --> + <#-- update--begin--author:zhangjiaqiang date:20170628 for: TASK #2194 銆恛nline閾炬帴鏍峰紡鍒囨崲銆慜nline 鍔熻兘娴嬭瘯鐨勫垪琛ㄩ摼鎺ユ牱寮忥紝闇瑕佹牴鎹祻瑙堝櫒IE杩涜鍒囨崲 --> + <#-- update-begin- author:taoyan date:20181023 for:txt鏂囦欢涓嬭浇bug --> + var value2="systemController/downloadFile.do?filePath="+value + <#if brower_type?? && brower_type == 'Microsoft%20Internet%20Explorer'> + href+="[鐐瑰嚮涓嬭浇]"; + <#else> + href+="鐐瑰嚮涓嬭浇"; + + <#-- update-end- author:taoyan date:20181023 for:txt鏂囦欢涓嬭浇bug --> + <#-- update--end--author:zhangjiaqiang date:20170628 for: TASK #2194 銆恛nline閾炬帴鏍峰紡鍒囨崲銆慜nline 鍔熻兘娴嬭瘯鐨勫垪琛ㄩ摼鎺ユ牱寮忥紝闇瑕佹牴鎹祻瑙堝櫒IE杩涜鍒囨崲 --> + <#-- //update-begin--Author:zhangjiaqiang Date:20160925 for锛歍ASK #1344 [閾炬帴鍥炬爣] online鍔熻兘娴嬭瘯鐨勬寜閽摼鎺ュ浘鏍囦慨鏀 --> + } } + <#-- update-end-Author: taoyan Date:20180903 for:绉诲姩閫氱敤妯℃澘涓婁紶鏀归 --> return href; }, @@ -98,9 +112,20 @@ function createDataGrid${config_id}(){ if(value==null || value.length==0){ return href; } + <#-- update-begin-Author: taoyan Date:20180903 for:绉诲姩閫氱敤妯℃澘涓婁紶鏀归 --> + if(value.indexOf(',')>0){ + var onclickFun = "createdetailwindow(\'鍥剧墖鍒楄〃\',\'cgUploadController.do?fileList&img=1&cgformName=${config_id}&cgformField=${x['field_id']}&cgformId="+rec.id+"\',500,300);"; + <#if brower_type?? && brower_type == 'Microsoft%20Internet%20Explorer'> + href = "[鏌ョ湅鍥剧墖]"; + <#else> + href = "鏌ョ湅鍥剧墖"; + + }else{ <#-- update--begin--author:zhangjiaqiang date:20170606 for:TASK #2056 銆愪笂浼犻檮浠跺姛鑳姐慜nline 涓瀵瑰瀵逛笂浼犵粍浠舵敮鎸 --> - href+=""; + href+=""; <#-- update--begin--author:zhangjiaqiang date:20170606 for:TASK #2056 銆愪笂浼犻檮浠跺姛鑳姐慜nline 涓瀵瑰瀵逛笂浼犵粍浠舵敮鎸 --> + } + <#-- update-end-Author: taoyan Date:20180903 for:绉诲姩閫氱敤妯℃澘涓婁紶鏀归 --> return href; }, styler: function(value,row,index){ diff --git a/src/main/resources/online/template/moblieCommon002/html/jformhead.ftl b/src/main/resources/online/template/moblieCommon002/html/jformhead.ftl index b02bd7f8..f6c354c6 100644 --- a/src/main/resources/online/template/moblieCommon002/html/jformhead.ftl +++ b/src/main/resources/online/template/moblieCommon002/html/jformhead.ftl @@ -183,11 +183,18 @@
    <#--update-begin--Author:liushaoqian Date:20180710 for锛歍ASK #2930 銆恛nline鏍峰紡銆戦氱敤绉诲姩妯℃澘涓瀵瑰锛屾敮鎸佷笂浼犲浘鐗囧拰闄勪欢--> - <#elseif po.show_type=='file' || po.show_type=='image'> -
  • - -
  • - <@uploadtag po = po /> + <#-- update-begin-author:taoYan date:20180903 for:绉诲姩妯℃澘鏂囦欢涓婁紶鏀归 --> + <#elseif po.show_type=='file'> +
  • + + <@uploadFile po = po /> +
  • + <#elseif po.show_type=='image'> +
  • + + <@uploadImg po = po /> +
  • + <#-- update-end-author:taoYan date:20180903 for:绉诲姩妯℃澘鏂囦欢涓婁紶鏀归 --> <#--update-end--Author:liushaoqian Date:20180710 for锛歍ASK #2930 銆恛nline鏍峰紡銆戦氱敤绉诲姩妯℃澘涓瀵瑰锛屾敮鎸佷笂浼犲浘鐗囧拰闄勪欢--> <#-- update--begin--author:taoyan Date:20170707 for:TASK #2918 銆恇ug銆憃nline鏍峰紡锛岄氱敤绉诲姩妯℃澘2涓瀵瑰 --> <#else> diff --git a/src/main/resources/online/template/moblieCommon002/html/jformonetomanytpl.ftl b/src/main/resources/online/template/moblieCommon002/html/jformonetomanytpl.ftl index 84808c7f..3f28addf 100644 --- a/src/main/resources/online/template/moblieCommon002/html/jformonetomanytpl.ftl +++ b/src/main/resources/online/template/moblieCommon002/html/jformonetomanytpl.ftl @@ -125,11 +125,7 @@ class="ui-input-select province fld" > <#list dataList as dictdata> - diff --git a/src/main/resources/online/template/moblieCommon002/html/jformunion.ftl b/src/main/resources/online/template/moblieCommon002/html/jformunion.ftl index 5765ba72..e275001d 100644 --- a/src/main/resources/online/template/moblieCommon002/html/jformunion.ftl +++ b/src/main/resources/online/template/moblieCommon002/html/jformunion.ftl @@ -22,7 +22,12 @@ <#--update-begin--Author:liushaoqian Date:20180710 for锛歍ASK #2930 銆恛nline鏍峰紡銆戦氱敤绉诲姩妯℃澘涓瀵瑰锛屾敮鎸佷笂浼犲浘鐗囧拰闄勪欢--> - + <#--update-begin--Author:taoYan Date:20180821 for锛 Online涓婁紶鏀归 --> + <#-- + + + <#--update-end--Author:taoYan Date:20180821 for锛 Online涓婁紶鏀归 --> @@ -54,6 +59,14 @@ ::-webkit-scrollbar-thumb:vertical{ background: rgb(191, 191, 191); } + .upload_generate { + font-size:13px; + } + .li_upload{ + padding:0 !important; + clear:none !important; + float:left; + } @@ -95,17 +108,6 @@ frameElement.api.close(); } } - - function upload() { - <#list columns as po> - <#if po.show_type=='file'> - $('#${po.field_name}').uploadify('upload', '*'); - - <#if po.show_type=='image'> - $('#${po.field_name}').uploadify('upload', '*'); - - - } <#--update-end--Author:liushaoqian Date:20180710 for锛歍ASK #2930 銆恛nline鏍峰紡銆戦氱敤绉诲姩妯℃澘涓瀵瑰锛屾敮鎸佷笂浼犲浘鐗囧拰闄勪欢--> <#--//update-begin--Author:Yandong Date:20171227 for锛歍ASK #2375 銆恛nline妯℃澘銆戦氱敤绉诲姩妯℃澘002锛屾湁寰堝闂--> //鏌ョ湅妯″紡鎯呭喌涓,鍒犻櫎鍜屼笂浼犻檮浠跺姛鑳界姝娇鐢 @@ -133,29 +135,60 @@ }); return flag; } - <#--update-begin--Author:liushaoqian Date:20180710 for锛歍ASK #2930 銆恛nline鏍峰紡銆戦氱敤绉诲姩妯℃澘涓瀵瑰锛屾敮鎸佷笂浼犲浘鐗囧拰闄勪欢--> - function del(url,obj){ - $.dialog.setting.zIndex = getzIndex(); - $.dialog.confirm("纭鍒犻櫎璇ユ潯璁板綍?", function(){ - $.ajax({ - async : false, - cache : false, - type : 'POST', - url : url,// 璇锋眰鐨刟ction璺緞 - error : function() {// 璇锋眰澶辫触澶勭悊鍑芥暟 - }, - success : function(data) { - var d = $.parseJSON(data); - if (d.success) { - var msg = d.msg; - tip(msg); - $(obj).closest("tr").hide("slow"); - } - } - }); - }, function(){}); + + <#-- update-begin-author:taoYan date:20180903 for:绉诲姩妯℃澘鏂囦欢涓婁紶鏀归 --> + function upload() { + var iattachment = getFileIDArray(); + var icgFormId = $("input[name='id']").val(); + $.ajax({ + async : false, + cache : false, + url:"cgUploadController.do?updateCgformFile", + data:{ + 'cgFormName':'${tableName?if_exists?html}', + 'cgFormId':icgFormId, + 'attachment': iattachment + }, + type:"POST", + dataType:"JSON", + error : function() {// 璇锋眰澶辫触澶勭悊鍑芥暟 + }, + success : function(data) { + if (data.success) { + var win = frameElement.api.opener; + win.reloadTable(); + win.tip("鎿嶄綔鎴愬姛锛"); + frameElement.api.close(); + }else{ + tip(data.msg); } - <#--update-end--Author:liushaoqian Date:20180710 for锛歍ASK #2930 銆恛nline鏍峰紡銆戦氱敤绉诲姩妯℃澘涓瀵瑰锛屾敮鎸佷笂浼犲浘鐗囧拰闄勪欢--> + } + }); + } + function getFileIDArray(){ + var arr = []; + <#list columns as po> + <#if po.show_type=='file' || po.show_type=='image'> + var ${po.field_name}_attachment = []; + $("#${po.field_name}thelist").find('.uploadify-queue-item').each(function(){ + var temp = $(this).attr("id"); + if(!!temp){ + if($(this).is(":hidden")){ + temp = temp+"_D";//鍒犻櫎鏂囦欢 + }else if($(this).hasClass('history')){ + temp = temp+"_O";//鑰佹枃浠 + } + ${po.field_name}_attachment.push(temp); + } + }); + if(${po.field_name}_attachment.length>0){ + arr.push({cgFormField:'${po.field_name}',attachment: ${po.field_name}_attachment.join(',')}); + } + + + return JSON.stringify(arr); + } + <#-- update-end-author:taoYan date:20180903 for:绉诲姩妯℃澘鏂囦欢涓婁紶鏀归 -->
    diff --git a/src/main/resources/online/template/nopopform/html/autolist.ftl b/src/main/resources/online/template/nopopform/html/autolist.ftl index 801ae709..d99cb7f2 100644 --- a/src/main/resources/online/template/nopopform/html/autolist.ftl +++ b/src/main/resources/online/template/nopopform/html/autolist.ftl @@ -80,11 +80,14 @@ function createDataGrid${config_id}(){ }else{ <#-- //update-begin--Author:zhangjiaqiang Date:20160925 for锛歍ASK #1344 [閾炬帴鍥炬爣] online鍔熻兘娴嬭瘯鐨勬寜閽摼鎺ュ浘鏍囦慨鏀 --> <#-- update--begin--author:zhangjiaqiang date:20170628 for: TASK #2194 銆恛nline閾炬帴鏍峰紡鍒囨崲銆慜nline 鍔熻兘娴嬭瘯鐨勫垪琛ㄩ摼鎺ユ牱寮忥紝闇瑕佹牴鎹祻瑙堝櫒IE杩涜鍒囨崲 --> + <#-- update-begin- author:taoyan date:20181023 for:txt鏂囦欢涓嬭浇bug --> + var value2="systemController/downloadFile.do?filePath="+value <#if brower_type?? && brower_type == 'Microsoft%20Internet%20Explorer'> - href+="[鐐瑰嚮涓嬭浇]"; + href+="[鐐瑰嚮涓嬭浇]"; <#else> - href+="鐐瑰嚮涓嬭浇"; + href+="鐐瑰嚮涓嬭浇"; + <#-- update-begin- author:taoyan date:20181023 for:txt鏂囦欢涓嬭浇bug --> <#-- update--end--author:zhangjiaqiang date:20170628 for: TASK #2194 銆恛nline閾炬帴鏍峰紡鍒囨崲銆慜nline 鍔熻兘娴嬭瘯鐨勫垪琛ㄩ摼鎺ユ牱寮忥紝闇瑕佹牴鎹祻瑙堝櫒IE杩涜鍒囨崲 --> <#-- //update-begin--Author:zhangjiaqiang Date:20160925 for锛歍ASK #1344 [閾炬帴鍥炬爣] online鍔熻兘娴嬭瘯鐨勬寜閽摼鎺ュ浘鏍囦慨鏀 --> } diff --git a/src/main/resources/online/template/o2mTableStyle/html/autolist.ftl b/src/main/resources/online/template/o2mTableStyle/html/autolist.ftl index 92930f45..6854fb6b 100644 --- a/src/main/resources/online/template/o2mTableStyle/html/autolist.ftl +++ b/src/main/resources/online/template/o2mTableStyle/html/autolist.ftl @@ -81,11 +81,14 @@ function createDataGrid${config_id}(){ }else{ <#-- //update-begin--Author:zhangjiaqiang Date:20160925 for锛歍ASK #1344 [閾炬帴鍥炬爣] online鍔熻兘娴嬭瘯鐨勬寜閽摼鎺ュ浘鏍囦慨鏀 --> <#-- update--begin--author:zhangjiaqiang date:20170628 for: TASK #2194 銆恛nline閾炬帴鏍峰紡鍒囨崲銆慜nline 鍔熻兘娴嬭瘯鐨勫垪琛ㄩ摼鎺ユ牱寮忥紝闇瑕佹牴鎹祻瑙堝櫒IE杩涜鍒囨崲 --> + <#-- update-begin- author:taoyan date:20181023 for:txt鏂囦欢涓嬭浇bug --> + var value2="systemController/downloadFile.do?filePath="+value <#if brower_type?? && brower_type == 'Microsoft%20Internet%20Explorer'> - href+="[鐐瑰嚮涓嬭浇]"; + href+="[鐐瑰嚮涓嬭浇]"; <#else> - href+="鐐瑰嚮涓嬭浇"; + href+="鐐瑰嚮涓嬭浇"; + <#-- update-end- author:taoyan date:20181023 for:txt鏂囦欢涓嬭浇bug --> <#-- update--end--author:zhangjiaqiang date:20170628 for: TASK #2194 銆恛nline閾炬帴鏍峰紡鍒囨崲銆慜nline 鍔熻兘娴嬭瘯鐨勫垪琛ㄩ摼鎺ユ牱寮忥紝闇瑕佹牴鎹祻瑙堝櫒IE杩涜鍒囨崲 --> <#-- //update-begin--Author:zhangjiaqiang Date:20160925 for锛歍ASK #1344 [閾炬帴鍥炬爣] online鍔熻兘娴嬭瘯鐨勬寜閽摼鎺ュ浘鏍囦慨鏀 --> } diff --git a/src/main/resources/online/template/resume/html/jformunion.ftl b/src/main/resources/online/template/resume/html/jformunion.ftl index fc95c8ee..40857a03 100644 --- a/src/main/resources/online/template/resume/html/jformunion.ftl +++ b/src/main/resources/online/template/resume/html/jformunion.ftl @@ -586,29 +586,66 @@ $('#btn_sub').trigger('click'); } - function resetTrNum(tableId) { - $("#"+tableId + " tr[class='first-child']").each(function(i) { - - if(tableId.indexOf('exp')>=0){ - $(this).find("span[name='index']").eq(0).html(i+1); - } - - $(':input, select,a', this).each(function() { - var $this = $(this), name = $this.attr('name'), val = $this.val(); - - if (name != null) { - if (name.indexOf("#index#") >= 0){ + //鍒濆鍖栦笅鏍 + <#-- update-begin-Author:LiShaoQing date:20180829 for:TASK #3127 鍒犻櫎鏃舵病鏈夋坊鍔 validtype_str鏍¢獙--> + function resetTrNum(tableId) { + $tbody = $("#"+tableId+""); + $tbody.find('tbody > tr').each(function(i){ + $(':input, select,button,a', this).each(function(){ + var $this = $(this),validtype_str = $this.attr('validType'), name = $this.attr('name'),id=$this.attr('id'),onclick_str=$this.attr('onclick'), val = $this.val(); + if(name!=null){ + if (name.indexOf("#index#") >= 0){ $this.attr("name",name.replace('#index#',i)); - } else { - var s = name.indexOf("["); - var e = name.indexOf("]"); - var new_name = name.substring(s+1,e); - $this.attr("name",name.replace(new_name,i)); + }else{ + var s = name.indexOf("["); + var e = name.indexOf("]"); + var new_name = name.substring(s+1,e); + $this.attr("name",name.replace(new_name,i)); + } } - } - }); + if(id!=null){ + if (id.indexOf("#index#") >= 0){ + $this.attr("id",id.replace('#index#',i)); + }else{ + var s = id.indexOf("["); + var e = id.indexOf("]"); + var new_id = id.substring(s+1,e); + $this.attr("id",id.replace(new_id,i)); + } + } + if(onclick_str!=null){ + if (onclick_str.indexOf("#index#") >= 0){ + $this.attr("onclick",onclick_str.replace(/#index#/g,i)); + }else{ + var s = onclick_str.indexOf("["); + var e = onclick_str.indexOf("]"); + var new_onclick_str = onclick_str.substring(s+1,e); + <#-- update--begin--author:zhoujf date:20180827 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> + if(new_onclick_str!=''){ + $this.attr("onclick",onclick_str.replace(new_onclick_str,i)); + } + <#-- update--end--author:jiaqiankun date:20180710 for锛歍ASK #3064 popup鎺т欢瀹炵幇 --> + } + } + if(validtype_str!=null){ + if(validtype_str.indexOf("#index#") >= 0){ + $this.attr("validType",validtype_str.replace('#index#',i)); + }else{ + var s = id.indexOf("["); + var e = id.indexOf("]"); + var new_id = id.substring(s+1,e); + $this.attr("id",id.replace(new_id,i)); + } + } + var class_str = $this.attr("class"); + if(!!class_str && class_str.indexOf("i-checks-tpl")>=0){ + $this.attr("class",class_str.replace(/i-checks-tpl/,"i-checks")); + } + }); + //$(this).find('div[name=\'xh\']').html(i+1); }); } + <#-- update-end-Author:LiShaoQing date:20180829 for:TASK #3127 鍒犻櫎鏃舵病鏈夋坊鍔 validtype_str鏍¢獙--> //update-begin-author锛歵aoYan date:20180519 for:寮瑰嚭灞倆-index涓嶈冻琚伄浣-- function del(url,obj){ diff --git a/src/main/resources/online/template/rowsEdit/css/rowedit.css b/src/main/resources/online/template/rowsEdit/css/rowedit.css new file mode 100644 index 00000000..9f601ee4 --- /dev/null +++ b/src/main/resources/online/template/rowsEdit/css/rowedit.css @@ -0,0 +1,74 @@ +.rowedit-file-tip{ + position:relative; + display:inline-block +} +.rowedit-file-tip > label{ + position: absolute; + right: -66px; + top: -27px; + width: 46px; + height: 26px; + text-align: center; + transform: rotate(45deg); + box-shadow: 0 1px 1px #ccc; +} +.rowedit-file-tip > label.upload-ok{ + background: #13ce66; +} +.rowedit-file-tip > label.upload-no{ + background: #13ce66; +} +.rowedit-file-tip > label.upload-require{ + background: #13ce66; +} +.rowedit-file-tip > label > i{ + display: inline-block; + font-size: 10px; + margin-top: 5px; + margin-left: 4px; + transform: rotate(-45deg); + color: #fff; +} + +.rowedit-file-control{ + color: #fff; + background-color: #18a689; + border-color: #4cae4c; + display: inline-block; + padding: 2px 6px; + margin-bottom: 0; + font-size: 12px; + font-weight: 400; + line-height: 1.3; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -ms-touch-action: manipulation; + touch-action: manipulation; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-image: none; + border: 1px solid transparent; + border-radius: 4px; +} + +.rowedit-file-control:hover,.rowedit-file-control:focus { + color: #fff; + background-color:#13876f; + border-color:#f5f5f5; +} + +.rowedit-file-control.active { + color: #fff; + background-color:#13876f; + border-color: #f5f5f5; +} +.rowedit-file-control.active, .rowedit-file-control:active { + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125); + box-shadow: inset 0 3px 5px rgba(0,0,0,.125); +} diff --git a/src/main/resources/online/template/rowsEdit/html/autolist.ftl b/src/main/resources/online/template/rowsEdit/html/autolist.ftl index 5df2aafc..8f2d232b 100644 --- a/src/main/resources/online/template/rowsEdit/html/autolist.ftl +++ b/src/main/resources/online/template/rowsEdit/html/autolist.ftl @@ -1,4 +1,11 @@ + + + ${config_iframe} + + + + <#--update-start--Author:luobaoli Date:20150703 for锛氬皢鏈枃妗d腑鎵鏈塰ref="#"淇敼涓篽ref="javascript:void(0)",閬垮厤rest椋庢牸涓嬫柊澧/鍒犻櫎绛夋搷浣滆烦杞埌涓婚〉闂--> diff --git a/src/main/resources/online/template/ui/basetag.ftl b/src/main/resources/online/template/ui/basetag.ftl index f44d9cfe..8efc4711 100644 --- a/src/main/resources/online/template/ui/basetag.ftl +++ b/src/main/resources/online/template/ui/basetag.ftl @@ -34,6 +34,7 @@ + @@ -57,6 +58,10 @@ <#if hasFile==true> - + <#--update-begin--Author:taoYan Date:20180821 for锛 Online涓婁紶鏀归 --> + <#-- script type="text/javascript" src="${webRootf!''}plug-in/uploadify/jquery.uploadify-3.1.js"> + + + <#--update-end--Author:taoYan Date:20180821 for锛 Online涓婁紶鏀归 --> \ No newline at end of file diff --git a/src/main/resources/online/template/ui/commonUploadtag.ftl b/src/main/resources/online/template/ui/commonUploadtag.ftl new file mode 100644 index 00000000..5947d013 --- /dev/null +++ b/src/main/resources/online/template/ui/commonUploadtag.ftl @@ -0,0 +1,318 @@ +<#-- 鍥剧墖涓婁紶 --> +<#macro uploadImg po height = "18" width = "80"> +
    +
    +
      + <#list filesList as fileB> + <#if fileB['field']?lower_case == po.field_name> +
    • + + + + +
    • + + + <#if !(po.operationCodesReadOnly ??)> +
    • + +
    • + +
    +
    +
    +<#if !(po.operationCodesReadOnly ??)> +<#-- ----------闈瀝eadOnly妯″紡------------ --> + + + +<#-- #####################################涓婁负鍥剧墖,涓嬩负鏂囦欢############################################# --> +<#-- 鏂囦欢涓婁紶 --> +<#macro uploadFile po height = "18" width = "80"> +
    +
    + + + <#list filesList as fileB> + <#if fileB['field']?lower_case == po.field_name> + + + + + + + + + + +
    + <#if fileB['title']?length gt 20> + ${fileB['title']?substring(0,15)}... + <#else> + ${fileB['title']} + + + 鍒犻櫎 + + 棰勮 + + 涓嬭浇 +
    +
    + <#if !(po.operationCodesReadOnly ??)> +
    +
    + + 娣诲姞鏂囦欢 + +
    + +
    + +
    +
    +<#if !(po.operationCodesReadOnly ??)> +<#-- ----------闈瀝eadOnly妯″紡------------ --> + + + \ No newline at end of file diff --git a/src/main/resources/online/template/ui/tag.ftl b/src/main/resources/online/template/ui/tag.ftl index d12a7156..7c524b8e 100644 --- a/src/main/resources/online/template/ui/tag.ftl +++ b/src/main/resources/online/template/ui/tag.ftl @@ -1,2 +1,3 @@ <#include "/online/template/ui/treetag.ftl"/> -<#include "/online/template/ui/uploadtag.ftl"/> +<#include "/online/template/ui/uploadPltag.ftl"/> +<#include "/online/template/ui/commonUploadtag.ftl"/> diff --git a/src/main/resources/online/template/ui/uploadPltag.ftl b/src/main/resources/online/template/ui/uploadPltag.ftl new file mode 100644 index 00000000..36ca04da --- /dev/null +++ b/src/main/resources/online/template/ui/uploadPltag.ftl @@ -0,0 +1,158 @@ +<#-- 鏂囦欢涓婁紶鐨勯氱敤澶勭悊 --> +<#macro uploadtag po height = "18" width = "80"> +
    +
    + + + <#list filesList as fileB> + <#if fileB['field']?lower_case == po.field_name> + + + + + + + + + +
    + <#if fileB['title']?length gt 20> + ${fileB['title']?substring(0,15)}... + <#else> + ${fileB['title']} + + + 鍒犻櫎 + + 棰勮 + + 涓嬭浇 +
    +
    + <#if !(po.operationCodesReadOnly ??)> +
    +
    + + <#if po.show_type=='file'> + 娣诲姞鏂囦欢 + <#else> + 娣诲姞鍥剧墖 + + +
    + +
    + + <#if po.show_type=='file'> +
    + <#else> +
    + +
    +<#if !(po.operationCodesReadOnly ??)> +<#-- ----------闈瀝eadOnly妯″紡------------ --> + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/lib/codegenerate-3.6.3-20180614.jar b/src/main/webapp/WEB-INF/lib/codegenerate-3.6.4-20180823.jar similarity index 79% rename from src/main/webapp/WEB-INF/lib/codegenerate-3.6.3-20180614.jar rename to src/main/webapp/WEB-INF/lib/codegenerate-3.6.4-20180823.jar index 02d0b1d3..0f802abb 100644 Binary files a/src/main/webapp/WEB-INF/lib/codegenerate-3.6.3-20180614.jar and b/src/main/webapp/WEB-INF/lib/codegenerate-3.6.4-20180823.jar differ diff --git a/src/main/webapp/WEB-INF/lib/jeecg-common-plugin-ui-1.0.0-20180613.jar b/src/main/webapp/WEB-INF/lib/jeecg-common-plugin-ui-1.0.0-20180813.jar similarity index 94% rename from src/main/webapp/WEB-INF/lib/jeecg-common-plugin-ui-1.0.0-20180613.jar rename to src/main/webapp/WEB-INF/lib/jeecg-common-plugin-ui-1.0.0-20180813.jar index cb9da3b5..67dd5588 100644 Binary files a/src/main/webapp/WEB-INF/lib/jeecg-common-plugin-ui-1.0.0-20180613.jar and b/src/main/webapp/WEB-INF/lib/jeecg-common-plugin-ui-1.0.0-20180813.jar differ diff --git a/src/main/webapp/WEB-INF/tld/easyui.tld b/src/main/webapp/WEB-INF/tld/easyui.tld index c1ed3406..6be3b3f2 100644 --- a/src/main/webapp/WEB-INF/tld/easyui.tld +++ b/src/main/webapp/WEB-INF/tld/easyui.tld @@ -1083,7 +1083,10 @@ upload - org.jeecgframework.tag.core.easyui.UploadTag + + + org.jeecgframework.tag.core.easyui.UploadPlTag + JSP 閫夐」鍗¢夐」鏍囩 @@ -1193,6 +1196,18 @@ true 鑷畾涔変笂浼犳寜閽搴(榛樿鍊硷細80) + + + onFileAdded + true + 鏂囦欢娣诲姞鏃惰Е鍙戞柟娉 + + + onFilesRemoved + true + 鏂囦欢绉婚櫎鏃惰Е鍙戞柟娉 + + ckeditor @@ -2042,6 +2057,142 @@ + + plupload + org.jeecgframework.tag.core.easyui.WebUploaderPlTag + JSP + plupload涓婁紶鏍囩 + + name + true + true + 鑻ユ寚瀹氳灞炴у垯鈶犳枃浠惰矾寰 input鐨刵ame鈶ction杩斿洖鐨勬枃浠惰矾寰勭殑name閮介渶浣跨敤璇ュ + + + pathValues + false + true + 榛樿鍊 + + + type + false + true + file鎴栨槸image,榛樿file + + + readOnly + false + true + 鏄惁鍙 + + + auto + false + true + 鏄惁鑷姩涓婁紶 + + + buttonStyle + false + true + 鎸夐挳棰滆壊鍜屽ぇ灏忛粯璁tn-green btn-S缁胯壊灏忓彿 + + + fileNumLimit + false + true + 鏈澶ф枃浠舵暟榛樿3 + + + fileSingleSizeLimit + false + true + 鍗曚釜鏂囦欢澶у皬闄愬埗(鍗曚綅-KB,鏁板-姝f暣鏁) + + + buttonText + false + true + 鎺т欢鎸夐挳鏄剧ず鏂囨湰,榛樿-閫夋嫨鏂囦欢 + + + extensions + false + true + 鍏佽鐨勬枃浠跺悗缂,涓嶅甫鐐,澶氫釜鐢ㄩ楀彿鍒嗗壊 + + + showImgDiv + false + true + 鏄剧ず鍥剧墖鐨刣iv,濡傛灉涓嶇粰浼氶粯璁ゅ湪鎸夐挳涓嬫柟娣诲姞div鍏秈d涓簍empdiv + + + + duplicate + false + true + 鍘婚噸锛 鏍规嵁鏂囦欢鍚嶅瓧銆佹枃浠跺ぇ灏忓拰鏈鍚庝慨鏀规椂闂存潵鐢熸垚hash Key + + + fileVal + false + true + 璁剧疆鏂囦欢涓婁紶鍩熺殑name + + + extendParams + false + 绫讳技css鍐欐硶 杩欐槸姣忎釜鏂囦欢涓婁紶鏃跺欓渶瑕佷紶閫掔殑鍙傛暟瀛楃涓插簲甯︿笂寮曞彿 + + + url + false + true + 鏂囦欢澶勭悊action + + + datatype + false + true + 鍙璇ュ睘鎬ф湁鍊,鍧囪涔嬩负涓嶄负绌 + + + nullMsg + false + true + 涓虹┖鏃跺欑殑鎻愮ず淇℃伅 + + + bizType + false + true + 涓氬姟绫诲瀷[StoreUploadFilePathEnum],鏍规嵁璇ョ被鍨嬬‘瀹氫笂浼犺矾寰 + + + displayTxt + false + true + 鏄惁鏄剧ず涓婁紶鍒楄〃[榛樿鏄剧ず]true鏄剧ずfalse闅愯棌 + + + + outJs + false + true + 鏄惁鍦ㄥ閮ㄥ紩鍏s-css + + + + + swfTransform + false + true + 鏄惁鏀寔闇瑕佸皢姝ゆ枃浠惰浆鎹㈡垚swf鏂囦欢,true/false + + + diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index caccf85a..81f9c429 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -6,7 +6,7 @@ Jeecg 寰簯蹇熷紑鍙戝钩鍙 webAppRootKey - jeecg-3.7.8 + jeecg-3.8 log4jConfigLocation diff --git a/src/main/webapp/export/template/jxls.xls b/src/main/webapp/export/template/jxls.xls new file mode 100644 index 00000000..a2b43acb Binary files /dev/null and b/src/main/webapp/export/template/jxls.xls differ diff --git a/src/main/webapp/plug-in/easyui/jquery.easyui.min.1.3.2.js b/src/main/webapp/plug-in/easyui/jquery.easyui.min.1.3.2.js index 9f02861a..9f2b4287 100644 --- a/src/main/webapp/plug-in/easyui/jquery.easyui.min.1.3.2.js +++ b/src/main/webapp/plug-in/easyui/jquery.easyui.min.1.3.2.js @@ -1,4 +1,4 @@ -锘匡豢锘匡豢/** +锘匡豢锘匡豢锘/** * jQuery EasyUI 1.3.2 * * Copyright (c) 2009-2013 www.jeasyui.com. All rights reserved. @@ -6836,7 +6836,9 @@ col.boxWidth=parseInt(cell[0].style.width); col.auto=true; } cell.css("text-align",(col.halign||col.align||"")); -col.cellClass="datagrid-cell-c"+_45e+"-"+col.field.replace(/\./g,"-"); + +col.cellClass="datagrid-cell-c"+_45e+"-"+col.field.replace(/[\.|\s]/g, "-").replace(/./g,function($1){return $1.charCodeAt(0).toString(16);}); + col.cellSelector="div."+col.cellClass; }else{ $("
    ").html(col.title).appendTo(td); diff --git a/src/main/webapp/plug-in/easyui/themes/main.css b/src/main/webapp/plug-in/easyui/themes/main.css index e2103f7b..9f61157f 100644 --- a/src/main/webapp/plug-in/easyui/themes/main.css +++ b/src/main/webapp/plug-in/easyui/themes/main.css @@ -966,7 +966,7 @@ a.l-btn span.l-btn-left .icon-ok{ } .blueButton { - border: 1px solid #2f9df9; + border: 0px solid #2f9df9; border-radius: 3px; background-color: #39befb; background: -webkit-gradient(linear, 0 0, 0 100%, from(#39befb), @@ -981,7 +981,7 @@ a.l-btn span.l-btn-left .icon-ok{ } .blueButton:hover { - border: 1px solid #2091fc; + border: 0px solid #2091fc; background-color: #6ecdff; background: -webkit-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc)); @@ -995,7 +995,7 @@ a.l-btn span.l-btn-left .icon-ok{ } .blueButton:active { - border: 1px solid #2091fc; + border: 0px solid #2091fc; background-color: #2091fc; background: -webkit-gradient(linear, 0 0, 0 100%, from(#2091fc), to(#6ecdff)); diff --git a/src/main/webapp/plug-in/easyui/themes/metro/main.css b/src/main/webapp/plug-in/easyui/themes/metro/main.css index 0ccc9a29..723570c1 100644 --- a/src/main/webapp/plug-in/easyui/themes/metro/main.css +++ b/src/main/webapp/plug-in/easyui/themes/metro/main.css @@ -980,7 +980,7 @@ a.l-btn span.l-btn-left .icon-ok{ } .blueButton { - border: 1px solid #2f9df9; + border: 0px solid #2f9df9; border-radius: 3px; background-color: #39befb; background: -webkit-gradient(linear, 0 0, 0 100%, from(#39befb), @@ -995,7 +995,7 @@ a.l-btn span.l-btn-left .icon-ok{ } .blueButton:hover { - border: 1px solid #2091fc; + border: 0px solid #2091fc; background-color: #6ecdff; background: -webkit-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc)); @@ -1009,7 +1009,7 @@ a.l-btn span.l-btn-left .icon-ok{ } .blueButton:active { - border: 1px solid #2091fc; + border: 0px solid #2091fc; background-color: #2091fc; background: -webkit-gradient(linear, 0 0, 0 100%, from(#2091fc), to(#6ecdff)); diff --git a/src/main/webapp/plug-in/easyui/themes/metrole/easyui.css b/src/main/webapp/plug-in/easyui/themes/metrole/easyui.css index fe71e6e9..00b5245f 100644 --- a/src/main/webapp/plug-in/easyui/themes/metrole/easyui.css +++ b/src/main/webapp/plug-in/easyui/themes/metrole/easyui.css @@ -132,6 +132,9 @@ height: 30px; line-height: 30px; padding: 0 15px; + /*update--begin--author:scott date:20180811 for:鑷畾涔夎〃鍗曡璁″櫒涓婇潰鏃犺竟妗*/ + border-top: 1px solid #e7eaec !important; + /*update--end--author:scott date:20180811 for:鑷畾涔夎〃鍗曡璁″櫒涓婇潰鏃犺竟妗*/ border-bottom: 1px solid #e7eaec !important; border-top-right-radius: 3px; border-top-left-radius: 3px; diff --git a/src/main/webapp/plug-in/easyui/themes/metrole/main.css b/src/main/webapp/plug-in/easyui/themes/metrole/main.css index 11ff7787..fddc80b4 100644 --- a/src/main/webapp/plug-in/easyui/themes/metrole/main.css +++ b/src/main/webapp/plug-in/easyui/themes/metrole/main.css @@ -903,7 +903,7 @@ a:hover { } a.l-btn span.l-btn-left .icon-ok{ - background-image:none; + /*background-image:none;*/ } .button:hover,a.l-btn:hover span.l-btn-left { @@ -992,7 +992,7 @@ a.l-btn span.l-btn-left .icon-ok{ } .blueButton { - border: 1px solid #2f9df9; + border: 0px solid #2f9df9; border-radius: 3px; background-color: #39befb; background: -webkit-gradient(linear, 0 0, 0 100%, from(#39befb), @@ -1007,7 +1007,7 @@ a.l-btn span.l-btn-left .icon-ok{ } .blueButton:hover { - border: 1px solid #2091fc; + border: 0px solid #2091fc; background-color: #6ecdff; background: -webkit-gradient(linear, 0 0, 0 100%, from(#6ecdff), to(#2091fc)); @@ -1021,7 +1021,7 @@ a.l-btn span.l-btn-left .icon-ok{ } .blueButton:active { - border: 1px solid #2091fc; + border: 0px solid #2091fc; background-color: #2091fc; background: -webkit-gradient(linear, 0 0, 0 100%, from(#2091fc), to(#6ecdff)); diff --git a/src/main/webapp/plug-in/hplus/css/style.css b/src/main/webapp/plug-in/hplus/css/style.css index bbd51859..bdac3e4a 100644 --- a/src/main/webapp/plug-in/hplus/css/style.css +++ b/src/main/webapp/plug-in/hplus/css/style.css @@ -7398,6 +7398,7 @@ body.boxed-layout.skin-3 #wrapper { } .skin-3 .nav-header { + padding:0; background: #ecba52; background: url('patterns/header-profile-skin-3.png'); } diff --git a/src/main/webapp/plug-in/hplus/js/plugins/chosen/chosen.jquery.js b/src/main/webapp/plug-in/hplus/js/plugins/chosen/chosen.jquery.js new file mode 100644 index 00000000..e7181e91 --- /dev/null +++ b/src/main/webapp/plug-in/hplus/js/plugins/chosen/chosen.jquery.js @@ -0,0 +1,1211 @@ +/*! + Chosen, a Select Box Enhancer for jQuery and Prototype + by Patrick Filler for Harvest, http://getharvest.com + + Version 1.1.0 + Full source at https://github.com/harvesthq/chosen + Copyright (c) 2011 Harvest http://getharvest.com + + MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md + This file is generated by `grunt build`, do not edit it by hand. + */ + +(function() { + var $, AbstractChosen, Chosen, SelectParser, _ref, + __hasProp = {}.hasOwnProperty, + __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; + + SelectParser = (function() { + function SelectParser() { + this.options_index = 0; + this.parsed = []; + } + + SelectParser.prototype.add_node = function(child) { + if (child.nodeName.toUpperCase() === "OPTGROUP") { + return this.add_group(child); + } else { + return this.add_option(child); + } + }; + + SelectParser.prototype.add_group = function(group) { + var group_position, option, _i, _len, _ref, _results; + group_position = this.parsed.length; + this.parsed.push({ + array_index: group_position, + group: true, + label: this.escapeExpression(group.label), + children: 0, + disabled: group.disabled + }); + _ref = group.childNodes; + _results = []; + for (_i = 0, _len = _ref.length; _i < _len; _i++) { + option = _ref[_i]; + _results.push(this.add_option(option, group_position, group.disabled)); + } + return _results; + }; + + SelectParser.prototype.add_option = function(option, group_position, group_disabled) { + if (option.nodeName.toUpperCase() === "OPTION") { + if (option.text !== "") { + if (group_position != null) { + this.parsed[group_position].children += 1; + } + this.parsed.push({ + array_index: this.parsed.length, + options_index: this.options_index, + value: option.value, + text: option.text, + html: option.innerHTML, + selected: option.selected, + disabled: group_disabled === true ? group_disabled : option.disabled, + group_array_index: group_position, + classes: option.className, + style: option.style.cssText + }); + } else { + this.parsed.push({ + array_index: this.parsed.length, + options_index: this.options_index, + empty: true + }); + } + return this.options_index += 1; + } + }; + + SelectParser.prototype.escapeExpression = function(text) { + var map, unsafe_chars; + if ((text == null) || text === false) { + return ""; + } + if (!/[\&\<\>\"\'\`]/.test(text)) { + return text; + } + map = { + "<": "<", + ">": ">", + '"': """, + "'": "'", + "`": "`" + }; + unsafe_chars = /&(?!\w+;)|[\<\>\"\'\`]/g; + return text.replace(unsafe_chars, function(chr) { + return map[chr] || "&"; + }); + }; + + return SelectParser; + + })(); + + SelectParser.select_to_array = function(select) { + var child, parser, _i, _len, _ref; + parser = new SelectParser(); + _ref = select.childNodes; + for (_i = 0, _len = _ref.length; _i < _len; _i++) { + child = _ref[_i]; + parser.add_node(child); + } + return parser.parsed; + }; + + AbstractChosen = (function() { + function AbstractChosen(form_field, options) { + this.form_field = form_field; + this.options = options != null ? options : {}; + if (!AbstractChosen.browser_is_supported()) { + return; + } + this.is_multiple = this.form_field.multiple; + this.set_default_text(); + this.set_default_values(); + this.setup(); + this.set_up_html(); + this.register_observers(); + } + + AbstractChosen.prototype.set_default_values = function() { + var _this = this; + this.click_test_action = function(evt) { + return _this.test_active_click(evt); + }; + this.activate_action = function(evt) { + return _this.activate_field(evt); + }; + this.active_field = false; + this.mouse_on_container = false; + this.results_showing = false; + this.result_highlighted = null; + this.allow_single_deselect = (this.options.allow_single_deselect != null) && (this.form_field.options[0] != null) && this.form_field.options[0].text === "" ? this.options.allow_single_deselect : false; + this.disable_search_threshold = this.options.disable_search_threshold || 0; + this.disable_search = this.options.disable_search || false; + this.enable_split_word_search = this.options.enable_split_word_search != null ? this.options.enable_split_word_search : true; + this.group_search = this.options.group_search != null ? this.options.group_search : true; + this.search_contains = this.options.search_contains || false; + this.single_backstroke_delete = this.options.single_backstroke_delete != null ? this.options.single_backstroke_delete : true; + this.max_selected_options = this.options.max_selected_options || Infinity; + this.inherit_select_classes = this.options.inherit_select_classes || false; + this.display_selected_options = this.options.display_selected_options != null ? this.options.display_selected_options : true; + return this.display_disabled_options = this.options.display_disabled_options != null ? this.options.display_disabled_options : true; + }; + + AbstractChosen.prototype.set_default_text = function() { + if (this.form_field.getAttribute("data-placeholder")) { + this.default_text = this.form_field.getAttribute("data-placeholder"); + } else if (this.is_multiple) { + this.default_text = this.options.placeholder_text_multiple || this.options.placeholder_text || AbstractChosen.default_multiple_text; + } else { + this.default_text = this.options.placeholder_text_single || this.options.placeholder_text || AbstractChosen.default_single_text; + } + return this.results_none_found = this.form_field.getAttribute("data-no_results_text") || this.options.no_results_text || AbstractChosen.default_no_result_text; + }; + + AbstractChosen.prototype.mouse_enter = function() { + return this.mouse_on_container = true; + }; + + AbstractChosen.prototype.mouse_leave = function() { + return this.mouse_on_container = false; + }; + + AbstractChosen.prototype.input_focus = function(evt) { + var _this = this; + if (this.is_multiple) { + if (!this.active_field) { + return setTimeout((function() { + return _this.container_mousedown(); + }), 50); + } + } else { + if (!this.active_field) { + return this.activate_field(); + } + } + }; + + AbstractChosen.prototype.input_blur = function(evt) { + var _this = this; + if (!this.mouse_on_container) { + this.active_field = false; + return setTimeout((function() { + return _this.blur_test(); + }), 100); + } + }; + + AbstractChosen.prototype.results_option_build = function(options) { + var content, data, _i, _len, _ref; + content = ''; + _ref = this.results_data; + for (_i = 0, _len = _ref.length; _i < _len; _i++) { + data = _ref[_i]; + if (data.group) { + content += this.result_add_group(data); + } else { + content += this.result_add_option(data); + } + if (options != null ? options.first : void 0) { + if (data.selected && this.is_multiple) { + this.choice_build(data); + } else if (data.selected && !this.is_multiple) { + this.single_set_selected_text(data.text); + } + } + } + return content; + }; + + AbstractChosen.prototype.result_add_option = function(option) { + var classes, option_el; + if (!option.search_match) { + return ''; + } + if (!this.include_option_in_results(option)) { + return ''; + } + classes = []; + if (!option.disabled && !(option.selected && this.is_multiple)) { + classes.push("active-result"); + } + if (option.disabled && !(option.selected && this.is_multiple)) { + classes.push("disabled-result"); + } + if (option.selected) { + classes.push("result-selected"); + } + if (option.group_array_index != null) { + classes.push("group-option"); + } + if (option.classes !== "") { + classes.push(option.classes); + } + option_el = document.createElement("li"); + option_el.className = classes.join(" "); + option_el.style.cssText = option.style; + option_el.setAttribute("data-option-array-index", option.array_index); + option_el.innerHTML = option.search_text; + return this.outerHTML(option_el); + }; + + AbstractChosen.prototype.result_add_group = function(group) { + var group_el; + if (!(group.search_match || group.group_match)) { + return ''; + } + if (!(group.active_options > 0)) { + return ''; + } + group_el = document.createElement("li"); + group_el.className = "group-result"; + group_el.innerHTML = group.search_text; + return this.outerHTML(group_el); + }; + + AbstractChosen.prototype.results_update_field = function() { + this.set_default_text(); + if (!this.is_multiple) { + this.results_reset_cleanup(); + } + this.result_clear_highlight(); + this.results_build(); + if (this.results_showing) { + return this.winnow_results(); + } + }; + + AbstractChosen.prototype.reset_single_select_options = function() { + var result, _i, _len, _ref, _results; + _ref = this.results_data; + _results = []; + for (_i = 0, _len = _ref.length; _i < _len; _i++) { + result = _ref[_i]; + if (result.selected) { + _results.push(result.selected = false); + } else { + _results.push(void 0); + } + } + return _results; + }; + + AbstractChosen.prototype.results_toggle = function() { + if (this.results_showing) { + return this.results_hide(); + } else { + return this.results_show(); + } + }; + + AbstractChosen.prototype.results_search = function(evt) { + if (this.results_showing) { + return this.winnow_results(); + } else { + return this.results_show(); + } + }; + + AbstractChosen.prototype.winnow_results = function() { + var escapedSearchText, option, regex, regexAnchor, results, results_group, searchText, startpos, text, zregex, _i, _len, _ref; + this.no_results_clear(); + results = 0; + searchText = this.get_search_text(); + escapedSearchText = searchText.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"); + regexAnchor = this.search_contains ? "" : "^"; + regex = new RegExp(regexAnchor + escapedSearchText, 'i'); + zregex = new RegExp(escapedSearchText, 'i'); + _ref = this.results_data; + for (_i = 0, _len = _ref.length; _i < _len; _i++) { + option = _ref[_i]; + option.search_match = false; + results_group = null; + if (this.include_option_in_results(option)) { + if (option.group) { + option.group_match = false; + option.active_options = 0; + } + if ((option.group_array_index != null) && this.results_data[option.group_array_index]) { + results_group = this.results_data[option.group_array_index]; + if (results_group.active_options === 0 && results_group.search_match) { + results += 1; + } + results_group.active_options += 1; + } + if (!(option.group && !this.group_search)) { + option.search_text = option.group ? option.label : option.html; + option.search_match = this.search_string_match(option.search_text, regex); + if (option.search_match && !option.group) { + results += 1; + } + if (option.search_match) { + if (searchText.length) { + startpos = option.search_text.search(zregex); + text = option.search_text.substr(0, startpos + searchText.length) + '' + option.search_text.substr(startpos + searchText.length); + option.search_text = text.substr(0, startpos) + '' + text.substr(startpos); + } + if (results_group != null) { + results_group.group_match = true; + } + } else if ((option.group_array_index != null) && this.results_data[option.group_array_index].search_match) { + option.search_match = true; + } + } + } + } + this.result_clear_highlight(); + if (results < 1 && searchText.length) { + this.update_results_content(""); + return this.no_results(searchText); + } else { + this.update_results_content(this.results_option_build()); + return this.winnow_results_set_highlight(); + } + }; + + AbstractChosen.prototype.search_string_match = function(search_string, regex) { + var part, parts, _i, _len; + if (regex.test(search_string)) { + return true; + } else if (this.enable_split_word_search && (search_string.indexOf(" ") >= 0 || search_string.indexOf("[") === 0)) { + parts = search_string.replace(/\[|\]/g, "").split(" "); + if (parts.length) { + for (_i = 0, _len = parts.length; _i < _len; _i++) { + part = parts[_i]; + if (regex.test(part)) { + return true; + } + } + } + } + }; + + AbstractChosen.prototype.choices_count = function() { + var option, _i, _len, _ref; + if (this.selected_option_count != null) { + return this.selected_option_count; + } + this.selected_option_count = 0; + _ref = this.form_field.options; + for (_i = 0, _len = _ref.length; _i < _len; _i++) { + option = _ref[_i]; + if (option.selected) { + this.selected_option_count += 1; + } + } + return this.selected_option_count; + }; + + AbstractChosen.prototype.choices_click = function(evt) { + evt.preventDefault(); + if (!(this.results_showing || this.is_disabled)) { + return this.results_show(); + } + }; + + AbstractChosen.prototype.keyup_checker = function(evt) { + var stroke, _ref; + stroke = (_ref = evt.which) != null ? _ref : evt.keyCode; + this.search_field_scale(); + switch (stroke) { + case 8: + if (this.is_multiple && this.backstroke_length < 1 && this.choices_count() > 0) { + return this.keydown_backstroke(); + } else if (!this.pending_backstroke) { + this.result_clear_highlight(); + return this.results_search(); + } + break; + case 13: + evt.preventDefault(); + if (this.results_showing) { + return this.result_select(evt); + } + break; + case 27: + if (this.results_showing) { + this.results_hide(); + } + return true; + case 9: + case 38: + case 40: + case 16: + case 91: + case 17: + break; + default: + return this.results_search(); + } + }; + + AbstractChosen.prototype.clipboard_event_checker = function(evt) { + var _this = this; + return setTimeout((function() { + return _this.results_search(); + }), 50); + }; + + AbstractChosen.prototype.container_width = function() { + if (this.options.width != null) { + return this.options.width; + } else { + return "" + this.form_field.offsetWidth + "px"; + } + }; + + AbstractChosen.prototype.include_option_in_results = function(option) { + if (this.is_multiple && (!this.display_selected_options && option.selected)) { + return false; + } + if (!this.display_disabled_options && option.disabled) { + return false; + } + if (option.empty) { + return false; + } + return true; + }; + + AbstractChosen.prototype.search_results_touchstart = function(evt) { + this.touch_started = true; + return this.search_results_mouseover(evt); + }; + + AbstractChosen.prototype.search_results_touchmove = function(evt) { + this.touch_started = false; + return this.search_results_mouseout(evt); + }; + + AbstractChosen.prototype.search_results_touchend = function(evt) { + if (this.touch_started) { + return this.search_results_mouseup(evt); + } + }; + + AbstractChosen.prototype.outerHTML = function(element) { + var tmp; + if (element.outerHTML) { + return element.outerHTML; + } + tmp = document.createElement("div"); + tmp.appendChild(element); + return tmp.innerHTML; + }; + + AbstractChosen.browser_is_supported = function() { + if (window.navigator.appName === "Microsoft Internet Explorer") { + return document.documentMode >= 8; + } + if (/iP(od|hone)/i.test(window.navigator.userAgent)) { + return false; + } + if (/Android/i.test(window.navigator.userAgent)) { + if (/Mobile/i.test(window.navigator.userAgent)) { + return false; + } + } + return true; + }; + + AbstractChosen.default_multiple_text = "Select Some Options"; + + AbstractChosen.default_single_text = "Select an Option"; + + AbstractChosen.default_no_result_text = "No results match"; + + return AbstractChosen; + + })(); + + $ = jQuery; + + $.fn.extend({ + chosen: function(options) { + if (!AbstractChosen.browser_is_supported()) { + return this; + } + return this.each(function(input_field) { + var $this, chosen; + $this = $(this); + chosen = $this.data('chosen'); + if (options === 'destroy' && chosen) { + chosen.destroy(); + } else if (!chosen) { + $this.data('chosen', new Chosen(this, options)); + } + }); + } + }); + + Chosen = (function(_super) { + __extends(Chosen, _super); + + function Chosen() { + _ref = Chosen.__super__.constructor.apply(this, arguments); + return _ref; + } + + Chosen.prototype.setup = function() { + this.form_field_jq = $(this.form_field); + this.current_selectedIndex = this.form_field.selectedIndex; + return this.is_rtl = this.form_field_jq.hasClass("chosen-rtl"); + }; + + Chosen.prototype.set_up_html = function() { + var container_classes, container_props; + container_classes = ["chosen-container"]; + container_classes.push("chosen-container-" + (this.is_multiple ? "multi" : "single")); + if (this.inherit_select_classes && this.form_field.className) { + container_classes.push(this.form_field.className); + } + if (this.is_rtl) { + container_classes.push("chosen-rtl"); + } + container_props = { + 'class': container_classes.join(' '), + 'style': "width: " + (this.container_width()) + ";", + 'title': this.form_field.title + }; + if (this.form_field.id.length) { + container_props.id = this.form_field.id.replace(/[^\w]/g, '_') + "_chosen"; + } + this.container = $("
    ", container_props); + if (this.is_multiple) { + this.container.html('
      '); + } else { + this.container.html('' + this.default_text + '
        '); + } + this.form_field_jq.hide().after(this.container); + this.dropdown = this.container.find('div.chosen-drop').first(); + this.search_field = this.container.find('input').first(); + this.search_results = this.container.find('ul.chosen-results').first(); + this.search_field_scale(); + this.search_no_results = this.container.find('li.no-results').first(); + if (this.is_multiple) { + this.search_choices = this.container.find('ul.chosen-choices').first(); + this.search_container = this.container.find('li.search-field').first(); + } else { + this.search_container = this.container.find('div.chosen-search').first(); + this.selected_item = this.container.find('.chosen-single').first(); + } + this.results_build(); + this.set_tab_index(); + this.set_label_behavior(); + return this.form_field_jq.trigger("chosen:ready", { + chosen: this + }); + }; + + Chosen.prototype.register_observers = function() { + var _this = this; + this.container.bind('mousedown.chosen', function(evt) { + _this.container_mousedown(evt); + }); + this.container.bind('mouseup.chosen', function(evt) { + _this.container_mouseup(evt); + }); + this.container.bind('mouseenter.chosen', function(evt) { + _this.mouse_enter(evt); + }); + this.container.bind('mouseleave.chosen', function(evt) { + _this.mouse_leave(evt); + }); + this.search_results.bind('mouseup.chosen', function(evt) { + _this.search_results_mouseup(evt); + }); + this.search_results.bind('mouseover.chosen', function(evt) { + _this.search_results_mouseover(evt); + }); + this.search_results.bind('mouseout.chosen', function(evt) { + _this.search_results_mouseout(evt); + }); + this.search_results.bind('mousewheel.chosen DOMMouseScroll.chosen', function(evt) { + _this.search_results_mousewheel(evt); + }); + this.search_results.bind('touchstart.chosen', function(evt) { + _this.search_results_touchstart(evt); + }); + this.search_results.bind('touchmove.chosen', function(evt) { + _this.search_results_touchmove(evt); + }); + this.search_results.bind('touchend.chosen', function(evt) { + _this.search_results_touchend(evt); + }); + this.form_field_jq.bind("chosen:updated.chosen", function(evt) { + _this.results_update_field(evt); + }); + this.form_field_jq.bind("chosen:activate.chosen", function(evt) { + _this.activate_field(evt); + }); + this.form_field_jq.bind("chosen:open.chosen", function(evt) { + _this.container_mousedown(evt); + }); + this.form_field_jq.bind("chosen:close.chosen", function(evt) { + _this.input_blur(evt); + }); + this.search_field.bind('blur.chosen', function(evt) { + _this.input_blur(evt); + }); + this.search_field.bind('keyup.chosen', function(evt) { + _this.keyup_checker(evt); + }); + this.search_field.bind('keydown.chosen', function(evt) { + _this.keydown_checker(evt); + }); + this.search_field.bind('focus.chosen', function(evt) { + _this.input_focus(evt); + }); + this.search_field.bind('cut.chosen', function(evt) { + _this.clipboard_event_checker(evt); + }); + this.search_field.bind('paste.chosen', function(evt) { + _this.clipboard_event_checker(evt); + }); + if (this.is_multiple) { + return this.search_choices.bind('click.chosen', function(evt) { + _this.choices_click(evt); + }); + } else { + return this.container.bind('click.chosen', function(evt) { + evt.preventDefault(); + }); + } + }; + + Chosen.prototype.destroy = function() { + $(this.container[0].ownerDocument).unbind("click.chosen", this.click_test_action); + if (this.search_field[0].tabIndex) { + this.form_field_jq[0].tabIndex = this.search_field[0].tabIndex; + } + this.container.remove(); + this.form_field_jq.removeData('chosen'); + return this.form_field_jq.show(); + }; + + Chosen.prototype.search_field_disabled = function() { + this.is_disabled = this.form_field_jq[0].disabled; + if (this.is_disabled) { + this.container.addClass('chosen-disabled'); + this.search_field[0].disabled = true; + if (!this.is_multiple) { + this.selected_item.unbind("focus.chosen", this.activate_action); + } + return this.close_field(); + } else { + this.container.removeClass('chosen-disabled'); + this.search_field[0].disabled = false; + if (!this.is_multiple) { + return this.selected_item.bind("focus.chosen", this.activate_action); + } + } + }; + + Chosen.prototype.container_mousedown = function(evt) { + if (!this.is_disabled) { + if (evt && evt.type === "mousedown" && !this.results_showing) { + evt.preventDefault(); + } + if (!((evt != null) && ($(evt.target)).hasClass("search-choice-close"))) { + if (!this.active_field) { + if (this.is_multiple) { + this.search_field.val(""); + } + $(this.container[0].ownerDocument).bind('click.chosen', this.click_test_action); + this.results_show(); + } else if (!this.is_multiple && evt && (($(evt.target)[0] === this.selected_item[0]) || $(evt.target).parents("a.chosen-single").length)) { + evt.preventDefault(); + this.results_toggle(); + } + return this.activate_field(); + } + } + }; + + Chosen.prototype.container_mouseup = function(evt) { + if (evt.target.nodeName === "ABBR" && !this.is_disabled) { + return this.results_reset(evt); + } + }; + + Chosen.prototype.search_results_mousewheel = function(evt) { + var delta; + if (evt.originalEvent) { + delta = -evt.originalEvent.wheelDelta || evt.originalEvent.detail; + } + if (delta != null) { + evt.preventDefault(); + if (evt.type === 'DOMMouseScroll') { + delta = delta * 40; + } + return this.search_results.scrollTop(delta + this.search_results.scrollTop()); + } + }; + + Chosen.prototype.blur_test = function(evt) { + if (!this.active_field && this.container.hasClass("chosen-container-active")) { + return this.close_field(); + } + }; + + Chosen.prototype.close_field = function() { + $(this.container[0].ownerDocument).unbind("click.chosen", this.click_test_action); + this.active_field = false; + this.results_hide(); + this.container.removeClass("chosen-container-active"); + this.clear_backstroke(); + this.show_search_field_default(); + return this.search_field_scale(); + }; + + Chosen.prototype.activate_field = function() { + this.container.addClass("chosen-container-active"); + this.active_field = true; + this.search_field.val(this.search_field.val()); + return this.search_field.focus(); + }; + + Chosen.prototype.test_active_click = function(evt) { + var active_container; + active_container = $(evt.target).closest('.chosen-container'); + if (active_container.length && this.container[0] === active_container[0]) { + return this.active_field = true; + } else { + return this.close_field(); + } + }; + + Chosen.prototype.results_build = function() { + this.parsing = true; + this.selected_option_count = null; + this.results_data = SelectParser.select_to_array(this.form_field); + if (this.is_multiple) { + this.search_choices.find("li.search-choice").remove(); + } else if (!this.is_multiple) { + this.single_set_selected_text(); + if (this.disable_search || this.form_field.options.length <= this.disable_search_threshold) { + this.search_field[0].readOnly = true; + this.container.addClass("chosen-container-single-nosearch"); + } else { + this.search_field[0].readOnly = false; + this.container.removeClass("chosen-container-single-nosearch"); + } + } + this.update_results_content(this.results_option_build({ + first: true + })); + this.search_field_disabled(); + this.show_search_field_default(); + this.search_field_scale(); + return this.parsing = false; + }; + + Chosen.prototype.result_do_highlight = function(el) { + var high_bottom, high_top, maxHeight, visible_bottom, visible_top; + if (el.length) { + this.result_clear_highlight(); + this.result_highlight = el; + this.result_highlight.addClass("highlighted"); + maxHeight = parseInt(this.search_results.css("maxHeight"), 10); + visible_top = this.search_results.scrollTop(); + visible_bottom = maxHeight + visible_top; + high_top = this.result_highlight.position().top + this.search_results.scrollTop(); + high_bottom = high_top + this.result_highlight.outerHeight(); + if (high_bottom >= visible_bottom) { + return this.search_results.scrollTop((high_bottom - maxHeight) > 0 ? high_bottom - maxHeight : 0); + } else if (high_top < visible_top) { + return this.search_results.scrollTop(high_top); + } + } + }; + + Chosen.prototype.result_clear_highlight = function() { + if (this.result_highlight) { + this.result_highlight.removeClass("highlighted"); + } + return this.result_highlight = null; + }; + + Chosen.prototype.results_show = function() { + if (this.is_multiple && this.max_selected_options <= this.choices_count()) { + this.form_field_jq.trigger("chosen:maxselected", { + chosen: this + }); + return false; + } + this.container.addClass("chosen-with-drop"); + this.results_showing = true; + this.search_field.focus(); + this.search_field.val(this.search_field.val()); + this.winnow_results(); + return this.form_field_jq.trigger("chosen:showing_dropdown", { + chosen: this + }); + }; + + Chosen.prototype.update_results_content = function(content) { + return this.search_results.html(content); + }; + + Chosen.prototype.results_hide = function() { + if (this.results_showing) { + this.result_clear_highlight(); + this.container.removeClass("chosen-with-drop"); + this.form_field_jq.trigger("chosen:hiding_dropdown", { + chosen: this + }); + } + return this.results_showing = false; + }; + + Chosen.prototype.set_tab_index = function(el) { + var ti; + if (this.form_field.tabIndex) { + ti = this.form_field.tabIndex; + this.form_field.tabIndex = -1; + return this.search_field[0].tabIndex = ti; + } + }; + + Chosen.prototype.set_label_behavior = function() { + var _this = this; + this.form_field_label = this.form_field_jq.parents("label"); + if (!this.form_field_label.length && this.form_field.id.length) { + this.form_field_label = $("label[for='" + this.form_field.id + "']"); + } + if (this.form_field_label.length > 0) { + return this.form_field_label.bind('click.chosen', function(evt) { + if (_this.is_multiple) { + return _this.container_mousedown(evt); + } else { + return _this.activate_field(); + } + }); + } + }; + + Chosen.prototype.show_search_field_default = function() { + if (this.is_multiple && this.choices_count() < 1 && !this.active_field) { + this.search_field.val(this.default_text); + return this.search_field.addClass("default"); + } else { + this.search_field.val(""); + return this.search_field.removeClass("default"); + } + }; + + Chosen.prototype.search_results_mouseup = function(evt) { + var target; + target = $(evt.target).hasClass("active-result") ? $(evt.target) : $(evt.target).parents(".active-result").first(); + if (target.length) { + this.result_highlight = target; + this.result_select(evt); + return this.search_field.focus(); + } + }; + + Chosen.prototype.search_results_mouseover = function(evt) { + var target; + target = $(evt.target).hasClass("active-result") ? $(evt.target) : $(evt.target).parents(".active-result").first(); + if (target) { + return this.result_do_highlight(target); + } + }; + + Chosen.prototype.search_results_mouseout = function(evt) { + if ($(evt.target).hasClass("active-result" || $(evt.target).parents('.active-result').first())) { + return this.result_clear_highlight(); + } + }; + + Chosen.prototype.choice_build = function(item) { + var choice, close_link, + _this = this; + choice = $('
      • ', { + "class": "search-choice" + }).html("" + item.html + ""); + if (item.disabled) { + choice.addClass('search-choice-disabled'); + } else { + close_link = $('', { + "class": 'search-choice-close', + 'data-option-array-index': item.array_index + }); + close_link.bind('click.chosen', function(evt) { + return _this.choice_destroy_link_click(evt); + }); + choice.append(close_link); + } + return this.search_container.before(choice); + }; + + Chosen.prototype.choice_destroy_link_click = function(evt) { + evt.preventDefault(); + evt.stopPropagation(); + if (!this.is_disabled) { + return this.choice_destroy($(evt.target)); + } + }; + + Chosen.prototype.choice_destroy = function(link) { + if (this.result_deselect(link[0].getAttribute("data-option-array-index"))) { + this.show_search_field_default(); + if (this.is_multiple && this.choices_count() > 0 && this.search_field.val().length < 1) { + this.results_hide(); + } + link.parents('li').first().remove(); + return this.search_field_scale(); + } + }; + + Chosen.prototype.results_reset = function() { + this.reset_single_select_options(); + this.form_field.options[0].selected = true; + this.single_set_selected_text(); + this.show_search_field_default(); + this.results_reset_cleanup(); + this.form_field_jq.trigger("change"); + if (this.active_field) { + return this.results_hide(); + } + }; + + Chosen.prototype.results_reset_cleanup = function() { + this.current_selectedIndex = this.form_field.selectedIndex; + return this.selected_item.find("abbr").remove(); + }; + + Chosen.prototype.result_select = function(evt) { + var high, item; + if (this.result_highlight) { + high = this.result_highlight; + this.result_clear_highlight(); + if (this.is_multiple && this.max_selected_options <= this.choices_count()) { + this.form_field_jq.trigger("chosen:maxselected", { + chosen: this + }); + return false; + } + if (this.is_multiple) { + high.removeClass("active-result"); + } else { + this.reset_single_select_options(); + } + item = this.results_data[high[0].getAttribute("data-option-array-index")]; + item.selected = true; + this.form_field.options[item.options_index].selected = true; + this.selected_option_count = null; + if (this.is_multiple) { + this.choice_build(item); + } else { + this.single_set_selected_text(item.text); + } + if (!((evt.metaKey || evt.ctrlKey) && this.is_multiple)) { + this.results_hide(); + } + this.search_field.val(""); + if (this.is_multiple || this.form_field.selectedIndex !== this.current_selectedIndex) { + this.form_field_jq.trigger("change", { + 'selected': this.form_field.options[item.options_index].value + }); + } + this.current_selectedIndex = this.form_field.selectedIndex; + return this.search_field_scale(); + } + }; + + Chosen.prototype.single_set_selected_text = function(text) { + if (text == null) { + text = this.default_text; + } + if (text === this.default_text) { + this.selected_item.addClass("chosen-default"); + } else { + this.single_deselect_control_build(); + this.selected_item.removeClass("chosen-default"); + } + return this.selected_item.find("span").text(text); + }; + + Chosen.prototype.result_deselect = function(pos) { + var result_data; + result_data = this.results_data[pos]; + if (!this.form_field.options[result_data.options_index].disabled) { + result_data.selected = false; + this.form_field.options[result_data.options_index].selected = false; + this.selected_option_count = null; + this.result_clear_highlight(); + if (this.results_showing) { + this.winnow_results(); + } + this.form_field_jq.trigger("change", { + deselected: this.form_field.options[result_data.options_index].value + }); + this.search_field_scale(); + return true; + } else { + return false; + } + }; + + Chosen.prototype.single_deselect_control_build = function() { + if (!this.allow_single_deselect) { + return; + } + if (!this.selected_item.find("abbr").length) { + this.selected_item.find("span").first().after(""); + } + return this.selected_item.addClass("chosen-single-with-deselect"); + }; + + Chosen.prototype.get_search_text = function() { + if (this.search_field.val() === this.default_text) { + return ""; + } else { + return $('
        ').text($.trim(this.search_field.val())).html(); + } + }; + + Chosen.prototype.winnow_results_set_highlight = function() { + var do_high, selected_results; + selected_results = !this.is_multiple ? this.search_results.find(".result-selected.active-result") : []; + do_high = selected_results.length ? selected_results.first() : this.search_results.find(".active-result").first(); + if (do_high != null) { + return this.result_do_highlight(do_high); + } + }; + + Chosen.prototype.no_results = function(terms) { + var no_results_html; + no_results_html = $('
      • ' + this.results_none_found + ' ""
      • '); + no_results_html.find("span").first().html(terms); + this.search_results.append(no_results_html); + return this.form_field_jq.trigger("chosen:no_results", { + chosen: this + }); + }; + + Chosen.prototype.no_results_clear = function() { + return this.search_results.find(".no-results").remove(); + }; + + Chosen.prototype.keydown_arrow = function() { + var next_sib; + if (this.results_showing && this.result_highlight) { + next_sib = this.result_highlight.nextAll("li.active-result").first(); + if (next_sib) { + return this.result_do_highlight(next_sib); + } + } else { + return this.results_show(); + } + }; + + Chosen.prototype.keyup_arrow = function() { + var prev_sibs; + if (!this.results_showing && !this.is_multiple) { + return this.results_show(); + } else if (this.result_highlight) { + prev_sibs = this.result_highlight.prevAll("li.active-result"); + if (prev_sibs.length) { + return this.result_do_highlight(prev_sibs.first()); + } else { + if (this.choices_count() > 0) { + this.results_hide(); + } + return this.result_clear_highlight(); + } + } + }; + + Chosen.prototype.keydown_backstroke = function() { + var next_available_destroy; + if (this.pending_backstroke) { + this.choice_destroy(this.pending_backstroke.find("a").first()); + return this.clear_backstroke(); + } else { + next_available_destroy = this.search_container.siblings("li.search-choice").last(); + if (next_available_destroy.length && !next_available_destroy.hasClass("search-choice-disabled")) { + this.pending_backstroke = next_available_destroy; + if (this.single_backstroke_delete) { + return this.keydown_backstroke(); + } else { + return this.pending_backstroke.addClass("search-choice-focus"); + } + } + } + }; + + Chosen.prototype.clear_backstroke = function() { + if (this.pending_backstroke) { + this.pending_backstroke.removeClass("search-choice-focus"); + } + return this.pending_backstroke = null; + }; + + Chosen.prototype.keydown_checker = function(evt) { + var stroke, _ref1; + stroke = (_ref1 = evt.which) != null ? _ref1 : evt.keyCode; + this.search_field_scale(); + if (stroke !== 8 && this.pending_backstroke) { + this.clear_backstroke(); + } + switch (stroke) { + case 8: + this.backstroke_length = this.search_field.val().length; + break; + case 9: + if (this.results_showing && !this.is_multiple) { + this.result_select(evt); + } + this.mouse_on_container = false; + break; + case 13: + evt.preventDefault(); + break; + case 38: + evt.preventDefault(); + this.keyup_arrow(); + break; + case 40: + evt.preventDefault(); + this.keydown_arrow(); + break; + } + }; + + Chosen.prototype.search_field_scale = function() { + var div, f_width, h, style, style_block, styles, w, _i, _len; + if (this.is_multiple) { + h = 0; + w = 0; + style_block = "position:absolute; left: -1000px; top: -1000px; display:none;"; + styles = ['font-size', 'font-style', 'font-weight', 'font-family', 'line-height', 'text-transform', 'letter-spacing']; + for (_i = 0, _len = styles.length; _i < _len; _i++) { + style = styles[_i]; + style_block += style + ":" + this.search_field.css(style) + ";"; + } + div = $('
        ', { + 'style': style_block + }); + div.text(this.search_field.val()); + $('body').append(div); + w = div.width() + 25; + div.remove(); + f_width = this.container.outerWidth(); + if (w > f_width - 10) { + w = f_width - 10; + } + return this.search_field.css({ + 'width': w + 'px' + }); + } + }; + + return Chosen; + + })(AbstractChosen); + +}).call(this); diff --git a/src/main/webapp/plug-in/mutitables/mutitables.mainpage.js b/src/main/webapp/plug-in/mutitables/mutitables.mainpage.js index 6030686a..615f35b9 100644 --- a/src/main/webapp/plug-in/mutitables/mutitables.mainpage.js +++ b/src/main/webapp/plug-in/mutitables/mutitables.mainpage.js @@ -109,10 +109,14 @@ function tempNoDo(){ function initSubList(id){ id = iframeMainPageid(id); if(!id){ - console.log("涓昏〃鏃犻変腑"); + console.log("涓昏〃鏃犻変腑!"); }else{ var listname = $("#mainPageFrameActived").val(); - $("#"+listname+"Iframe")[0].contentWindow.curd.initListByMain(id); + try{ + $("#"+listname+"Iframe")[0].contentWindow.curd.initListByMain(id); + }catch(e){ + console.log("涓嶆槸浣犵殑閿欙紒"); + } } } //璁剧疆/鑾峰彇闅愯棌鍩熶富琛╥d @@ -133,10 +137,27 @@ function freshSubList(){ //鍒囨崲瀛愯〃鐨勬椂鍊欏垏鎹㈠搴旇彍鍗曠殑婵娲荤姸鎬 function toggleMenus(index){ $("#tab-menus-attached").find("div."+$('#mainPageFrameActived').val()+"-ul").removeClass("active"); - //console.log($("#mainPageFrameActived").val()); $("#mainPageFrameActived").find("option:eq("+index+")").attr("selected","selected"); - //console.log($("#mainPageFrameActived").val()); - $("#tab-menus-attached").find("div."+$('#mainPageFrameActived').val()+"-ul").addClass("active"); + var activeTab = $('#mainPageFrameActived').val(); + initSubIframeSrc(activeTab);//鍔犲揩index椤靛姞杞芥晥鐜,鍔ㄦ佺殑鍒濆鍖杋frame鐨勫湴鍧 + $("#tab-menus-attached").find("div."+activeTab+"-ul").addClass("active"); +} + +/** + * 榛樿姣忎釜iframe鐨剆rc鐨勫湴鍧鏄痻xController.do?list ,濡傛兂鑷畾涔夊湴鍧鍙湪mainPageFrameActived鐨勬瘡涓猳ption涓婅嚜瀹氫箟data-src灞炴 + * @returns + */ +function initSubIframeSrc(activeTab){ + if(!$("#"+activeTab+"Iframe").attr("src")){ + var src = $("#mainPageFrameActived option:selected").data("src"); + if(!src){ + src = activeTab+"Controller.do?list"; + } + $("#"+activeTab+"Iframe").attr("src",src); + $("#"+activeTab+"Iframe").load(function(){ + initSubList(0); + }); + } } /** diff --git a/src/main/webapp/plug-in/themes/adminlte/css/AdminLTE.css b/src/main/webapp/plug-in/themes/adminlte/css/AdminLTE.css new file mode 100644 index 00000000..4e6cbcca --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/AdminLTE.css @@ -0,0 +1,5177 @@ +/*! + * AdminLTE v2.4.5 + * Author: Almsaeed Studio + * Website: Almsaeed Studio + * License: Open source - MIT + * Please visit http://opensource.org/licenses/MIT for more information + */ +/* + * Core: General Layout Style + * ------------------------- + */ +html, +body { + height: 100%; +} +.layout-boxed html, +.layout-boxed body { + height: 100%; +} +body { + font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-weight: 400; + overflow-x: hidden; + overflow-y: auto; +} +/* Layout */ +.wrapper { + height: 100%; + position: relative; + overflow-x: hidden; + overflow-y: auto; +} +.wrapper:before, +.wrapper:after { + content: " "; + display: table; +} +.wrapper:after { + clear: both; +} +.layout-boxed .wrapper { + max-width: 1250px; + margin: 0 auto; + min-height: 100%; + box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); + position: relative; +} +.layout-boxed { + background-color: #f9fafc; +} +/* + * Content Wrapper - contains the main content + */ +.content-wrapper, +.main-footer { + -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out; + -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out; + -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out; + transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out; + margin-left: 230px; + z-index: 820; +} +.layout-top-nav .content-wrapper, +.layout-top-nav .main-footer { + margin-left: 0; +} +@media (max-width: 767px) { + .content-wrapper, + .main-footer { + margin-left: 0; + } +} +@media (min-width: 768px) { + .sidebar-collapse .content-wrapper, + .sidebar-collapse .main-footer { + margin-left: 0; + } +} +@media (max-width: 767px) { + .sidebar-open .content-wrapper, + .sidebar-open .main-footer { + -webkit-transform: translate(230px, 0); + -ms-transform: translate(230px, 0); + -o-transform: translate(230px, 0); + transform: translate(230px, 0); + } +} +.content-wrapper { + min-height: 100%; + background-color: #ecf0f5; + z-index: 800; +} +.main-footer { + background: #fff; + padding: 15px; + color: #444; + border-top: 1px solid #d2d6de; +} +/* Fixed layout */ +.fixed .main-header, +.fixed .main-sidebar, +.fixed .left-side { + position: fixed; +} +.fixed .main-header { + top: 0; + right: 0; + left: 0; +} +.fixed .content-wrapper, +.fixed .right-side { + padding-top: 50px; +} +@media (max-width: 767px) { + .fixed .content-wrapper, + .fixed .right-side { + padding-top: 100px; + } +} +.fixed.layout-boxed .wrapper { + max-width: 100%; +} +.fixed .wrapper { + overflow: hidden; +} +.hold-transition .content-wrapper, +.hold-transition .right-side, +.hold-transition .main-footer, +.hold-transition .main-sidebar, +.hold-transition .left-side, +.hold-transition .main-header .navbar, +.hold-transition .main-header .logo, +.hold-transition .menu-open .fa-angle-left { + /* Fix for IE */ + -webkit-transition: none; + -o-transition: none; + transition: none; +} +/* Content */ +.content { + min-height: 250px; + padding: 15px; + margin-right: auto; + margin-left: auto; + padding-left: 15px; + padding-right: 15px; +} +/* H1 - H6 font */ +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6 { + font-family: 'Source Sans Pro', sans-serif; +} +/* General Links */ +a { + color: #3c8dbc; +} +a:hover, +a:active, +a:focus { + outline: none; + text-decoration: none; + color: #72afd2; +} +/* Page Header */ +.page-header { + margin: 10px 0 20px 0; + font-size: 22px; +} +.page-header > small { + color: #666; + display: block; + margin-top: 5px; +} +/* + * Component: Main Header + * ---------------------- + */ +.main-header { + position: relative; + max-height: 100px; + z-index: 1030; +} +.main-header .navbar { + -webkit-transition: margin-left 0.3s ease-in-out; + -o-transition: margin-left 0.3s ease-in-out; + transition: margin-left 0.3s ease-in-out; + margin-bottom: 0; + margin-left: 230px; + border: none; + min-height: 50px; + border-radius: 0; +} +.layout-top-nav .main-header .navbar { + margin-left: 0; +} +.main-header #navbar-search-input.form-control { + background: rgba(255, 255, 255, 0.2); + border-color: transparent; +} +.main-header #navbar-search-input.form-control:focus, +.main-header #navbar-search-input.form-control:active { + border-color: rgba(0, 0, 0, 0.1); + background: rgba(255, 255, 255, 0.9); +} +.main-header #navbar-search-input.form-control::-moz-placeholder { + color: #ccc; + opacity: 1; +} +.main-header #navbar-search-input.form-control:-ms-input-placeholder { + color: #ccc; +} +.main-header #navbar-search-input.form-control::-webkit-input-placeholder { + color: #ccc; +} +.main-header .navbar-custom-menu, +.main-header .navbar-right { + float: right; +} +@media (max-width: 991px) { + .main-header .navbar-custom-menu a, + .main-header .navbar-right a { + color: inherit; + background: transparent; + } +} +@media (max-width: 767px) { + .main-header .navbar-right { + float: none; + } + .navbar-collapse .main-header .navbar-right { + margin: 7.5px -15px; + } + .main-header .navbar-right > li { + color: inherit; + border: 0; + } +} +.main-header .sidebar-toggle { + float: left; + background-color: transparent; + background-image: none; + padding: 15px 15px; + font-family: fontAwesome; +} +.main-header .sidebar-toggle:before { + content: "\f0c9"; +} +.main-header .sidebar-toggle:hover { + color: #fff; +} +.main-header .sidebar-toggle:focus, +.main-header .sidebar-toggle:active { + background: transparent; +} +.main-header .sidebar-toggle .icon-bar { + display: none; +} +.main-header .navbar .nav > li.user > a > .fa, +.main-header .navbar .nav > li.user > a > .glyphicon, +.main-header .navbar .nav > li.user > a > .ion { + margin-right: 5px; +} +.main-header .navbar .nav > li > a > .label { + position: absolute; + top: 9px; + right: 7px; + text-align: center; + font-size: 9px; + padding: 2px 3px; + line-height: .9; +} +.main-header .logo { + -webkit-transition: width 0.3s ease-in-out; + -o-transition: width 0.3s ease-in-out; + transition: width 0.3s ease-in-out; + display: block; + float: left; + height: 50px; + font-size: 20px; + line-height: 50px; + text-align: center; + width: 230px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + padding: 0 15px; + font-weight: 300; + overflow: hidden; +} +.main-header .logo .logo-lg { + display: block; +} +.main-header .logo .logo-mini { + display: none; +} +.main-header .navbar-brand { + color: #fff; +} +.content-header { + position: relative; + padding: 15px 15px 0 15px; +} +.content-header > h1 { + margin: 0; + font-size: 24px; +} +.content-header > h1 > small { + font-size: 15px; + display: inline-block; + padding-left: 4px; + font-weight: 300; +} +.content-header > .breadcrumb { + float: right; + background: transparent; + margin-top: 0; + margin-bottom: 0; + font-size: 12px; + padding: 7px 5px; + position: absolute; + top: 15px; + right: 10px; + border-radius: 2px; +} +.content-header > .breadcrumb > li > a { + color: #444; + text-decoration: none; + display: inline-block; +} +.content-header > .breadcrumb > li > a > .fa, +.content-header > .breadcrumb > li > a > .glyphicon, +.content-header > .breadcrumb > li > a > .ion { + margin-right: 5px; +} +.content-header > .breadcrumb > li + li:before { + content: '>\00a0'; +} +@media (max-width: 991px) { + .content-header > .breadcrumb { + position: relative; + margin-top: 5px; + top: 0; + right: 0; + float: none; + background: #d2d6de; + padding-left: 10px; + } + .content-header > .breadcrumb li:before { + color: #97a0b3; + } +} +.navbar-toggle { + color: #fff; + border: 0; + margin: 0; + padding: 15px 15px; +} +@media (max-width: 991px) { + .navbar-custom-menu .navbar-nav > li { + float: left; + } + .navbar-custom-menu .navbar-nav { + margin: 0; + float: left; + } + .navbar-custom-menu .navbar-nav > li > a { + padding-top: 15px; + padding-bottom: 15px; + line-height: 20px; + } +} +@media (max-width: 767px) { + .main-header { + position: relative; + } + .main-header .logo, + .main-header .navbar { + width: 100%; + float: none; + } + .main-header .navbar { + margin: 0; + } + .main-header .navbar-custom-menu { + float: right; + } +} +@media (max-width: 991px) { + .navbar-collapse.pull-left { + float: none !important; + } + .navbar-collapse.pull-left + .navbar-custom-menu { + display: block; + position: absolute; + top: 0; + right: 40px; + } +} +/* + * Component: Sidebar + * ------------------ + */ +.main-sidebar { + position: absolute; + top: 0; + left: 0; + padding-top: 50px; + min-height: 100%; + width: 230px; + z-index: 810; + -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out; + -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out; + -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out; + transition: transform 0.3s ease-in-out, width 0.3s ease-in-out; +} +@media (max-width: 767px) { + .main-sidebar { + padding-top: 100px; + } +} +@media (max-width: 767px) { + .main-sidebar { + -webkit-transform: translate(-230px, 0); + -ms-transform: translate(-230px, 0); + -o-transform: translate(-230px, 0); + transform: translate(-230px, 0); + } +} +@media (min-width: 768px) { + .sidebar-collapse .main-sidebar { + -webkit-transform: translate(-230px, 0); + -ms-transform: translate(-230px, 0); + -o-transform: translate(-230px, 0); + transform: translate(-230px, 0); + } +} +@media (max-width: 767px) { + .sidebar-open .main-sidebar { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + } +} +.sidebar { + padding-bottom: 10px; +} +.sidebar-form input:focus { + border-color: transparent; +} +.user-panel { + position: relative; + width: 100%; + padding: 10px; + overflow: hidden; +} +.user-panel:before, +.user-panel:after { + content: " "; + display: table; +} +.user-panel:after { + clear: both; +} +.user-panel > .image > img { + width: 100%; + max-width: 45px; + height: auto; +} +.user-panel > .info { + padding: 5px 5px 5px 15px; + line-height: 1; + position: absolute; + left: 55px; +} +.user-panel > .info > p { + font-weight: 600; + margin-bottom: 9px; +} +.user-panel > .info > a { + text-decoration: none; + padding-right: 5px; + margin-top: 3px; + font-size: 11px; +} +.user-panel > .info > a > .fa, +.user-panel > .info > a > .ion, +.user-panel > .info > a > .glyphicon { + margin-right: 3px; +} +.sidebar-menu { + list-style: none; + margin: 0; + padding: 0; +} +.sidebar-menu > li { + position: relative; + margin: 0; + padding: 0; +} +.sidebar-menu > li > a { + padding: 12px 5px 12px 15px; + display: block; +} +.sidebar-menu > li > a > .fa, +.sidebar-menu > li > a > .glyphicon, +.sidebar-menu > li > a > .ion { + width: 20px; +} +.sidebar-menu > li .label, +.sidebar-menu > li .badge { + margin-right: 5px; +} +.sidebar-menu > li .badge { + margin-top: 3px; +} +.sidebar-menu li.header { + padding: 10px 25px 10px 15px; + font-size: 12px; +} +.sidebar-menu li > a > .fa-angle-left, +.sidebar-menu li > a > .pull-right-container > .fa-angle-left { + width: auto; + height: auto; + padding: 0; + margin-right: 10px; + -webkit-transition: transform 0.5s ease; + -o-transition: transform 0.5s ease; + transition: transform 0.5s ease; +} +.sidebar-menu li > a > .fa-angle-left { + position: absolute; + top: 50%; + right: 10px; + margin-top: -8px; +} +.sidebar-menu .menu-open > a > .fa-angle-left, +.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left { + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + transform: rotate(-90deg); +} +.sidebar-menu .active > .treeview-menu { + display: block; +} +/* + * Component: Sidebar Mini + */ +@media (min-width: 768px) { + .sidebar-mini.sidebar-collapse .content-wrapper, + .sidebar-mini.sidebar-collapse .right-side, + .sidebar-mini.sidebar-collapse .main-footer { + margin-left: 50px !important; + z-index: 840; + } + .sidebar-mini.sidebar-collapse .main-sidebar { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + width: 50px !important; + z-index: 850; + } + .sidebar-mini.sidebar-collapse .sidebar-menu > li { + position: relative; + } + .sidebar-mini.sidebar-collapse .sidebar-menu > li > a { + margin-right: 0; + } + .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span { + border-top-right-radius: 4px; + } + .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span { + border-bottom-right-radius: 4px; + } + .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu { + padding-top: 5px; + padding-bottom: 5px; + border-bottom-right-radius: 4px; + } + .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, + .sidebar-mini.sidebar-collapse .sidebar-form, + .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, + .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, + .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, + .sidebar-mini.sidebar-collapse .sidebar-menu li.header { + display: none !important; + -webkit-transform: translateZ(0); + } + .sidebar-mini.sidebar-collapse .main-header .logo { + width: 50px; + } + .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini { + display: block; + margin-left: -15px; + margin-right: -15px; + font-size: 18px; + } + .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg { + display: none; + } + .sidebar-mini.sidebar-collapse .main-header .navbar { + margin-left: 50px; + } +} +.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), +.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu { + display: block !important; + position: absolute; + width: 180px; + left: 50px; +} +.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span { + top: 0; + margin-left: -3px; + padding: 12px 5px 12px 20px; + background-color: inherit; +} +.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container { + position: relative !important; + float: right; + width: auto !important; + left: 180px !important; + top: -22px !important; + z-index: 900; +} +.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) { + display: none; +} +.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu { + top: 44px; + margin-left: 0; +} +.sidebar-expanded-on-hover .main-footer, +.sidebar-expanded-on-hover .content-wrapper { + margin-left: 50px; +} +.sidebar-expanded-on-hover .main-sidebar { + box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125); +} +.sidebar-menu, +.main-sidebar .user-panel, +.sidebar-menu > li.header { + white-space: nowrap; + overflow: hidden; +} +.sidebar-menu:hover { + overflow: visible; +} +.sidebar-form, +.sidebar-menu > li.header { + overflow: hidden; + text-overflow: clip; +} +.sidebar-menu li > a { + position: relative; +} +.sidebar-menu li > a > .pull-right-container { + position: absolute; + right: 10px; + top: 50%; + margin-top: -7px; +} +/* + * Component: Control sidebar. By default, this is the right sidebar. + */ +.control-sidebar-bg { + position: fixed; + z-index: 1000; + bottom: 0; +} +.control-sidebar-bg, +.control-sidebar { + top: 0; + right: -230px; + width: 230px; + -webkit-transition: right 0.3s ease-in-out; + -o-transition: right 0.3s ease-in-out; + transition: right 0.3s ease-in-out; +} +.control-sidebar { + position: absolute; + padding-top: 50px; + z-index: 1010; +} +@media (max-width: 767px) { + .control-sidebar { + padding-top: 100px; + } +} +.control-sidebar > .tab-content { + padding: 10px 15px; +} +.control-sidebar.control-sidebar-open, +.control-sidebar.control-sidebar-open + .control-sidebar-bg { + right: 0; +} +.control-sidebar-open .control-sidebar-bg, +.control-sidebar-open .control-sidebar { + right: 0; +} +@media (min-width: 768px) { + .control-sidebar-open .content-wrapper, + .control-sidebar-open .right-side, + .control-sidebar-open .main-footer { + margin-right: 230px; + } +} +.fixed .control-sidebar { + position: fixed; + height: 100%; + overflow-y: auto; + padding-bottom: 50px; +} +.nav-tabs.control-sidebar-tabs > li:first-of-type > a, +.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, +.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus { + border-left-width: 0; +} +.nav-tabs.control-sidebar-tabs > li > a { + border-radius: 0; +} +.nav-tabs.control-sidebar-tabs > li > a, +.nav-tabs.control-sidebar-tabs > li > a:hover { + border-top: none; + border-right: none; + border-left: 1px solid transparent; + border-bottom: 1px solid transparent; +} +.nav-tabs.control-sidebar-tabs > li > a .icon { + font-size: 16px; +} +.nav-tabs.control-sidebar-tabs > li.active > a, +.nav-tabs.control-sidebar-tabs > li.active > a:hover, +.nav-tabs.control-sidebar-tabs > li.active > a:focus, +.nav-tabs.control-sidebar-tabs > li.active > a:active { + border-top: none; + border-right: none; + border-bottom: none; +} +@media (max-width: 768px) { + .nav-tabs.control-sidebar-tabs { + display: table; + } + .nav-tabs.control-sidebar-tabs > li { + display: table-cell; + } +} +.control-sidebar-heading { + font-weight: 400; + font-size: 16px; + padding: 10px 0; + margin-bottom: 10px; +} +.control-sidebar-subheading { + display: block; + font-weight: 400; + font-size: 14px; +} +.control-sidebar-menu { + list-style: none; + padding: 0; + margin: 0 -15px; +} +.control-sidebar-menu > li > a { + display: block; + padding: 10px 15px; +} +.control-sidebar-menu > li > a:before, +.control-sidebar-menu > li > a:after { + content: " "; + display: table; +} +.control-sidebar-menu > li > a:after { + clear: both; +} +.control-sidebar-menu > li > a > .control-sidebar-subheading { + margin-top: 0; +} +.control-sidebar-menu .menu-icon { + float: left; + width: 35px; + height: 35px; + border-radius: 50%; + text-align: center; + line-height: 35px; +} +.control-sidebar-menu .menu-info { + margin-left: 45px; + margin-top: 3px; +} +.control-sidebar-menu .menu-info > .control-sidebar-subheading { + margin: 0; +} +.control-sidebar-menu .menu-info > p { + margin: 0; + font-size: 11px; +} +.control-sidebar-menu .progress { + margin: 0; +} +.control-sidebar-dark { + color: #b8c7ce; +} +.control-sidebar-dark, +.control-sidebar-dark + .control-sidebar-bg { + background: #222d32; +} +.control-sidebar-dark .nav-tabs.control-sidebar-tabs { + border-bottom: #1c2529; +} +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a { + background: #181f23; + color: #b8c7ce; +} +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a, +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus { + border-left-color: #141a1d; + border-bottom-color: #141a1d; +} +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover, +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus, +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active { + background: #1c2529; +} +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover { + color: #fff; +} +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a, +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover, +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus, +.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active { + background: #222d32; + color: #fff; +} +.control-sidebar-dark .control-sidebar-heading, +.control-sidebar-dark .control-sidebar-subheading { + color: #fff; +} +.control-sidebar-dark .control-sidebar-menu > li > a:hover { + background: #1e282c; +} +.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p { + color: #b8c7ce; +} +.control-sidebar-light { + color: #5e5e5e; +} +.control-sidebar-light, +.control-sidebar-light + .control-sidebar-bg { + background: #f9fafc; + border-left: 1px solid #d2d6de; +} +.control-sidebar-light .nav-tabs.control-sidebar-tabs { + border-bottom: #d2d6de; +} +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a { + background: #e8ecf4; + color: #444444; +} +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a, +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus { + border-left-color: #d2d6de; + border-bottom-color: #d2d6de; +} +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover, +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus, +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active { + background: #eff1f7; +} +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a, +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover, +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus, +.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active { + background: #f9fafc; + color: #111; +} +.control-sidebar-light .control-sidebar-heading, +.control-sidebar-light .control-sidebar-subheading { + color: #111; +} +.control-sidebar-light .control-sidebar-menu { + margin-left: -14px; +} +.control-sidebar-light .control-sidebar-menu > li > a:hover { + background: #f4f4f5; +} +.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p { + color: #5e5e5e; +} +/* + * Component: Dropdown menus + * ------------------------- + */ +/*Dropdowns in general*/ +.dropdown-menu { + box-shadow: none; + border-color: #eee; +} +.dropdown-menu > li > a { + color: #777; +} +.dropdown-menu > li > a > .glyphicon, +.dropdown-menu > li > a > .fa, +.dropdown-menu > li > a > .ion { + margin-right: 10px; +} +.dropdown-menu > li > a:hover { + background-color: #e1e3e9; + color: #333; +} +.dropdown-menu > .divider { + background-color: #eee; +} +.navbar-nav > .notifications-menu > .dropdown-menu, +.navbar-nav > .messages-menu > .dropdown-menu, +.navbar-nav > .tasks-menu > .dropdown-menu { + width: 280px; + padding: 0 0 0 0; + margin: 0; + top: 100%; +} +.navbar-nav > .notifications-menu > .dropdown-menu > li, +.navbar-nav > .messages-menu > .dropdown-menu > li, +.navbar-nav > .tasks-menu > .dropdown-menu > li { + position: relative; +} +.navbar-nav > .notifications-menu > .dropdown-menu > li.header, +.navbar-nav > .messages-menu > .dropdown-menu > li.header, +.navbar-nav > .tasks-menu > .dropdown-menu > li.header { + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + background-color: #ffffff; + padding: 7px 10px; + border-bottom: 1px solid #f4f4f4; + color: #444444; + font-size: 14px; +} +.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, +.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, +.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + font-size: 12px; + background-color: #fff; + padding: 7px 10px; + border-bottom: 1px solid #eeeeee; + color: #444 !important; + text-align: center; +} +@media (max-width: 991px) { + .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, + .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, + .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a { + background: #fff !important; + color: #444 !important; + } +} +.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover, +.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, +.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover { + text-decoration: none; + font-weight: normal; +} +.navbar-nav > .notifications-menu > .dropdown-menu > li .menu, +.navbar-nav > .messages-menu > .dropdown-menu > li .menu, +.navbar-nav > .tasks-menu > .dropdown-menu > li .menu { + max-height: 200px; + margin: 0; + padding: 0; + list-style: none; + overflow-x: hidden; +} +.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, +.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, +.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a { + display: block; + white-space: nowrap; + /* Prevent text from breaking */ + border-bottom: 1px solid #f4f4f4; +} +.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, +.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, +.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover { + background: #f4f4f4; + text-decoration: none; +} +.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a { + color: #444444; + overflow: hidden; + text-overflow: ellipsis; + padding: 10px; +} +.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, +.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, +.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion { + width: 20px; +} +.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a { + margin: 0; + padding: 10px 10px; +} +.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img { + margin: auto 10px auto auto; + width: 40px; + height: 40px; +} +.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 { + padding: 0; + margin: 0 0 0 45px; + color: #444444; + font-size: 15px; + position: relative; +} +.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small { + color: #999999; + font-size: 10px; + position: absolute; + top: 0; + right: 0; +} +.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p { + margin: 0 0 0 45px; + font-size: 12px; + color: #888888; +} +.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, +.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after { + content: " "; + display: table; +} +.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after { + clear: both; +} +.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a { + padding: 10px; +} +.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 { + font-size: 14px; + padding: 0; + margin: 0 0 10px 0; + color: #666666; +} +.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress { + padding: 0; + margin: 0; +} +.navbar-nav > .user-menu > .dropdown-menu { + border-top-right-radius: 0; + border-top-left-radius: 0; + padding: 1px 0 0 0; + border-top-width: 0; + width: 280px; +} +.navbar-nav > .user-menu > .dropdown-menu, +.navbar-nav > .user-menu > .dropdown-menu > .user-body { + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; +} +.navbar-nav > .user-menu > .dropdown-menu > li.user-header { + height: 175px; + padding: 10px; + text-align: center; +} +.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img { + z-index: 5; + height: 90px; + width: 90px; + border: 3px solid; + border-color: transparent; + border-color: rgba(255, 255, 255, 0.2); +} +.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p { + z-index: 5; + color: #fff; + color: rgba(255, 255, 255, 0.8); + font-size: 17px; + margin-top: 10px; +} +.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small { + display: block; + font-size: 12px; +} +.navbar-nav > .user-menu > .dropdown-menu > .user-body { + padding: 15px; + border-bottom: 1px solid #f4f4f4; + border-top: 1px solid #dddddd; +} +.navbar-nav > .user-menu > .dropdown-menu > .user-body:before, +.navbar-nav > .user-menu > .dropdown-menu > .user-body:after { + content: " "; + display: table; +} +.navbar-nav > .user-menu > .dropdown-menu > .user-body:after { + clear: both; +} +.navbar-nav > .user-menu > .dropdown-menu > .user-body a { + color: #444 !important; +} +@media (max-width: 991px) { + .navbar-nav > .user-menu > .dropdown-menu > .user-body a { + background: #fff !important; + color: #444 !important; + } +} +.navbar-nav > .user-menu > .dropdown-menu > .user-footer { + background-color: #f9f9f9; + padding: 10px; +} +.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before, +.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after { + content: " "; + display: table; +} +.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after { + clear: both; +} +.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default { + color: #666666; +} +@media (max-width: 991px) { + .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover { + background-color: #f9f9f9; + } +} +.navbar-nav > .user-menu .user-image { + float: left; + width: 25px; + height: 25px; + border-radius: 50%; + margin-right: 10px; + margin-top: -2px; +} +@media (max-width: 767px) { + .navbar-nav > .user-menu .user-image { + float: none; + margin-right: 0; + margin-top: -8px; + line-height: 10px; + } +} +/* Add fade animation to dropdown menus by appending + the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/ +.open:not(.dropup) > .animated-dropdown-menu { + backface-visibility: visible !important; + -webkit-animation: flipInX 0.7s both; + -o-animation: flipInX 0.7s both; + animation: flipInX 0.7s both; +} +@keyframes flipInX { + 0% { + transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + transition-timing-function: ease-in; + opacity: 0; + } + 40% { + transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + transition-timing-function: ease-in; + } + 60% { + transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + 80% { + transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + 100% { + transform: perspective(400px); + } +} +@-webkit-keyframes flipInX { + 0% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); + -webkit-transition-timing-function: ease-in; + opacity: 0; + } + 40% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); + -webkit-transition-timing-function: ease-in; + } + 60% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); + opacity: 1; + } + 80% { + -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); + } + 100% { + -webkit-transform: perspective(400px); + } +} +/* Fix dropdown menu in navbars */ +.navbar-custom-menu > .navbar-nav > li { + position: relative; +} +.navbar-custom-menu > .navbar-nav > li > .dropdown-menu { + position: absolute; + right: 0; + left: auto; +} +@media (max-width: 991px) { + .navbar-custom-menu > .navbar-nav { + float: right; + } + .navbar-custom-menu > .navbar-nav > li { + position: static; + } + .navbar-custom-menu > .navbar-nav > li > .dropdown-menu { + position: absolute; + right: 5%; + left: auto; + border: 1px solid #ddd; + background: #fff; + } +} +/* + * Component: Form + * --------------- + */ +.form-control { + border-radius: 0; + box-shadow: none; + border-color: #d2d6de; +} +.form-control:focus { + border-color: #3c8dbc; + box-shadow: none; +} +.form-control::-moz-placeholder, +.form-control:-ms-input-placeholder, +.form-control::-webkit-input-placeholder { + color: #bbb; + opacity: 1; +} +.form-control:not(select) { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +.form-group.has-success label { + color: #00a65a; +} +.form-group.has-success .form-control, +.form-group.has-success .input-group-addon { + border-color: #00a65a; + box-shadow: none; +} +.form-group.has-success .help-block { + color: #00a65a; +} +.form-group.has-warning label { + color: #f39c12; +} +.form-group.has-warning .form-control, +.form-group.has-warning .input-group-addon { + border-color: #f39c12; + box-shadow: none; +} +.form-group.has-warning .help-block { + color: #f39c12; +} +.form-group.has-error label { + color: #dd4b39; +} +.form-group.has-error .form-control, +.form-group.has-error .input-group-addon { + border-color: #dd4b39; + box-shadow: none; +} +.form-group.has-error .help-block { + color: #dd4b39; +} +/* Input group */ +.input-group .input-group-addon { + border-radius: 0; + border-color: #d2d6de; + background-color: #fff; +} +/* button groups */ +.btn-group-vertical .btn.btn-flat:first-of-type, +.btn-group-vertical .btn.btn-flat:last-of-type { + border-radius: 0; +} +.icheck > label { + padding-left: 0; +} +/* support Font Awesome icons in form-control */ +.form-control-feedback.fa { + line-height: 34px; +} +.input-lg + .form-control-feedback.fa, +.input-group-lg + .form-control-feedback.fa, +.form-group-lg .form-control + .form-control-feedback.fa { + line-height: 46px; +} +.input-sm + .form-control-feedback.fa, +.input-group-sm + .form-control-feedback.fa, +.form-group-sm .form-control + .form-control-feedback.fa { + line-height: 30px; +} +/* + * Component: Progress Bar + * ----------------------- + */ +.progress, +.progress > .progress-bar { + -webkit-box-shadow: none; + box-shadow: none; +} +.progress, +.progress > .progress-bar, +.progress .progress-bar, +.progress > .progress-bar .progress-bar { + border-radius: 1px; +} +/* size variation */ +.progress.sm, +.progress-sm { + height: 10px; +} +.progress.sm, +.progress-sm, +.progress.sm .progress-bar, +.progress-sm .progress-bar { + border-radius: 1px; +} +.progress.xs, +.progress-xs { + height: 7px; +} +.progress.xs, +.progress-xs, +.progress.xs .progress-bar, +.progress-xs .progress-bar { + border-radius: 1px; +} +.progress.xxs, +.progress-xxs { + height: 3px; +} +.progress.xxs, +.progress-xxs, +.progress.xxs .progress-bar, +.progress-xxs .progress-bar { + border-radius: 1px; +} +/* Vertical bars */ +.progress.vertical { + position: relative; + width: 30px; + height: 200px; + display: inline-block; + margin-right: 10px; +} +.progress.vertical > .progress-bar { + width: 100%; + position: absolute; + bottom: 0; +} +.progress.vertical.sm, +.progress.vertical.progress-sm { + width: 20px; +} +.progress.vertical.xs, +.progress.vertical.progress-xs { + width: 10px; +} +.progress.vertical.xxs, +.progress.vertical.progress-xxs { + width: 3px; +} +.progress-group .progress-text { + font-weight: 600; +} +.progress-group .progress-number { + float: right; +} +/* Remove margins from progress bars when put in a table */ +.table tr > td .progress { + margin: 0; +} +.progress-bar-light-blue, +.progress-bar-primary { + background-color: #3c8dbc; +} +.progress-striped .progress-bar-light-blue, +.progress-striped .progress-bar-primary { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} +.progress-bar-green, +.progress-bar-success { + background-color: #00a65a; +} +.progress-striped .progress-bar-green, +.progress-striped .progress-bar-success { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} +.progress-bar-aqua, +.progress-bar-info { + background-color: #00c0ef; +} +.progress-striped .progress-bar-aqua, +.progress-striped .progress-bar-info { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} +.progress-bar-yellow, +.progress-bar-warning { + background-color: #f39c12; +} +.progress-striped .progress-bar-yellow, +.progress-striped .progress-bar-warning { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} +.progress-bar-red, +.progress-bar-danger { + background-color: #dd4b39; +} +.progress-striped .progress-bar-red, +.progress-striped .progress-bar-danger { + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} +/* + * Component: Small Box + * -------------------- + */ +.small-box { + border-radius: 2px; + position: relative; + display: block; + margin-bottom: 20px; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); +} +.small-box > .inner { + padding: 10px; +} +.small-box > .small-box-footer { + position: relative; + text-align: center; + padding: 3px 0; + color: #fff; + color: rgba(255, 255, 255, 0.8); + display: block; + z-index: 10; + background: rgba(0, 0, 0, 0.1); + text-decoration: none; +} +.small-box > .small-box-footer:hover { + color: #fff; + background: rgba(0, 0, 0, 0.15); +} +.small-box h3 { + font-size: 38px; + font-weight: bold; + margin: 0 0 10px 0; + white-space: nowrap; + padding: 0; +} +.small-box p { + font-size: 15px; +} +.small-box p > small { + display: block; + color: #f9f9f9; + font-size: 13px; + margin-top: 5px; +} +.small-box h3, +.small-box p { + z-index: 5; +} +.small-box .icon { + -webkit-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; + position: absolute; + top: -10px; + right: 10px; + z-index: 0; + font-size: 90px; + color: rgba(0, 0, 0, 0.15); +} +.small-box:hover { + text-decoration: none; + color: #f9f9f9; +} +.small-box:hover .icon { + font-size: 95px; +} +@media (max-width: 767px) { + .small-box { + text-align: center; + } + .small-box .icon { + display: none; + } + .small-box p { + font-size: 12px; + } +} +/* + * Component: Box + * -------------- + */ +.box { + position: relative; + border-radius: 3px; + background: #ffffff; + border-top: 3px solid #d2d6de; + margin-bottom: 20px; + width: 100%; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); +} +.box.box-primary { + border-top-color: #3c8dbc; +} +.box.box-info { + border-top-color: #00c0ef; +} +.box.box-danger { + border-top-color: #dd4b39; +} +.box.box-warning { + border-top-color: #f39c12; +} +.box.box-success { + border-top-color: #00a65a; +} +.box.box-default { + border-top-color: #d2d6de; +} +.box.collapsed-box .box-body, +.box.collapsed-box .box-footer { + display: none; +} +.box .nav-stacked > li { + border-bottom: 1px solid #f4f4f4; + margin: 0; +} +.box .nav-stacked > li:last-of-type { + border-bottom: none; +} +.box.height-control .box-body { + max-height: 300px; + overflow: auto; +} +.box .border-right { + border-right: 1px solid #f4f4f4; +} +.box .border-left { + border-left: 1px solid #f4f4f4; +} +.box.box-solid { + border-top: 0; +} +.box.box-solid > .box-header .btn.btn-default { + background: transparent; +} +.box.box-solid > .box-header .btn:hover, +.box.box-solid > .box-header a:hover { + background: rgba(0, 0, 0, 0.1); +} +.box.box-solid.box-default { + border: 1px solid #d2d6de; +} +.box.box-solid.box-default > .box-header { + color: #444444; + background: #d2d6de; + background-color: #d2d6de; +} +.box.box-solid.box-default > .box-header a, +.box.box-solid.box-default > .box-header .btn { + color: #444444; +} +.box.box-solid.box-primary { + border: 1px solid #3c8dbc; +} +.box.box-solid.box-primary > .box-header { + color: #ffffff; + background: #3c8dbc; + background-color: #3c8dbc; +} +.box.box-solid.box-primary > .box-header a, +.box.box-solid.box-primary > .box-header .btn { + color: #ffffff; +} +.box.box-solid.box-info { + border: 1px solid #00c0ef; +} +.box.box-solid.box-info > .box-header { + color: #ffffff; + background: #00c0ef; + background-color: #00c0ef; +} +.box.box-solid.box-info > .box-header a, +.box.box-solid.box-info > .box-header .btn { + color: #ffffff; +} +.box.box-solid.box-danger { + border: 1px solid #dd4b39; +} +.box.box-solid.box-danger > .box-header { + color: #ffffff; + background: #dd4b39; + background-color: #dd4b39; +} +.box.box-solid.box-danger > .box-header a, +.box.box-solid.box-danger > .box-header .btn { + color: #ffffff; +} +.box.box-solid.box-warning { + border: 1px solid #f39c12; +} +.box.box-solid.box-warning > .box-header { + color: #ffffff; + background: #f39c12; + background-color: #f39c12; +} +.box.box-solid.box-warning > .box-header a, +.box.box-solid.box-warning > .box-header .btn { + color: #ffffff; +} +.box.box-solid.box-success { + border: 1px solid #00a65a; +} +.box.box-solid.box-success > .box-header { + color: #ffffff; + background: #00a65a; + background-color: #00a65a; +} +.box.box-solid.box-success > .box-header a, +.box.box-solid.box-success > .box-header .btn { + color: #ffffff; +} +.box.box-solid > .box-header > .box-tools .btn { + border: 0; + box-shadow: none; +} +.box.box-solid[class*='bg'] > .box-header { + color: #fff; +} +.box .box-group > .box { + margin-bottom: 5px; +} +.box .knob-label { + text-align: center; + color: #333; + font-weight: 100; + font-size: 12px; + margin-bottom: 0.3em; +} +.box > .overlay, +.overlay-wrapper > .overlay, +.box > .loading-img, +.overlay-wrapper > .loading-img { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.box .overlay, +.overlay-wrapper .overlay { + z-index: 50; + background: rgba(255, 255, 255, 0.7); + border-radius: 3px; +} +.box .overlay > .fa, +.overlay-wrapper .overlay > .fa { + position: absolute; + top: 50%; + left: 50%; + margin-left: -15px; + margin-top: -15px; + color: #000; + font-size: 30px; +} +.box .overlay.dark, +.overlay-wrapper .overlay.dark { + background: rgba(0, 0, 0, 0.5); +} +.box-header:before, +.box-body:before, +.box-footer:before, +.box-header:after, +.box-body:after, +.box-footer:after { + content: " "; + display: table; +} +.box-header:after, +.box-body:after, +.box-footer:after { + clear: both; +} +.box-header { + color: #444; + display: block; + padding: 10px; + position: relative; +} +.box-header.with-border { + border-bottom: 1px solid #f4f4f4; +} +.collapsed-box .box-header.with-border { + border-bottom: none; +} +.box-header > .fa, +.box-header > .glyphicon, +.box-header > .ion, +.box-header .box-title { + display: inline-block; + font-size: 18px; + margin: 0; + line-height: 1; +} +.box-header > .fa, +.box-header > .glyphicon, +.box-header > .ion { + margin-right: 5px; +} +.box-header > .box-tools { + position: absolute; + right: 10px; + top: 5px; +} +.box-header > .box-tools [data-toggle="tooltip"] { + position: relative; +} +.box-header > .box-tools.pull-right .dropdown-menu { + right: 0; + left: auto; +} +.box-header > .box-tools .dropdown-menu > li > a { + color: #444!important; +} +.btn-box-tool { + padding: 5px; + font-size: 12px; + background: transparent; + color: #97a0b3; +} +.open .btn-box-tool, +.btn-box-tool:hover { + color: #606c84; +} +.btn-box-tool.btn:active { + box-shadow: none; +} +.box-body { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; + padding: 10px; +} +.no-header .box-body { + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.box-body > .table { + margin-bottom: 0; +} +.box-body .fc { + margin-top: 5px; +} +.box-body .full-width-chart { + margin: -19px; +} +.box-body.no-padding .full-width-chart { + margin: -9px; +} +.box-body .box-pane { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 3px; +} +.box-body .box-pane-right { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 0; +} +.box-footer { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; + border-top: 1px solid #f4f4f4; + padding: 10px; + background-color: #ffffff; +} +.chart-legend { + margin: 10px 0; +} +@media (max-width: 991px) { + .chart-legend > li { + float: left; + margin-right: 10px; + } +} +.box-comments { + background: #f7f7f7; +} +.box-comments .box-comment { + padding: 8px 0; + border-bottom: 1px solid #eee; +} +.box-comments .box-comment:before, +.box-comments .box-comment:after { + content: " "; + display: table; +} +.box-comments .box-comment:after { + clear: both; +} +.box-comments .box-comment:last-of-type { + border-bottom: 0; +} +.box-comments .box-comment:first-of-type { + padding-top: 0; +} +.box-comments .box-comment img { + float: left; +} +.box-comments .comment-text { + margin-left: 40px; + color: #555; +} +.box-comments .username { + color: #444; + display: block; + font-weight: 600; +} +.box-comments .text-muted { + font-weight: 400; + font-size: 12px; +} +/* Widget: TODO LIST */ +.todo-list { + margin: 0; + padding: 0; + list-style: none; + overflow: auto; +} +.todo-list > li { + border-radius: 2px; + padding: 10px; + background: #f4f4f4; + margin-bottom: 2px; + border-left: 2px solid #e6e7e8; + color: #444; +} +.todo-list > li:last-of-type { + margin-bottom: 0; +} +.todo-list > li > input[type='checkbox'] { + margin: 0 10px 0 5px; +} +.todo-list > li .text { + display: inline-block; + margin-left: 5px; + font-weight: 600; +} +.todo-list > li .label { + margin-left: 10px; + font-size: 9px; +} +.todo-list > li .tools { + display: none; + float: right; + color: #dd4b39; +} +.todo-list > li .tools > .fa, +.todo-list > li .tools > .glyphicon, +.todo-list > li .tools > .ion { + margin-right: 5px; + cursor: pointer; +} +.todo-list > li:hover .tools { + display: inline-block; +} +.todo-list > li.done { + color: #999; +} +.todo-list > li.done .text { + text-decoration: line-through; + font-weight: 500; +} +.todo-list > li.done .label { + background: #d2d6de !important; +} +.todo-list .danger { + border-left-color: #dd4b39; +} +.todo-list .warning { + border-left-color: #f39c12; +} +.todo-list .info { + border-left-color: #00c0ef; +} +.todo-list .success { + border-left-color: #00a65a; +} +.todo-list .primary { + border-left-color: #3c8dbc; +} +.todo-list .handle { + display: inline-block; + cursor: move; + margin: 0 5px; +} +/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/ +.chat { + padding: 5px 20px 5px 10px; +} +.chat .item { + margin-bottom: 10px; +} +.chat .item:before, +.chat .item:after { + content: " "; + display: table; +} +.chat .item:after { + clear: both; +} +.chat .item > img { + width: 40px; + height: 40px; + border: 2px solid transparent; + border-radius: 50%; +} +.chat .item > .online { + border: 2px solid #00a65a; +} +.chat .item > .offline { + border: 2px solid #dd4b39; +} +.chat .item > .message { + margin-left: 55px; + margin-top: -40px; +} +.chat .item > .message > .name { + display: block; + font-weight: 600; +} +.chat .item > .attachment { + border-radius: 3px; + background: #f4f4f4; + margin-left: 65px; + margin-right: 15px; + padding: 10px; +} +.chat .item > .attachment > h4 { + margin: 0 0 5px 0; + font-weight: 600; + font-size: 14px; +} +.chat .item > .attachment > p, +.chat .item > .attachment > .filename { + font-weight: 600; + font-size: 13px; + font-style: italic; + margin: 0; +} +.chat .item > .attachment:before, +.chat .item > .attachment:after { + content: " "; + display: table; +} +.chat .item > .attachment:after { + clear: both; +} +.box-input { + max-width: 200px; +} +.modal .panel-body { + color: #444; +} +/* + * Component: Info Box + * ------------------- + */ +.info-box { + display: block; + min-height: 90px; + background: #fff; + width: 100%; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + border-radius: 2px; + margin-bottom: 15px; +} +.info-box small { + font-size: 14px; +} +.info-box .progress { + background: rgba(0, 0, 0, 0.2); + margin: 5px -10px 5px -10px; + height: 2px; +} +.info-box .progress, +.info-box .progress .progress-bar { + border-radius: 0; +} +.info-box .progress .progress-bar { + background: #fff; +} +.info-box-icon { + border-top-left-radius: 2px; + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-bottom-left-radius: 2px; + display: block; + float: left; + height: 90px; + width: 90px; + text-align: center; + font-size: 45px; + line-height: 90px; + background: rgba(0, 0, 0, 0.2); +} +.info-box-icon > img { + max-width: 100%; +} +.info-box-content { + padding: 5px 10px; + margin-left: 90px; +} +.info-box-number { + display: block; + font-weight: bold; + font-size: 18px; +} +.progress-description, +.info-box-text { + display: block; + font-size: 14px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.info-box-text { + text-transform: uppercase; +} +.info-box-more { + display: block; +} +.progress-description { + margin: 0; +} +/* + * Component: Timeline + * ------------------- + */ +.timeline { + position: relative; + margin: 0 0 30px 0; + padding: 0; + list-style: none; +} +.timeline:before { + content: ''; + position: absolute; + top: 0; + bottom: 0; + width: 4px; + background: #ddd; + left: 31px; + margin: 0; + border-radius: 2px; +} +.timeline > li { + position: relative; + margin-right: 10px; + margin-bottom: 15px; +} +.timeline > li:before, +.timeline > li:after { + content: " "; + display: table; +} +.timeline > li:after { + clear: both; +} +.timeline > li > .timeline-item { + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + border-radius: 3px; + margin-top: 0; + background: #fff; + color: #444; + margin-left: 60px; + margin-right: 15px; + padding: 0; + position: relative; +} +.timeline > li > .timeline-item > .time { + color: #999; + float: right; + padding: 10px; + font-size: 12px; +} +.timeline > li > .timeline-item > .timeline-header { + margin: 0; + color: #555; + border-bottom: 1px solid #f4f4f4; + padding: 10px; + font-size: 16px; + line-height: 1.1; +} +.timeline > li > .timeline-item > .timeline-header > a { + font-weight: 600; +} +.timeline > li > .timeline-item > .timeline-body, +.timeline > li > .timeline-item > .timeline-footer { + padding: 10px; +} +.timeline > li > .fa, +.timeline > li > .glyphicon, +.timeline > li > .ion { + width: 30px; + height: 30px; + font-size: 15px; + line-height: 30px; + position: absolute; + color: #666; + background: #d2d6de; + border-radius: 50%; + text-align: center; + left: 18px; + top: 0; +} +.timeline > .time-label > span { + font-weight: 600; + padding: 5px; + display: inline-block; + background-color: #fff; + border-radius: 4px; +} +.timeline-inverse > li > .timeline-item { + background: #f0f0f0; + border: 1px solid #ddd; + -webkit-box-shadow: none; + box-shadow: none; +} +.timeline-inverse > li > .timeline-item > .timeline-header { + border-bottom-color: #ddd; +} +/* + * Component: Button + * ----------------- + */ +.btn { + border-radius: 3px; + -webkit-box-shadow: none; + box-shadow: none; + border: 1px solid transparent; +} +.btn.uppercase { + text-transform: uppercase; +} +.btn.btn-flat { + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + border-width: 1px; +} +.btn:active { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.btn:focus { + outline: none; +} +.btn.btn-file { + position: relative; + overflow: hidden; +} +.btn.btn-file > input[type='file'] { + position: absolute; + top: 0; + right: 0; + min-width: 100%; + min-height: 100%; + font-size: 100px; + text-align: right; + opacity: 0; + filter: alpha(opacity=0); + outline: none; + background: white; + cursor: inherit; + display: block; +} +.btn-default { + background-color: #f4f4f4; + color: #444; + border-color: #ddd; +} +.btn-default:hover, +.btn-default:active, +.btn-default.hover { + background-color: #e7e7e7; +} +.btn-primary { + background-color: #3c8dbc; + border-color: #367fa9; +} +.btn-primary:hover, +.btn-primary:active, +.btn-primary.hover { + background-color: #367fa9; +} +.btn-success { + background-color: #00a65a; + border-color: #008d4c; +} +.btn-success:hover, +.btn-success:active, +.btn-success.hover { + background-color: #008d4c; +} +.btn-info { + background-color: #00c0ef; + border-color: #00acd6; +} +.btn-info:hover, +.btn-info:active, +.btn-info.hover { + background-color: #00acd6; +} +.btn-danger { + background-color: #dd4b39; + border-color: #d73925; +} +.btn-danger:hover, +.btn-danger:active, +.btn-danger.hover { + background-color: #d73925; +} +.btn-warning { + background-color: #f39c12; + border-color: #e08e0b; +} +.btn-warning:hover, +.btn-warning:active, +.btn-warning.hover { + background-color: #e08e0b; +} +.btn-outline { + border: 1px solid #fff; + background: transparent; + color: #fff; +} +.btn-outline:hover, +.btn-outline:focus, +.btn-outline:active { + color: rgba(255, 255, 255, 0.7); + border-color: rgba(255, 255, 255, 0.7); +} +.btn-link { + -webkit-box-shadow: none; + box-shadow: none; +} +.btn[class*='bg-']:hover { + -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); + box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); +} +.btn-app { + border-radius: 3px; + position: relative; + padding: 15px 5px; + margin: 0 0 10px 10px; + min-width: 80px; + height: 60px; + text-align: center; + color: #666; + border: 1px solid #ddd; + background-color: #f4f4f4; + font-size: 12px; +} +.btn-app > .fa, +.btn-app > .glyphicon, +.btn-app > .ion { + font-size: 20px; + display: block; +} +.btn-app:hover { + background: #f4f4f4; + color: #444; + border-color: #aaa; +} +.btn-app:active, +.btn-app:focus { + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +.btn-app > .badge { + position: absolute; + top: -3px; + right: -10px; + font-size: 10px; + font-weight: 400; +} +/* + * Component: Callout + * ------------------ + */ +.callout { + border-radius: 3px; + margin: 0 0 20px 0; + padding: 15px 30px 15px 15px; + border-left: 5px solid #eee; +} +.callout a { + color: #fff; + text-decoration: underline; +} +.callout a:hover { + color: #eee; +} +.callout h4 { + margin-top: 0; + font-weight: 600; +} +.callout p:last-child { + margin-bottom: 0; +} +.callout code, +.callout .highlight { + background-color: #fff; +} +.callout.callout-danger { + border-color: #c23321; +} +.callout.callout-warning { + border-color: #c87f0a; +} +.callout.callout-info { + border-color: #0097bc; +} +.callout.callout-success { + border-color: #00733e; +} +/* + * Component: alert + * ---------------- + */ +.alert { + border-radius: 3px; +} +.alert h4 { + font-weight: 600; +} +.alert .icon { + margin-right: 10px; +} +.alert .close { + color: #000; + opacity: 0.2; + filter: alpha(opacity=20); +} +.alert .close:hover { + opacity: 0.5; + filter: alpha(opacity=50); +} +.alert a { + color: #fff; + text-decoration: underline; +} +.alert-success { + border-color: #008d4c; +} +.alert-danger, +.alert-error { + border-color: #d73925; +} +.alert-warning { + border-color: #e08e0b; +} +.alert-info { + border-color: #00acd6; +} +/* + * Component: Nav + * -------------- + */ +.nav > li > a:hover, +.nav > li > a:active, +.nav > li > a:focus { + color: #444; + background: #f7f7f7; +} +/* NAV PILLS */ +.nav-pills > li > a { + border-radius: 0; + border-top: 3px solid transparent; + color: #444; +} +.nav-pills > li > a > .fa, +.nav-pills > li > a > .glyphicon, +.nav-pills > li > a > .ion { + margin-right: 5px; +} +.nav-pills > li.active > a, +.nav-pills > li.active > a:hover, +.nav-pills > li.active > a:focus { + border-top-color: #3c8dbc; +} +.nav-pills > li.active > a { + font-weight: 600; +} +/* NAV STACKED */ +.nav-stacked > li > a { + border-radius: 0; + border-top: 0; + border-left: 3px solid transparent; + color: #444; +} +.nav-stacked > li.active > a, +.nav-stacked > li.active > a:hover { + background: transparent; + color: #444; + border-top: 0; + border-left-color: #3c8dbc; +} +.nav-stacked > li.header { + border-bottom: 1px solid #ddd; + color: #777; + margin-bottom: 10px; + padding: 5px 10px; + text-transform: uppercase; +} +/* NAV TABS */ +.nav-tabs-custom { + margin-bottom: 20px; + background: #fff; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + border-radius: 3px; +} +.nav-tabs-custom > .nav-tabs { + margin: 0; + border-bottom-color: #f4f4f4; + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.nav-tabs-custom > .nav-tabs > li { + border-top: 3px solid transparent; + margin-bottom: -2px; + margin-right: 5px; +} +.nav-tabs-custom > .nav-tabs > li.disabled > a { + color: #777; +} +.nav-tabs-custom > .nav-tabs > li > a { + color: #444; + border-radius: 0; +} +.nav-tabs-custom > .nav-tabs > li > a.text-muted { + color: #999; +} +.nav-tabs-custom > .nav-tabs > li > a, +.nav-tabs-custom > .nav-tabs > li > a:hover { + background: transparent; + margin: 0; +} +.nav-tabs-custom > .nav-tabs > li > a:hover { + color: #999; +} +.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, +.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, +.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active { + border-color: transparent; +} +.nav-tabs-custom > .nav-tabs > li.active { + border-top-color: #3c8dbc; +} +.nav-tabs-custom > .nav-tabs > li.active > a, +.nav-tabs-custom > .nav-tabs > li.active:hover > a { + background-color: #fff; + color: #444; +} +.nav-tabs-custom > .nav-tabs > li.active > a { + border-top-color: transparent; + border-left-color: #f4f4f4; + border-right-color: #f4f4f4; +} +.nav-tabs-custom > .nav-tabs > li:first-of-type { + margin-left: 0; +} +.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a { + border-left-color: transparent; +} +.nav-tabs-custom > .nav-tabs.pull-right { + float: none !important; +} +.nav-tabs-custom > .nav-tabs.pull-right > li { + float: right; +} +.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type { + margin-right: 0; +} +.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a { + border-left-width: 1px; +} +.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a { + border-left-color: #f4f4f4; + border-right-color: transparent; +} +.nav-tabs-custom > .nav-tabs > li.header { + line-height: 35px; + padding: 0 10px; + font-size: 20px; + color: #444; +} +.nav-tabs-custom > .nav-tabs > li.header > .fa, +.nav-tabs-custom > .nav-tabs > li.header > .glyphicon, +.nav-tabs-custom > .nav-tabs > li.header > .ion { + margin-right: 5px; +} +.nav-tabs-custom > .tab-content { + background: #fff; + padding: 10px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.nav-tabs-custom .dropdown.open > a:active, +.nav-tabs-custom .dropdown.open > a:focus { + background: transparent; + color: #999; +} +.nav-tabs-custom.tab-primary > .nav-tabs > li.active { + border-top-color: #3c8dbc; +} +.nav-tabs-custom.tab-info > .nav-tabs > li.active { + border-top-color: #00c0ef; +} +.nav-tabs-custom.tab-danger > .nav-tabs > li.active { + border-top-color: #dd4b39; +} +.nav-tabs-custom.tab-warning > .nav-tabs > li.active { + border-top-color: #f39c12; +} +.nav-tabs-custom.tab-success > .nav-tabs > li.active { + border-top-color: #00a65a; +} +.nav-tabs-custom.tab-default > .nav-tabs > li.active { + border-top-color: #d2d6de; +} +/* PAGINATION */ +.pagination > li > a { + background: #fafafa; + color: #666; +} +.pagination.pagination-flat > li > a { + border-radius: 0 !important; +} +/* + * Component: Products List + * ------------------------ + */ +.products-list { + list-style: none; + margin: 0; + padding: 0; +} +.products-list > .item { + border-radius: 3px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + padding: 10px 0; + background: #fff; +} +.products-list > .item:before, +.products-list > .item:after { + content: " "; + display: table; +} +.products-list > .item:after { + clear: both; +} +.products-list .product-img { + float: left; +} +.products-list .product-img img { + width: 50px; + height: 50px; +} +.products-list .product-info { + margin-left: 60px; +} +.products-list .product-title { + font-weight: 600; +} +.products-list .product-description { + display: block; + color: #999; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.product-list-in-box > .item { + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 0; + border-bottom: 1px solid #f4f4f4; +} +.product-list-in-box > .item:last-of-type { + border-bottom-width: 0; +} +/* + * Component: Table + * ---------------- + */ +.table > thead > tr > th, +.table > tbody > tr > th, +.table > tfoot > tr > th, +.table > thead > tr > td, +.table > tbody > tr > td, +.table > tfoot > tr > td { + border-top: 1px solid #f4f4f4; +} +.table > thead > tr > th { + border-bottom: 2px solid #f4f4f4; +} +.table tr td .progress { + margin-top: 5px; +} +.table-bordered { + border: 1px solid #f4f4f4; +} +.table-bordered > thead > tr > th, +.table-bordered > tbody > tr > th, +.table-bordered > tfoot > tr > th, +.table-bordered > thead > tr > td, +.table-bordered > tbody > tr > td, +.table-bordered > tfoot > tr > td { + border: 1px solid #f4f4f4; +} +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} +.table.no-border, +.table.no-border td, +.table.no-border th { + border: 0; +} +/* .text-center in tables */ +table.text-center, +table.text-center td, +table.text-center th { + text-align: center; +} +.table.align th { + text-align: left; +} +.table.align td { + text-align: right; +} +/* + * Component: Label + * ---------------- + */ +.label-default { + background-color: #d2d6de; + color: #444; +} +/* + * Component: Direct Chat + * ---------------------- + */ +.direct-chat .box-body { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; + position: relative; + overflow-x: hidden; + padding: 0; +} +.direct-chat.chat-pane-open .direct-chat-contacts { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); +} +.direct-chat-messages { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); + padding: 10px; + height: 250px; + overflow: auto; +} +.direct-chat-msg, +.direct-chat-text { + display: block; +} +.direct-chat-msg { + margin-bottom: 10px; +} +.direct-chat-msg:before, +.direct-chat-msg:after { + content: " "; + display: table; +} +.direct-chat-msg:after { + clear: both; +} +.direct-chat-messages, +.direct-chat-contacts { + -webkit-transition: -webkit-transform 0.5s ease-in-out; + -moz-transition: -moz-transform 0.5s ease-in-out; + -o-transition: -o-transform 0.5s ease-in-out; + transition: transform 0.5s ease-in-out; +} +.direct-chat-text { + border-radius: 5px; + position: relative; + padding: 5px 10px; + background: #d2d6de; + border: 1px solid #d2d6de; + margin: 5px 0 0 50px; + color: #444444; +} +.direct-chat-text:after, +.direct-chat-text:before { + position: absolute; + right: 100%; + top: 15px; + border: solid transparent; + border-right-color: #d2d6de; + content: ' '; + height: 0; + width: 0; + pointer-events: none; +} +.direct-chat-text:after { + border-width: 5px; + margin-top: -5px; +} +.direct-chat-text:before { + border-width: 6px; + margin-top: -6px; +} +.right .direct-chat-text { + margin-right: 50px; + margin-left: 0; +} +.right .direct-chat-text:after, +.right .direct-chat-text:before { + right: auto; + left: 100%; + border-right-color: transparent; + border-left-color: #d2d6de; +} +.direct-chat-img { + border-radius: 50%; + float: left; + width: 40px; + height: 40px; +} +.right .direct-chat-img { + float: right; +} +.direct-chat-info { + display: block; + margin-bottom: 2px; + font-size: 12px; +} +.direct-chat-name { + font-weight: 600; +} +.direct-chat-timestamp { + color: #999; +} +.direct-chat-contacts-open .direct-chat-contacts { + -webkit-transform: translate(0, 0); + -ms-transform: translate(0, 0); + -o-transform: translate(0, 0); + transform: translate(0, 0); +} +.direct-chat-contacts { + -webkit-transform: translate(101%, 0); + -ms-transform: translate(101%, 0); + -o-transform: translate(101%, 0); + transform: translate(101%, 0); + position: absolute; + top: 0; + bottom: 0; + height: 250px; + width: 100%; + background: #222d32; + color: #fff; + overflow: auto; +} +.contacts-list > li { + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + padding: 10px; + margin: 0; +} +.contacts-list > li:before, +.contacts-list > li:after { + content: " "; + display: table; +} +.contacts-list > li:after { + clear: both; +} +.contacts-list > li:last-of-type { + border-bottom: none; +} +.contacts-list-img { + border-radius: 50%; + width: 40px; + float: left; +} +.contacts-list-info { + margin-left: 45px; + color: #fff; +} +.contacts-list-name, +.contacts-list-status { + display: block; +} +.contacts-list-name { + font-weight: 600; +} +.contacts-list-status { + font-size: 12px; +} +.contacts-list-date { + color: #aaa; + font-weight: normal; +} +.contacts-list-msg { + color: #999; +} +.direct-chat-danger .right > .direct-chat-text { + background: #dd4b39; + border-color: #dd4b39; + color: #ffffff; +} +.direct-chat-danger .right > .direct-chat-text:after, +.direct-chat-danger .right > .direct-chat-text:before { + border-left-color: #dd4b39; +} +.direct-chat-primary .right > .direct-chat-text { + background: #3c8dbc; + border-color: #3c8dbc; + color: #ffffff; +} +.direct-chat-primary .right > .direct-chat-text:after, +.direct-chat-primary .right > .direct-chat-text:before { + border-left-color: #3c8dbc; +} +.direct-chat-warning .right > .direct-chat-text { + background: #f39c12; + border-color: #f39c12; + color: #ffffff; +} +.direct-chat-warning .right > .direct-chat-text:after, +.direct-chat-warning .right > .direct-chat-text:before { + border-left-color: #f39c12; +} +.direct-chat-info .right > .direct-chat-text { + background: #00c0ef; + border-color: #00c0ef; + color: #ffffff; +} +.direct-chat-info .right > .direct-chat-text:after, +.direct-chat-info .right > .direct-chat-text:before { + border-left-color: #00c0ef; +} +.direct-chat-success .right > .direct-chat-text { + background: #00a65a; + border-color: #00a65a; + color: #ffffff; +} +.direct-chat-success .right > .direct-chat-text:after, +.direct-chat-success .right > .direct-chat-text:before { + border-left-color: #00a65a; +} +/* + * Component: Users List + * --------------------- + */ +.users-list > li { + width: 25%; + float: left; + padding: 10px; + text-align: center; +} +.users-list > li img { + border-radius: 50%; + max-width: 100%; + height: auto; +} +.users-list > li > a:hover, +.users-list > li > a:hover .users-list-name { + color: #999; +} +.users-list-name, +.users-list-date { + display: block; +} +.users-list-name { + font-weight: 600; + color: #444; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.users-list-date { + color: #999; + font-size: 12px; +} +/* + * Component: Carousel + * ------------------- + */ +.carousel-control.left, +.carousel-control.right { + background-image: none; +} +.carousel-control > .fa { + font-size: 40px; + position: absolute; + top: 50%; + z-index: 5; + display: inline-block; + margin-top: -20px; +} +/* + * Component: modal + * ---------------- + */ +.modal { + background: rgba(0, 0, 0, 0.3); +} +.modal-content { + border-radius: 0; + -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); + box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); + border: 0; +} +@media (min-width: 768px) { + .modal-content { + -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); + box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125); + } +} +.modal-header { + border-bottom-color: #f4f4f4; +} +.modal-footer { + border-top-color: #f4f4f4; +} +.modal-primary .modal-header, +.modal-primary .modal-footer { + border-color: #307095; +} +.modal-warning .modal-header, +.modal-warning .modal-footer { + border-color: #c87f0a; +} +.modal-info .modal-header, +.modal-info .modal-footer { + border-color: #0097bc; +} +.modal-success .modal-header, +.modal-success .modal-footer { + border-color: #00733e; +} +.modal-danger .modal-header, +.modal-danger .modal-footer { + border-color: #c23321; +} +/* + * Component: Social Widgets + * ------------------------- + */ +.box-widget { + border: none; + position: relative; +} +.widget-user .widget-user-header { + padding: 20px; + height: 120px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.widget-user .widget-user-username { + margin-top: 0; + margin-bottom: 5px; + font-size: 25px; + font-weight: 300; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); +} +.widget-user .widget-user-desc { + margin-top: 0; +} +.widget-user .widget-user-image { + position: absolute; + top: 65px; + left: 50%; + margin-left: -45px; +} +.widget-user .widget-user-image > img { + width: 90px; + height: auto; + border: 3px solid #fff; +} +.widget-user .box-footer { + padding-top: 30px; +} +.widget-user-2 .widget-user-header { + padding: 20px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.widget-user-2 .widget-user-username { + margin-top: 5px; + margin-bottom: 5px; + font-size: 25px; + font-weight: 300; +} +.widget-user-2 .widget-user-desc { + margin-top: 0; +} +.widget-user-2 .widget-user-username, +.widget-user-2 .widget-user-desc { + margin-left: 75px; +} +.widget-user-2 .widget-user-image > img { + width: 65px; + height: auto; + float: left; +} +.treeview-menu { + display: none; + list-style: none; + padding: 0; + margin: 0; + padding-left: 5px; +} +.treeview-menu .treeview-menu { + padding-left: 20px; +} +.treeview-menu > li { + margin: 0; +} +.treeview-menu > li > a { + padding: 5px 5px 5px 15px; + display: block; + font-size: 14px; +} +.treeview-menu > li > a > .fa, +.treeview-menu > li > a > .glyphicon, +.treeview-menu > li > a > .ion { + width: 20px; +} +.treeview-menu > li > a > .pull-right-container > .fa-angle-left, +.treeview-menu > li > a > .pull-right-container > .fa-angle-down, +.treeview-menu > li > a > .fa-angle-left, +.treeview-menu > li > a > .fa-angle-down { + width: auto; +} +/* + * Page: Mailbox + * ------------- + */ +.mailbox-messages > .table { + margin: 0; +} +.mailbox-controls { + padding: 5px; +} +.mailbox-controls.with-border { + border-bottom: 1px solid #f4f4f4; +} +.mailbox-read-info { + border-bottom: 1px solid #f4f4f4; + padding: 10px; +} +.mailbox-read-info h3 { + font-size: 20px; + margin: 0; +} +.mailbox-read-info h5 { + margin: 0; + padding: 5px 0 0 0; +} +.mailbox-read-time { + color: #999; + font-size: 13px; +} +.mailbox-read-message { + padding: 10px; +} +.mailbox-attachments li { + float: left; + width: 200px; + border: 1px solid #eee; + margin-bottom: 10px; + margin-right: 10px; +} +.mailbox-attachment-name { + font-weight: bold; + color: #666; +} +.mailbox-attachment-icon, +.mailbox-attachment-info, +.mailbox-attachment-size { + display: block; +} +.mailbox-attachment-info { + padding: 10px; + background: #f4f4f4; +} +.mailbox-attachment-size { + color: #999; + font-size: 12px; +} +.mailbox-attachment-icon { + text-align: center; + font-size: 65px; + color: #666; + padding: 20px 10px; +} +.mailbox-attachment-icon.has-img { + padding: 0; +} +.mailbox-attachment-icon.has-img > img { + max-width: 100%; + height: auto; +} +/* + * Page: Lock Screen + * ----------------- + */ +/* ADD THIS CLASS TO THE TAG */ +.lockscreen { + background: #d2d6de; +} +.lockscreen-logo { + font-size: 35px; + text-align: center; + margin-bottom: 25px; + font-weight: 300; +} +.lockscreen-logo a { + color: #444; +} +.lockscreen-wrapper { + max-width: 400px; + margin: 0 auto; + margin-top: 10%; +} +/* User name [optional] */ +.lockscreen .lockscreen-name { + text-align: center; + font-weight: 600; +} +/* Will contain the image and the sign in form */ +.lockscreen-item { + border-radius: 4px; + padding: 0; + background: #fff; + position: relative; + margin: 10px auto 30px auto; + width: 290px; +} +/* User image */ +.lockscreen-image { + border-radius: 50%; + position: absolute; + left: -10px; + top: -25px; + background: #fff; + padding: 5px; + z-index: 10; +} +.lockscreen-image > img { + border-radius: 50%; + width: 70px; + height: 70px; +} +/* Contains the password input and the login button */ +.lockscreen-credentials { + margin-left: 70px; +} +.lockscreen-credentials .form-control { + border: 0; +} +.lockscreen-credentials .btn { + background-color: #fff; + border: 0; + padding: 0 10px; +} +.lockscreen-footer { + margin-top: 10px; +} +/* + * Page: Login & Register + * ---------------------- + */ +.login-logo, +.register-logo { + font-size: 35px; + text-align: center; + margin-bottom: 25px; + font-weight: 300; +} +.login-logo a, +.register-logo a { + color: #444; +} +.login-page, +.register-page { + background: #d2d6de; +} +.login-box, +.register-box { + width: 360px; + margin: 7% auto; +} +@media (max-width: 768px) { + .login-box, + .register-box { + width: 90%; + margin-top: 20px; + } +} +.login-box-body, +.register-box-body { + background: #fff; + padding: 20px; + border-top: 0; + color: #666; +} +.login-box-body .form-control-feedback, +.register-box-body .form-control-feedback { + color: #777; +} +.login-box-msg, +.register-box-msg { + margin: 0; + text-align: center; + padding: 0 20px 20px 20px; +} +.social-auth-links { + margin: 10px 0; +} +/* + * Page: 400 and 500 error pages + * ------------------------------ + */ +.error-page { + width: 600px; + margin: 20px auto 0 auto; +} +@media (max-width: 991px) { + .error-page { + width: 100%; + } +} +.error-page > .headline { + float: left; + font-size: 100px; + font-weight: 300; +} +@media (max-width: 991px) { + .error-page > .headline { + float: none; + text-align: center; + } +} +.error-page > .error-content { + margin-left: 190px; + display: block; +} +@media (max-width: 991px) { + .error-page > .error-content { + margin-left: 0; + } +} +.error-page > .error-content > h3 { + font-weight: 300; + font-size: 25px; +} +@media (max-width: 991px) { + .error-page > .error-content > h3 { + text-align: center; + } +} +/* + * Page: Invoice + * ------------- + */ +.invoice { + position: relative; + background: #fff; + border: 1px solid #f4f4f4; + padding: 20px; + margin: 10px 25px; +} +.invoice-title { + margin-top: 0; +} +/* + * Page: Profile + * ------------- + */ +.profile-user-img { + margin: 0 auto; + width: 100px; + padding: 3px; + border: 3px solid #d2d6de; +} +.profile-username { + font-size: 21px; + margin-top: 5px; +} +.post { + border-bottom: 1px solid #d2d6de; + margin-bottom: 15px; + padding-bottom: 15px; + color: #666; +} +.post:last-of-type { + border-bottom: 0; + margin-bottom: 0; + padding-bottom: 0; +} +.post .user-block { + margin-bottom: 15px; +} +/* + * Social Buttons for Bootstrap + * + * Copyright 2013-2015 Panayiotis Lipiridis + * Licensed under the MIT License + * + * https://github.com/lipis/bootstrap-social + */ +.btn-social { + position: relative; + padding-left: 44px; + text-align: left; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.btn-social > :first-child { + position: absolute; + left: 0; + top: 0; + bottom: 0; + width: 32px; + line-height: 34px; + font-size: 1.6em; + text-align: center; + border-right: 1px solid rgba(0, 0, 0, 0.2); +} +.btn-social.btn-lg { + padding-left: 61px; +} +.btn-social.btn-lg > :first-child { + line-height: 45px; + width: 45px; + font-size: 1.8em; +} +.btn-social.btn-sm { + padding-left: 38px; +} +.btn-social.btn-sm > :first-child { + line-height: 28px; + width: 28px; + font-size: 1.4em; +} +.btn-social.btn-xs { + padding-left: 30px; +} +.btn-social.btn-xs > :first-child { + line-height: 20px; + width: 20px; + font-size: 1.2em; +} +.btn-social-icon { + position: relative; + padding-left: 44px; + text-align: left; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + height: 34px; + width: 34px; + padding: 0; +} +.btn-social-icon > :first-child { + position: absolute; + left: 0; + top: 0; + bottom: 0; + width: 32px; + line-height: 34px; + font-size: 1.6em; + text-align: center; + border-right: 1px solid rgba(0, 0, 0, 0.2); +} +.btn-social-icon.btn-lg { + padding-left: 61px; +} +.btn-social-icon.btn-lg > :first-child { + line-height: 45px; + width: 45px; + font-size: 1.8em; +} +.btn-social-icon.btn-sm { + padding-left: 38px; +} +.btn-social-icon.btn-sm > :first-child { + line-height: 28px; + width: 28px; + font-size: 1.4em; +} +.btn-social-icon.btn-xs { + padding-left: 30px; +} +.btn-social-icon.btn-xs > :first-child { + line-height: 20px; + width: 20px; + font-size: 1.2em; +} +.btn-social-icon > :first-child { + border: none; + text-align: center; + width: 100%; +} +.btn-social-icon.btn-lg { + height: 45px; + width: 45px; + padding-left: 0; + padding-right: 0; +} +.btn-social-icon.btn-sm { + height: 30px; + width: 30px; + padding-left: 0; + padding-right: 0; +} +.btn-social-icon.btn-xs { + height: 22px; + width: 22px; + padding-left: 0; + padding-right: 0; +} +.btn-adn { + color: #ffffff; + background-color: #d87a68; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-adn:focus, +.btn-adn.focus { + color: #ffffff; + background-color: #ce563f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-adn:hover { + color: #ffffff; + background-color: #ce563f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-adn:active, +.btn-adn.active, +.open > .dropdown-toggle.btn-adn { + color: #ffffff; + background-color: #ce563f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-adn:active, +.btn-adn.active, +.open > .dropdown-toggle.btn-adn { + background-image: none; +} +.btn-adn .badge { + color: #d87a68; + background-color: #ffffff; +} +.btn-bitbucket { + color: #ffffff; + background-color: #205081; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-bitbucket:focus, +.btn-bitbucket.focus { + color: #ffffff; + background-color: #163758; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-bitbucket:hover { + color: #ffffff; + background-color: #163758; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-bitbucket:active, +.btn-bitbucket.active, +.open > .dropdown-toggle.btn-bitbucket { + color: #ffffff; + background-color: #163758; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-bitbucket:active, +.btn-bitbucket.active, +.open > .dropdown-toggle.btn-bitbucket { + background-image: none; +} +.btn-bitbucket .badge { + color: #205081; + background-color: #ffffff; +} +.btn-dropbox { + color: #ffffff; + background-color: #1087dd; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-dropbox:focus, +.btn-dropbox.focus { + color: #ffffff; + background-color: #0d6aad; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-dropbox:hover { + color: #ffffff; + background-color: #0d6aad; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-dropbox:active, +.btn-dropbox.active, +.open > .dropdown-toggle.btn-dropbox { + color: #ffffff; + background-color: #0d6aad; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-dropbox:active, +.btn-dropbox.active, +.open > .dropdown-toggle.btn-dropbox { + background-image: none; +} +.btn-dropbox .badge { + color: #1087dd; + background-color: #ffffff; +} +.btn-facebook { + color: #ffffff; + background-color: #3b5998; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-facebook:focus, +.btn-facebook.focus { + color: #ffffff; + background-color: #2d4373; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-facebook:hover { + color: #ffffff; + background-color: #2d4373; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-facebook:active, +.btn-facebook.active, +.open > .dropdown-toggle.btn-facebook { + color: #ffffff; + background-color: #2d4373; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-facebook:active, +.btn-facebook.active, +.open > .dropdown-toggle.btn-facebook { + background-image: none; +} +.btn-facebook .badge { + color: #3b5998; + background-color: #ffffff; +} +.btn-flickr { + color: #ffffff; + background-color: #ff0084; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-flickr:focus, +.btn-flickr.focus { + color: #ffffff; + background-color: #cc006a; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-flickr:hover { + color: #ffffff; + background-color: #cc006a; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-flickr:active, +.btn-flickr.active, +.open > .dropdown-toggle.btn-flickr { + color: #ffffff; + background-color: #cc006a; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-flickr:active, +.btn-flickr.active, +.open > .dropdown-toggle.btn-flickr { + background-image: none; +} +.btn-flickr .badge { + color: #ff0084; + background-color: #ffffff; +} +.btn-foursquare { + color: #ffffff; + background-color: #f94877; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-foursquare:focus, +.btn-foursquare.focus { + color: #ffffff; + background-color: #f71752; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-foursquare:hover { + color: #ffffff; + background-color: #f71752; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-foursquare:active, +.btn-foursquare.active, +.open > .dropdown-toggle.btn-foursquare { + color: #ffffff; + background-color: #f71752; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-foursquare:active, +.btn-foursquare.active, +.open > .dropdown-toggle.btn-foursquare { + background-image: none; +} +.btn-foursquare .badge { + color: #f94877; + background-color: #ffffff; +} +.btn-github { + color: #ffffff; + background-color: #444444; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-github:focus, +.btn-github.focus { + color: #ffffff; + background-color: #2b2b2b; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-github:hover { + color: #ffffff; + background-color: #2b2b2b; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-github:active, +.btn-github.active, +.open > .dropdown-toggle.btn-github { + color: #ffffff; + background-color: #2b2b2b; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-github:active, +.btn-github.active, +.open > .dropdown-toggle.btn-github { + background-image: none; +} +.btn-github .badge { + color: #444444; + background-color: #ffffff; +} +.btn-google { + color: #ffffff; + background-color: #dd4b39; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-google:focus, +.btn-google.focus { + color: #ffffff; + background-color: #c23321; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-google:hover { + color: #ffffff; + background-color: #c23321; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-google:active, +.btn-google.active, +.open > .dropdown-toggle.btn-google { + color: #ffffff; + background-color: #c23321; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-google:active, +.btn-google.active, +.open > .dropdown-toggle.btn-google { + background-image: none; +} +.btn-google .badge { + color: #dd4b39; + background-color: #ffffff; +} +.btn-instagram { + color: #ffffff; + background-color: #3f729b; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-instagram:focus, +.btn-instagram.focus { + color: #ffffff; + background-color: #305777; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-instagram:hover { + color: #ffffff; + background-color: #305777; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-instagram:active, +.btn-instagram.active, +.open > .dropdown-toggle.btn-instagram { + color: #ffffff; + background-color: #305777; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-instagram:active, +.btn-instagram.active, +.open > .dropdown-toggle.btn-instagram { + background-image: none; +} +.btn-instagram .badge { + color: #3f729b; + background-color: #ffffff; +} +.btn-linkedin { + color: #ffffff; + background-color: #007bb6; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-linkedin:focus, +.btn-linkedin.focus { + color: #ffffff; + background-color: #005983; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-linkedin:hover { + color: #ffffff; + background-color: #005983; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-linkedin:active, +.btn-linkedin.active, +.open > .dropdown-toggle.btn-linkedin { + color: #ffffff; + background-color: #005983; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-linkedin:active, +.btn-linkedin.active, +.open > .dropdown-toggle.btn-linkedin { + background-image: none; +} +.btn-linkedin .badge { + color: #007bb6; + background-color: #ffffff; +} +.btn-microsoft { + color: #ffffff; + background-color: #2672ec; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-microsoft:focus, +.btn-microsoft.focus { + color: #ffffff; + background-color: #125acd; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-microsoft:hover { + color: #ffffff; + background-color: #125acd; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-microsoft:active, +.btn-microsoft.active, +.open > .dropdown-toggle.btn-microsoft { + color: #ffffff; + background-color: #125acd; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-microsoft:active, +.btn-microsoft.active, +.open > .dropdown-toggle.btn-microsoft { + background-image: none; +} +.btn-microsoft .badge { + color: #2672ec; + background-color: #ffffff; +} +.btn-openid { + color: #ffffff; + background-color: #f7931e; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-openid:focus, +.btn-openid.focus { + color: #ffffff; + background-color: #da7908; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-openid:hover { + color: #ffffff; + background-color: #da7908; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-openid:active, +.btn-openid.active, +.open > .dropdown-toggle.btn-openid { + color: #ffffff; + background-color: #da7908; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-openid:active, +.btn-openid.active, +.open > .dropdown-toggle.btn-openid { + background-image: none; +} +.btn-openid .badge { + color: #f7931e; + background-color: #ffffff; +} +.btn-pinterest { + color: #ffffff; + background-color: #cb2027; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-pinterest:focus, +.btn-pinterest.focus { + color: #ffffff; + background-color: #9f191f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-pinterest:hover { + color: #ffffff; + background-color: #9f191f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-pinterest:active, +.btn-pinterest.active, +.open > .dropdown-toggle.btn-pinterest { + color: #ffffff; + background-color: #9f191f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-pinterest:active, +.btn-pinterest.active, +.open > .dropdown-toggle.btn-pinterest { + background-image: none; +} +.btn-pinterest .badge { + color: #cb2027; + background-color: #ffffff; +} +.btn-reddit { + color: #000000; + background-color: #eff7ff; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-reddit:focus, +.btn-reddit.focus { + color: #000000; + background-color: #bcddff; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-reddit:hover { + color: #000000; + background-color: #bcddff; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-reddit:active, +.btn-reddit.active, +.open > .dropdown-toggle.btn-reddit { + color: #000000; + background-color: #bcddff; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-reddit:active, +.btn-reddit.active, +.open > .dropdown-toggle.btn-reddit { + background-image: none; +} +.btn-reddit .badge { + color: #eff7ff; + background-color: #000000; +} +.btn-soundcloud { + color: #ffffff; + background-color: #ff5500; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-soundcloud:focus, +.btn-soundcloud.focus { + color: #ffffff; + background-color: #cc4400; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-soundcloud:hover { + color: #ffffff; + background-color: #cc4400; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-soundcloud:active, +.btn-soundcloud.active, +.open > .dropdown-toggle.btn-soundcloud { + color: #ffffff; + background-color: #cc4400; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-soundcloud:active, +.btn-soundcloud.active, +.open > .dropdown-toggle.btn-soundcloud { + background-image: none; +} +.btn-soundcloud .badge { + color: #ff5500; + background-color: #ffffff; +} +.btn-tumblr { + color: #ffffff; + background-color: #2c4762; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-tumblr:focus, +.btn-tumblr.focus { + color: #ffffff; + background-color: #1c2d3f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-tumblr:hover { + color: #ffffff; + background-color: #1c2d3f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-tumblr:active, +.btn-tumblr.active, +.open > .dropdown-toggle.btn-tumblr { + color: #ffffff; + background-color: #1c2d3f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-tumblr:active, +.btn-tumblr.active, +.open > .dropdown-toggle.btn-tumblr { + background-image: none; +} +.btn-tumblr .badge { + color: #2c4762; + background-color: #ffffff; +} +.btn-twitter { + color: #ffffff; + background-color: #55acee; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-twitter:focus, +.btn-twitter.focus { + color: #ffffff; + background-color: #2795e9; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-twitter:hover { + color: #ffffff; + background-color: #2795e9; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-twitter:active, +.btn-twitter.active, +.open > .dropdown-toggle.btn-twitter { + color: #ffffff; + background-color: #2795e9; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-twitter:active, +.btn-twitter.active, +.open > .dropdown-toggle.btn-twitter { + background-image: none; +} +.btn-twitter .badge { + color: #55acee; + background-color: #ffffff; +} +.btn-vimeo { + color: #ffffff; + background-color: #1ab7ea; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-vimeo:focus, +.btn-vimeo.focus { + color: #ffffff; + background-color: #1295bf; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-vimeo:hover { + color: #ffffff; + background-color: #1295bf; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-vimeo:active, +.btn-vimeo.active, +.open > .dropdown-toggle.btn-vimeo { + color: #ffffff; + background-color: #1295bf; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-vimeo:active, +.btn-vimeo.active, +.open > .dropdown-toggle.btn-vimeo { + background-image: none; +} +.btn-vimeo .badge { + color: #1ab7ea; + background-color: #ffffff; +} +.btn-vk { + color: #ffffff; + background-color: #587ea3; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-vk:focus, +.btn-vk.focus { + color: #ffffff; + background-color: #466482; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-vk:hover { + color: #ffffff; + background-color: #466482; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-vk:active, +.btn-vk.active, +.open > .dropdown-toggle.btn-vk { + color: #ffffff; + background-color: #466482; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-vk:active, +.btn-vk.active, +.open > .dropdown-toggle.btn-vk { + background-image: none; +} +.btn-vk .badge { + color: #587ea3; + background-color: #ffffff; +} +.btn-yahoo { + color: #ffffff; + background-color: #720e9e; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-yahoo:focus, +.btn-yahoo.focus { + color: #ffffff; + background-color: #500a6f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-yahoo:hover { + color: #ffffff; + background-color: #500a6f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-yahoo:active, +.btn-yahoo.active, +.open > .dropdown-toggle.btn-yahoo { + color: #ffffff; + background-color: #500a6f; + border-color: rgba(0, 0, 0, 0.2); +} +.btn-yahoo:active, +.btn-yahoo.active, +.open > .dropdown-toggle.btn-yahoo { + background-image: none; +} +.btn-yahoo .badge { + color: #720e9e; + background-color: #ffffff; +} +/* + * Plugin: Full Calendar + * --------------------- + */ +.fc-button { + background: #f4f4f4; + background-image: none; + color: #444; + border-color: #ddd; + border-bottom-color: #ddd; +} +.fc-button:hover, +.fc-button:active, +.fc-button.hover { + background-color: #e9e9e9; +} +.fc-header-title h2 { + font-size: 15px; + line-height: 1.6em; + color: #666; + margin-left: 10px; +} +.fc-header-right { + padding-right: 10px; +} +.fc-header-left { + padding-left: 10px; +} +.fc-widget-header { + background: #fafafa; +} +.fc-grid { + width: 100%; + border: 0; +} +.fc-widget-header:first-of-type, +.fc-widget-content:first-of-type { + border-left: 0; + border-right: 0; +} +.fc-widget-header:last-of-type, +.fc-widget-content:last-of-type { + border-right: 0; +} +.fc-toolbar { + padding: 10px; + margin: 0; +} +.fc-day-number { + font-size: 20px; + font-weight: 300; + padding-right: 10px; +} +.fc-color-picker { + list-style: none; + margin: 0; + padding: 0; +} +.fc-color-picker > li { + float: left; + font-size: 30px; + margin-right: 5px; + line-height: 30px; +} +.fc-color-picker > li .fa { + -webkit-transition: -webkit-transform linear 0.3s; + -moz-transition: -moz-transform linear 0.3s; + -o-transition: -o-transform linear 0.3s; + transition: transform linear 0.3s; +} +.fc-color-picker > li .fa:hover { + -webkit-transform: rotate(30deg); + -ms-transform: rotate(30deg); + -o-transform: rotate(30deg); + transform: rotate(30deg); +} +#add-new-event { + -webkit-transition: all linear 0.3s; + -o-transition: all linear 0.3s; + transition: all linear 0.3s; +} +.external-event { + padding: 5px 10px; + font-weight: bold; + margin-bottom: 4px; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + border-radius: 3px; + cursor: move; +} +.external-event:hover { + box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2); +} +/* + * Plugin: Select2 + * --------------- + */ +.select2-container--default.select2-container--focus, +.select2-selection.select2-container--focus, +.select2-container--default:focus, +.select2-selection:focus, +.select2-container--default:active, +.select2-selection:active { + outline: none; +} +.select2-container--default .select2-selection--single, +.select2-selection .select2-selection--single { + border: 1px solid #d2d6de; + border-radius: 0; + padding: 6px 12px; + height: 34px; +} +.select2-container--default.select2-container--open { + border-color: #3c8dbc; +} +.select2-dropdown { + border: 1px solid #d2d6de; + border-radius: 0; +} +.select2-container--default .select2-results__option--highlighted[aria-selected] { + background-color: #3c8dbc; + color: white; +} +.select2-results__option { + padding: 6px 12px; + user-select: none; + -webkit-user-select: none; +} +.select2-container .select2-selection--single .select2-selection__rendered { + padding-left: 0; + padding-right: 0; + height: auto; + margin-top: -4px; +} +.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { + padding-right: 6px; + padding-left: 20px; +} +.select2-container--default .select2-selection--single .select2-selection__arrow { + height: 28px; + right: 3px; +} +.select2-container--default .select2-selection--single .select2-selection__arrow b { + margin-top: 0; +} +.select2-dropdown .select2-search__field, +.select2-search--inline .select2-search__field { + border: 1px solid #d2d6de; +} +.select2-dropdown .select2-search__field:focus, +.select2-search--inline .select2-search__field:focus { + outline: none; +} +.select2-container--default.select2-container--focus .select2-selection--multiple, +.select2-container--default .select2-search--dropdown .select2-search__field { + border-color: #3c8dbc !important; +} +.select2-container--default .select2-results__option[aria-disabled=true] { + color: #999; +} +.select2-container--default .select2-results__option[aria-selected=true] { + background-color: #ddd; +} +.select2-container--default .select2-results__option[aria-selected=true], +.select2-container--default .select2-results__option[aria-selected=true]:hover { + color: #444; +} +.select2-container--default .select2-selection--multiple { + border: 1px solid #d2d6de; + border-radius: 0; +} +.select2-container--default .select2-selection--multiple:focus { + border-color: #3c8dbc; +} +.select2-container--default.select2-container--focus .select2-selection--multiple { + border-color: #d2d6de; +} +.select2-container--default .select2-selection--multiple .select2-selection__choice { + background-color: #3c8dbc; + border-color: #367fa9; + padding: 1px 10px; + color: #fff; +} +.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { + margin-right: 5px; + color: rgba(255, 255, 255, 0.7); +} +.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { + color: #fff; +} +.select2-container .select2-selection--single .select2-selection__rendered { + padding-right: 10px; +} +.box .datepicker-inline, +.box .datepicker-inline .datepicker-days, +.box .datepicker-inline > table, +.box .datepicker-inline .datepicker-days > table { + width: 100%; +} +.box .datepicker-inline td:hover, +.box .datepicker-inline .datepicker-days td:hover, +.box .datepicker-inline > table td:hover, +.box .datepicker-inline .datepicker-days > table td:hover { + background-color: rgba(255, 255, 255, 0.3); +} +.box .datepicker-inline td.day.old, +.box .datepicker-inline .datepicker-days td.day.old, +.box .datepicker-inline > table td.day.old, +.box .datepicker-inline .datepicker-days > table td.day.old, +.box .datepicker-inline td.day.new, +.box .datepicker-inline .datepicker-days td.day.new, +.box .datepicker-inline > table td.day.new, +.box .datepicker-inline .datepicker-days > table td.day.new { + color: #777; +} +/* + * General: Miscellaneous + * ---------------------- + */ +.pad { + padding: 10px; +} +.margin { + margin: 10px; +} +.margin-bottom { + margin-bottom: 20px; +} +.margin-bottom-none { + margin-bottom: 0; +} +.margin-r-5 { + margin-right: 5px; +} +.inline { + display: inline; +} +.description-block { + display: block; + margin: 10px 0; + text-align: center; +} +.description-block.margin-bottom { + margin-bottom: 25px; +} +.description-block > .description-header { + margin: 0; + padding: 0; + font-weight: 600; + font-size: 16px; +} +.description-block > .description-text { + text-transform: uppercase; +} +.bg-red, +.bg-yellow, +.bg-aqua, +.bg-blue, +.bg-light-blue, +.bg-green, +.bg-navy, +.bg-teal, +.bg-olive, +.bg-lime, +.bg-orange, +.bg-fuchsia, +.bg-purple, +.bg-maroon, +.bg-black, +.bg-red-active, +.bg-yellow-active, +.bg-aqua-active, +.bg-blue-active, +.bg-light-blue-active, +.bg-green-active, +.bg-navy-active, +.bg-teal-active, +.bg-olive-active, +.bg-lime-active, +.bg-orange-active, +.bg-fuchsia-active, +.bg-purple-active, +.bg-maroon-active, +.bg-black-active, +.callout.callout-danger, +.callout.callout-warning, +.callout.callout-info, +.callout.callout-success, +.alert-success, +.alert-danger, +.alert-error, +.alert-warning, +.alert-info, +.label-danger, +.label-info, +.label-warning, +.label-primary, +.label-success, +.modal-primary .modal-body, +.modal-primary .modal-header, +.modal-primary .modal-footer, +.modal-warning .modal-body, +.modal-warning .modal-header, +.modal-warning .modal-footer, +.modal-info .modal-body, +.modal-info .modal-header, +.modal-info .modal-footer, +.modal-success .modal-body, +.modal-success .modal-header, +.modal-success .modal-footer, +.modal-danger .modal-body, +.modal-danger .modal-header, +.modal-danger .modal-footer { + color: #fff !important; +} +.bg-gray { + color: #000; + background-color: #d2d6de !important; +} +.bg-gray-light { + background-color: #f7f7f7; +} +.bg-black { + background-color: #111111 !important; +} +.bg-red, +.callout.callout-danger, +.alert-danger, +.alert-error, +.label-danger, +.modal-danger .modal-body { + background-color: #dd4b39 !important; +} +.bg-yellow, +.callout.callout-warning, +.alert-warning, +.label-warning, +.modal-warning .modal-body { + background-color: #f39c12 !important; +} +.bg-aqua, +.callout.callout-info, +.alert-info, +.label-info, +.modal-info .modal-body { + background-color: #00c0ef !important; +} +.bg-blue { + background-color: #0073b7 !important; +} +.bg-light-blue, +.label-primary, +.modal-primary .modal-body { + background-color: #3c8dbc !important; +} +.bg-green, +.callout.callout-success, +.alert-success, +.label-success, +.modal-success .modal-body { + background-color: #00a65a !important; +} +.bg-navy { + background-color: #001f3f !important; +} +.bg-teal { + background-color: #39cccc !important; +} +.bg-olive { + background-color: #3d9970 !important; +} +.bg-lime { + background-color: #01ff70 !important; +} +.bg-orange { + background-color: #ff851b !important; +} +.bg-fuchsia { + background-color: #f012be !important; +} +.bg-purple { + background-color: #605ca8 !important; +} +.bg-maroon { + background-color: #d81b60 !important; +} +.bg-gray-active { + color: #000; + background-color: #b5bbc8 !important; +} +.bg-black-active { + background-color: #000000 !important; +} +.bg-red-active, +.modal-danger .modal-header, +.modal-danger .modal-footer { + background-color: #d33724 !important; +} +.bg-yellow-active, +.modal-warning .modal-header, +.modal-warning .modal-footer { + background-color: #db8b0b !important; +} +.bg-aqua-active, +.modal-info .modal-header, +.modal-info .modal-footer { + background-color: #00a7d0 !important; +} +.bg-blue-active { + background-color: #005384 !important; +} +.bg-light-blue-active, +.modal-primary .modal-header, +.modal-primary .modal-footer { + background-color: #357ca5 !important; +} +.bg-green-active, +.modal-success .modal-header, +.modal-success .modal-footer { + background-color: #008d4c !important; +} +.bg-navy-active { + background-color: #001a35 !important; +} +.bg-teal-active { + background-color: #30bbbb !important; +} +.bg-olive-active { + background-color: #368763 !important; +} +.bg-lime-active { + background-color: #00e765 !important; +} +.bg-orange-active { + background-color: #ff7701 !important; +} +.bg-fuchsia-active { + background-color: #db0ead !important; +} +.bg-purple-active { + background-color: #555299 !important; +} +.bg-maroon-active { + background-color: #ca195a !important; +} +[class^="bg-"].disabled { + opacity: 0.65; + filter: alpha(opacity=65); +} +.text-red { + color: #dd4b39 !important; +} +.text-yellow { + color: #f39c12 !important; +} +.text-aqua { + color: #00c0ef !important; +} +.text-blue { + color: #0073b7 !important; +} +.text-black { + color: #111111 !important; +} +.text-light-blue { + color: #3c8dbc !important; +} +.text-green { + color: #00a65a !important; +} +.text-gray { + color: #d2d6de !important; +} +.text-navy { + color: #001f3f !important; +} +.text-teal { + color: #39cccc !important; +} +.text-olive { + color: #3d9970 !important; +} +.text-lime { + color: #01ff70 !important; +} +.text-orange { + color: #ff851b !important; +} +.text-fuchsia { + color: #f012be !important; +} +.text-purple { + color: #605ca8 !important; +} +.text-maroon { + color: #d81b60 !important; +} +.link-muted { + color: #7a869d; +} +.link-muted:hover, +.link-muted:focus { + color: #606c84; +} +.link-black { + color: #666; +} +.link-black:hover, +.link-black:focus { + color: #999; +} +.hide { + display: none !important; +} +.no-border { + border: 0 !important; +} +.no-padding { + padding: 0 !important; +} +.no-margin { + margin: 0 !important; +} +.no-shadow { + box-shadow: none !important; +} +.list-unstyled, +.chart-legend, +.contacts-list, +.users-list, +.mailbox-attachments { + list-style: none; + margin: 0; + padding: 0; +} +.list-group-unbordered > .list-group-item { + border-left: 0; + border-right: 0; + border-radius: 0; + padding-left: 0; + padding-right: 0; +} +.flat { + border-radius: 0 !important; +} +.text-bold, +.text-bold.table td, +.text-bold.table th { + font-weight: 700; +} +.text-sm { + font-size: 12px; +} +.jqstooltip { + padding: 5px !important; + width: auto !important; + height: auto !important; +} +.bg-teal-gradient { + background: #39cccc !important; + background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important; + background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important; + background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important; + background: -o-linear-gradient(#7adddd, #39cccc) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important; + color: #fff; +} +.bg-light-blue-gradient { + background: #3c8dbc !important; + background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important; + background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important; + background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important; + background: -o-linear-gradient(#67a8ce, #3c8dbc) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important; + color: #fff; +} +.bg-blue-gradient { + background: #0073b7 !important; + background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important; + background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important; + background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important; + background: -o-linear-gradient(#0089db, #0073b7) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important; + color: #fff; +} +.bg-aqua-gradient { + background: #00c0ef !important; + background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important; + background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important; + background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important; + background: -o-linear-gradient(#14d1ff, #00c0ef) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important; + color: #fff; +} +.bg-yellow-gradient { + background: #f39c12 !important; + background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important; + background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important; + background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important; + background: -o-linear-gradient(#f7bc60, #f39c12) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important; + color: #fff; +} +.bg-purple-gradient { + background: #605ca8 !important; + background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important; + background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important; + background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important; + background: -o-linear-gradient(#9491c4, #605ca8) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important; + color: #fff; +} +.bg-green-gradient { + background: #00a65a !important; + background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important; + background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important; + background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important; + background: -o-linear-gradient(#00ca6d, #00a65a) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important; + color: #fff; +} +.bg-red-gradient { + background: #dd4b39 !important; + background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important; + background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important; + background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important; + background: -o-linear-gradient(#e47365, #dd4b39) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important; + color: #fff; +} +.bg-black-gradient { + background: #111111 !important; + background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important; + background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important; + background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important; + background: -o-linear-gradient(#2b2b2b, #111111) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important; + color: #fff; +} +.bg-maroon-gradient { + background: #d81b60 !important; + background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important; + background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important; + background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important; + background: -o-linear-gradient(#e73f7c, #d81b60) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important; + color: #fff; +} +.description-block .description-icon { + font-size: 16px; +} +.no-pad-top { + padding-top: 0; +} +.position-static { + position: static !important; +} +.list-header { + font-size: 15px; + padding: 10px 4px; + font-weight: bold; + color: #666; +} +.list-seperator { + height: 1px; + background: #f4f4f4; + margin: 15px 0 9px 0; +} +.list-link > a { + padding: 4px; + color: #777; +} +.list-link > a:hover { + color: #222; +} +.font-light { + font-weight: 300; +} +.user-block:before, +.user-block:after { + content: " "; + display: table; +} +.user-block:after { + clear: both; +} +.user-block img { + width: 40px; + height: 40px; + float: left; +} +.user-block .username, +.user-block .description, +.user-block .comment { + display: block; + margin-left: 50px; +} +.user-block .username { + font-size: 16px; + font-weight: 600; +} +.user-block .description { + color: #999; + font-size: 13px; +} +.user-block.user-block-sm .username, +.user-block.user-block-sm .description, +.user-block.user-block-sm .comment { + margin-left: 40px; +} +.user-block.user-block-sm .username { + font-size: 14px; +} +.img-sm, +.img-md, +.img-lg, +.box-comments .box-comment img, +.user-block.user-block-sm img { + float: left; +} +.img-sm, +.box-comments .box-comment img, +.user-block.user-block-sm img { + width: 30px !important; + height: 30px !important; +} +.img-sm + .img-push { + margin-left: 40px; +} +.img-md { + width: 60px; + height: 60px; +} +.img-md + .img-push { + margin-left: 70px; +} +.img-lg { + width: 100px; + height: 100px; +} +.img-lg + .img-push { + margin-left: 110px; +} +.img-bordered { + border: 3px solid #d2d6de; + padding: 3px; +} +.img-bordered-sm { + border: 2px solid #d2d6de; + padding: 2px; +} +.attachment-block { + border: 1px solid #f4f4f4; + padding: 5px; + margin-bottom: 10px; + background: #f7f7f7; +} +.attachment-block .attachment-img { + max-width: 100px; + max-height: 100px; + height: auto; + float: left; +} +.attachment-block .attachment-pushed { + margin-left: 110px; +} +.attachment-block .attachment-heading { + margin: 0; +} +.attachment-block .attachment-text { + color: #555; +} +.connectedSortable { + min-height: 100px; +} +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} +.sort-highlight { + background: #f4f4f4; + border: 1px dashed #ddd; + margin-bottom: 10px; +} +.full-opacity-hover { + opacity: 0.65; + filter: alpha(opacity=65); +} +.full-opacity-hover:hover { + opacity: 1; + filter: alpha(opacity=100); +} +.chart { + position: relative; + overflow: hidden; + width: 100%; +} +.chart svg, +.chart canvas { + width: 100% !important; +} +/* + * Misc: print + * ----------- + */ +@media print { + .no-print, + .main-sidebar, + .left-side, + .main-header, + .content-header { + display: none !important; + } + .content-wrapper, + .right-side, + .main-footer { + margin-left: 0 !important; + min-height: 0 !important; + -webkit-transform: translate(0, 0) !important; + -ms-transform: translate(0, 0) !important; + -o-transform: translate(0, 0) !important; + transform: translate(0, 0) !important; + } + .fixed .content-wrapper, + .fixed .right-side { + padding-top: 0 !important; + } + .invoice { + width: 100%; + border: 0; + margin: 0; + padding: 0; + } + .invoice-col { + float: left; + width: 33.3333333%; + } + .table-responsive { + overflow: auto; + } + .table-responsive > .table tr th, + .table-responsive > .table tr td { + white-space: normal !important; + } +} + + +.content-tabs { + border-bottom: solid 2px #e7ebee; + background: #fff !important; + border-top: none; + height: 41px; +} +.content-tabs .page-tabs a.active { + background: whitesmoke; + color: #fff !important; + border-right: solid 1px #e7ebee; +} +.content-tabs .roll-left { + border-right: solid 1px #e7ebee; +} +.content-tabs .roll-right { + border-left: solid 1px #e7ebee; +} +#content-wrapper { + background-color: #f9f9f9; + border-left: 2px solid #e7ebee; +} +@media (min-width: 768px) { + .nav-small #nav-col { + width: 64px; + } + .nav-small #content-wrapper { + margin-left: 64px; + } + .content-tabs { + position: relative; + height: 41px; + line-height: 39.5px; + background: #fafafa; + border-bottom: solid 2px #2c3e50; + font-size: 12px; + /*border-top: 1px solid #ddd;*/ + + } + .content-tabs .roll-nav { + position: absolute; + width: 40px; + height: 39px; + text-align: center; + color: #475059; + z-index: 2; + top: 0; + } + .content-tabs .roll-left { + left: 0; + border-right: solid 1px #ddd; + } + .content-tabs .roll-right { + right: 0; + border-left: solid 1px #ddd; + } + .content-tabs button { + background: #fff; + border: 0; + height: 39px; + line-height: 39px; + width: 40px; + outline: 0; + } + .content-tabs button:hover { + background: #fafafa; + } + .content-tabs button i { + color: #999; + } + .content-tabs nav.page-tabs { + margin-left: 40px; + width: 100000px; + height: 40px; + overflow: hidden; + } + .content-tabs nav.page-tabs .page-tabs-content { + float: left; + } + .content-tabs .page-tabs a { + display: block; + float: left; + border-right: solid 0px #ddd; + padding: 0 15px; + padding-right: 8px; + text-decoration: none; + color: #475059; + } + .content-tabs .page-tabs a:first-child { + padding-right: 15px; + } + .content-tabs .page-tabs a i { + margin-top: -10px; + right: -3px; + position: relative; + color: #999; + } + .content-tabs .page-tabs a i:hover { + color: #c00 !important; + } + .content-tabs .page-tabs a.active { + background: #2c3e50; + color: #fff; + border-right: solid 1px #2c3e50; + + } + .content-tabs .page-tabs a.active i:hover { + color: #fff !important; + } + .content-tabs .roll-right.tabRight { + right: 120px; + } + .content-tabs .roll-right.btn-group { + right: 40px; + width: 80px; + padding: 0; + } + .content-tabs .roll-right.btn-group button { + width: 80px; + } + .content-tabs .roll-right.tabExit { + background: #fff; + height: 39px; + width: 40px; + outline: 0; + } + .page-tabs-list { + position: absolute; + width: 40px; + height: 39px; + text-align: center; + color: #475059; + z-index: 2; + top: 0; + } +} +@media (max-width: 768px) { + .content-tabs { + display: none; + } +} +.nav-link { + cursor: pointer; +} +.loading-message { + display: inline-block; + min-width: 125px; + padding: 10px; + margin: 0 auto; + color: #000 !important; + font-size: 13px; + font-weight: 400; + text-align: center; + vertical-align: middle; +} +.loading-message > span { + line-height: 20px; + vertical-align: middle; +} +.loading-message.loading-message-boxed { + border: 1px solid #ddd; + background-color: #eee; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; + -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); +} +.page-loading { + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; + position: fixed; + top: 50%; + left: 50%; + min-width: 125px; + margin-left: -60px; + margin-top: -30px; + padding: 7px; + text-align: center; + color: #333; + font-size: 13px; + border: 1px solid #ddd; + background-color: #eee; + vertical-align: middle; + -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); +} +.page-loading > span { + line-height: 20px; + vertical-align: middle; +} + diff --git a/src/main/webapp/plug-in/themes/adminlte/css/_all-skins.min.css b/src/main/webapp/plug-in/themes/adminlte/css/_all-skins.min.css new file mode 100644 index 00000000..c8e420e7 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/_all-skins.min.css @@ -0,0 +1 @@ +.skin-blue .main-header .navbar{background-color:#3c8dbc}.skin-blue .main-header .navbar .nav>li>a{color:#fff}.skin-blue .main-header .navbar .nav>li>a:hover,.skin-blue .main-header .navbar .nav>li>a:active,.skin-blue .main-header .navbar .nav>li>a:focus,.skin-blue .main-header .navbar .nav .open>a,.skin-blue .main-header .navbar .nav .open>a:hover,.skin-blue .main-header .navbar .nav .open>a:focus,.skin-blue .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9}@media (max-width:767px){.skin-blue .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue .main-header .navbar .dropdown-menu li a:hover{background:#367fa9}}.skin-blue .main-header .logo{background-color:#367fa9;color:#fff;border-bottom:0 solid transparent}.skin-blue .main-header .logo:hover{background-color:#357ca5}.skin-blue .main-header li.user-header{background-color:#3c8dbc}.skin-blue .content-header{background:transparent}.skin-blue .wrapper,.skin-blue .main-sidebar,.skin-blue .left-side{background-color:#222d32}.skin-blue .user-panel>.info,.skin-blue .user-panel>.info>a{color:#fff}.skin-blue .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-blue .sidebar-menu>li>a{border-left:3px solid transparent}.skin-blue .sidebar-menu>li:hover>a,.skin-blue .sidebar-menu>li.active>a,.skin-blue .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-blue .sidebar-menu>li.active>a{border-left-color:#3c8dbc}.skin-blue .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-blue .sidebar a{color:#b8c7ce}.skin-blue .sidebar a:hover{text-decoration:none}.skin-blue .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-blue .sidebar-menu .treeview-menu>li.active>a,.skin-blue .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-blue .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-blue .sidebar-form input[type="text"],.skin-blue .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-blue .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue .sidebar-form input[type="text"]:focus,.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-blue.layout-top-nav .main-header>.logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue.layout-top-nav .main-header>.logo:hover{background-color:#3b8ab8}.skin-blue-light .main-header .navbar{background-color:#3c8dbc}.skin-blue-light .main-header .navbar .nav>li>a{color:#fff}.skin-blue-light .main-header .navbar .nav>li>a:hover,.skin-blue-light .main-header .navbar .nav>li>a:active,.skin-blue-light .main-header .navbar .nav>li>a:focus,.skin-blue-light .main-header .navbar .nav .open>a,.skin-blue-light .main-header .navbar .nav .open>a:hover,.skin-blue-light .main-header .navbar .nav .open>a:focus,.skin-blue-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue-light .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9}@media (max-width:767px){.skin-blue-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue-light .main-header .navbar .dropdown-menu li a:hover{background:#367fa9}}.skin-blue-light .main-header .logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue-light .main-header .logo:hover{background-color:#3b8ab8}.skin-blue-light .main-header li.user-header{background-color:#3c8dbc}.skin-blue-light .content-header{background:transparent}.skin-blue-light .wrapper,.skin-blue-light .main-sidebar,.skin-blue-light .left-side{background-color:#f9fafc}.skin-blue-light .main-sidebar{border-right:1px solid #d2d6de}.skin-blue-light .user-panel>.info,.skin-blue-light .user-panel>.info>a{color:#444}.skin-blue-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-blue-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-blue-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-blue-light .sidebar-menu>li:hover>a,.skin-blue-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-blue-light .sidebar-menu>li.active{border-left-color:#3c8dbc}.skin-blue-light .sidebar-menu>li.active>a{font-weight:600}.skin-blue-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-blue-light .sidebar a{color:#444}.skin-blue-light .sidebar a:hover{text-decoration:none}.skin-blue-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-blue-light .sidebar-menu .treeview-menu>li.active>a,.skin-blue-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-blue-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-blue-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-blue-light .sidebar-form input[type="text"],.skin-blue-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-blue-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue-light .sidebar-form input[type="text"]:focus,.skin-blue-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-blue-light .main-footer{border-top-color:#d2d6de}.skin-blue.layout-top-nav .main-header>.logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue.layout-top-nav .main-header>.logo:hover{background-color:#3b8ab8}.skin-black .main-header{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.skin-black .main-header .navbar-toggle{color:#333}.skin-black .main-header .navbar-brand{color:#333;border-right:1px solid #eee}.skin-black .main-header .navbar{background-color:#fff}.skin-black .main-header .navbar .nav>li>a{color:#333}.skin-black .main-header .navbar .nav>li>a:hover,.skin-black .main-header .navbar .nav>li>a:active,.skin-black .main-header .navbar .nav>li>a:focus,.skin-black .main-header .navbar .nav .open>a,.skin-black .main-header .navbar .nav .open>a:hover,.skin-black .main-header .navbar .nav .open>a:focus,.skin-black .main-header .navbar .nav>.active>a{background:#fff;color:#999}.skin-black .main-header .navbar .sidebar-toggle{color:#333}.skin-black .main-header .navbar .sidebar-toggle:hover{color:#999;background:#fff}.skin-black .main-header .navbar>.sidebar-toggle{color:#333;border-right:1px solid #eee}.skin-black .main-header .navbar .navbar-nav>li>a{border-right:1px solid #eee}.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav>li>a,.skin-black .main-header .navbar .navbar-right>li>a{border-left:1px solid #eee;border-right-width:0}.skin-black .main-header>.logo{background-color:#fff;color:#333;border-bottom:0 solid transparent;border-right:1px solid #eee}.skin-black .main-header>.logo:hover{background-color:#fcfcfc}@media (max-width:767px){.skin-black .main-header>.logo{background-color:#222;color:#fff;border-bottom:0 solid transparent;border-right:none}.skin-black .main-header>.logo:hover{background-color:#1f1f1f}}.skin-black .main-header li.user-header{background-color:#222}.skin-black .content-header{background:transparent;box-shadow:none}.skin-black .wrapper,.skin-black .main-sidebar,.skin-black .left-side{background-color:#222d32}.skin-black .user-panel>.info,.skin-black .user-panel>.info>a{color:#fff}.skin-black .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-black .sidebar-menu>li>a{border-left:3px solid transparent}.skin-black .sidebar-menu>li:hover>a,.skin-black .sidebar-menu>li.active>a,.skin-black .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-black .sidebar-menu>li.active>a{border-left-color:#fff}.skin-black .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-black .sidebar a{color:#b8c7ce}.skin-black .sidebar a:hover{text-decoration:none}.skin-black .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-black .sidebar-menu .treeview-menu>li.active>a,.skin-black .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-black .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-black .sidebar-form input[type="text"],.skin-black .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-black .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-black .sidebar-form input[type="text"]:focus,.skin-black .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-black .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-black .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-black .pace .pace-progress{background:#222}.skin-black .pace .pace-activity{border-top-color:#222;border-left-color:#222}.skin-black-light .main-header{border-bottom:1px solid #d2d6de}.skin-black-light .main-header .navbar-toggle{color:#333}.skin-black-light .main-header .navbar-brand{color:#333;border-right:1px solid #d2d6de}.skin-black-light .main-header .navbar{background-color:#fff}.skin-black-light .main-header .navbar .nav>li>a{color:#333}.skin-black-light .main-header .navbar .nav>li>a:hover,.skin-black-light .main-header .navbar .nav>li>a:active,.skin-black-light .main-header .navbar .nav>li>a:focus,.skin-black-light .main-header .navbar .nav .open>a,.skin-black-light .main-header .navbar .nav .open>a:hover,.skin-black-light .main-header .navbar .nav .open>a:focus,.skin-black-light .main-header .navbar .nav>.active>a{background:#fff;color:#999}.skin-black-light .main-header .navbar .sidebar-toggle{color:#333}.skin-black-light .main-header .navbar .sidebar-toggle:hover{color:#999;background:#fff}.skin-black-light .main-header .navbar>.sidebar-toggle{color:#333;border-right:1px solid #d2d6de}.skin-black-light .main-header .navbar .navbar-nav>li>a{border-right:1px solid #d2d6de}.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav>li>a,.skin-black-light .main-header .navbar .navbar-right>li>a{border-left:1px solid #d2d6de;border-right-width:0}.skin-black-light .main-header>.logo{background-color:#fff;color:#333;border-bottom:0 solid transparent;border-right:1px solid #d2d6de}.skin-black-light .main-header>.logo:hover{background-color:#fcfcfc}@media (max-width:767px){.skin-black-light .main-header>.logo{background-color:#222;color:#fff;border-bottom:0 solid transparent;border-right:none}.skin-black-light .main-header>.logo:hover{background-color:#1f1f1f}}.skin-black-light .main-header li.user-header{background-color:#222}.skin-black-light .content-header{background:transparent;box-shadow:none}.skin-black-light .wrapper,.skin-black-light .main-sidebar,.skin-black-light .left-side{background-color:#f9fafc}.skin-black-light .main-sidebar{border-right:1px solid #d2d6de}.skin-black-light .user-panel>.info,.skin-black-light .user-panel>.info>a{color:#444}.skin-black-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-black-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-black-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-black-light .sidebar-menu>li:hover>a,.skin-black-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-black-light .sidebar-menu>li.active{border-left-color:#fff}.skin-black-light .sidebar-menu>li.active>a{font-weight:600}.skin-black-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-black-light .sidebar a{color:#444}.skin-black-light .sidebar a:hover{text-decoration:none}.skin-black-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-black-light .sidebar-menu .treeview-menu>li.active>a,.skin-black-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-black-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-black-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-black-light .sidebar-form input[type="text"],.skin-black-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-black-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-black-light .sidebar-form input[type="text"]:focus,.skin-black-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-black-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-black-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-green .main-header .navbar{background-color:#00a65a}.skin-green .main-header .navbar .nav>li>a{color:#fff}.skin-green .main-header .navbar .nav>li>a:hover,.skin-green .main-header .navbar .nav>li>a:active,.skin-green .main-header .navbar .nav>li>a:focus,.skin-green .main-header .navbar .nav .open>a,.skin-green .main-header .navbar .nav .open>a:hover,.skin-green .main-header .navbar .nav .open>a:focus,.skin-green .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-green .main-header .navbar .sidebar-toggle{color:#fff}.skin-green .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-green .main-header .navbar .sidebar-toggle{color:#fff}.skin-green .main-header .navbar .sidebar-toggle:hover{background-color:#008d4c}@media (max-width:767px){.skin-green .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-green .main-header .navbar .dropdown-menu li a{color:#fff}.skin-green .main-header .navbar .dropdown-menu li a:hover{background:#008d4c}}.skin-green .main-header .logo{background-color:#008d4c;color:#fff;border-bottom:0 solid transparent}.skin-green .main-header .logo:hover{background-color:#008749}.skin-green .main-header li.user-header{background-color:#00a65a}.skin-green .content-header{background:transparent}.skin-green .wrapper,.skin-green .main-sidebar,.skin-green .left-side{background-color:#222d32}.skin-green .user-panel>.info,.skin-green .user-panel>.info>a{color:#fff}.skin-green .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-green .sidebar-menu>li>a{border-left:3px solid transparent}.skin-green .sidebar-menu>li:hover>a,.skin-green .sidebar-menu>li.active>a,.skin-green .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-green .sidebar-menu>li.active>a{border-left-color:#00a65a}.skin-green .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-green .sidebar a{color:#b8c7ce}.skin-green .sidebar a:hover{text-decoration:none}.skin-green .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-green .sidebar-menu .treeview-menu>li.active>a,.skin-green .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-green .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-green .sidebar-form input[type="text"],.skin-green .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-green .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-green .sidebar-form input[type="text"]:focus,.skin-green .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-green .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-green .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-green-light .main-header .navbar{background-color:#00a65a}.skin-green-light .main-header .navbar .nav>li>a{color:#fff}.skin-green-light .main-header .navbar .nav>li>a:hover,.skin-green-light .main-header .navbar .nav>li>a:active,.skin-green-light .main-header .navbar .nav>li>a:focus,.skin-green-light .main-header .navbar .nav .open>a,.skin-green-light .main-header .navbar .nav .open>a:hover,.skin-green-light .main-header .navbar .nav .open>a:focus,.skin-green-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-green-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-green-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-green-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-green-light .main-header .navbar .sidebar-toggle:hover{background-color:#008d4c}@media (max-width:767px){.skin-green-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-green-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-green-light .main-header .navbar .dropdown-menu li a:hover{background:#008d4c}}.skin-green-light .main-header .logo{background-color:#00a65a;color:#fff;border-bottom:0 solid transparent}.skin-green-light .main-header .logo:hover{background-color:#00a157}.skin-green-light .main-header li.user-header{background-color:#00a65a}.skin-green-light .content-header{background:transparent}.skin-green-light .wrapper,.skin-green-light .main-sidebar,.skin-green-light .left-side{background-color:#f9fafc}.skin-green-light .main-sidebar{border-right:1px solid #d2d6de}.skin-green-light .user-panel>.info,.skin-green-light .user-panel>.info>a{color:#444}.skin-green-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-green-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-green-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-green-light .sidebar-menu>li:hover>a,.skin-green-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-green-light .sidebar-menu>li.active{border-left-color:#00a65a}.skin-green-light .sidebar-menu>li.active>a{font-weight:600}.skin-green-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-green-light .sidebar a{color:#444}.skin-green-light .sidebar a:hover{text-decoration:none}.skin-green-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-green-light .sidebar-menu .treeview-menu>li.active>a,.skin-green-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-green-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-green-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-green-light .sidebar-form input[type="text"],.skin-green-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-green-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-green-light .sidebar-form input[type="text"]:focus,.skin-green-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-green-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-green-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-red .main-header .navbar{background-color:#dd4b39}.skin-red .main-header .navbar .nav>li>a{color:#fff}.skin-red .main-header .navbar .nav>li>a:hover,.skin-red .main-header .navbar .nav>li>a:active,.skin-red .main-header .navbar .nav>li>a:focus,.skin-red .main-header .navbar .nav .open>a,.skin-red .main-header .navbar .nav .open>a:hover,.skin-red .main-header .navbar .nav .open>a:focus,.skin-red .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-red .main-header .navbar .sidebar-toggle{color:#fff}.skin-red .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-red .main-header .navbar .sidebar-toggle{color:#fff}.skin-red .main-header .navbar .sidebar-toggle:hover{background-color:#d73925}@media (max-width:767px){.skin-red .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-red .main-header .navbar .dropdown-menu li a{color:#fff}.skin-red .main-header .navbar .dropdown-menu li a:hover{background:#d73925}}.skin-red .main-header .logo{background-color:#d73925;color:#fff;border-bottom:0 solid transparent}.skin-red .main-header .logo:hover{background-color:#d33724}.skin-red .main-header li.user-header{background-color:#dd4b39}.skin-red .content-header{background:transparent}.skin-red .wrapper,.skin-red .main-sidebar,.skin-red .left-side{background-color:#222d32}.skin-red .user-panel>.info,.skin-red .user-panel>.info>a{color:#fff}.skin-red .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-red .sidebar-menu>li>a{border-left:3px solid transparent}.skin-red .sidebar-menu>li:hover>a,.skin-red .sidebar-menu>li.active>a,.skin-red .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-red .sidebar-menu>li.active>a{border-left-color:#dd4b39}.skin-red .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-red .sidebar a{color:#b8c7ce}.skin-red .sidebar a:hover{text-decoration:none}.skin-red .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-red .sidebar-menu .treeview-menu>li.active>a,.skin-red .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-red .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-red .sidebar-form input[type="text"],.skin-red .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-red .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-red .sidebar-form input[type="text"]:focus,.skin-red .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-red .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-red .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-red-light .main-header .navbar{background-color:#dd4b39}.skin-red-light .main-header .navbar .nav>li>a{color:#fff}.skin-red-light .main-header .navbar .nav>li>a:hover,.skin-red-light .main-header .navbar .nav>li>a:active,.skin-red-light .main-header .navbar .nav>li>a:focus,.skin-red-light .main-header .navbar .nav .open>a,.skin-red-light .main-header .navbar .nav .open>a:hover,.skin-red-light .main-header .navbar .nav .open>a:focus,.skin-red-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-red-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-red-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-red-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-red-light .main-header .navbar .sidebar-toggle:hover{background-color:#d73925}@media (max-width:767px){.skin-red-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-red-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-red-light .main-header .navbar .dropdown-menu li a:hover{background:#d73925}}.skin-red-light .main-header .logo{background-color:#dd4b39;color:#fff;border-bottom:0 solid transparent}.skin-red-light .main-header .logo:hover{background-color:#dc4735}.skin-red-light .main-header li.user-header{background-color:#dd4b39}.skin-red-light .content-header{background:transparent}.skin-red-light .wrapper,.skin-red-light .main-sidebar,.skin-red-light .left-side{background-color:#f9fafc}.skin-red-light .main-sidebar{border-right:1px solid #d2d6de}.skin-red-light .user-panel>.info,.skin-red-light .user-panel>.info>a{color:#444}.skin-red-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-red-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-red-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-red-light .sidebar-menu>li:hover>a,.skin-red-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-red-light .sidebar-menu>li.active{border-left-color:#dd4b39}.skin-red-light .sidebar-menu>li.active>a{font-weight:600}.skin-red-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-red-light .sidebar a{color:#444}.skin-red-light .sidebar a:hover{text-decoration:none}.skin-red-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-red-light .sidebar-menu .treeview-menu>li.active>a,.skin-red-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-red-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-red-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-red-light .sidebar-form input[type="text"],.skin-red-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-red-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-red-light .sidebar-form input[type="text"]:focus,.skin-red-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-red-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-red-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-yellow .main-header .navbar{background-color:#f39c12}.skin-yellow .main-header .navbar .nav>li>a{color:#fff}.skin-yellow .main-header .navbar .nav>li>a:hover,.skin-yellow .main-header .navbar .nav>li>a:active,.skin-yellow .main-header .navbar .nav>li>a:focus,.skin-yellow .main-header .navbar .nav .open>a,.skin-yellow .main-header .navbar .nav .open>a:hover,.skin-yellow .main-header .navbar .nav .open>a:focus,.skin-yellow .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-yellow .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-yellow .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow .main-header .navbar .sidebar-toggle:hover{background-color:#e08e0b}@media (max-width:767px){.skin-yellow .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-yellow .main-header .navbar .dropdown-menu li a{color:#fff}.skin-yellow .main-header .navbar .dropdown-menu li a:hover{background:#e08e0b}}.skin-yellow .main-header .logo{background-color:#e08e0b;color:#fff;border-bottom:0 solid transparent}.skin-yellow .main-header .logo:hover{background-color:#db8b0b}.skin-yellow .main-header li.user-header{background-color:#f39c12}.skin-yellow .content-header{background:transparent}.skin-yellow .wrapper,.skin-yellow .main-sidebar,.skin-yellow .left-side{background-color:#222d32}.skin-yellow .user-panel>.info,.skin-yellow .user-panel>.info>a{color:#fff}.skin-yellow .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-yellow .sidebar-menu>li>a{border-left:3px solid transparent}.skin-yellow .sidebar-menu>li:hover>a,.skin-yellow .sidebar-menu>li.active>a,.skin-yellow .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-yellow .sidebar-menu>li.active>a{border-left-color:#f39c12}.skin-yellow .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-yellow .sidebar a{color:#b8c7ce}.skin-yellow .sidebar a:hover{text-decoration:none}.skin-yellow .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-yellow .sidebar-menu .treeview-menu>li.active>a,.skin-yellow .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-yellow .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-yellow .sidebar-form input[type="text"],.skin-yellow .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-yellow .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-yellow .sidebar-form input[type="text"]:focus,.skin-yellow .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-yellow .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-yellow .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-yellow-light .main-header .navbar{background-color:#f39c12}.skin-yellow-light .main-header .navbar .nav>li>a{color:#fff}.skin-yellow-light .main-header .navbar .nav>li>a:hover,.skin-yellow-light .main-header .navbar .nav>li>a:active,.skin-yellow-light .main-header .navbar .nav>li>a:focus,.skin-yellow-light .main-header .navbar .nav .open>a,.skin-yellow-light .main-header .navbar .nav .open>a:hover,.skin-yellow-light .main-header .navbar .nav .open>a:focus,.skin-yellow-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-yellow-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-yellow-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow-light .main-header .navbar .sidebar-toggle:hover{background-color:#e08e0b}@media (max-width:767px){.skin-yellow-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-yellow-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-yellow-light .main-header .navbar .dropdown-menu li a:hover{background:#e08e0b}}.skin-yellow-light .main-header .logo{background-color:#f39c12;color:#fff;border-bottom:0 solid transparent}.skin-yellow-light .main-header .logo:hover{background-color:#f39a0d}.skin-yellow-light .main-header li.user-header{background-color:#f39c12}.skin-yellow-light .content-header{background:transparent}.skin-yellow-light .wrapper,.skin-yellow-light .main-sidebar,.skin-yellow-light .left-side{background-color:#f9fafc}.skin-yellow-light .main-sidebar{border-right:1px solid #d2d6de}.skin-yellow-light .user-panel>.info,.skin-yellow-light .user-panel>.info>a{color:#444}.skin-yellow-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-yellow-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-yellow-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-yellow-light .sidebar-menu>li:hover>a,.skin-yellow-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-yellow-light .sidebar-menu>li.active{border-left-color:#f39c12}.skin-yellow-light .sidebar-menu>li.active>a{font-weight:600}.skin-yellow-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-yellow-light .sidebar a{color:#444}.skin-yellow-light .sidebar a:hover{text-decoration:none}.skin-yellow-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-yellow-light .sidebar-menu .treeview-menu>li.active>a,.skin-yellow-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-yellow-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-yellow-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-yellow-light .sidebar-form input[type="text"],.skin-yellow-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-yellow-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-yellow-light .sidebar-form input[type="text"]:focus,.skin-yellow-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-yellow-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-yellow-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-purple .main-header .navbar{background-color:#605ca8}.skin-purple .main-header .navbar .nav>li>a{color:#fff}.skin-purple .main-header .navbar .nav>li>a:hover,.skin-purple .main-header .navbar .nav>li>a:active,.skin-purple .main-header .navbar .nav>li>a:focus,.skin-purple .main-header .navbar .nav .open>a,.skin-purple .main-header .navbar .nav .open>a:hover,.skin-purple .main-header .navbar .nav .open>a:focus,.skin-purple .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-purple .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-purple .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple .main-header .navbar .sidebar-toggle:hover{background-color:#555299}@media (max-width:767px){.skin-purple .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-purple .main-header .navbar .dropdown-menu li a{color:#fff}.skin-purple .main-header .navbar .dropdown-menu li a:hover{background:#555299}}.skin-purple .main-header .logo{background-color:#555299;color:#fff;border-bottom:0 solid transparent}.skin-purple .main-header .logo:hover{background-color:#545096}.skin-purple .main-header li.user-header{background-color:#605ca8}.skin-purple .content-header{background:transparent}.skin-purple .wrapper,.skin-purple .main-sidebar,.skin-purple .left-side{background-color:#222d32}.skin-purple .user-panel>.info,.skin-purple .user-panel>.info>a{color:#fff}.skin-purple .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-purple .sidebar-menu>li>a{border-left:3px solid transparent}.skin-purple .sidebar-menu>li:hover>a,.skin-purple .sidebar-menu>li.active>a,.skin-purple .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-purple .sidebar-menu>li.active>a{border-left-color:#605ca8}.skin-purple .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-purple .sidebar a{color:#b8c7ce}.skin-purple .sidebar a:hover{text-decoration:none}.skin-purple .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-purple .sidebar-menu .treeview-menu>li.active>a,.skin-purple .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-purple .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-purple .sidebar-form input[type="text"],.skin-purple .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-purple .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-purple .sidebar-form input[type="text"]:focus,.skin-purple .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-purple .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-purple .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-purple-light .main-header .navbar{background-color:#605ca8}.skin-purple-light .main-header .navbar .nav>li>a{color:#fff}.skin-purple-light .main-header .navbar .nav>li>a:hover,.skin-purple-light .main-header .navbar .nav>li>a:active,.skin-purple-light .main-header .navbar .nav>li>a:focus,.skin-purple-light .main-header .navbar .nav .open>a,.skin-purple-light .main-header .navbar .nav .open>a:hover,.skin-purple-light .main-header .navbar .nav .open>a:focus,.skin-purple-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-purple-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-purple-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple-light .main-header .navbar .sidebar-toggle:hover{background-color:#555299}@media (max-width:767px){.skin-purple-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-purple-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-purple-light .main-header .navbar .dropdown-menu li a:hover{background:#555299}}.skin-purple-light .main-header .logo{background-color:#605ca8;color:#fff;border-bottom:0 solid transparent}.skin-purple-light .main-header .logo:hover{background-color:#5d59a6}.skin-purple-light .main-header li.user-header{background-color:#605ca8}.skin-purple-light .content-header{background:transparent}.skin-purple-light .wrapper,.skin-purple-light .main-sidebar,.skin-purple-light .left-side{background-color:#f9fafc}.skin-purple-light .main-sidebar{border-right:1px solid #d2d6de}.skin-purple-light .user-panel>.info,.skin-purple-light .user-panel>.info>a{color:#444}.skin-purple-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-purple-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-purple-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-purple-light .sidebar-menu>li:hover>a,.skin-purple-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-purple-light .sidebar-menu>li.active{border-left-color:#605ca8}.skin-purple-light .sidebar-menu>li.active>a{font-weight:600}.skin-purple-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-purple-light .sidebar a{color:#444}.skin-purple-light .sidebar a:hover{text-decoration:none}.skin-purple-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-purple-light .sidebar-menu .treeview-menu>li.active>a,.skin-purple-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-purple-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-purple-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-purple-light .sidebar-form input[type="text"],.skin-purple-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-purple-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-purple-light .sidebar-form input[type="text"]:focus,.skin-purple-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-purple-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-purple-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}} \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/bootstrap.min.css b/src/main/webapp/plug-in/themes/adminlte/css/bootstrap.min.css new file mode 100644 index 00000000..ed3905e0 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/bootstrap.min.css @@ -0,0 +1,6 @@ +/*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/font-awesome.min.css b/src/main/webapp/plug-in/themes/adminlte/css/font-awesome.min.css new file mode 100644 index 00000000..540440ce --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/FontAwesome.otf b/src/main/webapp/plug-in/themes/adminlte/css/fonts/FontAwesome.otf new file mode 100644 index 00000000..401ec0f3 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/css/fonts/FontAwesome.otf differ diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.eot b/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.eot new file mode 100644 index 00000000..e9f60ca9 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.eot differ diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.svg b/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.svg new file mode 100644 index 00000000..855c845e --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.svg @@ -0,0 +1,2671 @@ + + + + +Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 + By ,,, +Copyright Dave Gandy 2016. All rights reserved. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.ttf b/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.ttf new file mode 100644 index 00000000..35acda2f Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.ttf differ diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.woff b/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.woff new file mode 100644 index 00000000..400014a4 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.woff differ diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.woff2 b/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.woff2 new file mode 100644 index 00000000..4d13fc60 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/css/fonts/fontawesome-webfont.woff2 differ diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.eot b/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.eot new file mode 100644 index 00000000..b93a4953 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.eot differ diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.svg b/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.svg new file mode 100644 index 00000000..94fb5490 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.ttf b/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.ttf new file mode 100644 index 00000000..1413fc60 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.ttf differ diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.woff b/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.woff new file mode 100644 index 00000000..9e612858 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.woff differ diff --git a/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.woff2 b/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.woff2 new file mode 100644 index 00000000..64539b54 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/css/fonts/glyphicons-halflings-regular.woff2 differ diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/AdminLTE.min.css b/src/main/webapp/plug-in/themes/adminlte/css/home/AdminLTE.min.css new file mode 100644 index 00000000..fd5158e9 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/AdminLTE.min.css @@ -0,0 +1,7 @@ +/*! + * AdminLTE v2.4.5 + * Author: Almsaeed Studio + * Website: Almsaeed Studio + * License: Open source - MIT + * Please visit http://opensource.org/licenses/MIT for more information + */html,body{height:100%}.layout-boxed html,.layout-boxed body{height:100%}body{font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:400;overflow-x:hidden;overflow-y:auto}.wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:auto}.wrapper:before,.wrapper:after{content:" ";display:table}.wrapper:after{clear:both}.layout-boxed .wrapper{max-width:1250px;margin:0 auto;min-height:100%;box-shadow:0 0 8px rgba(0,0,0,0.5);position:relative}.layout-boxed{background-color:#f9fafc}.content-wrapper,.main-footer{-webkit-transition:-webkit-transform .3s ease-in-out,margin .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out,margin .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out,margin .3s ease-in-out;transition:transform .3s ease-in-out,margin .3s ease-in-out;margin-left:230px;z-index:820}.layout-top-nav .content-wrapper,.layout-top-nav .main-footer{margin-left:0}@media (max-width:767px){.content-wrapper,.main-footer{margin-left:0}}@media (min-width:768px){.sidebar-collapse .content-wrapper,.sidebar-collapse .main-footer{margin-left:0}}@media (max-width:767px){.sidebar-open .content-wrapper,.sidebar-open .main-footer{-webkit-transform:translate(230px, 0);-ms-transform:translate(230px, 0);-o-transform:translate(230px, 0);transform:translate(230px, 0)}}.content-wrapper{min-height:100%;background-color:#ecf0f5;z-index:800}.main-footer{background:#fff;padding:15px;color:#444;border-top:1px solid #d2d6de}.fixed .main-header,.fixed .main-sidebar,.fixed .left-side{position:fixed}.fixed .main-header{top:0;right:0;left:0}.fixed .content-wrapper,.fixed .right-side{padding-top:50px}@media (max-width:767px){.fixed .content-wrapper,.fixed .right-side{padding-top:100px}}.fixed.layout-boxed .wrapper{max-width:100%}.fixed .wrapper{overflow:hidden}.hold-transition .content-wrapper,.hold-transition .right-side,.hold-transition .main-footer,.hold-transition .main-sidebar,.hold-transition .left-side,.hold-transition .main-header .navbar,.hold-transition .main-header .logo,.hold-transition .menu-open .fa-angle-left{-webkit-transition:none;-o-transition:none;transition:none}.content{min-height:250px;padding:15px;margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:'Source Sans Pro',sans-serif}a{color:#3c8dbc}a:hover,a:active,a:focus{outline:none;text-decoration:none;color:#72afd2}.page-header{margin:10px 0 20px 0;font-size:22px}.page-header>small{color:#666;display:block;margin-top:5px}.main-header{position:relative;max-height:100px;z-index:1030}.main-header .navbar{-webkit-transition:margin-left .3s ease-in-out;-o-transition:margin-left .3s ease-in-out;transition:margin-left .3s ease-in-out;margin-bottom:0;margin-left:230px;border:none;min-height:50px;border-radius:0}.layout-top-nav .main-header .navbar{margin-left:0}.main-header #navbar-search-input.form-control{background:rgba(255,255,255,0.2);border-color:transparent}.main-header #navbar-search-input.form-control:focus,.main-header #navbar-search-input.form-control:active{border-color:rgba(0,0,0,0.1);background:rgba(255,255,255,0.9)}.main-header #navbar-search-input.form-control::-moz-placeholder{color:#ccc;opacity:1}.main-header #navbar-search-input.form-control:-ms-input-placeholder{color:#ccc}.main-header #navbar-search-input.form-control::-webkit-input-placeholder{color:#ccc}.main-header .navbar-custom-menu,.main-header .navbar-right{float:right}@media (max-width:991px){.main-header .navbar-custom-menu a,.main-header .navbar-right a{color:inherit;background:transparent}}@media (max-width:767px){.main-header .navbar-right{float:none}.navbar-collapse .main-header .navbar-right{margin:7.5px -15px}.main-header .navbar-right>li{color:inherit;border:0}}.main-header .sidebar-toggle{float:left;background-color:transparent;background-image:none;padding:15px 15px;font-family:fontAwesome}.main-header .sidebar-toggle:before{content:"\f0c9"}.main-header .sidebar-toggle:hover{color:#fff}.main-header .sidebar-toggle:focus,.main-header .sidebar-toggle:active{background:transparent}.main-header .sidebar-toggle .icon-bar{display:none}.main-header .navbar .nav>li.user>a>.fa,.main-header .navbar .nav>li.user>a>.glyphicon,.main-header .navbar .nav>li.user>a>.ion{margin-right:5px}.main-header .navbar .nav>li>a>.label{position:absolute;top:9px;right:7px;text-align:center;font-size:9px;padding:2px 3px;line-height:.9}.main-header .logo{-webkit-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;transition:width .3s ease-in-out;display:block;float:left;height:50px;font-size:20px;line-height:50px;text-align:center;width:230px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:0 15px;font-weight:300;overflow:hidden}.main-header .logo .logo-lg{display:block}.main-header .logo .logo-mini{display:none}.main-header .navbar-brand{color:#fff}.content-header{position:relative;padding:15px 15px 0 15px}.content-header>h1{margin:0;font-size:24px}.content-header>h1>small{font-size:15px;display:inline-block;padding-left:4px;font-weight:300}.content-header>.breadcrumb{float:right;background:transparent;margin-top:0;margin-bottom:0;font-size:12px;padding:7px 5px;position:absolute;top:15px;right:10px;border-radius:2px}.content-header>.breadcrumb>li>a{color:#444;text-decoration:none;display:inline-block}.content-header>.breadcrumb>li>a>.fa,.content-header>.breadcrumb>li>a>.glyphicon,.content-header>.breadcrumb>li>a>.ion{margin-right:5px}.content-header>.breadcrumb>li+li:before{content:'>\00a0'}@media (max-width:991px){.content-header>.breadcrumb{position:relative;margin-top:5px;top:0;right:0;float:none;background:#d2d6de;padding-left:10px}.content-header>.breadcrumb li:before{color:#97a0b3}}.navbar-toggle{color:#fff;border:0;margin:0;padding:15px 15px}@media (max-width:991px){.navbar-custom-menu .navbar-nav>li{float:left}.navbar-custom-menu .navbar-nav{margin:0;float:left}.navbar-custom-menu .navbar-nav>li>a{padding-top:15px;padding-bottom:15px;line-height:20px}}@media (max-width:767px){.main-header{position:relative}.main-header .logo,.main-header .navbar{width:100%;float:none}.main-header .navbar{margin:0}.main-header .navbar-custom-menu{float:right}}@media (max-width:991px){.navbar-collapse.pull-left{float:none !important}.navbar-collapse.pull-left+.navbar-custom-menu{display:block;position:absolute;top:0;right:40px}}.main-sidebar{position:absolute;top:0;left:0;padding-top:50px;min-height:100%;width:230px;z-index:810;-webkit-transition:-webkit-transform .3s ease-in-out,width .3s ease-in-out;-moz-transition:-moz-transform .3s ease-in-out,width .3s ease-in-out;-o-transition:-o-transform .3s ease-in-out,width .3s ease-in-out;transition:transform .3s ease-in-out,width .3s ease-in-out}@media (max-width:767px){.main-sidebar{padding-top:100px}}@media (max-width:767px){.main-sidebar{-webkit-transform:translate(-230px, 0);-ms-transform:translate(-230px, 0);-o-transform:translate(-230px, 0);transform:translate(-230px, 0)}}@media (min-width:768px){.sidebar-collapse .main-sidebar{-webkit-transform:translate(-230px, 0);-ms-transform:translate(-230px, 0);-o-transform:translate(-230px, 0);transform:translate(-230px, 0)}}@media (max-width:767px){.sidebar-open .main-sidebar{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}}.sidebar{padding-bottom:10px}.sidebar-form input:focus{border-color:transparent}.user-panel{position:relative;width:100%;padding:10px;overflow:hidden}.user-panel:before,.user-panel:after{content:" ";display:table}.user-panel:after{clear:both}.user-panel>.image>img{width:100%;max-width:45px;height:auto}.user-panel>.info{padding:5px 5px 5px 15px;line-height:1;position:absolute;left:55px}.user-panel>.info>p{font-weight:600;margin-bottom:9px}.user-panel>.info>a{text-decoration:none;padding-right:5px;margin-top:3px;font-size:11px}.user-panel>.info>a>.fa,.user-panel>.info>a>.ion,.user-panel>.info>a>.glyphicon{margin-right:3px}.sidebar-menu{list-style:none;margin:0;padding:0}.sidebar-menu>li{position:relative;margin:0;padding:0}.sidebar-menu>li>a{padding:12px 5px 12px 15px;display:block}.sidebar-menu>li>a>.fa,.sidebar-menu>li>a>.glyphicon,.sidebar-menu>li>a>.ion{width:20px}.sidebar-menu>li .label,.sidebar-menu>li .badge{margin-right:5px}.sidebar-menu>li .badge{margin-top:3px}.sidebar-menu li.header{padding:10px 25px 10px 15px;font-size:12px}.sidebar-menu li>a>.fa-angle-left,.sidebar-menu li>a>.pull-right-container>.fa-angle-left{width:auto;height:auto;padding:0;margin-right:10px;-webkit-transition:transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease}.sidebar-menu li>a>.fa-angle-left{position:absolute;top:50%;right:10px;margin-top:-8px}.sidebar-menu .menu-open>a>.fa-angle-left,.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-left{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.sidebar-menu .active>.treeview-menu{display:block}@media (min-width:768px){.sidebar-mini.sidebar-collapse .content-wrapper,.sidebar-mini.sidebar-collapse .right-side,.sidebar-mini.sidebar-collapse .main-footer{margin-left:50px !important;z-index:840}.sidebar-mini.sidebar-collapse .main-sidebar{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);width:50px !important;z-index:850}.sidebar-mini.sidebar-collapse .sidebar-menu>li{position:relative}.sidebar-mini.sidebar-collapse .sidebar-menu>li>a{margin-right:0}.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span{border-top-right-radius:4px}.sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span{border-bottom-right-radius:4px}.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{padding-top:5px;padding-bottom:5px;border-bottom-right-radius:4px}.sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,.sidebar-mini.sidebar-collapse .sidebar-form,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,.sidebar-mini.sidebar-collapse .sidebar-menu li.header{display:none !important;-webkit-transform:translateZ(0)}.sidebar-mini.sidebar-collapse .main-header .logo{width:50px}.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini{display:block;margin-left:-15px;margin-right:-15px;font-size:18px}.sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg{display:none}.sidebar-mini.sidebar-collapse .main-header .navbar{margin-left:50px}}.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu{display:block !important;position:absolute;width:180px;left:50px}.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span{top:0;margin-left:-3px;padding:12px 5px 12px 20px;background-color:inherit}.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container{position:relative !important;float:right;width:auto !important;left:180px !important;top:-22px !important;z-index:900}.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type){display:none}.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu{top:44px;margin-left:0}.sidebar-expanded-on-hover .main-footer,.sidebar-expanded-on-hover .content-wrapper{margin-left:50px}.sidebar-expanded-on-hover .main-sidebar{box-shadow:3px 0 8px rgba(0,0,0,0.125)}.sidebar-menu,.main-sidebar .user-panel,.sidebar-menu>li.header{white-space:nowrap;overflow:hidden}.sidebar-menu:hover{overflow:visible}.sidebar-form,.sidebar-menu>li.header{overflow:hidden;text-overflow:clip}.sidebar-menu li>a{position:relative}.sidebar-menu li>a>.pull-right-container{position:absolute;right:10px;top:50%;margin-top:-7px}.control-sidebar-bg{position:fixed;z-index:1000;bottom:0}.control-sidebar-bg,.control-sidebar{top:0;right:-230px;width:230px;-webkit-transition:right .3s ease-in-out;-o-transition:right .3s ease-in-out;transition:right .3s ease-in-out}.control-sidebar{position:absolute;padding-top:50px;z-index:1010}@media (max-width:767px){.control-sidebar{padding-top:100px}}.control-sidebar>.tab-content{padding:10px 15px}.control-sidebar.control-sidebar-open,.control-sidebar.control-sidebar-open+.control-sidebar-bg{right:0}.control-sidebar-open .control-sidebar-bg,.control-sidebar-open .control-sidebar{right:0}@media (min-width:768px){.control-sidebar-open .content-wrapper,.control-sidebar-open .right-side,.control-sidebar-open .main-footer{margin-right:230px}}.fixed .control-sidebar{position:fixed;height:100%;overflow-y:auto;padding-bottom:50px}.nav-tabs.control-sidebar-tabs>li:first-of-type>a,.nav-tabs.control-sidebar-tabs>li:first-of-type>a:hover,.nav-tabs.control-sidebar-tabs>li:first-of-type>a:focus{border-left-width:0}.nav-tabs.control-sidebar-tabs>li>a{border-radius:0}.nav-tabs.control-sidebar-tabs>li>a,.nav-tabs.control-sidebar-tabs>li>a:hover{border-top:none;border-right:none;border-left:1px solid transparent;border-bottom:1px solid transparent}.nav-tabs.control-sidebar-tabs>li>a .icon{font-size:16px}.nav-tabs.control-sidebar-tabs>li.active>a,.nav-tabs.control-sidebar-tabs>li.active>a:hover,.nav-tabs.control-sidebar-tabs>li.active>a:focus,.nav-tabs.control-sidebar-tabs>li.active>a:active{border-top:none;border-right:none;border-bottom:none}@media (max-width:768px){.nav-tabs.control-sidebar-tabs{display:table}.nav-tabs.control-sidebar-tabs>li{display:table-cell}}.control-sidebar-heading{font-weight:400;font-size:16px;padding:10px 0;margin-bottom:10px}.control-sidebar-subheading{display:block;font-weight:400;font-size:14px}.control-sidebar-menu{list-style:none;padding:0;margin:0 -15px}.control-sidebar-menu>li>a{display:block;padding:10px 15px}.control-sidebar-menu>li>a:before,.control-sidebar-menu>li>a:after{content:" ";display:table}.control-sidebar-menu>li>a:after{clear:both}.control-sidebar-menu>li>a>.control-sidebar-subheading{margin-top:0}.control-sidebar-menu .menu-icon{float:left;width:35px;height:35px;border-radius:50%;text-align:center;line-height:35px}.control-sidebar-menu .menu-info{margin-left:45px;margin-top:3px}.control-sidebar-menu .menu-info>.control-sidebar-subheading{margin:0}.control-sidebar-menu .menu-info>p{margin:0;font-size:11px}.control-sidebar-menu .progress{margin:0}.control-sidebar-dark{color:#b8c7ce}.control-sidebar-dark,.control-sidebar-dark+.control-sidebar-bg{background:#222d32}.control-sidebar-dark .nav-tabs.control-sidebar-tabs{border-bottom:#1c2529}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a{background:#181f23;color:#b8c7ce}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus{border-left-color:#141a1d;border-bottom-color:#141a1d}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:focus,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:active{background:#1c2529}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li>a:hover{color:#fff}.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:focus,.control-sidebar-dark .nav-tabs.control-sidebar-tabs>li.active>a:active{background:#222d32;color:#fff}.control-sidebar-dark .control-sidebar-heading,.control-sidebar-dark .control-sidebar-subheading{color:#fff}.control-sidebar-dark .control-sidebar-menu>li>a:hover{background:#1e282c}.control-sidebar-dark .control-sidebar-menu>li>a .menu-info>p{color:#b8c7ce}.control-sidebar-light{color:#5e5e5e}.control-sidebar-light,.control-sidebar-light+.control-sidebar-bg{background:#f9fafc;border-left:1px solid #d2d6de}.control-sidebar-light .nav-tabs.control-sidebar-tabs{border-bottom:#d2d6de}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a{background:#e8ecf4;color:#444}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus{border-left-color:#d2d6de;border-bottom-color:#d2d6de}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:focus,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li>a:active{background:#eff1f7}.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:focus,.control-sidebar-light .nav-tabs.control-sidebar-tabs>li.active>a:active{background:#f9fafc;color:#111}.control-sidebar-light .control-sidebar-heading,.control-sidebar-light .control-sidebar-subheading{color:#111}.control-sidebar-light .control-sidebar-menu{margin-left:-14px}.control-sidebar-light .control-sidebar-menu>li>a:hover{background:#f4f4f5}.control-sidebar-light .control-sidebar-menu>li>a .menu-info>p{color:#5e5e5e}.dropdown-menu{box-shadow:none;border-color:#eee}.dropdown-menu>li>a{color:#777}.dropdown-menu>li>a>.glyphicon,.dropdown-menu>li>a>.fa,.dropdown-menu>li>a>.ion{margin-right:10px}.dropdown-menu>li>a:hover{background-color:#e1e3e9;color:#333}.dropdown-menu>.divider{background-color:#eee}.navbar-nav>.notifications-menu>.dropdown-menu,.navbar-nav>.messages-menu>.dropdown-menu,.navbar-nav>.tasks-menu>.dropdown-menu{width:280px;padding:0 0 0 0;margin:0;top:100%}.navbar-nav>.notifications-menu>.dropdown-menu>li,.navbar-nav>.messages-menu>.dropdown-menu>li,.navbar-nav>.tasks-menu>.dropdown-menu>li{position:relative}.navbar-nav>.notifications-menu>.dropdown-menu>li.header,.navbar-nav>.messages-menu>.dropdown-menu>li.header,.navbar-nav>.tasks-menu>.dropdown-menu>li.header{border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#ffffff;padding:7px 10px;border-bottom:1px solid #f4f4f4;color:#444444;font-size:14px}.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;font-size:12px;background-color:#fff;padding:7px 10px;border-bottom:1px solid #eeeeee;color:#444 !important;text-align:center}@media (max-width:991px){.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{background:#fff !important;color:#444 !important}}.navbar-nav>.notifications-menu>.dropdown-menu>li.footer>a:hover,.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover{text-decoration:none;font-weight:normal}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,.navbar-nav>.messages-menu>.dropdown-menu>li .menu,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu{max-height:200px;margin:0;padding:0;list-style:none;overflow-x:hidden}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{display:block;white-space:nowrap;border-bottom:1px solid #f4f4f4}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover{background:#f4f4f4;text-decoration:none}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a{color:#444444;overflow:hidden;text-overflow:ellipsis;padding:10px}.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.glyphicon,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.fa,.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>.ion{width:20px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a{margin:0;padding:10px 10px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>div>img{margin:auto 10px auto auto;width:40px;height:40px}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4{padding:0;margin:0 0 0 45px;color:#444444;font-size:15px;position:relative}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small{color:#999999;font-size:10px;position:absolute;top:0;right:0}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p{margin:0 0 0 45px;font-size:12px;color:#888888}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:before,.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after{content:" ";display:table}.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:after{clear:both}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{padding:10px}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>h3{font-size:14px;padding:0;margin:0 0 10px 0;color:#666666}.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a>.progress{padding:0;margin:0}.navbar-nav>.user-menu>.dropdown-menu{border-top-right-radius:0;border-top-left-radius:0;padding:1px 0 0 0;border-top-width:0;width:280px}.navbar-nav>.user-menu>.dropdown-menu,.navbar-nav>.user-menu>.dropdown-menu>.user-body{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.navbar-nav>.user-menu>.dropdown-menu>li.user-header{height:175px;padding:10px;text-align:center}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img{z-index:5;height:90px;width:90px;border:3px solid;border-color:transparent;border-color:rgba(255,255,255,0.2)}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p{z-index:5;color:#fff;color:rgba(255,255,255,0.8);font-size:17px;margin-top:10px}.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small{display:block;font-size:12px}.navbar-nav>.user-menu>.dropdown-menu>.user-body{padding:15px;border-bottom:1px solid #f4f4f4;border-top:1px solid #dddddd}.navbar-nav>.user-menu>.dropdown-menu>.user-body:before,.navbar-nav>.user-menu>.dropdown-menu>.user-body:after{content:" ";display:table}.navbar-nav>.user-menu>.dropdown-menu>.user-body:after{clear:both}.navbar-nav>.user-menu>.dropdown-menu>.user-body a{color:#444 !important}@media (max-width:991px){.navbar-nav>.user-menu>.dropdown-menu>.user-body a{background:#fff !important;color:#444 !important}}.navbar-nav>.user-menu>.dropdown-menu>.user-footer{background-color:#f9f9f9;padding:10px}.navbar-nav>.user-menu>.dropdown-menu>.user-footer:before,.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after{content:" ";display:table}.navbar-nav>.user-menu>.dropdown-menu>.user-footer:after{clear:both}.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default{color:#666666}@media (max-width:991px){.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover{background-color:#f9f9f9}}.navbar-nav>.user-menu .user-image{float:left;width:25px;height:25px;border-radius:50%;margin-right:10px;margin-top:-2px}@media (max-width:767px){.navbar-nav>.user-menu .user-image{float:none;margin-right:0;margin-top:-8px;line-height:10px}}.open:not(.dropup)>.animated-dropdown-menu{backface-visibility:visible !important;-webkit-animation:flipInX .7s both;-o-animation:flipInX .7s both;animation:flipInX .7s both}@keyframes flipInX{0%{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{transform:perspective(400px)}}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{-webkit-transform:perspective(400px)}}.navbar-custom-menu>.navbar-nav>li{position:relative}.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{position:absolute;right:0;left:auto}@media (max-width:991px){.navbar-custom-menu>.navbar-nav{float:right}.navbar-custom-menu>.navbar-nav>li{position:static}.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{position:absolute;right:5%;left:auto;border:1px solid #ddd;background:#fff}}.form-control{border-radius:0;box-shadow:none;border-color:#d2d6de}.form-control:focus{border-color:#3c8dbc;box-shadow:none}.form-control::-moz-placeholder,.form-control:-ms-input-placeholder,.form-control::-webkit-input-placeholder{color:#bbb;opacity:1}.form-control:not(select){-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group.has-success label{color:#00a65a}.form-group.has-success .form-control,.form-group.has-success .input-group-addon{border-color:#00a65a;box-shadow:none}.form-group.has-success .help-block{color:#00a65a}.form-group.has-warning label{color:#f39c12}.form-group.has-warning .form-control,.form-group.has-warning .input-group-addon{border-color:#f39c12;box-shadow:none}.form-group.has-warning .help-block{color:#f39c12}.form-group.has-error label{color:#dd4b39}.form-group.has-error .form-control,.form-group.has-error .input-group-addon{border-color:#dd4b39;box-shadow:none}.form-group.has-error .help-block{color:#dd4b39}.input-group .input-group-addon{border-radius:0;border-color:#d2d6de;background-color:#fff}.btn-group-vertical .btn.btn-flat:first-of-type,.btn-group-vertical .btn.btn-flat:last-of-type{border-radius:0}.icheck>label{padding-left:0}.form-control-feedback.fa{line-height:34px}.input-lg+.form-control-feedback.fa,.input-group-lg+.form-control-feedback.fa,.form-group-lg .form-control+.form-control-feedback.fa{line-height:46px}.input-sm+.form-control-feedback.fa,.input-group-sm+.form-control-feedback.fa,.form-group-sm .form-control+.form-control-feedback.fa{line-height:30px}.progress,.progress>.progress-bar{-webkit-box-shadow:none;box-shadow:none}.progress,.progress>.progress-bar,.progress .progress-bar,.progress>.progress-bar .progress-bar{border-radius:1px}.progress.sm,.progress-sm{height:10px}.progress.sm,.progress-sm,.progress.sm .progress-bar,.progress-sm .progress-bar{border-radius:1px}.progress.xs,.progress-xs{height:7px}.progress.xs,.progress-xs,.progress.xs .progress-bar,.progress-xs .progress-bar{border-radius:1px}.progress.xxs,.progress-xxs{height:3px}.progress.xxs,.progress-xxs,.progress.xxs .progress-bar,.progress-xxs .progress-bar{border-radius:1px}.progress.vertical{position:relative;width:30px;height:200px;display:inline-block;margin-right:10px}.progress.vertical>.progress-bar{width:100%;position:absolute;bottom:0}.progress.vertical.sm,.progress.vertical.progress-sm{width:20px}.progress.vertical.xs,.progress.vertical.progress-xs{width:10px}.progress.vertical.xxs,.progress.vertical.progress-xxs{width:3px}.progress-group .progress-text{font-weight:600}.progress-group .progress-number{float:right}.table tr>td .progress{margin:0}.progress-bar-light-blue,.progress-bar-primary{background-color:#3c8dbc}.progress-striped .progress-bar-light-blue,.progress-striped .progress-bar-primary{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-green,.progress-bar-success{background-color:#00a65a}.progress-striped .progress-bar-green,.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-aqua,.progress-bar-info{background-color:#00c0ef}.progress-striped .progress-bar-aqua,.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-yellow,.progress-bar-warning{background-color:#f39c12}.progress-striped .progress-bar-yellow,.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-red,.progress-bar-danger{background-color:#dd4b39}.progress-striped .progress-bar-red,.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.small-box{border-radius:2px;position:relative;display:block;margin-bottom:20px;box-shadow:0 1px 1px rgba(0,0,0,0.1)}.small-box>.inner{padding:10px}.small-box>.small-box-footer{position:relative;text-align:center;padding:3px 0;color:#fff;color:rgba(255,255,255,0.8);display:block;z-index:10;background:rgba(0,0,0,0.1);text-decoration:none}.small-box>.small-box-footer:hover{color:#fff;background:rgba(0,0,0,0.15)}.small-box h3{font-size:38px;font-weight:bold;margin:0 0 10px 0;white-space:nowrap;padding:0}.small-box p{font-size:15px}.small-box p>small{display:block;color:#f9f9f9;font-size:13px;margin-top:5px}.small-box h3,.small-box p{z-index:5}.small-box .icon{-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;position:absolute;top:-10px;right:10px;z-index:0;font-size:90px;color:rgba(0,0,0,0.15)}.small-box:hover{text-decoration:none;color:#f9f9f9}.small-box:hover .icon{font-size:95px}@media (max-width:767px){.small-box{text-align:center}.small-box .icon{display:none}.small-box p{font-size:12px}}.box{position:relative;border-radius:3px;background:#ffffff;border-top:3px solid #d2d6de;margin-bottom:20px;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1)}.box.box-primary{border-top-color:#3c8dbc}.box.box-info{border-top-color:#00c0ef}.box.box-danger{border-top-color:#dd4b39}.box.box-warning{border-top-color:#f39c12}.box.box-success{border-top-color:#00a65a}.box.box-default{border-top-color:#d2d6de}.box.collapsed-box .box-body,.box.collapsed-box .box-footer{display:none}.box .nav-stacked>li{border-bottom:1px solid #f4f4f4;margin:0}.box .nav-stacked>li:last-of-type{border-bottom:none}.box.height-control .box-body{max-height:300px;overflow:auto}.box .border-right{border-right:1px solid #f4f4f4}.box .border-left{border-left:1px solid #f4f4f4}.box.box-solid{border-top:0}.box.box-solid>.box-header .btn.btn-default{background:transparent}.box.box-solid>.box-header .btn:hover,.box.box-solid>.box-header a:hover{background:rgba(0,0,0,0.1)}.box.box-solid.box-default{border:1px solid #d2d6de}.box.box-solid.box-default>.box-header{color:#444;background:#d2d6de;background-color:#d2d6de}.box.box-solid.box-default>.box-header a,.box.box-solid.box-default>.box-header .btn{color:#444}.box.box-solid.box-primary{border:1px solid #3c8dbc}.box.box-solid.box-primary>.box-header{color:#fff;background:#3c8dbc;background-color:#3c8dbc}.box.box-solid.box-primary>.box-header a,.box.box-solid.box-primary>.box-header .btn{color:#fff}.box.box-solid.box-info{border:1px solid #00c0ef}.box.box-solid.box-info>.box-header{color:#fff;background:#00c0ef;background-color:#00c0ef}.box.box-solid.box-info>.box-header a,.box.box-solid.box-info>.box-header .btn{color:#fff}.box.box-solid.box-danger{border:1px solid #dd4b39}.box.box-solid.box-danger>.box-header{color:#fff;background:#dd4b39;background-color:#dd4b39}.box.box-solid.box-danger>.box-header a,.box.box-solid.box-danger>.box-header .btn{color:#fff}.box.box-solid.box-warning{border:1px solid #f39c12}.box.box-solid.box-warning>.box-header{color:#fff;background:#f39c12;background-color:#f39c12}.box.box-solid.box-warning>.box-header a,.box.box-solid.box-warning>.box-header .btn{color:#fff}.box.box-solid.box-success{border:1px solid #00a65a}.box.box-solid.box-success>.box-header{color:#fff;background:#00a65a;background-color:#00a65a}.box.box-solid.box-success>.box-header a,.box.box-solid.box-success>.box-header .btn{color:#fff}.box.box-solid>.box-header>.box-tools .btn{border:0;box-shadow:none}.box.box-solid[class*='bg']>.box-header{color:#fff}.box .box-group>.box{margin-bottom:5px}.box .knob-label{text-align:center;color:#333;font-weight:100;font-size:12px;margin-bottom:0.3em}.box>.overlay,.overlay-wrapper>.overlay,.box>.loading-img,.overlay-wrapper>.loading-img{position:absolute;top:0;left:0;width:100%;height:100%}.box .overlay,.overlay-wrapper .overlay{z-index:50;background:rgba(255,255,255,0.7);border-radius:3px}.box .overlay>.fa,.overlay-wrapper .overlay>.fa{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;color:#000;font-size:30px}.box .overlay.dark,.overlay-wrapper .overlay.dark{background:rgba(0,0,0,0.5)}.box-header:before,.box-body:before,.box-footer:before,.box-header:after,.box-body:after,.box-footer:after{content:" ";display:table}.box-header:after,.box-body:after,.box-footer:after{clear:both}.box-header{color:#444;display:block;padding:10px;position:relative}.box-header.with-border{border-bottom:1px solid #f4f4f4}.collapsed-box .box-header.with-border{border-bottom:none}.box-header>.fa,.box-header>.glyphicon,.box-header>.ion,.box-header .box-title{display:inline-block;font-size:18px;margin:0;line-height:1}.box-header>.fa,.box-header>.glyphicon,.box-header>.ion{margin-right:5px}.box-header>.box-tools{position:absolute;right:10px;top:5px}.box-header>.box-tools [data-toggle="tooltip"]{position:relative}.box-header>.box-tools.pull-right .dropdown-menu{right:0;left:auto}.box-header>.box-tools .dropdown-menu>li>a{color:#444!important}.btn-box-tool{padding:5px;font-size:12px;background:transparent;color:#97a0b3}.open .btn-box-tool,.btn-box-tool:hover{color:#606c84}.btn-box-tool.btn:active{box-shadow:none}.box-body{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:10px}.no-header .box-body{border-top-right-radius:3px;border-top-left-radius:3px}.box-body>.table{margin-bottom:0}.box-body .fc{margin-top:5px}.box-body .full-width-chart{margin:-19px}.box-body.no-padding .full-width-chart{margin:-9px}.box-body .box-pane{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:3px}.box-body .box-pane-right{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:0}.box-footer{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top:1px solid #f4f4f4;padding:10px;background-color:#fff}.chart-legend{margin:10px 0}@media (max-width:991px){.chart-legend>li{float:left;margin-right:10px}}.box-comments{background:#f7f7f7}.box-comments .box-comment{padding:8px 0;border-bottom:1px solid #eee}.box-comments .box-comment:before,.box-comments .box-comment:after{content:" ";display:table}.box-comments .box-comment:after{clear:both}.box-comments .box-comment:last-of-type{border-bottom:0}.box-comments .box-comment:first-of-type{padding-top:0}.box-comments .box-comment img{float:left}.box-comments .comment-text{margin-left:40px;color:#555}.box-comments .username{color:#444;display:block;font-weight:600}.box-comments .text-muted{font-weight:400;font-size:12px}.todo-list{margin:0;padding:0;list-style:none;overflow:auto}.todo-list>li{border-radius:2px;padding:10px;background:#f4f4f4;margin-bottom:2px;border-left:2px solid #e6e7e8;color:#444}.todo-list>li:last-of-type{margin-bottom:0}.todo-list>li>input[type='checkbox']{margin:0 10px 0 5px}.todo-list>li .text{display:inline-block;margin-left:5px;font-weight:600}.todo-list>li .label{margin-left:10px;font-size:9px}.todo-list>li .tools{display:none;float:right;color:#dd4b39}.todo-list>li .tools>.fa,.todo-list>li .tools>.glyphicon,.todo-list>li .tools>.ion{margin-right:5px;cursor:pointer}.todo-list>li:hover .tools{display:inline-block}.todo-list>li.done{color:#999}.todo-list>li.done .text{text-decoration:line-through;font-weight:500}.todo-list>li.done .label{background:#d2d6de !important}.todo-list .danger{border-left-color:#dd4b39}.todo-list .warning{border-left-color:#f39c12}.todo-list .info{border-left-color:#00c0ef}.todo-list .success{border-left-color:#00a65a}.todo-list .primary{border-left-color:#3c8dbc}.todo-list .handle{display:inline-block;cursor:move;margin:0 5px}.chat{padding:5px 20px 5px 10px}.chat .item{margin-bottom:10px}.chat .item:before,.chat .item:after{content:" ";display:table}.chat .item:after{clear:both}.chat .item>img{width:40px;height:40px;border:2px solid transparent;border-radius:50%}.chat .item>.online{border:2px solid #00a65a}.chat .item>.offline{border:2px solid #dd4b39}.chat .item>.message{margin-left:55px;margin-top:-40px}.chat .item>.message>.name{display:block;font-weight:600}.chat .item>.attachment{border-radius:3px;background:#f4f4f4;margin-left:65px;margin-right:15px;padding:10px}.chat .item>.attachment>h4{margin:0 0 5px 0;font-weight:600;font-size:14px}.chat .item>.attachment>p,.chat .item>.attachment>.filename{font-weight:600;font-size:13px;font-style:italic;margin:0}.chat .item>.attachment:before,.chat .item>.attachment:after{content:" ";display:table}.chat .item>.attachment:after{clear:both}.box-input{max-width:200px}.modal .panel-body{color:#444}.info-box{display:block;min-height:90px;background:#fff;width:100%;box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:2px;margin-bottom:15px}.info-box small{font-size:14px}.info-box .progress{background:rgba(0,0,0,0.2);margin:5px -10px 5px -10px;height:2px}.info-box .progress,.info-box .progress .progress-bar{border-radius:0}.info-box .progress .progress-bar{background:#fff}.info-box-icon{border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px;display:block;float:left;height:90px;width:90px;text-align:center;font-size:45px;line-height:90px;background:rgba(0,0,0,0.2)}.info-box-icon>img{max-width:100%}.info-box-content{padding:5px 10px;margin-left:90px}.info-box-number{display:block;font-weight:bold;font-size:18px}.progress-description,.info-box-text{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.info-box-text{text-transform:uppercase}.info-box-more{display:block}.progress-description{margin:0}.timeline{position:relative;margin:0 0 30px 0;padding:0;list-style:none}.timeline:before{content:'';position:absolute;top:0;bottom:0;width:4px;background:#ddd;left:31px;margin:0;border-radius:2px}.timeline>li{position:relative;margin-right:10px;margin-bottom:15px}.timeline>li:before,.timeline>li:after{content:" ";display:table}.timeline>li:after{clear:both}.timeline>li>.timeline-item{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px;margin-top:0;background:#fff;color:#444;margin-left:60px;margin-right:15px;padding:0;position:relative}.timeline>li>.timeline-item>.time{color:#999;float:right;padding:10px;font-size:12px}.timeline>li>.timeline-item>.timeline-header{margin:0;color:#555;border-bottom:1px solid #f4f4f4;padding:10px;font-size:16px;line-height:1.1}.timeline>li>.timeline-item>.timeline-header>a{font-weight:600}.timeline>li>.timeline-item>.timeline-body,.timeline>li>.timeline-item>.timeline-footer{padding:10px}.timeline>li>.fa,.timeline>li>.glyphicon,.timeline>li>.ion{width:30px;height:30px;font-size:15px;line-height:30px;position:absolute;color:#666;background:#d2d6de;border-radius:50%;text-align:center;left:18px;top:0}.timeline>.time-label>span{font-weight:600;padding:5px;display:inline-block;background-color:#fff;border-radius:4px}.timeline-inverse>li>.timeline-item{background:#f0f0f0;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none}.timeline-inverse>li>.timeline-item>.timeline-header{border-bottom-color:#ddd}.btn{border-radius:3px;-webkit-box-shadow:none;box-shadow:none;border:1px solid transparent}.btn.uppercase{text-transform:uppercase}.btn.btn-flat{border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-width:1px}.btn:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:focus{outline:none}.btn.btn-file{position:relative;overflow:hidden}.btn.btn-file>input[type='file']{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;opacity:0;filter:alpha(opacity=0);outline:none;background:white;cursor:inherit;display:block}.btn-default{background-color:#f4f4f4;color:#444;border-color:#ddd}.btn-default:hover,.btn-default:active,.btn-default.hover{background-color:#e7e7e7}.btn-primary{background-color:#3c8dbc;border-color:#367fa9}.btn-primary:hover,.btn-primary:active,.btn-primary.hover{background-color:#367fa9}.btn-success{background-color:#00a65a;border-color:#008d4c}.btn-success:hover,.btn-success:active,.btn-success.hover{background-color:#008d4c}.btn-info{background-color:#00c0ef;border-color:#00acd6}.btn-info:hover,.btn-info:active,.btn-info.hover{background-color:#00acd6}.btn-danger{background-color:#dd4b39;border-color:#d73925}.btn-danger:hover,.btn-danger:active,.btn-danger.hover{background-color:#d73925}.btn-warning{background-color:#f39c12;border-color:#e08e0b}.btn-warning:hover,.btn-warning:active,.btn-warning.hover{background-color:#e08e0b}.btn-outline{border:1px solid #fff;background:transparent;color:#fff}.btn-outline:hover,.btn-outline:focus,.btn-outline:active{color:rgba(255,255,255,0.7);border-color:rgba(255,255,255,0.7)}.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn[class*='bg-']:hover{-webkit-box-shadow:inset 0 0 100px rgba(0,0,0,0.2);box-shadow:inset 0 0 100px rgba(0,0,0,0.2)}.btn-app{border-radius:3px;position:relative;padding:15px 5px;margin:0 0 10px 10px;min-width:80px;height:60px;text-align:center;color:#666;border:1px solid #ddd;background-color:#f4f4f4;font-size:12px}.btn-app>.fa,.btn-app>.glyphicon,.btn-app>.ion{font-size:20px;display:block}.btn-app:hover{background:#f4f4f4;color:#444;border-color:#aaa}.btn-app:active,.btn-app:focus{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-app>.badge{position:absolute;top:-3px;right:-10px;font-size:10px;font-weight:400}.callout{border-radius:3px;margin:0 0 20px 0;padding:15px 30px 15px 15px;border-left:5px solid #eee}.callout a{color:#fff;text-decoration:underline}.callout a:hover{color:#eee}.callout h4{margin-top:0;font-weight:600}.callout p:last-child{margin-bottom:0}.callout code,.callout .highlight{background-color:#fff}.callout.callout-danger{border-color:#c23321}.callout.callout-warning{border-color:#c87f0a}.callout.callout-info{border-color:#0097bc}.callout.callout-success{border-color:#00733e}.alert{border-radius:3px}.alert h4{font-weight:600}.alert .icon{margin-right:10px}.alert .close{color:#000;opacity:.2;filter:alpha(opacity=20)}.alert .close:hover{opacity:.5;filter:alpha(opacity=50)}.alert a{color:#fff;text-decoration:underline}.alert-success{border-color:#008d4c}.alert-danger,.alert-error{border-color:#d73925}.alert-warning{border-color:#e08e0b}.alert-info{border-color:#00acd6}.nav>li>a:hover,.nav>li>a:active,.nav>li>a:focus{color:#444;background:#f7f7f7}.nav-pills>li>a{border-radius:0;border-top:3px solid transparent;color:#444}.nav-pills>li>a>.fa,.nav-pills>li>a>.glyphicon,.nav-pills>li>a>.ion{margin-right:5px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{border-top-color:#3c8dbc}.nav-pills>li.active>a{font-weight:600}.nav-stacked>li>a{border-radius:0;border-top:0;border-left:3px solid transparent;color:#444}.nav-stacked>li.active>a,.nav-stacked>li.active>a:hover{background:transparent;color:#444;border-top:0;border-left-color:#3c8dbc}.nav-stacked>li.header{border-bottom:1px solid #ddd;color:#777;margin-bottom:10px;padding:5px 10px;text-transform:uppercase}.nav-tabs-custom{margin-bottom:20px;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px}.nav-tabs-custom>.nav-tabs{margin:0;border-bottom-color:#f4f4f4;border-top-right-radius:3px;border-top-left-radius:3px}.nav-tabs-custom>.nav-tabs>li{border-top:3px solid transparent;margin-bottom:-2px;margin-right:5px}.nav-tabs-custom>.nav-tabs>li.disabled>a{color:#777}.nav-tabs-custom>.nav-tabs>li>a{color:#444;border-radius:0}.nav-tabs-custom>.nav-tabs>li>a.text-muted{color:#999}.nav-tabs-custom>.nav-tabs>li>a,.nav-tabs-custom>.nav-tabs>li>a:hover{background:transparent;margin:0}.nav-tabs-custom>.nav-tabs>li>a:hover{color:#999}.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active{border-color:transparent}.nav-tabs-custom>.nav-tabs>li.active{border-top-color:#3c8dbc}.nav-tabs-custom>.nav-tabs>li.active>a,.nav-tabs-custom>.nav-tabs>li.active:hover>a{background-color:#fff;color:#444}.nav-tabs-custom>.nav-tabs>li.active>a{border-top-color:transparent;border-left-color:#f4f4f4;border-right-color:#f4f4f4}.nav-tabs-custom>.nav-tabs>li:first-of-type{margin-left:0}.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a{border-left-color:transparent}.nav-tabs-custom>.nav-tabs.pull-right{float:none !important}.nav-tabs-custom>.nav-tabs.pull-right>li{float:right}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type{margin-right:0}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a{border-left-width:1px}.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a{border-left-color:#f4f4f4;border-right-color:transparent}.nav-tabs-custom>.nav-tabs>li.header{line-height:35px;padding:0 10px;font-size:20px;color:#444}.nav-tabs-custom>.nav-tabs>li.header>.fa,.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,.nav-tabs-custom>.nav-tabs>li.header>.ion{margin-right:5px}.nav-tabs-custom>.tab-content{background:#fff;padding:10px;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.nav-tabs-custom .dropdown.open>a:active,.nav-tabs-custom .dropdown.open>a:focus{background:transparent;color:#999}.nav-tabs-custom.tab-primary>.nav-tabs>li.active{border-top-color:#3c8dbc}.nav-tabs-custom.tab-info>.nav-tabs>li.active{border-top-color:#00c0ef}.nav-tabs-custom.tab-danger>.nav-tabs>li.active{border-top-color:#dd4b39}.nav-tabs-custom.tab-warning>.nav-tabs>li.active{border-top-color:#f39c12}.nav-tabs-custom.tab-success>.nav-tabs>li.active{border-top-color:#00a65a}.nav-tabs-custom.tab-default>.nav-tabs>li.active{border-top-color:#d2d6de}.pagination>li>a{background:#fafafa;color:#666}.pagination.pagination-flat>li>a{border-radius:0 !important}.products-list{list-style:none;margin:0;padding:0}.products-list>.item{border-radius:3px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);padding:10px 0;background:#fff}.products-list>.item:before,.products-list>.item:after{content:" ";display:table}.products-list>.item:after{clear:both}.products-list .product-img{float:left}.products-list .product-img img{width:50px;height:50px}.products-list .product-info{margin-left:60px}.products-list .product-title{font-weight:600}.products-list .product-description{display:block;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-list-in-box>.item{-webkit-box-shadow:none;box-shadow:none;border-radius:0;border-bottom:1px solid #f4f4f4}.product-list-in-box>.item:last-of-type{border-bottom-width:0}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{border-top:1px solid #f4f4f4}.table>thead>tr>th{border-bottom:2px solid #f4f4f4}.table tr td .progress{margin-top:5px}.table-bordered{border:1px solid #f4f4f4}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #f4f4f4}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table.no-border,.table.no-border td,.table.no-border th{border:0}table.text-center,table.text-center td,table.text-center th{text-align:center}.table.align th{text-align:left}.table.align td{text-align:right}.label-default{background-color:#d2d6de;color:#444}.direct-chat .box-body{border-bottom-right-radius:0;border-bottom-left-radius:0;position:relative;overflow-x:hidden;padding:0}.direct-chat.chat-pane-open .direct-chat-contacts{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.direct-chat-messages{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);padding:10px;height:250px;overflow:auto}.direct-chat-msg,.direct-chat-text{display:block}.direct-chat-msg{margin-bottom:10px}.direct-chat-msg:before,.direct-chat-msg:after{content:" ";display:table}.direct-chat-msg:after{clear:both}.direct-chat-messages,.direct-chat-contacts{-webkit-transition:-webkit-transform .5s ease-in-out;-moz-transition:-moz-transform .5s ease-in-out;-o-transition:-o-transform .5s ease-in-out;transition:transform .5s ease-in-out}.direct-chat-text{border-radius:5px;position:relative;padding:5px 10px;background:#d2d6de;border:1px solid #d2d6de;margin:5px 0 0 50px;color:#444}.direct-chat-text:after,.direct-chat-text:before{position:absolute;right:100%;top:15px;border:solid transparent;border-right-color:#d2d6de;content:' ';height:0;width:0;pointer-events:none}.direct-chat-text:after{border-width:5px;margin-top:-5px}.direct-chat-text:before{border-width:6px;margin-top:-6px}.right .direct-chat-text{margin-right:50px;margin-left:0}.right .direct-chat-text:after,.right .direct-chat-text:before{right:auto;left:100%;border-right-color:transparent;border-left-color:#d2d6de}.direct-chat-img{border-radius:50%;float:left;width:40px;height:40px}.right .direct-chat-img{float:right}.direct-chat-info{display:block;margin-bottom:2px;font-size:12px}.direct-chat-name{font-weight:600}.direct-chat-timestamp{color:#999}.direct-chat-contacts-open .direct-chat-contacts{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.direct-chat-contacts{-webkit-transform:translate(101%, 0);-ms-transform:translate(101%, 0);-o-transform:translate(101%, 0);transform:translate(101%, 0);position:absolute;top:0;bottom:0;height:250px;width:100%;background:#222d32;color:#fff;overflow:auto}.contacts-list>li{border-bottom:1px solid rgba(0,0,0,0.2);padding:10px;margin:0}.contacts-list>li:before,.contacts-list>li:after{content:" ";display:table}.contacts-list>li:after{clear:both}.contacts-list>li:last-of-type{border-bottom:none}.contacts-list-img{border-radius:50%;width:40px;float:left}.contacts-list-info{margin-left:45px;color:#fff}.contacts-list-name,.contacts-list-status{display:block}.contacts-list-name{font-weight:600}.contacts-list-status{font-size:12px}.contacts-list-date{color:#aaa;font-weight:normal}.contacts-list-msg{color:#999}.direct-chat-danger .right>.direct-chat-text{background:#dd4b39;border-color:#dd4b39;color:#fff}.direct-chat-danger .right>.direct-chat-text:after,.direct-chat-danger .right>.direct-chat-text:before{border-left-color:#dd4b39}.direct-chat-primary .right>.direct-chat-text{background:#3c8dbc;border-color:#3c8dbc;color:#fff}.direct-chat-primary .right>.direct-chat-text:after,.direct-chat-primary .right>.direct-chat-text:before{border-left-color:#3c8dbc}.direct-chat-warning .right>.direct-chat-text{background:#f39c12;border-color:#f39c12;color:#fff}.direct-chat-warning .right>.direct-chat-text:after,.direct-chat-warning .right>.direct-chat-text:before{border-left-color:#f39c12}.direct-chat-info .right>.direct-chat-text{background:#00c0ef;border-color:#00c0ef;color:#fff}.direct-chat-info .right>.direct-chat-text:after,.direct-chat-info .right>.direct-chat-text:before{border-left-color:#00c0ef}.direct-chat-success .right>.direct-chat-text{background:#00a65a;border-color:#00a65a;color:#fff}.direct-chat-success .right>.direct-chat-text:after,.direct-chat-success .right>.direct-chat-text:before{border-left-color:#00a65a}.users-list>li{width:25%;float:left;padding:10px;text-align:center}.users-list>li img{border-radius:50%;max-width:100%;height:auto}.users-list>li>a:hover,.users-list>li>a:hover .users-list-name{color:#999}.users-list-name,.users-list-date{display:block}.users-list-name{font-weight:600;color:#444;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.users-list-date{color:#999;font-size:12px}.carousel-control.left,.carousel-control.right{background-image:none}.carousel-control>.fa{font-size:40px;position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-20px}.modal{background:rgba(0,0,0,0.3)}.modal-content{border-radius:0;-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.125);box-shadow:0 2px 3px rgba(0,0,0,0.125);border:0}@media (min-width:768px){.modal-content{-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.125);box-shadow:0 2px 3px rgba(0,0,0,0.125)}}.modal-header{border-bottom-color:#f4f4f4}.modal-footer{border-top-color:#f4f4f4}.modal-primary .modal-header,.modal-primary .modal-footer{border-color:#307095}.modal-warning .modal-header,.modal-warning .modal-footer{border-color:#c87f0a}.modal-info .modal-header,.modal-info .modal-footer{border-color:#0097bc}.modal-success .modal-header,.modal-success .modal-footer{border-color:#00733e}.modal-danger .modal-header,.modal-danger .modal-footer{border-color:#c23321}.box-widget{border:none;position:relative}.widget-user .widget-user-header{padding:20px;height:120px;border-top-right-radius:3px;border-top-left-radius:3px}.widget-user .widget-user-username{margin-top:0;margin-bottom:5px;font-size:25px;font-weight:300;text-shadow:0 1px 1px rgba(0,0,0,0.2)}.widget-user .widget-user-desc{margin-top:0}.widget-user .widget-user-image{position:absolute;top:65px;left:50%;margin-left:-45px}.widget-user .widget-user-image>img{width:90px;height:auto;border:3px solid #fff}.widget-user .box-footer{padding-top:30px}.widget-user-2 .widget-user-header{padding:20px;border-top-right-radius:3px;border-top-left-radius:3px}.widget-user-2 .widget-user-username{margin-top:5px;margin-bottom:5px;font-size:25px;font-weight:300}.widget-user-2 .widget-user-desc{margin-top:0}.widget-user-2 .widget-user-username,.widget-user-2 .widget-user-desc{margin-left:75px}.widget-user-2 .widget-user-image>img{width:65px;height:auto;float:left}.treeview-menu{display:none;list-style:none;padding:0;margin:0;padding-left:5px}.treeview-menu .treeview-menu{padding-left:20px}.treeview-menu>li{margin:0}.treeview-menu>li>a{padding:5px 5px 5px 15px;display:block;font-size:14px}.treeview-menu>li>a>.fa,.treeview-menu>li>a>.glyphicon,.treeview-menu>li>a>.ion{width:20px}.treeview-menu>li>a>.pull-right-container>.fa-angle-left,.treeview-menu>li>a>.pull-right-container>.fa-angle-down,.treeview-menu>li>a>.fa-angle-left,.treeview-menu>li>a>.fa-angle-down{width:auto}.mailbox-messages>.table{margin:0}.mailbox-controls{padding:5px}.mailbox-controls.with-border{border-bottom:1px solid #f4f4f4}.mailbox-read-info{border-bottom:1px solid #f4f4f4;padding:10px}.mailbox-read-info h3{font-size:20px;margin:0}.mailbox-read-info h5{margin:0;padding:5px 0 0 0}.mailbox-read-time{color:#999;font-size:13px}.mailbox-read-message{padding:10px}.mailbox-attachments li{float:left;width:200px;border:1px solid #eee;margin-bottom:10px;margin-right:10px}.mailbox-attachment-name{font-weight:bold;color:#666}.mailbox-attachment-icon,.mailbox-attachment-info,.mailbox-attachment-size{display:block}.mailbox-attachment-info{padding:10px;background:#f4f4f4}.mailbox-attachment-size{color:#999;font-size:12px}.mailbox-attachment-icon{text-align:center;font-size:65px;color:#666;padding:20px 10px}.mailbox-attachment-icon.has-img{padding:0}.mailbox-attachment-icon.has-img>img{max-width:100%;height:auto}.lockscreen{background:#d2d6de}.lockscreen-logo{font-size:35px;text-align:center;margin-bottom:25px;font-weight:300}.lockscreen-logo a{color:#444}.lockscreen-wrapper{max-width:400px;margin:0 auto;margin-top:10%}.lockscreen .lockscreen-name{text-align:center;font-weight:600}.lockscreen-item{border-radius:4px;padding:0;background:#fff;position:relative;margin:10px auto 30px auto;width:290px}.lockscreen-image{border-radius:50%;position:absolute;left:-10px;top:-25px;background:#fff;padding:5px;z-index:10}.lockscreen-image>img{border-radius:50%;width:70px;height:70px}.lockscreen-credentials{margin-left:70px}.lockscreen-credentials .form-control{border:0}.lockscreen-credentials .btn{background-color:#fff;border:0;padding:0 10px}.lockscreen-footer{margin-top:10px}.login-logo,.register-logo{font-size:35px;text-align:center;margin-bottom:25px;font-weight:300}.login-logo a,.register-logo a{color:#444}.login-page,.register-page{background:#d2d6de}.login-box,.register-box{width:360px;margin:7% auto}@media (max-width:768px){.login-box,.register-box{width:90%;margin-top:20px}}.login-box-body,.register-box-body{background:#fff;padding:20px;border-top:0;color:#666}.login-box-body .form-control-feedback,.register-box-body .form-control-feedback{color:#777}.login-box-msg,.register-box-msg{margin:0;text-align:center;padding:0 20px 20px 20px}.social-auth-links{margin:10px 0}.error-page{width:600px;margin:20px auto 0 auto}@media (max-width:991px){.error-page{width:100%}}.error-page>.headline{float:left;font-size:100px;font-weight:300}@media (max-width:991px){.error-page>.headline{float:none;text-align:center}}.error-page>.error-content{margin-left:190px;display:block}@media (max-width:991px){.error-page>.error-content{margin-left:0}}.error-page>.error-content>h3{font-weight:300;font-size:25px}@media (max-width:991px){.error-page>.error-content>h3{text-align:center}}.invoice{position:relative;background:#fff;border:1px solid #f4f4f4;padding:20px;margin:10px 25px}.invoice-title{margin-top:0}.profile-user-img{margin:0 auto;width:100px;padding:3px;border:3px solid #d2d6de}.profile-username{font-size:21px;margin-top:5px}.post{border-bottom:1px solid #d2d6de;margin-bottom:15px;padding-bottom:15px;color:#666}.post:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.post .user-block{margin-bottom:15px}.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}.btn-social-icon>:first-child{border:none;text-align:center;width:100%}.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:focus,.btn-adn.focus{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:hover{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}.btn-adn .badge{color:#d87a68;background-color:#fff}.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:focus,.btn-bitbucket.focus{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}.btn-bitbucket .badge{color:#205081;background-color:#fff}.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:focus,.btn-dropbox.focus{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}.btn-dropbox .badge{color:#1087dd;background-color:#fff}.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:focus,.btn-facebook.focus{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}.btn-facebook .badge{color:#3b5998;background-color:#fff}.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:focus,.btn-flickr.focus{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}.btn-flickr .badge{color:#ff0084;background-color:#fff}.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:focus,.btn-foursquare.focus{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}.btn-foursquare .badge{color:#f94877;background-color:#fff}.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:hover{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}.btn-github .badge{color:#444;background-color:#fff}.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:focus,.btn-google.focus{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:hover{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}.btn-google .badge{color:#dd4b39;background-color:#fff}.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:focus,.btn-instagram.focus{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}.btn-instagram .badge{color:#3f729b;background-color:#fff}.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:focus,.btn-linkedin.focus{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}.btn-linkedin .badge{color:#007bb6;background-color:#fff}.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:focus,.btn-microsoft.focus{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}.btn-microsoft .badge{color:#2672ec;background-color:#fff}.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:focus,.btn-openid.focus{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:hover{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}.btn-openid .badge{color:#f7931e;background-color:#fff}.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:focus,.btn-pinterest.focus{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}.btn-pinterest .badge{color:#cb2027;background-color:#fff}.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:focus,.btn-reddit.focus{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}.btn-reddit .badge{color:#eff7ff;background-color:#000}.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:focus,.btn-soundcloud.focus{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}.btn-soundcloud .badge{color:#f50;background-color:#fff}.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:focus,.btn-tumblr.focus{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}.btn-tumblr .badge{color:#2c4762;background-color:#fff}.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:focus,.btn-twitter.focus{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}.btn-twitter .badge{color:#55acee;background-color:#fff}.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:focus,.btn-vimeo.focus{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:focus,.btn-vk.focus{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:hover{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}.btn-vk .badge{color:#587ea3;background-color:#fff}.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:focus,.btn-yahoo.focus{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}.btn-yahoo .badge{color:#720e9e;background-color:#fff}.fc-button{background:#f4f4f4;background-image:none;color:#444;border-color:#ddd;border-bottom-color:#ddd}.fc-button:hover,.fc-button:active,.fc-button.hover{background-color:#e9e9e9}.fc-header-title h2{font-size:15px;line-height:1.6em;color:#666;margin-left:10px}.fc-header-right{padding-right:10px}.fc-header-left{padding-left:10px}.fc-widget-header{background:#fafafa}.fc-grid{width:100%;border:0}.fc-widget-header:first-of-type,.fc-widget-content:first-of-type{border-left:0;border-right:0}.fc-widget-header:last-of-type,.fc-widget-content:last-of-type{border-right:0}.fc-toolbar{padding:10px;margin:0}.fc-day-number{font-size:20px;font-weight:300;padding-right:10px}.fc-color-picker{list-style:none;margin:0;padding:0}.fc-color-picker>li{float:left;font-size:30px;margin-right:5px;line-height:30px}.fc-color-picker>li .fa{-webkit-transition:-webkit-transform linear .3s;-moz-transition:-moz-transform linear .3s;-o-transition:-o-transform linear .3s;transition:transform linear .3s}.fc-color-picker>li .fa:hover{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}#add-new-event{-webkit-transition:all linear .3s;-o-transition:all linear .3s;transition:all linear .3s}.external-event{padding:5px 10px;font-weight:bold;margin-bottom:4px;box-shadow:0 1px 1px rgba(0,0,0,0.1);text-shadow:0 1px 1px rgba(0,0,0,0.1);border-radius:3px;cursor:move}.external-event:hover{box-shadow:inset 0 0 90px rgba(0,0,0,0.2)}.select2-container--default.select2-container--focus,.select2-selection.select2-container--focus,.select2-container--default:focus,.select2-selection:focus,.select2-container--default:active,.select2-selection:active{outline:none}.select2-container--default .select2-selection--single,.select2-selection .select2-selection--single{border:1px solid #d2d6de;border-radius:0;padding:6px 12px;height:34px}.select2-container--default.select2-container--open{border-color:#3c8dbc}.select2-dropdown{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#3c8dbc;color:white}.select2-results__option{padding:6px 12px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:0;padding-right:0;height:auto;margin-top:-4px}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:6px;padding-left:20px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:28px;right:3px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.select2-dropdown .select2-search__field,.select2-search--inline .select2-search__field{border:1px solid #d2d6de}.select2-dropdown .select2-search__field:focus,.select2-search--inline .select2-search__field:focus{outline:none}.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-search--dropdown .select2-search__field{border-color:#3c8dbc !important}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[aria-selected=true]:hover{color:#444}.select2-container--default .select2-selection--multiple{border:1px solid #d2d6de;border-radius:0}.select2-container--default .select2-selection--multiple:focus{border-color:#3c8dbc}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#d2d6de}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#3c8dbc;border-color:#367fa9;padding:1px 10px;color:#fff}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{margin-right:5px;color:rgba(255,255,255,0.7)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff}.select2-container .select2-selection--single .select2-selection__rendered{padding-right:10px}.box .datepicker-inline,.box .datepicker-inline .datepicker-days,.box .datepicker-inline>table,.box .datepicker-inline .datepicker-days>table{width:100%}.box .datepicker-inline td:hover,.box .datepicker-inline .datepicker-days td:hover,.box .datepicker-inline>table td:hover,.box .datepicker-inline .datepicker-days>table td:hover{background-color:rgba(255,255,255,0.3)}.box .datepicker-inline td.day.old,.box .datepicker-inline .datepicker-days td.day.old,.box .datepicker-inline>table td.day.old,.box .datepicker-inline .datepicker-days>table td.day.old,.box .datepicker-inline td.day.new,.box .datepicker-inline .datepicker-days td.day.new,.box .datepicker-inline>table td.day.new,.box .datepicker-inline .datepicker-days>table td.day.new{color:#777}.pad{padding:10px}.margin{margin:10px}.margin-bottom{margin-bottom:20px}.margin-bottom-none{margin-bottom:0}.margin-r-5{margin-right:5px}.inline{display:inline}.description-block{display:block;margin:10px 0;text-align:center}.description-block.margin-bottom{margin-bottom:25px}.description-block>.description-header{margin:0;padding:0;font-weight:600;font-size:16px}.description-block>.description-text{text-transform:uppercase}.bg-red,.bg-yellow,.bg-aqua,.bg-blue,.bg-light-blue,.bg-green,.bg-navy,.bg-teal,.bg-olive,.bg-lime,.bg-orange,.bg-fuchsia,.bg-purple,.bg-maroon,.bg-black,.bg-red-active,.bg-yellow-active,.bg-aqua-active,.bg-blue-active,.bg-light-blue-active,.bg-green-active,.bg-navy-active,.bg-teal-active,.bg-olive-active,.bg-lime-active,.bg-orange-active,.bg-fuchsia-active,.bg-purple-active,.bg-maroon-active,.bg-black-active,.callout.callout-danger,.callout.callout-warning,.callout.callout-info,.callout.callout-success,.alert-success,.alert-danger,.alert-error,.alert-warning,.alert-info,.label-danger,.label-info,.label-warning,.label-primary,.label-success,.modal-primary .modal-body,.modal-primary .modal-header,.modal-primary .modal-footer,.modal-warning .modal-body,.modal-warning .modal-header,.modal-warning .modal-footer,.modal-info .modal-body,.modal-info .modal-header,.modal-info .modal-footer,.modal-success .modal-body,.modal-success .modal-header,.modal-success .modal-footer,.modal-danger .modal-body,.modal-danger .modal-header,.modal-danger .modal-footer{color:#fff !important}.bg-gray{color:#000;background-color:#d2d6de !important}.bg-gray-light{background-color:#f7f7f7}.bg-black{background-color:#111 !important}.bg-red,.callout.callout-danger,.alert-danger,.alert-error,.label-danger,.modal-danger .modal-body{background-color:#dd4b39 !important}.bg-yellow,.callout.callout-warning,.alert-warning,.label-warning,.modal-warning .modal-body{background-color:#f39c12 !important}.bg-aqua,.callout.callout-info,.alert-info,.label-info,.modal-info .modal-body{background-color:#00c0ef !important}.bg-blue{background-color:#0073b7 !important}.bg-light-blue,.label-primary,.modal-primary .modal-body{background-color:#3c8dbc !important}.bg-green,.callout.callout-success,.alert-success,.label-success,.modal-success .modal-body{background-color:#00a65a !important}.bg-navy{background-color:#001f3f !important}.bg-teal{background-color:#39cccc !important}.bg-olive{background-color:#3d9970 !important}.bg-lime{background-color:#01ff70 !important}.bg-orange{background-color:#ff851b !important}.bg-fuchsia{background-color:#f012be !important}.bg-purple{background-color:#605ca8 !important}.bg-maroon{background-color:#d81b60 !important}.bg-gray-active{color:#000;background-color:#b5bbc8 !important}.bg-black-active{background-color:#000 !important}.bg-red-active,.modal-danger .modal-header,.modal-danger .modal-footer{background-color:#d33724 !important}.bg-yellow-active,.modal-warning .modal-header,.modal-warning .modal-footer{background-color:#db8b0b !important}.bg-aqua-active,.modal-info .modal-header,.modal-info .modal-footer{background-color:#00a7d0 !important}.bg-blue-active{background-color:#005384 !important}.bg-light-blue-active,.modal-primary .modal-header,.modal-primary .modal-footer{background-color:#357ca5 !important}.bg-green-active,.modal-success .modal-header,.modal-success .modal-footer{background-color:#008d4c !important}.bg-navy-active{background-color:#001a35 !important}.bg-teal-active{background-color:#30bbbb !important}.bg-olive-active{background-color:#368763 !important}.bg-lime-active{background-color:#00e765 !important}.bg-orange-active{background-color:#ff7701 !important}.bg-fuchsia-active{background-color:#db0ead !important}.bg-purple-active{background-color:#555299 !important}.bg-maroon-active{background-color:#ca195a !important}[class^="bg-"].disabled{opacity:.65;filter:alpha(opacity=65)}.text-red{color:#dd4b39 !important}.text-yellow{color:#f39c12 !important}.text-aqua{color:#00c0ef !important}.text-blue{color:#0073b7 !important}.text-black{color:#111 !important}.text-light-blue{color:#3c8dbc !important}.text-green{color:#00a65a !important}.text-gray{color:#d2d6de !important}.text-navy{color:#001f3f !important}.text-teal{color:#39cccc !important}.text-olive{color:#3d9970 !important}.text-lime{color:#01ff70 !important}.text-orange{color:#ff851b !important}.text-fuchsia{color:#f012be !important}.text-purple{color:#605ca8 !important}.text-maroon{color:#d81b60 !important}.link-muted{color:#7a869d}.link-muted:hover,.link-muted:focus{color:#606c84}.link-black{color:#666}.link-black:hover,.link-black:focus{color:#999}.hide{display:none !important}.no-border{border:0 !important}.no-padding{padding:0 !important}.no-margin{margin:0 !important}.no-shadow{box-shadow:none !important}.list-unstyled,.chart-legend,.contacts-list,.users-list,.mailbox-attachments{list-style:none;margin:0;padding:0}.list-group-unbordered>.list-group-item{border-left:0;border-right:0;border-radius:0;padding-left:0;padding-right:0}.flat{border-radius:0 !important}.text-bold,.text-bold.table td,.text-bold.table th{font-weight:700}.text-sm{font-size:12px}.jqstooltip{padding:5px !important;width:auto !important;height:auto !important}.bg-teal-gradient{background:#39cccc !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;background:-ms-linear-gradient(bottom, #39cccc, #7adddd) !important;background:-moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%) !important;background:-o-linear-gradient(#7adddd, #39cccc) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;color:#fff}.bg-light-blue-gradient{background:#3c8dbc !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;background:-ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;background:-moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%) !important;background:-o-linear-gradient(#67a8ce, #3c8dbc) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;color:#fff}.bg-blue-gradient{background:#0073b7 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;background:-ms-linear-gradient(bottom, #0073b7, #0089db) !important;background:-moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%) !important;background:-o-linear-gradient(#0089db, #0073b7) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;color:#fff}.bg-aqua-gradient{background:#00c0ef !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;background:-ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;background:-moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%) !important;background:-o-linear-gradient(#14d1ff, #00c0ef) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;color:#fff}.bg-yellow-gradient{background:#f39c12 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;background:-ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;background:-moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%) !important;background:-o-linear-gradient(#f7bc60, #f39c12) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;color:#fff}.bg-purple-gradient{background:#605ca8 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;background:-ms-linear-gradient(bottom, #605ca8, #9491c4) !important;background:-moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%) !important;background:-o-linear-gradient(#9491c4, #605ca8) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;color:#fff}.bg-green-gradient{background:#00a65a !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;background:-ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;background:-moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;background:-o-linear-gradient(#00ca6d, #00a65a) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;color:#fff}.bg-red-gradient{background:#dd4b39 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;background:-ms-linear-gradient(bottom, #dd4b39, #e47365) !important;background:-moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%) !important;background:-o-linear-gradient(#e47365, #dd4b39) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;color:#fff}.bg-black-gradient{background:#111 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;background:-ms-linear-gradient(bottom, #111, #2b2b2b) !important;background:-moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%) !important;background:-o-linear-gradient(#2b2b2b, #111) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;color:#fff}.bg-maroon-gradient{background:#d81b60 !important;background:-webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;background:-ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;background:-moz-linear-gradient(center bottom, #d81b60 0, #e73f7c 100%) !important;background:-o-linear-gradient(#e73f7c, #d81b60) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;color:#fff}.description-block .description-icon{font-size:16px}.no-pad-top{padding-top:0}.position-static{position:static !important}.list-header{font-size:15px;padding:10px 4px;font-weight:bold;color:#666}.list-seperator{height:1px;background:#f4f4f4;margin:15px 0 9px 0}.list-link>a{padding:4px;color:#777}.list-link>a:hover{color:#222}.font-light{font-weight:300}.user-block:before,.user-block:after{content:" ";display:table}.user-block:after{clear:both}.user-block img{width:40px;height:40px;float:left}.user-block .username,.user-block .description,.user-block .comment{display:block;margin-left:50px}.user-block .username{font-size:16px;font-weight:600}.user-block .description{color:#999;font-size:13px}.user-block.user-block-sm .username,.user-block.user-block-sm .description,.user-block.user-block-sm .comment{margin-left:40px}.user-block.user-block-sm .username{font-size:14px}.img-sm,.img-md,.img-lg,.box-comments .box-comment img,.user-block.user-block-sm img{float:left}.img-sm,.box-comments .box-comment img,.user-block.user-block-sm img{width:30px !important;height:30px !important}.img-sm+.img-push{margin-left:40px}.img-md{width:60px;height:60px}.img-md+.img-push{margin-left:70px}.img-lg{width:100px;height:100px}.img-lg+.img-push{margin-left:110px}.img-bordered{border:3px solid #d2d6de;padding:3px}.img-bordered-sm{border:2px solid #d2d6de;padding:2px}.attachment-block{border:1px solid #f4f4f4;padding:5px;margin-bottom:10px;background:#f7f7f7}.attachment-block .attachment-img{max-width:100px;max-height:100px;height:auto;float:left}.attachment-block .attachment-pushed{margin-left:110px}.attachment-block .attachment-heading{margin:0}.attachment-block .attachment-text{color:#555}.connectedSortable{min-height:100px}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sort-highlight{background:#f4f4f4;border:1px dashed #ddd;margin-bottom:10px}.full-opacity-hover{opacity:.65;filter:alpha(opacity=65)}.full-opacity-hover:hover{opacity:1;filter:alpha(opacity=100)}.chart{position:relative;overflow:hidden;width:100%}.chart svg,.chart canvas{width:100% !important}@media print{.no-print,.main-sidebar,.left-side,.main-header,.content-header{display:none !important}.content-wrapper,.right-side,.main-footer{margin-left:0 !important;min-height:0 !important;-webkit-transform:translate(0, 0) !important;-ms-transform:translate(0, 0) !important;-o-transform:translate(0, 0) !important;transform:translate(0, 0) !important}.fixed .content-wrapper,.fixed .right-side{padding-top:0 !important}.invoice{width:100%;border:0;margin:0;padding:0}.invoice-col{float:left;width:33.3333333%}.table-responsive{overflow:auto}.table-responsive>.table tr th,.table-responsive>.table tr td{white-space:normal !important}} \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/_all-skins.min.css b/src/main/webapp/plug-in/themes/adminlte/css/home/_all-skins.min.css new file mode 100644 index 00000000..c8e420e7 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/_all-skins.min.css @@ -0,0 +1 @@ +.skin-blue .main-header .navbar{background-color:#3c8dbc}.skin-blue .main-header .navbar .nav>li>a{color:#fff}.skin-blue .main-header .navbar .nav>li>a:hover,.skin-blue .main-header .navbar .nav>li>a:active,.skin-blue .main-header .navbar .nav>li>a:focus,.skin-blue .main-header .navbar .nav .open>a,.skin-blue .main-header .navbar .nav .open>a:hover,.skin-blue .main-header .navbar .nav .open>a:focus,.skin-blue .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9}@media (max-width:767px){.skin-blue .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue .main-header .navbar .dropdown-menu li a:hover{background:#367fa9}}.skin-blue .main-header .logo{background-color:#367fa9;color:#fff;border-bottom:0 solid transparent}.skin-blue .main-header .logo:hover{background-color:#357ca5}.skin-blue .main-header li.user-header{background-color:#3c8dbc}.skin-blue .content-header{background:transparent}.skin-blue .wrapper,.skin-blue .main-sidebar,.skin-blue .left-side{background-color:#222d32}.skin-blue .user-panel>.info,.skin-blue .user-panel>.info>a{color:#fff}.skin-blue .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-blue .sidebar-menu>li>a{border-left:3px solid transparent}.skin-blue .sidebar-menu>li:hover>a,.skin-blue .sidebar-menu>li.active>a,.skin-blue .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-blue .sidebar-menu>li.active>a{border-left-color:#3c8dbc}.skin-blue .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-blue .sidebar a{color:#b8c7ce}.skin-blue .sidebar a:hover{text-decoration:none}.skin-blue .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-blue .sidebar-menu .treeview-menu>li.active>a,.skin-blue .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-blue .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-blue .sidebar-form input[type="text"],.skin-blue .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-blue .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue .sidebar-form input[type="text"]:focus,.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-blue.layout-top-nav .main-header>.logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue.layout-top-nav .main-header>.logo:hover{background-color:#3b8ab8}.skin-blue-light .main-header .navbar{background-color:#3c8dbc}.skin-blue-light .main-header .navbar .nav>li>a{color:#fff}.skin-blue-light .main-header .navbar .nav>li>a:hover,.skin-blue-light .main-header .navbar .nav>li>a:active,.skin-blue-light .main-header .navbar .nav>li>a:focus,.skin-blue-light .main-header .navbar .nav .open>a,.skin-blue-light .main-header .navbar .nav .open>a:hover,.skin-blue-light .main-header .navbar .nav .open>a:focus,.skin-blue-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue-light .main-header .navbar .sidebar-toggle:hover{background-color:#367fa9}@media (max-width:767px){.skin-blue-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue-light .main-header .navbar .dropdown-menu li a:hover{background:#367fa9}}.skin-blue-light .main-header .logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue-light .main-header .logo:hover{background-color:#3b8ab8}.skin-blue-light .main-header li.user-header{background-color:#3c8dbc}.skin-blue-light .content-header{background:transparent}.skin-blue-light .wrapper,.skin-blue-light .main-sidebar,.skin-blue-light .left-side{background-color:#f9fafc}.skin-blue-light .main-sidebar{border-right:1px solid #d2d6de}.skin-blue-light .user-panel>.info,.skin-blue-light .user-panel>.info>a{color:#444}.skin-blue-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-blue-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-blue-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-blue-light .sidebar-menu>li:hover>a,.skin-blue-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-blue-light .sidebar-menu>li.active{border-left-color:#3c8dbc}.skin-blue-light .sidebar-menu>li.active>a{font-weight:600}.skin-blue-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-blue-light .sidebar a{color:#444}.skin-blue-light .sidebar a:hover{text-decoration:none}.skin-blue-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-blue-light .sidebar-menu .treeview-menu>li.active>a,.skin-blue-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-blue-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-blue-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-blue-light .sidebar-form input[type="text"],.skin-blue-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-blue-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue-light .sidebar-form input[type="text"]:focus,.skin-blue-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-blue-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-blue-light .main-footer{border-top-color:#d2d6de}.skin-blue.layout-top-nav .main-header>.logo{background-color:#3c8dbc;color:#fff;border-bottom:0 solid transparent}.skin-blue.layout-top-nav .main-header>.logo:hover{background-color:#3b8ab8}.skin-black .main-header{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.skin-black .main-header .navbar-toggle{color:#333}.skin-black .main-header .navbar-brand{color:#333;border-right:1px solid #eee}.skin-black .main-header .navbar{background-color:#fff}.skin-black .main-header .navbar .nav>li>a{color:#333}.skin-black .main-header .navbar .nav>li>a:hover,.skin-black .main-header .navbar .nav>li>a:active,.skin-black .main-header .navbar .nav>li>a:focus,.skin-black .main-header .navbar .nav .open>a,.skin-black .main-header .navbar .nav .open>a:hover,.skin-black .main-header .navbar .nav .open>a:focus,.skin-black .main-header .navbar .nav>.active>a{background:#fff;color:#999}.skin-black .main-header .navbar .sidebar-toggle{color:#333}.skin-black .main-header .navbar .sidebar-toggle:hover{color:#999;background:#fff}.skin-black .main-header .navbar>.sidebar-toggle{color:#333;border-right:1px solid #eee}.skin-black .main-header .navbar .navbar-nav>li>a{border-right:1px solid #eee}.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav>li>a,.skin-black .main-header .navbar .navbar-right>li>a{border-left:1px solid #eee;border-right-width:0}.skin-black .main-header>.logo{background-color:#fff;color:#333;border-bottom:0 solid transparent;border-right:1px solid #eee}.skin-black .main-header>.logo:hover{background-color:#fcfcfc}@media (max-width:767px){.skin-black .main-header>.logo{background-color:#222;color:#fff;border-bottom:0 solid transparent;border-right:none}.skin-black .main-header>.logo:hover{background-color:#1f1f1f}}.skin-black .main-header li.user-header{background-color:#222}.skin-black .content-header{background:transparent;box-shadow:none}.skin-black .wrapper,.skin-black .main-sidebar,.skin-black .left-side{background-color:#222d32}.skin-black .user-panel>.info,.skin-black .user-panel>.info>a{color:#fff}.skin-black .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-black .sidebar-menu>li>a{border-left:3px solid transparent}.skin-black .sidebar-menu>li:hover>a,.skin-black .sidebar-menu>li.active>a,.skin-black .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-black .sidebar-menu>li.active>a{border-left-color:#fff}.skin-black .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-black .sidebar a{color:#b8c7ce}.skin-black .sidebar a:hover{text-decoration:none}.skin-black .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-black .sidebar-menu .treeview-menu>li.active>a,.skin-black .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-black .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-black .sidebar-form input[type="text"],.skin-black .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-black .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-black .sidebar-form input[type="text"]:focus,.skin-black .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-black .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-black .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-black .pace .pace-progress{background:#222}.skin-black .pace .pace-activity{border-top-color:#222;border-left-color:#222}.skin-black-light .main-header{border-bottom:1px solid #d2d6de}.skin-black-light .main-header .navbar-toggle{color:#333}.skin-black-light .main-header .navbar-brand{color:#333;border-right:1px solid #d2d6de}.skin-black-light .main-header .navbar{background-color:#fff}.skin-black-light .main-header .navbar .nav>li>a{color:#333}.skin-black-light .main-header .navbar .nav>li>a:hover,.skin-black-light .main-header .navbar .nav>li>a:active,.skin-black-light .main-header .navbar .nav>li>a:focus,.skin-black-light .main-header .navbar .nav .open>a,.skin-black-light .main-header .navbar .nav .open>a:hover,.skin-black-light .main-header .navbar .nav .open>a:focus,.skin-black-light .main-header .navbar .nav>.active>a{background:#fff;color:#999}.skin-black-light .main-header .navbar .sidebar-toggle{color:#333}.skin-black-light .main-header .navbar .sidebar-toggle:hover{color:#999;background:#fff}.skin-black-light .main-header .navbar>.sidebar-toggle{color:#333;border-right:1px solid #d2d6de}.skin-black-light .main-header .navbar .navbar-nav>li>a{border-right:1px solid #d2d6de}.skin-black-light .main-header .navbar .navbar-custom-menu .navbar-nav>li>a,.skin-black-light .main-header .navbar .navbar-right>li>a{border-left:1px solid #d2d6de;border-right-width:0}.skin-black-light .main-header>.logo{background-color:#fff;color:#333;border-bottom:0 solid transparent;border-right:1px solid #d2d6de}.skin-black-light .main-header>.logo:hover{background-color:#fcfcfc}@media (max-width:767px){.skin-black-light .main-header>.logo{background-color:#222;color:#fff;border-bottom:0 solid transparent;border-right:none}.skin-black-light .main-header>.logo:hover{background-color:#1f1f1f}}.skin-black-light .main-header li.user-header{background-color:#222}.skin-black-light .content-header{background:transparent;box-shadow:none}.skin-black-light .wrapper,.skin-black-light .main-sidebar,.skin-black-light .left-side{background-color:#f9fafc}.skin-black-light .main-sidebar{border-right:1px solid #d2d6de}.skin-black-light .user-panel>.info,.skin-black-light .user-panel>.info>a{color:#444}.skin-black-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-black-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-black-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-black-light .sidebar-menu>li:hover>a,.skin-black-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-black-light .sidebar-menu>li.active{border-left-color:#fff}.skin-black-light .sidebar-menu>li.active>a{font-weight:600}.skin-black-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-black-light .sidebar a{color:#444}.skin-black-light .sidebar a:hover{text-decoration:none}.skin-black-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-black-light .sidebar-menu .treeview-menu>li.active>a,.skin-black-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-black-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-black-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-black-light .sidebar-form input[type="text"],.skin-black-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-black-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-black-light .sidebar-form input[type="text"]:focus,.skin-black-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-black-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-black-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-black-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-green .main-header .navbar{background-color:#00a65a}.skin-green .main-header .navbar .nav>li>a{color:#fff}.skin-green .main-header .navbar .nav>li>a:hover,.skin-green .main-header .navbar .nav>li>a:active,.skin-green .main-header .navbar .nav>li>a:focus,.skin-green .main-header .navbar .nav .open>a,.skin-green .main-header .navbar .nav .open>a:hover,.skin-green .main-header .navbar .nav .open>a:focus,.skin-green .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-green .main-header .navbar .sidebar-toggle{color:#fff}.skin-green .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-green .main-header .navbar .sidebar-toggle{color:#fff}.skin-green .main-header .navbar .sidebar-toggle:hover{background-color:#008d4c}@media (max-width:767px){.skin-green .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-green .main-header .navbar .dropdown-menu li a{color:#fff}.skin-green .main-header .navbar .dropdown-menu li a:hover{background:#008d4c}}.skin-green .main-header .logo{background-color:#008d4c;color:#fff;border-bottom:0 solid transparent}.skin-green .main-header .logo:hover{background-color:#008749}.skin-green .main-header li.user-header{background-color:#00a65a}.skin-green .content-header{background:transparent}.skin-green .wrapper,.skin-green .main-sidebar,.skin-green .left-side{background-color:#222d32}.skin-green .user-panel>.info,.skin-green .user-panel>.info>a{color:#fff}.skin-green .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-green .sidebar-menu>li>a{border-left:3px solid transparent}.skin-green .sidebar-menu>li:hover>a,.skin-green .sidebar-menu>li.active>a,.skin-green .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-green .sidebar-menu>li.active>a{border-left-color:#00a65a}.skin-green .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-green .sidebar a{color:#b8c7ce}.skin-green .sidebar a:hover{text-decoration:none}.skin-green .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-green .sidebar-menu .treeview-menu>li.active>a,.skin-green .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-green .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-green .sidebar-form input[type="text"],.skin-green .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-green .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-green .sidebar-form input[type="text"]:focus,.skin-green .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-green .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-green .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-green-light .main-header .navbar{background-color:#00a65a}.skin-green-light .main-header .navbar .nav>li>a{color:#fff}.skin-green-light .main-header .navbar .nav>li>a:hover,.skin-green-light .main-header .navbar .nav>li>a:active,.skin-green-light .main-header .navbar .nav>li>a:focus,.skin-green-light .main-header .navbar .nav .open>a,.skin-green-light .main-header .navbar .nav .open>a:hover,.skin-green-light .main-header .navbar .nav .open>a:focus,.skin-green-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-green-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-green-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-green-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-green-light .main-header .navbar .sidebar-toggle:hover{background-color:#008d4c}@media (max-width:767px){.skin-green-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-green-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-green-light .main-header .navbar .dropdown-menu li a:hover{background:#008d4c}}.skin-green-light .main-header .logo{background-color:#00a65a;color:#fff;border-bottom:0 solid transparent}.skin-green-light .main-header .logo:hover{background-color:#00a157}.skin-green-light .main-header li.user-header{background-color:#00a65a}.skin-green-light .content-header{background:transparent}.skin-green-light .wrapper,.skin-green-light .main-sidebar,.skin-green-light .left-side{background-color:#f9fafc}.skin-green-light .main-sidebar{border-right:1px solid #d2d6de}.skin-green-light .user-panel>.info,.skin-green-light .user-panel>.info>a{color:#444}.skin-green-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-green-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-green-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-green-light .sidebar-menu>li:hover>a,.skin-green-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-green-light .sidebar-menu>li.active{border-left-color:#00a65a}.skin-green-light .sidebar-menu>li.active>a{font-weight:600}.skin-green-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-green-light .sidebar a{color:#444}.skin-green-light .sidebar a:hover{text-decoration:none}.skin-green-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-green-light .sidebar-menu .treeview-menu>li.active>a,.skin-green-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-green-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-green-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-green-light .sidebar-form input[type="text"],.skin-green-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-green-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-green-light .sidebar-form input[type="text"]:focus,.skin-green-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-green-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-green-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-green-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-red .main-header .navbar{background-color:#dd4b39}.skin-red .main-header .navbar .nav>li>a{color:#fff}.skin-red .main-header .navbar .nav>li>a:hover,.skin-red .main-header .navbar .nav>li>a:active,.skin-red .main-header .navbar .nav>li>a:focus,.skin-red .main-header .navbar .nav .open>a,.skin-red .main-header .navbar .nav .open>a:hover,.skin-red .main-header .navbar .nav .open>a:focus,.skin-red .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-red .main-header .navbar .sidebar-toggle{color:#fff}.skin-red .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-red .main-header .navbar .sidebar-toggle{color:#fff}.skin-red .main-header .navbar .sidebar-toggle:hover{background-color:#d73925}@media (max-width:767px){.skin-red .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-red .main-header .navbar .dropdown-menu li a{color:#fff}.skin-red .main-header .navbar .dropdown-menu li a:hover{background:#d73925}}.skin-red .main-header .logo{background-color:#d73925;color:#fff;border-bottom:0 solid transparent}.skin-red .main-header .logo:hover{background-color:#d33724}.skin-red .main-header li.user-header{background-color:#dd4b39}.skin-red .content-header{background:transparent}.skin-red .wrapper,.skin-red .main-sidebar,.skin-red .left-side{background-color:#222d32}.skin-red .user-panel>.info,.skin-red .user-panel>.info>a{color:#fff}.skin-red .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-red .sidebar-menu>li>a{border-left:3px solid transparent}.skin-red .sidebar-menu>li:hover>a,.skin-red .sidebar-menu>li.active>a,.skin-red .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-red .sidebar-menu>li.active>a{border-left-color:#dd4b39}.skin-red .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-red .sidebar a{color:#b8c7ce}.skin-red .sidebar a:hover{text-decoration:none}.skin-red .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-red .sidebar-menu .treeview-menu>li.active>a,.skin-red .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-red .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-red .sidebar-form input[type="text"],.skin-red .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-red .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-red .sidebar-form input[type="text"]:focus,.skin-red .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-red .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-red .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-red-light .main-header .navbar{background-color:#dd4b39}.skin-red-light .main-header .navbar .nav>li>a{color:#fff}.skin-red-light .main-header .navbar .nav>li>a:hover,.skin-red-light .main-header .navbar .nav>li>a:active,.skin-red-light .main-header .navbar .nav>li>a:focus,.skin-red-light .main-header .navbar .nav .open>a,.skin-red-light .main-header .navbar .nav .open>a:hover,.skin-red-light .main-header .navbar .nav .open>a:focus,.skin-red-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-red-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-red-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-red-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-red-light .main-header .navbar .sidebar-toggle:hover{background-color:#d73925}@media (max-width:767px){.skin-red-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-red-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-red-light .main-header .navbar .dropdown-menu li a:hover{background:#d73925}}.skin-red-light .main-header .logo{background-color:#dd4b39;color:#fff;border-bottom:0 solid transparent}.skin-red-light .main-header .logo:hover{background-color:#dc4735}.skin-red-light .main-header li.user-header{background-color:#dd4b39}.skin-red-light .content-header{background:transparent}.skin-red-light .wrapper,.skin-red-light .main-sidebar,.skin-red-light .left-side{background-color:#f9fafc}.skin-red-light .main-sidebar{border-right:1px solid #d2d6de}.skin-red-light .user-panel>.info,.skin-red-light .user-panel>.info>a{color:#444}.skin-red-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-red-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-red-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-red-light .sidebar-menu>li:hover>a,.skin-red-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-red-light .sidebar-menu>li.active{border-left-color:#dd4b39}.skin-red-light .sidebar-menu>li.active>a{font-weight:600}.skin-red-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-red-light .sidebar a{color:#444}.skin-red-light .sidebar a:hover{text-decoration:none}.skin-red-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-red-light .sidebar-menu .treeview-menu>li.active>a,.skin-red-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-red-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-red-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-red-light .sidebar-form input[type="text"],.skin-red-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-red-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-red-light .sidebar-form input[type="text"]:focus,.skin-red-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-red-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-red-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-yellow .main-header .navbar{background-color:#f39c12}.skin-yellow .main-header .navbar .nav>li>a{color:#fff}.skin-yellow .main-header .navbar .nav>li>a:hover,.skin-yellow .main-header .navbar .nav>li>a:active,.skin-yellow .main-header .navbar .nav>li>a:focus,.skin-yellow .main-header .navbar .nav .open>a,.skin-yellow .main-header .navbar .nav .open>a:hover,.skin-yellow .main-header .navbar .nav .open>a:focus,.skin-yellow .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-yellow .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-yellow .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow .main-header .navbar .sidebar-toggle:hover{background-color:#e08e0b}@media (max-width:767px){.skin-yellow .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-yellow .main-header .navbar .dropdown-menu li a{color:#fff}.skin-yellow .main-header .navbar .dropdown-menu li a:hover{background:#e08e0b}}.skin-yellow .main-header .logo{background-color:#e08e0b;color:#fff;border-bottom:0 solid transparent}.skin-yellow .main-header .logo:hover{background-color:#db8b0b}.skin-yellow .main-header li.user-header{background-color:#f39c12}.skin-yellow .content-header{background:transparent}.skin-yellow .wrapper,.skin-yellow .main-sidebar,.skin-yellow .left-side{background-color:#222d32}.skin-yellow .user-panel>.info,.skin-yellow .user-panel>.info>a{color:#fff}.skin-yellow .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-yellow .sidebar-menu>li>a{border-left:3px solid transparent}.skin-yellow .sidebar-menu>li:hover>a,.skin-yellow .sidebar-menu>li.active>a,.skin-yellow .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-yellow .sidebar-menu>li.active>a{border-left-color:#f39c12}.skin-yellow .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-yellow .sidebar a{color:#b8c7ce}.skin-yellow .sidebar a:hover{text-decoration:none}.skin-yellow .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-yellow .sidebar-menu .treeview-menu>li.active>a,.skin-yellow .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-yellow .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-yellow .sidebar-form input[type="text"],.skin-yellow .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-yellow .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-yellow .sidebar-form input[type="text"]:focus,.skin-yellow .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-yellow .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-yellow .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-yellow-light .main-header .navbar{background-color:#f39c12}.skin-yellow-light .main-header .navbar .nav>li>a{color:#fff}.skin-yellow-light .main-header .navbar .nav>li>a:hover,.skin-yellow-light .main-header .navbar .nav>li>a:active,.skin-yellow-light .main-header .navbar .nav>li>a:focus,.skin-yellow-light .main-header .navbar .nav .open>a,.skin-yellow-light .main-header .navbar .nav .open>a:hover,.skin-yellow-light .main-header .navbar .nav .open>a:focus,.skin-yellow-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-yellow-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-yellow-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-yellow-light .main-header .navbar .sidebar-toggle:hover{background-color:#e08e0b}@media (max-width:767px){.skin-yellow-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-yellow-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-yellow-light .main-header .navbar .dropdown-menu li a:hover{background:#e08e0b}}.skin-yellow-light .main-header .logo{background-color:#f39c12;color:#fff;border-bottom:0 solid transparent}.skin-yellow-light .main-header .logo:hover{background-color:#f39a0d}.skin-yellow-light .main-header li.user-header{background-color:#f39c12}.skin-yellow-light .content-header{background:transparent}.skin-yellow-light .wrapper,.skin-yellow-light .main-sidebar,.skin-yellow-light .left-side{background-color:#f9fafc}.skin-yellow-light .main-sidebar{border-right:1px solid #d2d6de}.skin-yellow-light .user-panel>.info,.skin-yellow-light .user-panel>.info>a{color:#444}.skin-yellow-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-yellow-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-yellow-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-yellow-light .sidebar-menu>li:hover>a,.skin-yellow-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-yellow-light .sidebar-menu>li.active{border-left-color:#f39c12}.skin-yellow-light .sidebar-menu>li.active>a{font-weight:600}.skin-yellow-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-yellow-light .sidebar a{color:#444}.skin-yellow-light .sidebar a:hover{text-decoration:none}.skin-yellow-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-yellow-light .sidebar-menu .treeview-menu>li.active>a,.skin-yellow-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-yellow-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-yellow-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-yellow-light .sidebar-form input[type="text"],.skin-yellow-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-yellow-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-yellow-light .sidebar-form input[type="text"]:focus,.skin-yellow-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-yellow-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-yellow-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}}.skin-purple .main-header .navbar{background-color:#605ca8}.skin-purple .main-header .navbar .nav>li>a{color:#fff}.skin-purple .main-header .navbar .nav>li>a:hover,.skin-purple .main-header .navbar .nav>li>a:active,.skin-purple .main-header .navbar .nav>li>a:focus,.skin-purple .main-header .navbar .nav .open>a,.skin-purple .main-header .navbar .nav .open>a:hover,.skin-purple .main-header .navbar .nav .open>a:focus,.skin-purple .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-purple .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-purple .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple .main-header .navbar .sidebar-toggle:hover{background-color:#555299}@media (max-width:767px){.skin-purple .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-purple .main-header .navbar .dropdown-menu li a{color:#fff}.skin-purple .main-header .navbar .dropdown-menu li a:hover{background:#555299}}.skin-purple .main-header .logo{background-color:#555299;color:#fff;border-bottom:0 solid transparent}.skin-purple .main-header .logo:hover{background-color:#545096}.skin-purple .main-header li.user-header{background-color:#605ca8}.skin-purple .content-header{background:transparent}.skin-purple .wrapper,.skin-purple .main-sidebar,.skin-purple .left-side{background-color:#222d32}.skin-purple .user-panel>.info,.skin-purple .user-panel>.info>a{color:#fff}.skin-purple .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-purple .sidebar-menu>li>a{border-left:3px solid transparent}.skin-purple .sidebar-menu>li:hover>a,.skin-purple .sidebar-menu>li.active>a,.skin-purple .sidebar-menu>li.menu-open>a{color:#fff;background:#1e282c}.skin-purple .sidebar-menu>li.active>a{border-left-color:#605ca8}.skin-purple .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-purple .sidebar a{color:#b8c7ce}.skin-purple .sidebar a:hover{text-decoration:none}.skin-purple .sidebar-menu .treeview-menu>li>a{color:#8aa4af}.skin-purple .sidebar-menu .treeview-menu>li.active>a,.skin-purple .sidebar-menu .treeview-menu>li>a:hover{color:#fff}.skin-purple .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-purple .sidebar-form input[type="text"],.skin-purple .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-purple .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-purple .sidebar-form input[type="text"]:focus,.skin-purple .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-purple .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-purple .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}.skin-purple-light .main-header .navbar{background-color:#605ca8}.skin-purple-light .main-header .navbar .nav>li>a{color:#fff}.skin-purple-light .main-header .navbar .nav>li>a:hover,.skin-purple-light .main-header .navbar .nav>li>a:active,.skin-purple-light .main-header .navbar .nav>li>a:focus,.skin-purple-light .main-header .navbar .nav .open>a,.skin-purple-light .main-header .navbar .nav .open>a:hover,.skin-purple-light .main-header .navbar .nav .open>a:focus,.skin-purple-light .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-purple-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple-light .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-purple-light .main-header .navbar .sidebar-toggle{color:#fff}.skin-purple-light .main-header .navbar .sidebar-toggle:hover{background-color:#555299}@media (max-width:767px){.skin-purple-light .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-purple-light .main-header .navbar .dropdown-menu li a{color:#fff}.skin-purple-light .main-header .navbar .dropdown-menu li a:hover{background:#555299}}.skin-purple-light .main-header .logo{background-color:#605ca8;color:#fff;border-bottom:0 solid transparent}.skin-purple-light .main-header .logo:hover{background-color:#5d59a6}.skin-purple-light .main-header li.user-header{background-color:#605ca8}.skin-purple-light .content-header{background:transparent}.skin-purple-light .wrapper,.skin-purple-light .main-sidebar,.skin-purple-light .left-side{background-color:#f9fafc}.skin-purple-light .main-sidebar{border-right:1px solid #d2d6de}.skin-purple-light .user-panel>.info,.skin-purple-light .user-panel>.info>a{color:#444}.skin-purple-light .sidebar-menu>li{-webkit-transition:border-left-color .3s ease;-o-transition:border-left-color .3s ease;transition:border-left-color .3s ease}.skin-purple-light .sidebar-menu>li.header{color:#848484;background:#f9fafc}.skin-purple-light .sidebar-menu>li>a{border-left:3px solid transparent;font-weight:600}.skin-purple-light .sidebar-menu>li:hover>a,.skin-purple-light .sidebar-menu>li.active>a{color:#000;background:#f4f4f5}.skin-purple-light .sidebar-menu>li.active{border-left-color:#605ca8}.skin-purple-light .sidebar-menu>li.active>a{font-weight:600}.skin-purple-light .sidebar-menu>li>.treeview-menu{background:#f4f4f5}.skin-purple-light .sidebar a{color:#444}.skin-purple-light .sidebar a:hover{text-decoration:none}.skin-purple-light .sidebar-menu .treeview-menu>li>a{color:#777}.skin-purple-light .sidebar-menu .treeview-menu>li.active>a,.skin-purple-light .sidebar-menu .treeview-menu>li>a:hover{color:#000}.skin-purple-light .sidebar-menu .treeview-menu>li.active>a{font-weight:600}.skin-purple-light .sidebar-form{border-radius:3px;border:1px solid #d2d6de;margin:10px 10px}.skin-purple-light .sidebar-form input[type="text"],.skin-purple-light .sidebar-form .btn{box-shadow:none;background-color:#fff;border:1px solid transparent;height:35px}.skin-purple-light .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-purple-light .sidebar-form input[type="text"]:focus,.skin-purple-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-purple-light .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-purple-light .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}@media (min-width:768px){.skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu{border-left:1px solid #d2d6de}} \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/bootstrap-datepicker.min.css b/src/main/webapp/plug-in/themes/adminlte/css/home/bootstrap-datepicker.min.css new file mode 100644 index 00000000..408f3afa --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/bootstrap-datepicker.min.css @@ -0,0 +1,7 @@ +/*! + * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker) + * + * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) + */ + +.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px} \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/bootstrap.min.css b/src/main/webapp/plug-in/themes/adminlte/css/home/bootstrap.min.css new file mode 100644 index 00000000..ed3905e0 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/bootstrap.min.css @@ -0,0 +1,6 @@ +/*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/bootstrap3-wysihtml5.min.css b/src/main/webapp/plug-in/themes/adminlte/css/home/bootstrap3-wysihtml5.min.css new file mode 100644 index 00000000..28f18316 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/bootstrap3-wysihtml5.min.css @@ -0,0 +1,3 @@ +/*! bootstrap3-wysihtml5-bower 2014-09-26 */ + +ul.wysihtml5-toolbar{margin:0;padding:0;display:block}ul.wysihtml5-toolbar::after{clear:both;display:table;content:""}ul.wysihtml5-toolbar>li{float:left;display:list-item;list-style:none;margin:0 5px 10px 0}ul.wysihtml5-toolbar a[data-wysihtml5-command=bold]{font-weight:700}ul.wysihtml5-toolbar a[data-wysihtml5-command=italic]{font-style:italic}ul.wysihtml5-toolbar a[data-wysihtml5-command=underline]{text-decoration:underline}ul.wysihtml5-toolbar a.btn.wysihtml5-command-active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);background-color:#D9D9D9;outline:0}ul.wysihtml5-commands-disabled .dropdown-menu{display:none!important}ul.wysihtml5-toolbar div.wysihtml5-colors{display:block;width:50px;height:20px;margin-top:2px;margin-left:5px;position:absolute;pointer-events:none}ul.wysihtml5-toolbar a.wysihtml5-colors-title{padding-left:70px}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=black]{background:#000!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=silver]{background:silver!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=gray]{background:gray!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=maroon]{background:maroon!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=red]{background:red!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=purple]{background:purple!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=green]{background:green!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=olive]{background:olive!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=navy]{background:navy!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=blue]{background:#00f!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=orange]{background:orange!important}.glyphicon-quote:before{content:"\201C";font-family:Georgia,serif;font-size:50px;position:absolute;top:-4px;left:-3px;max-height:100%}.glyphicon-quote:after{content:"\0000a0"} \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/daterangepicker.css b/src/main/webapp/plug-in/themes/adminlte/css/home/daterangepicker.css new file mode 100644 index 00000000..0a6fe82e --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/daterangepicker.css @@ -0,0 +1,269 @@ +.daterangepicker { + position: absolute; + color: inherit; + background-color: #fff; + border-radius: 4px; + width: 278px; + padding: 4px; + margin-top: 1px; + top: 100px; + left: 20px; + /* Calendars */ } + .daterangepicker:before, .daterangepicker:after { + position: absolute; + display: inline-block; + border-bottom-color: rgba(0, 0, 0, 0.2); + content: ''; } + .daterangepicker:before { + top: -7px; + border-right: 7px solid transparent; + border-left: 7px solid transparent; + border-bottom: 7px solid #ccc; } + .daterangepicker:after { + top: -6px; + border-right: 6px solid transparent; + border-bottom: 6px solid #fff; + border-left: 6px solid transparent; } + .daterangepicker.opensleft:before { + right: 9px; } + .daterangepicker.opensleft:after { + right: 10px; } + .daterangepicker.openscenter:before { + left: 0; + right: 0; + width: 0; + margin-left: auto; + margin-right: auto; } + .daterangepicker.openscenter:after { + left: 0; + right: 0; + width: 0; + margin-left: auto; + margin-right: auto; } + .daterangepicker.opensright:before { + left: 9px; } + .daterangepicker.opensright:after { + left: 10px; } + .daterangepicker.dropup { + margin-top: -5px; } + .daterangepicker.dropup:before { + top: initial; + bottom: -7px; + border-bottom: initial; + border-top: 7px solid #ccc; } + .daterangepicker.dropup:after { + top: initial; + bottom: -6px; + border-bottom: initial; + border-top: 6px solid #fff; } + .daterangepicker.dropdown-menu { + max-width: none; + z-index: 3001; } + .daterangepicker.single .ranges, .daterangepicker.single .calendar { + float: none; } + .daterangepicker.show-calendar .calendar { + display: block; } + .daterangepicker .calendar { + display: none; + max-width: 270px; + margin: 4px; } + .daterangepicker .calendar.single .calendar-table { + border: none; } + .daterangepicker .calendar th, .daterangepicker .calendar td { + white-space: nowrap; + text-align: center; + min-width: 32px; } + .daterangepicker .calendar-table { + border: 1px solid #fff; + padding: 4px; + border-radius: 4px; + background-color: #fff; } + .daterangepicker table { + width: 100%; + margin: 0; } + .daterangepicker td, .daterangepicker th { + text-align: center; + width: 20px; + height: 20px; + border-radius: 4px; + border: 1px solid transparent; + white-space: nowrap; + cursor: pointer; } + .daterangepicker td.available:hover, .daterangepicker th.available:hover { + background-color: #eee; + border-color: transparent; + color: inherit; } + .daterangepicker td.week, .daterangepicker th.week { + font-size: 80%; + color: #ccc; } + .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date { + background-color: #fff; + border-color: transparent; + color: #999; } + .daterangepicker td.in-range { + background-color: #ebf4f8; + border-color: transparent; + color: #000; + border-radius: 0; } + .daterangepicker td.start-date { + border-radius: 4px 0 0 4px; } + .daterangepicker td.end-date { + border-radius: 0 4px 4px 0; } + .daterangepicker td.start-date.end-date { + border-radius: 4px; } + .daterangepicker td.active, .daterangepicker td.active:hover { + background-color: #357ebd; + border-color: transparent; + color: #fff; } + .daterangepicker th.month { + width: auto; } + .daterangepicker td.disabled, .daterangepicker option.disabled { + color: #999; + cursor: not-allowed; + text-decoration: line-through; } + .daterangepicker select.monthselect, .daterangepicker select.yearselect { + font-size: 12px; + padding: 1px; + height: auto; + margin: 0; + cursor: default; } + .daterangepicker select.monthselect { + margin-right: 2%; + width: 56%; } + .daterangepicker select.yearselect { + width: 40%; } + .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect { + width: 50px; + margin-bottom: 0; } + .daterangepicker .input-mini { + border: 1px solid #ccc; + border-radius: 4px; + color: #555; + height: 30px; + line-height: 30px; + display: block; + vertical-align: middle; + margin: 0 0 5px 0; + padding: 0 6px 0 28px; + width: 100%; } + .daterangepicker .input-mini.active { + border: 1px solid #08c; + border-radius: 4px; } + .daterangepicker .daterangepicker_input { + position: relative; } + .daterangepicker .daterangepicker_input i { + position: absolute; + left: 8px; + top: 8px; } + .daterangepicker.rtl .input-mini { + padding-right: 28px; + padding-left: 6px; } + .daterangepicker.rtl .daterangepicker_input i { + left: auto; + right: 8px; } + .daterangepicker .calendar-time { + text-align: center; + margin: 5px auto; + line-height: 30px; + position: relative; + padding-left: 28px; } + .daterangepicker .calendar-time select.disabled { + color: #ccc; + cursor: not-allowed; } + +.ranges { + font-size: 11px; + float: none; + margin: 4px; + text-align: left; } + .ranges ul { + list-style: none; + margin: 0 auto; + padding: 0; + width: 100%; } + .ranges li { + font-size: 13px; + background-color: #f5f5f5; + border: 1px solid #f5f5f5; + border-radius: 4px; + color: #08c; + padding: 3px 12px; + margin-bottom: 8px; + cursor: pointer; } + .ranges li:hover { + background-color: #08c; + border: 1px solid #08c; + color: #fff; } + .ranges li.active { + background-color: #08c; + border: 1px solid #08c; + color: #fff; } + +/* Larger Screen Styling */ +@media (min-width: 564px) { + .daterangepicker { + width: auto; } + .daterangepicker .ranges ul { + width: 160px; } + .daterangepicker.single .ranges ul { + width: 100%; } + .daterangepicker.single .calendar.left { + clear: none; } + .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar { + float: left; } + .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar { + float: right; } + .daterangepicker.ltr { + direction: ltr; + text-align: left; } + .daterangepicker.ltr .calendar.left { + clear: left; + margin-right: 0; } + .daterangepicker.ltr .calendar.left .calendar-table { + border-right: none; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .daterangepicker.ltr .calendar.right { + margin-left: 0; } + .daterangepicker.ltr .calendar.right .calendar-table { + border-left: none; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + .daterangepicker.ltr .left .daterangepicker_input { + padding-right: 12px; } + .daterangepicker.ltr .calendar.left .calendar-table { + padding-right: 12px; } + .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar { + float: left; } + .daterangepicker.rtl { + direction: rtl; + text-align: right; } + .daterangepicker.rtl .calendar.left { + clear: right; + margin-left: 0; } + .daterangepicker.rtl .calendar.left .calendar-table { + border-left: none; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } + .daterangepicker.rtl .calendar.right { + margin-right: 0; } + .daterangepicker.rtl .calendar.right .calendar-table { + border-right: none; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } + .daterangepicker.rtl .left .daterangepicker_input { + padding-left: 12px; } + .daterangepicker.rtl .calendar.left .calendar-table { + padding-left: 12px; } + .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar { + text-align: right; + float: right; } } +@media (min-width: 730px) { + .daterangepicker .ranges { + width: auto; } + .daterangepicker.ltr .ranges { + float: left; } + .daterangepicker.rtl .ranges { + float: right; } + .daterangepicker .calendar.left { + clear: none !important; } } \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/family.css b/src/main/webapp/plug-in/themes/adminlte/css/home/family.css new file mode 100644 index 00000000..43a0c4ee --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/family.css @@ -0,0 +1,392 @@ +/* cyrillic-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 300; + src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidh18Smxg.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 300; + src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkido18Smxg.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 300; + src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidg18Smxg.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 300; + src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidv18Smxg.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 300; + src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidj18Smxg.woff2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 300; + src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18Smxg.woff2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 300; + src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18Q.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 400; + src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 400; + src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 400; + src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 400; + src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 400; + src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 400; + src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 400; + src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 600; + src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdh18Smxg.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 600; + src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdo18Smxg.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 600; + src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdg18Smxg.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 600; + src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdv18Smxg.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 600; + src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdj18Smxg.woff2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 600; + src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18Smxg.woff2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: italic; + font-weight: 600; + src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18Q.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 300; + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 400; + src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 400; + src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 400; + src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 400; + src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 400; + src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 400; + src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 400; + src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 600; + src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 600; + src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 600; + src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 600; + src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 600; + src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 600; + src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 600; + src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} +/* cyrillic-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 700; + src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2) format('woff2'); + unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; +} +/* cyrillic */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 700; + src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2) format('woff2'); + unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; +} +/* greek-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 700; + src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2) format('woff2'); + unicode-range: U+1F00-1FFF; +} +/* greek */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 700; + src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2) format('woff2'); + unicode-range: U+0370-03FF; +} +/* vietnamese */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 700; + src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2) format('woff2'); + unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; +} +/* latin-ext */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 700; + src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format('woff2'); + unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; +} +/* latin */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 700; + src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/font-awesome.min.css b/src/main/webapp/plug-in/themes/adminlte/css/home/font-awesome.min.css new file mode 100644 index 00000000..b7610d26 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/ionicons.min.css b/src/main/webapp/plug-in/themes/adminlte/css/home/ionicons.min.css new file mode 100644 index 00000000..0c596f34 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/ionicons.min.css @@ -0,0 +1,11 @@ +@charset "UTF-8";/*! + Ionicons, v2.0.0 + Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ + https://twitter.com/benjsperry https://twitter.com/ionicframework + MIT License: https://github.com/driftyco/ionicons + + Android-style icons originally built by Google鈥檚 + Material Design Icons: https://github.com/google/material-design-icons + used under CC BY http://creativecommons.org/licenses/by/4.0/ + Modified icons to fit ionicon鈥檚 grid from original. +*/@font-face{font-family:"Ionicons";src:url("../../../fonts/ionicons.eot?v=2.0.0");src:url("../../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../../fonts/ionicons.woff?v=2.0.0") format("woff"),url("../../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"} \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/jquery-jvectormap.css b/src/main/webapp/plug-in/themes/adminlte/css/home/jquery-jvectormap.css new file mode 100644 index 00000000..1cac4ac3 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/jquery-jvectormap.css @@ -0,0 +1,135 @@ +svg { + touch-action: none; +} + +.jvectormap-container { + width: 100%; + height: 100%; + position: relative; + overflow: hidden; + touch-action: none; +} + +.jvectormap-tip { + position: absolute; + display: none; + border: solid 1px #CDCDCD; + border-radius: 3px; + background: #292929; + color: white; + font-family: sans-serif, Verdana; + font-size: smaller; + padding: 3px; +} + +.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback { + position: absolute; + left: 10px; + border-radius: 3px; + background: #292929; + padding: 3px; + color: white; + cursor: pointer; + line-height: 10px; + text-align: center; + box-sizing: content-box; +} + +.jvectormap-zoomin, .jvectormap-zoomout { + width: 10px; + height: 10px; +} + +.jvectormap-zoomin { + top: 10px; +} + +.jvectormap-zoomout { + top: 30px; +} + +.jvectormap-goback { + bottom: 10px; + z-index: 1000; + padding: 6px; +} + +.jvectormap-spinner { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); +} + +.jvectormap-legend-title { + font-weight: bold; + font-size: 14px; + text-align: center; +} + +.jvectormap-legend-cnt { + position: absolute; +} + +.jvectormap-legend-cnt-h { + bottom: 0; + right: 0; +} + +.jvectormap-legend-cnt-v { + top: 0; + right: 0; +} + +.jvectormap-legend { + background: black; + color: white; + border-radius: 3px; +} + +.jvectormap-legend-cnt-h .jvectormap-legend { + float: left; + margin: 0 10px 10px 0; + padding: 3px 3px 1px 3px; +} + +.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick { + float: left; +} + +.jvectormap-legend-cnt-v .jvectormap-legend { + margin: 10px 10px 0 0; + padding: 3px; +} + +.jvectormap-legend-cnt-h .jvectormap-legend-tick { + width: 40px; +} + +.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample { + height: 15px; +} + +.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample { + height: 20px; + width: 20px; + display: inline-block; + vertical-align: middle; +} + +.jvectormap-legend-tick-text { + font-size: 12px; +} + +.jvectormap-legend-cnt-h .jvectormap-legend-tick-text { + text-align: center; +} + +.jvectormap-legend-cnt-v .jvectormap-legend-tick-text { + display: inline-block; + vertical-align: middle; + line-height: 20px; + padding-left: 3px; +} \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/home/morris.css b/src/main/webapp/plug-in/themes/adminlte/css/home/morris.css new file mode 100644 index 00000000..4891b83e --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/home/morris.css @@ -0,0 +1,2 @@ +.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0} +.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0} \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/css/ionicons.min.css b/src/main/webapp/plug-in/themes/adminlte/css/ionicons.min.css new file mode 100644 index 00000000..baba9e93 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/css/ionicons.min.css @@ -0,0 +1,11 @@ +@charset "UTF-8";/*! + Ionicons, v2.0.0 + Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ + https://twitter.com/benjsperry https://twitter.com/ionicframework + MIT License: https://github.com/driftyco/ionicons + + Android-style icons originally built by Google鈥檚 + Material Design Icons: https://github.com/google/material-design-icons + used under CC BY http://creativecommons.org/licenses/by/4.0/ + Modified icons to fit ionicon鈥檚 grid from original. +*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.0");src:url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons.woff?v=2.0.0") format("woff"),url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"} diff --git a/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.eot b/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.eot new file mode 100644 index 00000000..92a3f20a Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.eot differ diff --git a/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.svg b/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.svg new file mode 100644 index 00000000..49fc8f36 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.svg @@ -0,0 +1,2230 @@ + + + + + +Created by FontForge 20120731 at Thu Dec 4 09:51:48 2014 + By Adam Bradley +Created by Adam Bradley with FontForge 2.0 (http://fontforge.sf.net) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.ttf b/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.ttf new file mode 100644 index 00000000..c4e46324 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.ttf differ diff --git a/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.woff b/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.woff new file mode 100644 index 00000000..5f3a14e0 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/fonts/ionicons.woff differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/avatar.png b/src/main/webapp/plug-in/themes/adminlte/images/avatar.png new file mode 100644 index 00000000..55d63064 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/avatar.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/avatar04.png b/src/main/webapp/plug-in/themes/adminlte/images/avatar04.png new file mode 100644 index 00000000..ef35fecc Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/avatar04.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/avatar2.png b/src/main/webapp/plug-in/themes/adminlte/images/avatar2.png new file mode 100644 index 00000000..26a4d22d Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/avatar2.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/avatar3.png b/src/main/webapp/plug-in/themes/adminlte/images/avatar3.png new file mode 100644 index 00000000..c3bf8a57 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/avatar3.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/avatar5.png b/src/main/webapp/plug-in/themes/adminlte/images/avatar5.png new file mode 100644 index 00000000..c561fc16 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/avatar5.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/credit/american-express.png b/src/main/webapp/plug-in/themes/adminlte/images/credit/american-express.png new file mode 100644 index 00000000..fe01a2dc Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/credit/american-express.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/credit/cirrus.png b/src/main/webapp/plug-in/themes/adminlte/images/credit/cirrus.png new file mode 100644 index 00000000..643a7d52 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/credit/cirrus.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/credit/mastercard.png b/src/main/webapp/plug-in/themes/adminlte/images/credit/mastercard.png new file mode 100644 index 00000000..de112cc3 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/credit/mastercard.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/credit/mestro.png b/src/main/webapp/plug-in/themes/adminlte/images/credit/mestro.png new file mode 100644 index 00000000..09adda74 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/credit/mestro.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/credit/paypal.png b/src/main/webapp/plug-in/themes/adminlte/images/credit/paypal.png new file mode 100644 index 00000000..bb1e8bad Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/credit/paypal.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/credit/paypal2.png b/src/main/webapp/plug-in/themes/adminlte/images/credit/paypal2.png new file mode 100644 index 00000000..3bdf1ed5 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/credit/paypal2.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/credit/visa.png b/src/main/webapp/plug-in/themes/adminlte/images/credit/visa.png new file mode 100644 index 00000000..2ef83fb6 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/credit/visa.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/default-50x50.gif b/src/main/webapp/plug-in/themes/adminlte/images/default-50x50.gif new file mode 100644 index 00000000..2f5a14a5 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/default-50x50.gif differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/icons.png b/src/main/webapp/plug-in/themes/adminlte/images/icons.png new file mode 100644 index 00000000..d47bc150 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/icons.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/loading/loading-spinner-blue.gif b/src/main/webapp/plug-in/themes/adminlte/images/loading/loading-spinner-blue.gif new file mode 100644 index 00000000..c8c451e6 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/loading/loading-spinner-blue.gif differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/loading/loading-spinner-default.gif b/src/main/webapp/plug-in/themes/adminlte/images/loading/loading-spinner-default.gif new file mode 100644 index 00000000..68b466da Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/loading/loading-spinner-default.gif differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/loading/loading-spinner-grey.gif b/src/main/webapp/plug-in/themes/adminlte/images/loading/loading-spinner-grey.gif new file mode 100644 index 00000000..6d614d3d Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/loading/loading-spinner-grey.gif differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/loading/loading.gif b/src/main/webapp/plug-in/themes/adminlte/images/loading/loading.gif new file mode 100644 index 00000000..29bbff00 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/loading/loading.gif differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/photo1.png b/src/main/webapp/plug-in/themes/adminlte/images/photo1.png new file mode 100644 index 00000000..c1922b46 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/photo1.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/photo2.png b/src/main/webapp/plug-in/themes/adminlte/images/photo2.png new file mode 100644 index 00000000..f4c3b007 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/photo2.png differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/photo3.jpg b/src/main/webapp/plug-in/themes/adminlte/images/photo3.jpg new file mode 100644 index 00000000..63daa811 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/photo3.jpg differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/photo4.jpg b/src/main/webapp/plug-in/themes/adminlte/images/photo4.jpg new file mode 100644 index 00000000..c700ef36 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/photo4.jpg differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/user1-128x128.jpg b/src/main/webapp/plug-in/themes/adminlte/images/user1-128x128.jpg new file mode 100644 index 00000000..b0ae99a3 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/user1-128x128.jpg differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/user2-160x160.jpg b/src/main/webapp/plug-in/themes/adminlte/images/user2-160x160.jpg new file mode 100644 index 00000000..aec74cb2 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/user2-160x160.jpg differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/user3-128x128.jpg b/src/main/webapp/plug-in/themes/adminlte/images/user3-128x128.jpg new file mode 100644 index 00000000..caf5f966 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/user3-128x128.jpg differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/user4-128x128.jpg b/src/main/webapp/plug-in/themes/adminlte/images/user4-128x128.jpg new file mode 100644 index 00000000..eb8e2bb7 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/user4-128x128.jpg differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/user5-128x128.jpg b/src/main/webapp/plug-in/themes/adminlte/images/user5-128x128.jpg new file mode 100644 index 00000000..b637aad7 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/user5-128x128.jpg differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/user6-128x128.jpg b/src/main/webapp/plug-in/themes/adminlte/images/user6-128x128.jpg new file mode 100644 index 00000000..3ac24681 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/user6-128x128.jpg differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/user7-128x128.jpg b/src/main/webapp/plug-in/themes/adminlte/images/user7-128x128.jpg new file mode 100644 index 00000000..97febc29 Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/user7-128x128.jpg differ diff --git a/src/main/webapp/plug-in/themes/adminlte/images/user8-128x128.jpg b/src/main/webapp/plug-in/themes/adminlte/images/user8-128x128.jpg new file mode 100644 index 00000000..6e717b4a Binary files /dev/null and b/src/main/webapp/plug-in/themes/adminlte/images/user8-128x128.jpg differ diff --git a/src/main/webapp/plug-in/themes/adminlte/js/adminlte.js b/src/main/webapp/plug-in/themes/adminlte/js/adminlte.js new file mode 100644 index 00000000..2fb97996 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/js/adminlte.js @@ -0,0 +1,1130 @@ +/*! AdminLTE app.js +* ================ +* Main JS application file for AdminLTE v2. This file +* should be included in all pages. It controls some layout +* options and implements exclusive AdminLTE plugins. +* +* @Author Almsaeed Studio +* @Support +* @Email +* @version 2.4.5 +* @repository git://github.com/almasaeed2010/AdminLTE.git +* @license MIT +*/ + +// Make sure jQuery has been loaded +if (typeof jQuery === 'undefined') { +throw new Error('AdminLTE requires jQuery') +} + +/* BoxRefresh() + * ========= + * Adds AJAX content control to a box. + * + * @Usage: $('#my-box').boxRefresh(options) + * or add [data-widget="box-refresh"] to the box element + * Pass any option as data-option="value" + */ ++function ($) { + 'use strict'; + + var DataKey = 'lte.boxrefresh'; + + var Default = { + source : '', + params : {}, + trigger : '.refresh-btn', + content : '.box-body', + loadInContent : true, + responseType : '', + overlayTemplate: '
        ', + onLoadStart : function () { + }, + onLoadDone : function (response) { + return response; + } + }; + + var Selector = { + data: '[data-widget="box-refresh"]' + }; + + // BoxRefresh Class Definition + // ========================= + var BoxRefresh = function (element, options) { + this.element = element; + this.options = options; + this.$overlay = $(options.overlay); + + if (options.source === '') { + throw new Error('Source url was not defined. Please specify a url in your BoxRefresh source option.'); + } + + this._setUpListeners(); + this.load(); + }; + + BoxRefresh.prototype.load = function () { + this._addOverlay(); + this.options.onLoadStart.call($(this)); + + $.get(this.options.source, this.options.params, function (response) { + if (this.options.loadInContent) { + $(this.options.content).html(response); + } + this.options.onLoadDone.call($(this), response); + this._removeOverlay(); + }.bind(this), this.options.responseType !== '' && this.options.responseType); + }; + + // Private + + BoxRefresh.prototype._setUpListeners = function () { + $(this.element).on('click', Selector.trigger, function (event) { + if (event) event.preventDefault(); + this.load(); + }.bind(this)); + }; + + BoxRefresh.prototype._addOverlay = function () { + $(this.element).append(this.$overlay); + }; + + BoxRefresh.prototype._removeOverlay = function () { + $(this.element).remove(this.$overlay); + }; + + // Plugin Definition + // ================= + function Plugin(option) { + return this.each(function () { + var $this = $(this); + var data = $this.data(DataKey); + + if (!data) { + var options = $.extend({}, Default, $this.data(), typeof option == 'object' && option); + $this.data(DataKey, (data = new BoxRefresh($this, options))); + } + + if (typeof data == 'string') { + if (typeof data[option] == 'undefined') { + throw new Error('No method named ' + option); + } + data[option](); + } + }); + } + + var old = $.fn.boxRefresh; + + $.fn.boxRefresh = Plugin; + $.fn.boxRefresh.Constructor = BoxRefresh; + + // No Conflict Mode + // ================ + $.fn.boxRefresh.noConflict = function () { + $.fn.boxRefresh = old; + return this; + }; + + // BoxRefresh Data API + // ================= + $(window).on('load', function () { + $(Selector.data).each(function () { + Plugin.call($(this)); + }); + }); + +}(jQuery); + + +/* BoxWidget() + * ====== + * Adds box widget functions to boxes. + * + * @Usage: $('.my-box').boxWidget(options) + * This plugin auto activates on any element using the `.box` class + * Pass any option as data-option="value" + */ ++function ($) { + 'use strict'; + + var DataKey = 'lte.boxwidget'; + + var Default = { + animationSpeed : 500, + collapseTrigger: '[data-widget="collapse"]', + removeTrigger : '[data-widget="remove"]', + collapseIcon : 'fa-minus', + expandIcon : 'fa-plus', + removeIcon : 'fa-times' + }; + + var Selector = { + data : '.box', + collapsed: '.collapsed-box', + header : '.box-header', + body : '.box-body', + footer : '.box-footer', + tools : '.box-tools' + }; + + var ClassName = { + collapsed: 'collapsed-box' + }; + + var Event = { + collapsed: 'collapsed.boxwidget', + expanded : 'expanded.boxwidget', + removed : 'removed.boxwidget' + }; + + // BoxWidget Class Definition + // ===================== + var BoxWidget = function (element, options) { + this.element = element; + this.options = options; + + this._setUpListeners(); + }; + + BoxWidget.prototype.toggle = function () { + var isOpen = !$(this.element).is(Selector.collapsed); + + if (isOpen) { + this.collapse(); + } else { + this.expand(); + } + }; + + BoxWidget.prototype.expand = function () { + var expandedEvent = $.Event(Event.expanded); + var collapseIcon = this.options.collapseIcon; + var expandIcon = this.options.expandIcon; + + $(this.element).removeClass(ClassName.collapsed); + + $(this.element) + .children(Selector.header + ', ' + Selector.body + ', ' + Selector.footer) + .children(Selector.tools) + .find('.' + expandIcon) + .removeClass(expandIcon) + .addClass(collapseIcon); + + $(this.element).children(Selector.body + ', ' + Selector.footer) + .slideDown(this.options.animationSpeed, function () { + $(this.element).trigger(expandedEvent); + }.bind(this)); + }; + + BoxWidget.prototype.collapse = function () { + var collapsedEvent = $.Event(Event.collapsed); + var collapseIcon = this.options.collapseIcon; + var expandIcon = this.options.expandIcon; + + $(this.element) + .children(Selector.header + ', ' + Selector.body + ', ' + Selector.footer) + .children(Selector.tools) + .find('.' + collapseIcon) + .removeClass(collapseIcon) + .addClass(expandIcon); + + $(this.element).children(Selector.body + ', ' + Selector.footer) + .slideUp(this.options.animationSpeed, function () { + $(this.element).addClass(ClassName.collapsed); + $(this.element).trigger(collapsedEvent); + }.bind(this)); + }; + + BoxWidget.prototype.remove = function () { + var removedEvent = $.Event(Event.removed); + + $(this.element).slideUp(this.options.animationSpeed, function () { + $(this.element).trigger(removedEvent); + $(this.element).remove(); + }.bind(this)); + }; + + // Private + + BoxWidget.prototype._setUpListeners = function () { + var that = this; + + $(this.element).on('click', this.options.collapseTrigger, function (event) { + if (event) event.preventDefault(); + that.toggle($(this)); + return false; + }); + + $(this.element).on('click', this.options.removeTrigger, function (event) { + if (event) event.preventDefault(); + that.remove($(this)); + return false; + }); + }; + + // Plugin Definition + // ================= + function Plugin(option) { + return this.each(function () { + var $this = $(this); + var data = $this.data(DataKey); + + if (!data) { + var options = $.extend({}, Default, $this.data(), typeof option == 'object' && option); + $this.data(DataKey, (data = new BoxWidget($this, options))); + } + + if (typeof option == 'string') { + if (typeof data[option] == 'undefined') { + throw new Error('No method named ' + option); + } + data[option](); + } + }); + } + + var old = $.fn.boxWidget; + + $.fn.boxWidget = Plugin; + $.fn.boxWidget.Constructor = BoxWidget; + + // No Conflict Mode + // ================ + $.fn.boxWidget.noConflict = function () { + $.fn.boxWidget = old; + return this; + }; + + // BoxWidget Data API + // ================== + $(window).on('load', function () { + $(Selector.data).each(function () { + Plugin.call($(this)); + }); + }); +}(jQuery); + + +/* ControlSidebar() + * =============== + * Toggles the state of the control sidebar + * + * @Usage: $('#control-sidebar-trigger').controlSidebar(options) + * or add [data-toggle="control-sidebar"] to the trigger + * Pass any option as data-option="value" + */ ++function ($) { + 'use strict'; + + var DataKey = 'lte.controlsidebar'; + + var Default = { + slide: true + }; + + var Selector = { + sidebar: '.control-sidebar', + data : '[data-toggle="control-sidebar"]', + open : '.control-sidebar-open', + bg : '.control-sidebar-bg', + wrapper: '.wrapper', + content: '.content-wrapper', + boxed : '.layout-boxed' + }; + + var ClassName = { + open : 'control-sidebar-open', + fixed: 'fixed' + }; + + var Event = { + collapsed: 'collapsed.controlsidebar', + expanded : 'expanded.controlsidebar' + }; + + // ControlSidebar Class Definition + // =============================== + var ControlSidebar = function (element, options) { + this.element = element; + this.options = options; + this.hasBindedResize = false; + + this.init(); + }; + + ControlSidebar.prototype.init = function () { + // Add click listener if the element hasn't been + // initialized using the data API + if (!$(this.element).is(Selector.data)) { + $(this).on('click', this.toggle); + } + + this.fix(); + $(window).resize(function () { + this.fix(); + }.bind(this)); + }; + + ControlSidebar.prototype.toggle = function (event) { + if (event) event.preventDefault(); + + this.fix(); + + if (!$(Selector.sidebar).is(Selector.open) && !$('body').is(Selector.open)) { + this.expand(); + } else { + this.collapse(); + } + }; + + ControlSidebar.prototype.expand = function () { + if (!this.options.slide) { + $('body').addClass(ClassName.open); + } else { + $(Selector.sidebar).addClass(ClassName.open); + } + + $(this.element).trigger($.Event(Event.expanded)); + }; + + ControlSidebar.prototype.collapse = function () { + $('body, ' + Selector.sidebar).removeClass(ClassName.open); + $(this.element).trigger($.Event(Event.collapsed)); + }; + + ControlSidebar.prototype.fix = function () { + if ($('body').is(Selector.boxed)) { + this._fixForBoxed($(Selector.bg)); + } + }; + + // Private + + ControlSidebar.prototype._fixForBoxed = function (bg) { + bg.css({ + position: 'absolute', + height : $(Selector.wrapper).height() + }); + }; + + // Plugin Definition + // ================= + function Plugin(option) { + return this.each(function () { + var $this = $(this); + var data = $this.data(DataKey); + + if (!data) { + var options = $.extend({}, Default, $this.data(), typeof option == 'object' && option); + $this.data(DataKey, (data = new ControlSidebar($this, options))); + } + + if (typeof option == 'string') data.toggle(); + }); + } + + var old = $.fn.controlSidebar; + + $.fn.controlSidebar = Plugin; + $.fn.controlSidebar.Constructor = ControlSidebar; + + // No Conflict Mode + // ================ + $.fn.controlSidebar.noConflict = function () { + $.fn.controlSidebar = old; + return this; + }; + + // ControlSidebar Data API + // ======================= + $(document).on('click', Selector.data, function (event) { + if (event) event.preventDefault(); + Plugin.call($(this), 'toggle'); + }); + +}(jQuery); + + +/* DirectChat() + * =============== + * Toggles the state of the control sidebar + * + * @Usage: $('#my-chat-box').directChat() + * or add [data-widget="direct-chat"] to the trigger + */ ++function ($) { + 'use strict'; + + var DataKey = 'lte.directchat'; + + var Selector = { + data: '[data-widget="chat-pane-toggle"]', + box : '.direct-chat' + }; + + var ClassName = { + open: 'direct-chat-contacts-open' + }; + + // DirectChat Class Definition + // =========================== + var DirectChat = function (element) { + this.element = element; + }; + + DirectChat.prototype.toggle = function ($trigger) { + $trigger.parents(Selector.box).first().toggleClass(ClassName.open); + }; + + // Plugin Definition + // ================= + function Plugin(option) { + return this.each(function () { + var $this = $(this); + var data = $this.data(DataKey); + + if (!data) { + $this.data(DataKey, (data = new DirectChat($this))); + } + + if (typeof option == 'string') data.toggle($this); + }); + } + + var old = $.fn.directChat; + + $.fn.directChat = Plugin; + $.fn.directChat.Constructor = DirectChat; + + // No Conflict Mode + // ================ + $.fn.directChat.noConflict = function () { + $.fn.directChat = old; + return this; + }; + + // DirectChat Data API + // =================== + $(document).on('click', Selector.data, function (event) { + if (event) event.preventDefault(); + Plugin.call($(this), 'toggle'); + }); + +}(jQuery); + + +/* Layout() + * ======== + * Implements AdminLTE layout. + * Fixes the layout height in case min-height fails. + * + * @usage activated automatically upon window load. + * Configure any options by passing data-option="value" + * to the body tag. + */ ++function ($) { + 'use strict'; + + var DataKey = 'lte.layout'; + + var Default = { + slimscroll : true, + resetHeight: true + }; + + var Selector = { + wrapper : '.wrapper', + contentWrapper: '.content-wrapper', + layoutBoxed : '.layout-boxed', + mainFooter : '.main-footer', + mainHeader : '.main-header', + sidebar : '.sidebar', + controlSidebar: '.control-sidebar', + fixed : '.fixed', + sidebarMenu : '.sidebar-menu', + logo : '.main-header .logo' + }; + + var ClassName = { + fixed : 'fixed', + holdTransition: 'hold-transition' + }; + + var Layout = function (options) { + this.options = options; + this.bindedResize = false; + this.activate(); + }; + + Layout.prototype.activate = function () { + this.fix(); + this.fixSidebar(); + + $('body').removeClass(ClassName.holdTransition); + + if (this.options.resetHeight) { + $('body, html, ' + Selector.wrapper).css({ + 'height' : 'auto', + 'min-height': '100%' + }); + } + + if (!this.bindedResize) { + $(window).resize(function () { + this.fix(); + this.fixSidebar(); + + $(Selector.logo + ', ' + Selector.sidebar).one('webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend', function () { + this.fix(); + this.fixSidebar(); + }.bind(this)); + }.bind(this)); + + this.bindedResize = true; + } + + $(Selector.sidebarMenu).on('expanded.tree', function () { + this.fix(); + this.fixSidebar(); + }.bind(this)); + + $(Selector.sidebarMenu).on('collapsed.tree', function () { + this.fix(); + this.fixSidebar(); + }.bind(this)); + }; + + Layout.prototype.fix = function () { + // Remove overflow from .wrapper if layout-boxed exists + $(Selector.layoutBoxed + ' > ' + Selector.wrapper).css('overflow', 'hidden'); + + // Get window height and the wrapper height + var footerHeight = $(Selector.mainFooter).outerHeight() || 0; + var headerHeight = $(Selector.mainHeader).outerHeight() || 0; + var neg = headerHeight + footerHeight; + var windowHeight = $(window).height(); + var sidebarHeight = $(Selector.sidebar).height() || 0; + + // Set the min-height of the content and sidebar based on + // the height of the document. + if ($('body').hasClass(ClassName.fixed)) { + $(Selector.contentWrapper).css('min-height', windowHeight - footerHeight); + } else { + var postSetHeight; + + if (windowHeight >= sidebarHeight) { + $(Selector.contentWrapper).css('min-height', windowHeight - neg); + postSetHeight = windowHeight - neg; + } else { + $(Selector.contentWrapper).css('min-height', sidebarHeight); + postSetHeight = sidebarHeight; + } + + // Fix for the control sidebar height + var $controlSidebar = $(Selector.controlSidebar); + if (typeof $controlSidebar !== 'undefined') { + if ($controlSidebar.height() > postSetHeight) + $(Selector.contentWrapper).css('min-height', $controlSidebar.height()); + } + } + }; + + Layout.prototype.fixSidebar = function () { + // Make sure the body tag has the .fixed class + if (!$('body').hasClass(ClassName.fixed)) { + if (typeof $.fn.slimScroll !== 'undefined') { + $(Selector.sidebar).slimScroll({ destroy: true }).height('auto'); + } + return; + } + + // Enable slimscroll for fixed layout + if (this.options.slimscroll) { + if (typeof $.fn.slimScroll !== 'undefined') { + // Destroy if it exists + // $(Selector.sidebar).slimScroll({ destroy: true }).height('auto') + + // Add slimscroll + $(Selector.sidebar).slimScroll({ + height: ($(window).height() - $(Selector.mainHeader).height()) + 'px' + }); + } + } + }; + + // Plugin Definition + // ================= + function Plugin(option) { + return this.each(function () { + var $this = $(this); + var data = $this.data(DataKey); + + if (!data) { + var options = $.extend({}, Default, $this.data(), typeof option === 'object' && option); + $this.data(DataKey, (data = new Layout(options))); + } + + if (typeof option === 'string') { + if (typeof data[option] === 'undefined') { + throw new Error('No method named ' + option); + } + data[option](); + } + }); + } + + var old = $.fn.layout; + + $.fn.layout = Plugin; + $.fn.layout.Constuctor = Layout; + + // No conflict mode + // ================ + $.fn.layout.noConflict = function () { + $.fn.layout = old; + return this; + }; + + // Layout DATA-API + // =============== + $(window).on('load', function () { + Plugin.call($('body')); + }); +}(jQuery); + + +/* PushMenu() + * ========== + * Adds the push menu functionality to the sidebar. + * + * @usage: $('.btn').pushMenu(options) + * or add [data-toggle="push-menu"] to any button + * Pass any option as data-option="value" + */ ++function ($) { + 'use strict'; + + var DataKey = 'lte.pushmenu'; + + var Default = { + collapseScreenSize : 767, + expandOnHover : false, + expandTransitionDelay: 200 + }; + + var Selector = { + collapsed : '.sidebar-collapse', + open : '.sidebar-open', + mainSidebar : '.main-sidebar', + contentWrapper: '.content-wrapper', + searchInput : '.sidebar-form .form-control', + button : '[data-toggle="push-menu"]', + mini : '.sidebar-mini', + expanded : '.sidebar-expanded-on-hover', + layoutFixed : '.fixed' + }; + + var ClassName = { + collapsed : 'sidebar-collapse', + open : 'sidebar-open', + mini : 'sidebar-mini', + expanded : 'sidebar-expanded-on-hover', + expandFeature: 'sidebar-mini-expand-feature', + layoutFixed : 'fixed' + }; + + var Event = { + expanded : 'expanded.pushMenu', + collapsed: 'collapsed.pushMenu' + }; + + // PushMenu Class Definition + // ========================= + var PushMenu = function (options) { + this.options = options; + this.init(); + }; + + PushMenu.prototype.init = function () { + if (this.options.expandOnHover + || ($('body').is(Selector.mini + Selector.layoutFixed))) { + this.expandOnHover(); + $('body').addClass(ClassName.expandFeature); + } + + $(Selector.contentWrapper).click(function () { + // Enable hide menu when clicking on the content-wrapper on small screens + if ($(window).width() <= this.options.collapseScreenSize && $('body').hasClass(ClassName.open)) { + this.close(); + } + }.bind(this)); + + // __Fix for android devices + $(Selector.searchInput).click(function (e) { + e.stopPropagation(); + }); + }; + + PushMenu.prototype.toggle = function () { + var windowWidth = $(window).width(); + var isOpen = !$('body').hasClass(ClassName.collapsed); + + if (windowWidth <= this.options.collapseScreenSize) { + isOpen = $('body').hasClass(ClassName.open); + } + + if (!isOpen) { + this.open(); + } else { + this.close(); + } + }; + + PushMenu.prototype.open = function () { + var windowWidth = $(window).width(); + + if (windowWidth > this.options.collapseScreenSize) { + $('body').removeClass(ClassName.collapsed) + .trigger($.Event(Event.expanded)); + } + else { + $('body').addClass(ClassName.open) + .trigger($.Event(Event.expanded)); + } + }; + + PushMenu.prototype.close = function () { + var windowWidth = $(window).width(); + if (windowWidth > this.options.collapseScreenSize) { + $('body').addClass(ClassName.collapsed) + .trigger($.Event(Event.collapsed)); + } else { + $('body').removeClass(ClassName.open + ' ' + ClassName.collapsed) + .trigger($.Event(Event.collapsed)); + } + }; + + PushMenu.prototype.expandOnHover = function () { + $(Selector.mainSidebar).hover(function () { + if ($('body').is(Selector.mini + Selector.collapsed) + && $(window).width() > this.options.collapseScreenSize) { + this.expand(); + } + }.bind(this), function () { + if ($('body').is(Selector.expanded)) { + this.collapse(); + } + }.bind(this)); + }; + + PushMenu.prototype.expand = function () { + setTimeout(function () { + $('body').removeClass(ClassName.collapsed) + .addClass(ClassName.expanded); + }, this.options.expandTransitionDelay); + }; + + PushMenu.prototype.collapse = function () { + setTimeout(function () { + $('body').removeClass(ClassName.expanded) + .addClass(ClassName.collapsed); + }, this.options.expandTransitionDelay); + }; + + // PushMenu Plugin Definition + // ========================== + function Plugin(option) { + return this.each(function () { + var $this = $(this); + var data = $this.data(DataKey); + + if (!data) { + var options = $.extend({}, Default, $this.data(), typeof option == 'object' && option); + $this.data(DataKey, (data = new PushMenu(options))); + } + + if (option === 'toggle') data.toggle(); + }); + } + + var old = $.fn.pushMenu; + + $.fn.pushMenu = Plugin; + $.fn.pushMenu.Constructor = PushMenu; + + // No Conflict Mode + // ================ + $.fn.pushMenu.noConflict = function () { + $.fn.pushMenu = old; + return this; + }; + + // Data API + // ======== + $(document).on('click', Selector.button, function (e) { + e.preventDefault(); + Plugin.call($(this), 'toggle'); + }); + $(window).on('load', function () { + Plugin.call($(Selector.button)); + }); +}(jQuery); + + +/* TodoList() + * ========= + * Converts a list into a todoList. + * + * @Usage: $('.my-list').todoList(options) + * or add [data-widget="todo-list"] to the ul element + * Pass any option as data-option="value" + */ ++function ($) { + 'use strict'; + + var DataKey = 'lte.todolist'; + + var Default = { + onCheck : function (item) { + return item; + }, + onUnCheck: function (item) { + return item; + } + }; + + var Selector = { + data: '[data-widget="todo-list"]' + }; + + var ClassName = { + done: 'done' + }; + + // TodoList Class Definition + // ========================= + var TodoList = function (element, options) { + this.element = element; + this.options = options; + + this._setUpListeners(); + }; + + TodoList.prototype.toggle = function (item) { + item.parents(Selector.li).first().toggleClass(ClassName.done); + if (!item.prop('checked')) { + this.unCheck(item); + return; + } + + this.check(item); + }; + + TodoList.prototype.check = function (item) { + this.options.onCheck.call(item); + }; + + TodoList.prototype.unCheck = function (item) { + this.options.onUnCheck.call(item); + }; + + // Private + + TodoList.prototype._setUpListeners = function () { + var that = this; + $(this.element).on('change ifChanged', 'input:checkbox', function () { + that.toggle($(this)); + }); + }; + + // Plugin Definition + // ================= + function Plugin(option) { + return this.each(function () { + var $this = $(this); + var data = $this.data(DataKey); + + if (!data) { + var options = $.extend({}, Default, $this.data(), typeof option == 'object' && option); + $this.data(DataKey, (data = new TodoList($this, options))); + } + + if (typeof data == 'string') { + if (typeof data[option] == 'undefined') { + throw new Error('No method named ' + option); + } + data[option](); + } + }); + } + + var old = $.fn.todoList; + + $.fn.todoList = Plugin; + $.fn.todoList.Constructor = TodoList; + + // No Conflict Mode + // ================ + $.fn.todoList.noConflict = function () { + $.fn.todoList = old; + return this; + }; + + // TodoList Data API + // ================= + $(window).on('load', function () { + $(Selector.data).each(function () { + Plugin.call($(this)); + }); + }); + +}(jQuery); + + +/* Tree() + * ====== + * Converts a nested list into a multilevel + * tree view menu. + * + * @Usage: $('.my-menu').tree(options) + * or add [data-widget="tree"] to the ul element + * Pass any option as data-option="value" + */ ++function ($) { + 'use strict'; + + var DataKey = 'lte.tree'; + + var Default = { + animationSpeed: 500, + accordion : true, + followLink : false, + trigger : '.treeview a' + }; + + var Selector = { + tree : '.tree', + treeview : '.treeview', + treeviewMenu: '.treeview-menu', + open : '.menu-open, .active', + li : 'li', + data : '[data-widget="tree"]', + active : '.active' + }; + + var ClassName = { + open: 'menu-open', + tree: 'tree' + }; + + var Event = { + collapsed: 'collapsed.tree', + expanded : 'expanded.tree' + }; + + // Tree Class Definition + // ===================== + var Tree = function (element, options) { + this.element = element; + this.options = options; + + $(this.element).addClass(ClassName.tree); + + $(Selector.treeview + Selector.active, this.element).addClass(ClassName.open); + + this._setUpListeners(); + }; + + Tree.prototype.toggle = function (link, event) { + var treeviewMenu = link.next(Selector.treeviewMenu); + var parentLi = link.parent(); + var isOpen = parentLi.hasClass(ClassName.open); + + if (!parentLi.is(Selector.treeview)) { + return; + } + + if (!this.options.followLink || link.attr('href') === '#') { + event.preventDefault(); + } + + if (isOpen) { + this.collapse(treeviewMenu, parentLi); + } else { + this.expand(treeviewMenu, parentLi); + } + }; + + Tree.prototype.expand = function (tree, parent) { + var expandedEvent = $.Event(Event.expanded); + + if (this.options.accordion) { + var openMenuLi = parent.siblings(Selector.open); + var openTree = openMenuLi.children(Selector.treeviewMenu); + this.collapse(openTree, openMenuLi); + } + + parent.addClass(ClassName.open); + tree.slideDown(this.options.animationSpeed, function () { + $(this.element).trigger(expandedEvent); + }.bind(this)); + }; + + Tree.prototype.collapse = function (tree, parentLi) { + var collapsedEvent = $.Event(Event.collapsed); + + //tree.find(Selector.open).removeClass(ClassName.open); + parentLi.removeClass(ClassName.open); + tree.slideUp(this.options.animationSpeed, function () { + //tree.find(Selector.open + ' > ' + Selector.treeview).slideUp(); + $(this.element).trigger(collapsedEvent); + }.bind(this)); + }; + + // Private + + Tree.prototype._setUpListeners = function () { + var that = this; + + $(this.element).on('click', this.options.trigger, function (event) { + that.toggle($(this), event); + }); + }; + + // Plugin Definition + // ================= + function Plugin(option) { + return this.each(function () { + var $this = $(this); + var data = $this.data(DataKey); + + if (!data) { + var options = $.extend({}, Default, $this.data(), typeof option == 'object' && option); + $this.data(DataKey, new Tree($this, options)); + } + }); + } + + var old = $.fn.tree; + + $.fn.tree = Plugin; + $.fn.tree.Constructor = Tree; + + // No Conflict Mode + // ================ + $.fn.tree.noConflict = function () { + $.fn.tree = old; + return this; + }; + + // Tree Data API + // ============= + $(window).on('load', function () { + $(Selector.data).each(function () { + Plugin.call($(this)); + }); + }); + +}(jQuery); diff --git a/src/main/webapp/plug-in/themes/adminlte/js/adminlte.min.js b/src/main/webapp/plug-in/themes/adminlte/js/adminlte.min.js new file mode 100644 index 00000000..a6b32185 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/js/adminlte.min.js @@ -0,0 +1,14 @@ +/*! AdminLTE app.js +* ================ +* Main JS application file for AdminLTE v2. This file +* should be included in all pages. It controls some layout +* options and implements exclusive AdminLTE plugins. +* +* @Author Almsaeed Studio +* @Support +* @Email +* @version 2.4.5 +* @repository git://github.com/almasaeed2010/AdminLTE.git +* @license MIT +*/ +if("undefined"==typeof jQuery)throw new Error("AdminLTE requires jQuery");+function(a){"use strict";function b(b){return this.each(function(){var e=a(this),g=e.data(c);if(!g){var h=a.extend({},d,e.data(),"object"==typeof b&&b);e.data(c,g=new f(e,h))}if("string"==typeof g){if(void 0===g[b])throw new Error("No method named "+b);g[b]()}})}var c="lte.boxrefresh",d={source:"",params:{},trigger:".refresh-btn",content:".box-body",loadInContent:!0,responseType:"",overlayTemplate:'
        ',onLoadStart:function(){},onLoadDone:function(a){return a}},e={data:'[data-widget="box-refresh"]'},f=function(b,c){if(this.element=b,this.options=c,this.$overlay=a(c.overlay),""===c.source)throw new Error("Source url was not defined. Please specify a url in your BoxRefresh source option.");this._setUpListeners(),this.load()};f.prototype.load=function(){this._addOverlay(),this.options.onLoadStart.call(a(this)),a.get(this.options.source,this.options.params,function(b){this.options.loadInContent&&a(this.options.content).html(b),this.options.onLoadDone.call(a(this),b),this._removeOverlay()}.bind(this),""!==this.options.responseType&&this.options.responseType)},f.prototype._setUpListeners=function(){a(this.element).on("click",e.trigger,function(a){a&&a.preventDefault(),this.load()}.bind(this))},f.prototype._addOverlay=function(){a(this.element).append(this.$overlay)},f.prototype._removeOverlay=function(){a(this.element).remove(this.$overlay)};var g=a.fn.boxRefresh;a.fn.boxRefresh=b,a.fn.boxRefresh.Constructor=f,a.fn.boxRefresh.noConflict=function(){return a.fn.boxRefresh=g,this},a(window).on("load",function(){a(e.data).each(function(){b.call(a(this))})})}(jQuery),function(a){"use strict";function b(b){return this.each(function(){var e=a(this),f=e.data(c);if(!f){var g=a.extend({},d,e.data(),"object"==typeof b&&b);e.data(c,f=new h(e,g))}if("string"==typeof b){if(void 0===f[b])throw new Error("No method named "+b);f[b]()}})}var c="lte.boxwidget",d={animationSpeed:500,collapseTrigger:'[data-widget="collapse"]',removeTrigger:'[data-widget="remove"]',collapseIcon:"fa-minus",expandIcon:"fa-plus",removeIcon:"fa-times"},e={data:".box",collapsed:".collapsed-box",header:".box-header",body:".box-body",footer:".box-footer",tools:".box-tools"},f={collapsed:"collapsed-box"},g={collapsed:"collapsed.boxwidget",expanded:"expanded.boxwidget",removed:"removed.boxwidget"},h=function(a,b){this.element=a,this.options=b,this._setUpListeners()};h.prototype.toggle=function(){a(this.element).is(e.collapsed)?this.expand():this.collapse()},h.prototype.expand=function(){var b=a.Event(g.expanded),c=this.options.collapseIcon,d=this.options.expandIcon;a(this.element).removeClass(f.collapsed),a(this.element).children(e.header+", "+e.body+", "+e.footer).children(e.tools).find("."+d).removeClass(d).addClass(c),a(this.element).children(e.body+", "+e.footer).slideDown(this.options.animationSpeed,function(){a(this.element).trigger(b)}.bind(this))},h.prototype.collapse=function(){var b=a.Event(g.collapsed),c=this.options.collapseIcon,d=this.options.expandIcon;a(this.element).children(e.header+", "+e.body+", "+e.footer).children(e.tools).find("."+c).removeClass(c).addClass(d),a(this.element).children(e.body+", "+e.footer).slideUp(this.options.animationSpeed,function(){a(this.element).addClass(f.collapsed),a(this.element).trigger(b)}.bind(this))},h.prototype.remove=function(){var b=a.Event(g.removed);a(this.element).slideUp(this.options.animationSpeed,function(){a(this.element).trigger(b),a(this.element).remove()}.bind(this))},h.prototype._setUpListeners=function(){var b=this;a(this.element).on("click",this.options.collapseTrigger,function(c){return c&&c.preventDefault(),b.toggle(a(this)),!1}),a(this.element).on("click",this.options.removeTrigger,function(c){return c&&c.preventDefault(),b.remove(a(this)),!1})};var i=a.fn.boxWidget;a.fn.boxWidget=b,a.fn.boxWidget.Constructor=h,a.fn.boxWidget.noConflict=function(){return a.fn.boxWidget=i,this},a(window).on("load",function(){a(e.data).each(function(){b.call(a(this))})})}(jQuery),function(a){"use strict";function b(b){return this.each(function(){var e=a(this),f=e.data(c);if(!f){var g=a.extend({},d,e.data(),"object"==typeof b&&b);e.data(c,f=new h(e,g))}"string"==typeof b&&f.toggle()})}var c="lte.controlsidebar",d={slide:!0},e={sidebar:".control-sidebar",data:'[data-toggle="control-sidebar"]',open:".control-sidebar-open",bg:".control-sidebar-bg",wrapper:".wrapper",content:".content-wrapper",boxed:".layout-boxed"},f={open:"control-sidebar-open",fixed:"fixed"},g={collapsed:"collapsed.controlsidebar",expanded:"expanded.controlsidebar"},h=function(a,b){this.element=a,this.options=b,this.hasBindedResize=!1,this.init()};h.prototype.init=function(){a(this.element).is(e.data)||a(this).on("click",this.toggle),this.fix(),a(window).resize(function(){this.fix()}.bind(this))},h.prototype.toggle=function(b){b&&b.preventDefault(),this.fix(),a(e.sidebar).is(e.open)||a("body").is(e.open)?this.collapse():this.expand()},h.prototype.expand=function(){this.options.slide?a(e.sidebar).addClass(f.open):a("body").addClass(f.open),a(this.element).trigger(a.Event(g.expanded))},h.prototype.collapse=function(){a("body, "+e.sidebar).removeClass(f.open),a(this.element).trigger(a.Event(g.collapsed))},h.prototype.fix=function(){a("body").is(e.boxed)&&this._fixForBoxed(a(e.bg))},h.prototype._fixForBoxed=function(b){b.css({position:"absolute",height:a(e.wrapper).height()})};var i=a.fn.controlSidebar;a.fn.controlSidebar=b,a.fn.controlSidebar.Constructor=h,a.fn.controlSidebar.noConflict=function(){return a.fn.controlSidebar=i,this},a(document).on("click",e.data,function(c){c&&c.preventDefault(),b.call(a(this),"toggle")})}(jQuery),function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data(c);e||d.data(c,e=new f(d)),"string"==typeof b&&e.toggle(d)})}var c="lte.directchat",d={data:'[data-widget="chat-pane-toggle"]',box:".direct-chat"},e={open:"direct-chat-contacts-open"},f=function(a){this.element=a};f.prototype.toggle=function(a){a.parents(d.box).first().toggleClass(e.open)};var g=a.fn.directChat;a.fn.directChat=b,a.fn.directChat.Constructor=f,a.fn.directChat.noConflict=function(){return a.fn.directChat=g,this},a(document).on("click",d.data,function(c){c&&c.preventDefault(),b.call(a(this),"toggle")})}(jQuery),function(a){"use strict";function b(b){return this.each(function(){var e=a(this),f=e.data(c);if(!f){var h=a.extend({},d,e.data(),"object"==typeof b&&b);e.data(c,f=new g(h))}if("string"==typeof b){if(void 0===f[b])throw new Error("No method named "+b);f[b]()}})}var c="lte.layout",d={slimscroll:!0,resetHeight:!0},e={wrapper:".wrapper",contentWrapper:".content-wrapper",layoutBoxed:".layout-boxed",mainFooter:".main-footer",mainHeader:".main-header",sidebar:".sidebar",controlSidebar:".control-sidebar",fixed:".fixed",sidebarMenu:".sidebar-menu",logo:".main-header .logo"},f={fixed:"fixed",holdTransition:"hold-transition"},g=function(a){this.options=a,this.bindedResize=!1,this.activate()};g.prototype.activate=function(){this.fix(),this.fixSidebar(),a("body").removeClass(f.holdTransition),this.options.resetHeight&&a("body, html, "+e.wrapper).css({height:"auto","min-height":"100%"}),this.bindedResize||(a(window).resize(function(){this.fix(),this.fixSidebar(),a(e.logo+", "+e.sidebar).one("webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend",function(){this.fix(),this.fixSidebar()}.bind(this))}.bind(this)),this.bindedResize=!0),a(e.sidebarMenu).on("expanded.tree",function(){this.fix(),this.fixSidebar()}.bind(this)),a(e.sidebarMenu).on("collapsed.tree",function(){this.fix(),this.fixSidebar()}.bind(this))},g.prototype.fix=function(){a(e.layoutBoxed+" > "+e.wrapper).css("overflow","hidden");var b=a(e.mainFooter).outerHeight()||0,c=a(e.mainHeader).outerHeight()||0,d=c+b,g=a(window).height(),h=a(e.sidebar).height()||0;if(a("body").hasClass(f.fixed))a(e.contentWrapper).css("min-height",g-b);else{var i;g>=h?(a(e.contentWrapper).css("min-height",g-d),i=g-d):(a(e.contentWrapper).css("min-height",h),i=h);var j=a(e.controlSidebar);void 0!==j&&j.height()>i&&a(e.contentWrapper).css("min-height",j.height())}},g.prototype.fixSidebar=function(){if(!a("body").hasClass(f.fixed))return void(void 0!==a.fn.slimScroll&&a(e.sidebar).slimScroll({destroy:!0}).height("auto"));this.options.slimscroll&&void 0!==a.fn.slimScroll&&a(e.sidebar).slimScroll({height:a(window).height()-a(e.mainHeader).height()+"px"})};var h=a.fn.layout;a.fn.layout=b,a.fn.layout.Constuctor=g,a.fn.layout.noConflict=function(){return a.fn.layout=h,this},a(window).on("load",function(){b.call(a("body"))})}(jQuery),function(a){"use strict";function b(b){return this.each(function(){var e=a(this),f=e.data(c);if(!f){var g=a.extend({},d,e.data(),"object"==typeof b&&b);e.data(c,f=new h(g))}"toggle"===b&&f.toggle()})}var c="lte.pushmenu",d={collapseScreenSize:767,expandOnHover:!1,expandTransitionDelay:200},e={collapsed:".sidebar-collapse",open:".sidebar-open",mainSidebar:".main-sidebar",contentWrapper:".content-wrapper",searchInput:".sidebar-form .form-control",button:'[data-toggle="push-menu"]',mini:".sidebar-mini",expanded:".sidebar-expanded-on-hover",layoutFixed:".fixed"},f={collapsed:"sidebar-collapse",open:"sidebar-open",mini:"sidebar-mini",expanded:"sidebar-expanded-on-hover",expandFeature:"sidebar-mini-expand-feature",layoutFixed:"fixed"},g={expanded:"expanded.pushMenu",collapsed:"collapsed.pushMenu"},h=function(a){this.options=a,this.init()};h.prototype.init=function(){(this.options.expandOnHover||a("body").is(e.mini+e.layoutFixed))&&(this.expandOnHover(),a("body").addClass(f.expandFeature)),a(e.contentWrapper).click(function(){a(window).width()<=this.options.collapseScreenSize&&a("body").hasClass(f.open)&&this.close()}.bind(this)),a(e.searchInput).click(function(a){a.stopPropagation()})},h.prototype.toggle=function(){var b=a(window).width(),c=!a("body").hasClass(f.collapsed);b<=this.options.collapseScreenSize&&(c=a("body").hasClass(f.open)),c?this.close():this.open()},h.prototype.open=function(){a(window).width()>this.options.collapseScreenSize?a("body").removeClass(f.collapsed).trigger(a.Event(g.expanded)):a("body").addClass(f.open).trigger(a.Event(g.expanded))},h.prototype.close=function(){a(window).width()>this.options.collapseScreenSize?a("body").addClass(f.collapsed).trigger(a.Event(g.collapsed)):a("body").removeClass(f.open+" "+f.collapsed).trigger(a.Event(g.collapsed))},h.prototype.expandOnHover=function(){a(e.mainSidebar).hover(function(){a("body").is(e.mini+e.collapsed)&&a(window).width()>this.options.collapseScreenSize&&this.expand()}.bind(this),function(){a("body").is(e.expanded)&&this.collapse()}.bind(this))},h.prototype.expand=function(){setTimeout(function(){a("body").removeClass(f.collapsed).addClass(f.expanded)},this.options.expandTransitionDelay)},h.prototype.collapse=function(){setTimeout(function(){a("body").removeClass(f.expanded).addClass(f.collapsed)},this.options.expandTransitionDelay)};var i=a.fn.pushMenu;a.fn.pushMenu=b,a.fn.pushMenu.Constructor=h,a.fn.pushMenu.noConflict=function(){return a.fn.pushMenu=i,this},a(document).on("click",e.button,function(c){c.preventDefault(),b.call(a(this),"toggle")}),a(window).on("load",function(){b.call(a(e.button))})}(jQuery),function(a){"use strict";function b(b){return this.each(function(){var e=a(this),f=e.data(c);if(!f){var h=a.extend({},d,e.data(),"object"==typeof b&&b);e.data(c,f=new g(e,h))}if("string"==typeof f){if(void 0===f[b])throw new Error("No method named "+b);f[b]()}})}var c="lte.todolist",d={onCheck:function(a){return a},onUnCheck:function(a){return a}},e={data:'[data-widget="todo-list"]'},f={done:"done"},g=function(a,b){this.element=a,this.options=b,this._setUpListeners()};g.prototype.toggle=function(a){if(a.parents(e.li).first().toggleClass(f.done),!a.prop("checked"))return void this.unCheck(a);this.check(a)},g.prototype.check=function(a){this.options.onCheck.call(a)},g.prototype.unCheck=function(a){this.options.onUnCheck.call(a)},g.prototype._setUpListeners=function(){var b=this;a(this.element).on("change ifChanged","input:checkbox",function(){b.toggle(a(this))})};var h=a.fn.todoList;a.fn.todoList=b,a.fn.todoList.Constructor=g,a.fn.todoList.noConflict=function(){return a.fn.todoList=h,this},a(window).on("load",function(){a(e.data).each(function(){b.call(a(this))})})}(jQuery),function(a){"use strict";function b(b){return this.each(function(){var e=a(this);if(!e.data(c)){var f=a.extend({},d,e.data(),"object"==typeof b&&b);e.data(c,new h(e,f))}})}var c="lte.tree",d={animationSpeed:500,accordion:!0,followLink:!1,trigger:".treeview a"},e={tree:".tree",treeview:".treeview",treeviewMenu:".treeview-menu",open:".menu-open, .active",li:"li",data:'[data-widget="tree"]',active:".active"},f={open:"menu-open",tree:"tree"},g={collapsed:"collapsed.tree",expanded:"expanded.tree"},h=function(b,c){this.element=b,this.options=c,a(this.element).addClass(f.tree),a(e.treeview+e.active,this.element).addClass(f.open),this._setUpListeners()};h.prototype.toggle=function(a,b){var c=a.next(e.treeviewMenu),d=a.parent(),g=d.hasClass(f.open);d.is(e.treeview)&&(this.options.followLink&&"#"!==a.attr("href")||b.preventDefault(),g?this.collapse(c,d):this.expand(c,d))},h.prototype.expand=function(b,c){var d=a.Event(g.expanded);if(this.options.accordion){var h=c.siblings(e.open),i=h.children(e.treeviewMenu);this.collapse(i,h)}c.addClass(f.open),b.slideDown(this.options.animationSpeed,function(){a(this.element).trigger(d)}.bind(this))},h.prototype.collapse=function(b,c){var d=a.Event(g.collapsed);c.removeClass(f.open),b.slideUp(this.options.animationSpeed,function(){a(this.element).trigger(d)}.bind(this))},h.prototype._setUpListeners=function(){var b=this;a(this.element).on("click",this.options.trigger,function(c){b.toggle(a(this),c)})};var i=a.fn.tree;a.fn.tree=b,a.fn.tree.Constructor=h,a.fn.tree.noConflict=function(){return a.fn.tree=i,this},a(window).on("load",function(){a(e.data).each(function(){b.call(a(this))})})}(jQuery); \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/js/app.js b/src/main/webapp/plug-in/themes/adminlte/js/app.js new file mode 100644 index 00000000..26c8a9a5 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/js/app.js @@ -0,0 +1,763 @@ +/*! AdminLTE app.js + * ================ + * Main JS application file for AdminLTE v2. This file + * should be included in all pages. It controls some layout + * options and implements exclusive AdminLTE plugins. + * + * @version 2.3.8 + * @license MIT + */ + +//Make sure jQuery has been loaded before app.js +if (typeof jQuery === "undefined") { + throw new Error("AdminLTE requires jQuery"); +} + +/* AdminLTE + * + * @type Object + * @description $.AdminLTE is the main object for the template's app. + * It's used for implementing functions and options related + * to the template. Keeping everything wrapped in an object + * prevents conflict with other plugins and is a better + * way to organize our code. + */ +$.AdminLTE = {}; + +/* -------------------- + * - AdminLTE Options - + * -------------------- + * Modify these options to suit your implementation + */ +$.AdminLTE.options = { + //Add slimscroll to navbar menus + //This requires you to load the slimscroll plugin + //in every page before app.js + navbarMenuSlimscroll: true, + navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar + navbarMenuHeight: "200px", //The height of the inner menu + //General animation speed for JS animated elements such as box collapse/expand and + //sidebar treeview slide up/down. This options accepts an integer as milliseconds, + //'fast', 'normal', or 'slow' + animationSpeed: 150, + //Sidebar push menu toggle button selector + sidebarToggleSelector: "[data-toggle='offcanvas']", + //Activate sidebar push menu + sidebarPushMenu: true, + //Activate sidebar slimscroll if the fixed layout is set (requires SlimScroll Plugin) + sidebarSlimScroll: true, + //Enable sidebar expand on hover effect for sidebar mini + //This option is forced to true if both the fixed layout and sidebar mini + //are used together + sidebarExpandOnHover: false, + //BoxRefresh Plugin + enableBoxRefresh: true, + //Bootstrap.js tooltip + enableBSToppltip: true, + BSTooltipSelector: "[data-toggle='tooltip']", + //Enable Fast Click. Fastclick.js creates a more + //native touch experience with touch devices. If you + //choose to enable the plugin, make sure you load the script + //before AdminLTE's app.js + enableFastclick: false, + //Control Sidebar Options + enableControlSidebar: true, + controlSidebarOptions: { + //Which button should trigger the open/close event + toggleBtnSelector: "[data-toggle='control-sidebar']", + //The sidebar selector + selector: ".control-sidebar", + //Enable slide over content + slide: true + }, + //Box Widget Plugin. Enable this plugin + //to allow boxes to be collapsed and/or removed + enableBoxWidget: true, + //Box Widget plugin options + boxWidgetOptions: { + boxWidgetIcons: { + //Collapse icon + collapse: 'fa-minus', + //Open icon + open: 'fa-plus', + //Remove icon + remove: 'fa-times' + }, + boxWidgetSelectors: { + //Remove button selector + remove: '[data-widget="remove"]', + //Collapse button selector + collapse: '[data-widget="collapse"]' + } + }, + //Direct Chat plugin options + directChat: { + //Enable direct chat by default + enable: true, + //The button to open and close the chat contacts pane + contactToggleSelector: '[data-widget="chat-pane-toggle"]' + }, + //Define the set of colors to use globally around the website + colors: { + lightBlue: "#3c8dbc", + red: "#f56954", + green: "#00a65a", + aqua: "#00c0ef", + yellow: "#f39c12", + blue: "#0073b7", + navy: "#001F3F", + teal: "#39CCCC", + olive: "#3D9970", + lime: "#01FF70", + orange: "#FF851B", + fuchsia: "#F012BE", + purple: "#8E24AA", + maroon: "#D81B60", + black: "#222222", + gray: "#d2d6de" + }, + //The standard screen sizes that bootstrap uses. + //If you change these in the variables.less file, change + //them here too. + screenSizes: { + xs: 480, + sm: 768, + md: 992, + lg: 1200 + } +}; + +/* ------------------ + * - Implementation - + * ------------------ + * The next block of code implements AdminLTE's + * functions and plugins as specified by the + * options above. + */ +$(function () { + "use strict"; + + //Fix for IE page transitions + $("body").removeClass("hold-transition"); + + //Extend options if external options exist + if (typeof AdminLTEOptions !== "undefined") { + $.extend(true, + $.AdminLTE.options, + AdminLTEOptions); + } + + //Easy access to options + var o = $.AdminLTE.options; + + //Set up the object + _init(); + + //Activate the layout maker + $.AdminLTE.layout.activate(); + + //Enable sidebar tree view controls + $.AdminLTE.tree('.sidebar'); + + //Enable control sidebar + if (o.enableControlSidebar) { + $.AdminLTE.controlSidebar.activate(); + } + + //Add slimscroll to navbar dropdown + if (o.navbarMenuSlimscroll && typeof $.fn.slimscroll != 'undefined') { + $(".navbar .menu").slimscroll({ + height: o.navbarMenuHeight, + alwaysVisible: false, + size: o.navbarMenuSlimscrollWidth + }).css("width", "100%"); + } + + //Activate sidebar push menu + if (o.sidebarPushMenu) { + $.AdminLTE.pushMenu.activate(o.sidebarToggleSelector); + } + + //Activate Bootstrap tooltip + if (o.enableBSToppltip) { + $('body').tooltip({ + selector: o.BSTooltipSelector + }); + } + + //Activate box widget + if (o.enableBoxWidget) { + $.AdminLTE.boxWidget.activate(); + } + + //Activate fast click + if (o.enableFastclick && typeof FastClick != 'undefined') { + FastClick.attach(document.body); + } + + //Activate direct chat widget + if (o.directChat.enable) { + $(document).on('click', o.directChat.contactToggleSelector, function () { + var box = $(this).parents('.direct-chat').first(); + box.toggleClass('direct-chat-contacts-open'); + }); + } + + /* + * INITIALIZE BUTTON TOGGLE + * ------------------------ + */ + $('.btn-group[data-toggle="btn-toggle"]').each(function () { + var group = $(this); + $(this).find(".btn").on('click', function (e) { + group.find(".btn.active").removeClass("active"); + $(this).addClass("active"); + e.preventDefault(); + }); + + }); +}); + +/* ---------------------------------- + * - Initialize the AdminLTE Object - + * ---------------------------------- + * All AdminLTE functions are implemented below. + */ +function _init() { + 'use strict'; + /* Layout + * ====== + * Fixes the layout height in case min-height fails. + * + * @type Object + * @usage $.AdminLTE.layout.activate() + * $.AdminLTE.layout.fix() + * $.AdminLTE.layout.fixSidebar() + */ + $.AdminLTE.layout = { + activate: function () { + var _this = this; + _this.fix(); + _this.fixSidebar(); + $('body, html, .wrapper').css('height', 'auto'); + $(window, ".wrapper").resize(function () { + _this.fix(); + _this.fixSidebar(); + }); + }, + fix: function () { + // Remove overflow from .wrapper if layout-boxed exists + $(".layout-boxed > .wrapper").css('overflow', 'hidden'); + //Get window height and the wrapper height + var neg = $('.main-header').outerHeight() + $('.main-footer').outerHeight(); + var window_height = $(window).height(); + var sidebar_height = $(".sidebar").height(); + //Set the min-height of the content and sidebar based on the + //the height of the document. + if ($("body").hasClass("fixed")) { + $(".content-wrapper, .right-side").css('min-height', window_height - $('.main-footer').outerHeight()); + } else { + var postSetWidth; + if (window_height >= sidebar_height) { + $(".content-wrapper, .right-side").css('min-height', window_height - neg); + postSetWidth = window_height - neg; + } else { + $(".content-wrapper, .right-side").css('min-height', sidebar_height); + postSetWidth = sidebar_height; + } + + //Fix for the control sidebar height + var controlSidebar = $($.AdminLTE.options.controlSidebarOptions.selector); + if (typeof controlSidebar !== "undefined") { + if (controlSidebar.height() > postSetWidth) + $(".content-wrapper, .right-side").css('min-height', controlSidebar.height()); + } + + } + }, + fixSidebar: function () { + //Make sure the body tag has the .fixed class + if (!$("body").hasClass("fixed")) { + if (typeof $.fn.slimScroll != 'undefined') { + $(".sidebar").slimScroll({destroy: true}).height("auto"); + } + return; + } else if (typeof $.fn.slimScroll == 'undefined' && window.console) { + window.console.error("Error: the fixed layout requires the slimscroll plugin!"); + } + //Enable slimscroll for fixed layout + if ($.AdminLTE.options.sidebarSlimScroll) { + if (typeof $.fn.slimScroll != 'undefined') { + //Destroy if it exists + $(".sidebar").slimScroll({destroy: true}).height("auto"); + //Add slimscroll + $(".sidebar").slimscroll({ + height: ($(window).height() - $(".main-header").height()) + "px", + color: "rgba(0,0,0,0.2)", + size: "3px" + }); + } + } + } + }; + + /* PushMenu() + * ========== + * Adds the push menu functionality to the sidebar. + * + * @type Function + * @usage: $.AdminLTE.pushMenu("[data-toggle='offcanvas']") + */ + $.AdminLTE.pushMenu = { + activate: function (toggleBtn) { + //Get the screen sizes + var screenSizes = $.AdminLTE.options.screenSizes; + + //Enable sidebar toggle + $(document).on('click', toggleBtn, function (e) { + e.preventDefault(); + + //Enable sidebar push menu + if ($(window).width() > (screenSizes.sm - 1)) { + if ($("body").hasClass('sidebar-collapse')) { + $("body").removeClass('sidebar-collapse').trigger('expanded.pushMenu'); + } else { + $("body").addClass('sidebar-collapse').trigger('collapsed.pushMenu'); + } + } + //Handle sidebar push menu for small screens + else { + if ($("body").hasClass('sidebar-open')) { + $("body").removeClass('sidebar-open').removeClass('sidebar-collapse').trigger('collapsed.pushMenu'); + } else { + $("body").addClass('sidebar-open').trigger('expanded.pushMenu'); + } + } + }); + + $(".content-wrapper").click(function () { + //Enable hide menu when clicking on the content-wrapper on small screens + if ($(window).width() <= (screenSizes.sm - 1) && $("body").hasClass("sidebar-open")) { + $("body").removeClass('sidebar-open'); + } + }); + + //Enable expand on hover for sidebar mini + if ($.AdminLTE.options.sidebarExpandOnHover + || ($('body').hasClass('fixed') + && $('body').hasClass('sidebar-mini'))) { + this.expandOnHover(); + } + }, + expandOnHover: function () { + var _this = this; + var screenWidth = $.AdminLTE.options.screenSizes.sm - 1; + //Expand sidebar on hover + $('.main-sidebar').hover(function () { + if ($('body').hasClass('sidebar-mini') + && $("body").hasClass('sidebar-collapse') + && $(window).width() > screenWidth) { + _this.expand(); + } + }, function () { + if ($('body').hasClass('sidebar-mini') + && $('body').hasClass('sidebar-expanded-on-hover') + && $(window).width() > screenWidth) { + _this.collapse(); + } + }); + }, + expand: function () { + $("body").removeClass('sidebar-collapse').addClass('sidebar-expanded-on-hover'); + }, + collapse: function () { + if ($('body').hasClass('sidebar-expanded-on-hover')) { + $('body').removeClass('sidebar-expanded-on-hover').addClass('sidebar-collapse'); + } + } + }; + + /* Tree() + * ====== + * Converts the sidebar into a multilevel + * tree view menu. + * + * @type Function + * @Usage: $.AdminLTE.tree('.sidebar') + */ + $.AdminLTE.tree = function (menu) { + var _this = this; + var animationSpeed = $.AdminLTE.options.animationSpeed; + $(document).off('click', menu + ' li a') + .on('click', menu + ' li a', function (e) { + //Get the clicked link and the next element + var $this = $(this); + var checkElement = $this.next(); + + //Check if the next element is a menu and is visible + if ((checkElement.is('.treeview-menu')) && (checkElement.is(':visible')) && (!$('body').hasClass('sidebar-collapse'))) { + //Close the menu + checkElement.slideUp(animationSpeed, function () { + checkElement.removeClass('menu-open'); + //Fix the layout in case the sidebar stretches over the height of the window + //_this.layout.fix(); + }); + checkElement.parent("li").removeClass("active"); + } + //If the menu is not visible + else if ((checkElement.is('.treeview-menu')) && (!checkElement.is(':visible'))) { + //Get the parent menu + var parent = $this.parents('ul').first(); + //Close all open menus within the parent + var ul = parent.find('ul:visible').slideUp(animationSpeed); + //Remove the menu-open class from the parent + ul.removeClass('menu-open'); + //Get the parent li + var parent_li = $this.parent("li"); + + //Open the target menu and add the menu-open class + checkElement.slideDown(animationSpeed, function () { + //Add the class active to the parent li + checkElement.addClass('menu-open'); + parent.find('li.active').removeClass('active'); + parent_li.addClass('active'); + //Fix the layout in case the sidebar stretches over the height of the window + _this.layout.fix(); + }); + } + //if this isn't a link, prevent the page from being redirected + if (checkElement.is('.treeview-menu')) { + e.preventDefault(); + } + }); + }; + + /* ControlSidebar + * ============== + * Adds functionality to the right sidebar + * + * @type Object + * @usage $.AdminLTE.controlSidebar.activate(options) + */ + $.AdminLTE.controlSidebar = { + //instantiate the object + activate: function () { + //Get the object + var _this = this; + //Update options + var o = $.AdminLTE.options.controlSidebarOptions; + //Get the sidebar + var sidebar = $(o.selector); + //The toggle button + var btn = $(o.toggleBtnSelector); + + //Listen to the click event + btn.on('click', function (e) { + e.preventDefault(); + //If the sidebar is not open + if (!sidebar.hasClass('control-sidebar-open') + && !$('body').hasClass('control-sidebar-open')) { + //Open the sidebar + _this.open(sidebar, o.slide); + } else { + _this.close(sidebar, o.slide); + } + }); + + //If the body has a boxed layout, fix the sidebar bg position + var bg = $(".control-sidebar-bg"); + _this._fix(bg); + + //If the body has a fixed layout, make the control sidebar fixed + if ($('body').hasClass('fixed')) { + _this._fixForFixed(sidebar); + } else { + //If the content height is less than the sidebar's height, force max height + if ($('.content-wrapper, .right-side').height() < sidebar.height()) { + _this._fixForContent(sidebar); + } + } + }, + //Open the control sidebar + open: function (sidebar, slide) { + //Slide over content + if (slide) { + sidebar.addClass('control-sidebar-open'); + } else { + //Push the content by adding the open class to the body instead + //of the sidebar itself + $('body').addClass('control-sidebar-open'); + } + }, + //Close the control sidebar + close: function (sidebar, slide) { + if (slide) { + sidebar.removeClass('control-sidebar-open'); + } else { + $('body').removeClass('control-sidebar-open'); + } + }, + _fix: function (sidebar) { + var _this = this; + if ($("body").hasClass('layout-boxed')) { + sidebar.css('position', 'absolute'); + sidebar.height($(".wrapper").height()); + if (_this.hasBindedResize) { + return; + } + $(window).resize(function () { + _this._fix(sidebar); + }); + _this.hasBindedResize = true; + } else { + sidebar.css({ + 'position': 'fixed', + 'height': 'auto' + }); + } + }, + _fixForFixed: function (sidebar) { + sidebar.css({ + 'position': 'fixed', + 'max-height': '100%', + 'overflow': 'auto', + 'padding-bottom': '50px' + }); + }, + _fixForContent: function (sidebar) { + $(".content-wrapper, .right-side").css('min-height', sidebar.height()); + } + }; + + /* BoxWidget + * ========= + * BoxWidget is a plugin to handle collapsing and + * removing boxes from the screen. + * + * @type Object + * @usage $.AdminLTE.boxWidget.activate() + * Set all your options in the main $.AdminLTE.options object + */ + $.AdminLTE.boxWidget = { + selectors: $.AdminLTE.options.boxWidgetOptions.boxWidgetSelectors, + icons: $.AdminLTE.options.boxWidgetOptions.boxWidgetIcons, + animationSpeed: $.AdminLTE.options.animationSpeed, + activate: function (_box) { + var _this = this; + if (!_box) { + _box = document; // activate all boxes per default + } + //Listen for collapse event triggers + $(_box).on('click', _this.selectors.collapse, function (e) { + e.preventDefault(); + _this.collapse($(this)); + }); + + //Listen for remove event triggers + $(_box).on('click', _this.selectors.remove, function (e) { + e.preventDefault(); + _this.remove($(this)); + }); + }, + collapse: function (element) { + var _this = this; + //Find the box parent + var box = element.parents(".box").first(); + //Find the body and the footer + var box_content = box.find("> .box-body, > .box-footer, > form >.box-body, > form > .box-footer"); + if (!box.hasClass("collapsed-box")) { + //Convert minus into plus + element.children(":first") + .removeClass(_this.icons.collapse) + .addClass(_this.icons.open); + //Hide the content + box_content.slideUp(_this.animationSpeed, function () { + box.addClass("collapsed-box"); + }); + } else { + //Convert plus into minus + element.children(":first") + .removeClass(_this.icons.open) + .addClass(_this.icons.collapse); + //Show the content + box_content.slideDown(_this.animationSpeed, function () { + box.removeClass("collapsed-box"); + }); + } + }, + remove: function (element) { + //Find the box parent + var box = element.parents(".box").first(); + box.slideUp(this.animationSpeed); + } + }; +} + +/* ------------------ + * - Custom Plugins - + * ------------------ + * All custom plugins are defined below. + */ + +/* + * BOX REFRESH BUTTON + * ------------------ + * This is a custom plugin to use with the component BOX. It allows you to add + * a refresh button to the box. It converts the box's state to a loading state. + * + * @type plugin + * @usage $("#box-widget").boxRefresh( options ); + */ +(function ($) { + + "use strict"; + + $.fn.boxRefresh = function (options) { + + // Render options + var settings = $.extend({ + //Refresh button selector + trigger: ".refresh-btn", + //File source to be loaded (e.g: ajax/src.php) + source: "", + //Callbacks + onLoadStart: function (box) { + return box; + }, //Right after the button has been clicked + onLoadDone: function (box) { + return box; + } //When the source has been loaded + + }, options); + + //The overlay + var overlay = $('
        '); + + return this.each(function () { + //if a source is specified + if (settings.source === "") { + if (window.console) { + window.console.log("Please specify a source first - boxRefresh()"); + } + return; + } + //the box + var box = $(this); + //the button + var rBtn = box.find(settings.trigger).first(); + + //On trigger click + rBtn.on('click', function (e) { + e.preventDefault(); + //Add loading overlay + start(box); + + //Perform ajax call + box.find(".box-body").load(settings.source, function () { + done(box); + }); + }); + }); + + function start(box) { + //Add overlay and loading img + box.append(overlay); + + settings.onLoadStart.call(box); + } + + function done(box) { + //Remove overlay and loading img + box.find(overlay).remove(); + + settings.onLoadDone.call(box); + } + + }; + +})(jQuery); + +/* + * EXPLICIT BOX CONTROLS + * ----------------------- + * This is a custom plugin to use with the component BOX. It allows you to activate + * a box inserted in the DOM after the app.js was loaded, toggle and remove box. + * + * @type plugin + * @usage $("#box-widget").activateBox(); + * @usage $("#box-widget").toggleBox(); + * @usage $("#box-widget").removeBox(); + */ +(function ($) { + + 'use strict'; + + $.fn.activateBox = function () { + $.AdminLTE.boxWidget.activate(this); + }; + + $.fn.toggleBox = function () { + var button = $($.AdminLTE.boxWidget.selectors.collapse, this); + $.AdminLTE.boxWidget.collapse(button); + }; + + $.fn.removeBox = function () { + var button = $($.AdminLTE.boxWidget.selectors.remove, this); + $.AdminLTE.boxWidget.remove(button); + }; + +})(jQuery); + +/* + * TODO LIST CUSTOM PLUGIN + * ----------------------- + * This plugin depends on iCheck plugin for checkbox and radio inputs + * + * @type plugin + * @usage $("#todo-widget").todolist( options ); + */ +(function ($) { + + 'use strict'; + + $.fn.todolist = function (options) { + // Render options + var settings = $.extend({ + //When the user checks the input + onCheck: function (ele) { + return ele; + }, + //When the user unchecks the input + onUncheck: function (ele) { + return ele; + } + }, options); + + return this.each(function () { + + if (typeof $.fn.iCheck != 'undefined') { + $('input', this).on('ifChecked', function () { + var ele = $(this).parents("li").first(); + ele.toggleClass("done"); + settings.onCheck.call(ele); + }); + + $('input', this).on('ifUnchecked', function () { + var ele = $(this).parents("li").first(); + ele.toggleClass("done"); + settings.onUncheck.call(ele); + }); + } else { + $('input', this).on('change', function () { + var ele = $(this).parents("li").first(); + ele.toggleClass("done"); + if ($('input', ele).is(":checked")) { + settings.onCheck.call(ele); + } else { + settings.onUncheck.call(ele); + } + }); + } + }); + }; +}(jQuery)); diff --git a/src/main/webapp/plug-in/themes/adminlte/js/app_iframe.js b/src/main/webapp/plug-in/themes/adminlte/js/app_iframe.js new file mode 100644 index 00000000..d06aa811 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/js/app_iframe.js @@ -0,0 +1,2475 @@ +/** + Core script to handle the entire theme and core functions + **/ +var App = function () { + + // IE mode + var isRTL = false; + var isIE8 = false; + var isIE9 = false; + var isIE10 = false; + + var resizeHandlers = []; + + var basePath = '../content/superui/'; + + var globalImgPath = 'global/img/'; + + var globalPluginsPath = 'base/plugins/'; + + var globalCssPath = 'global/css/'; + + // theme layout color set + + var brandColors = { + 'blue': '#89C4F4', + 'red': '#F3565D', + 'green': '#1bbc9b', + 'purple': '#9b59b6', + 'grey': '#95a5a6', + 'yellow': '#F8CB00', + 'lightblue': '364150' + }; + + // initializes main settings + var handleInit = function () { + + if ($('body').css('direction') === 'rtl') { + isRTL = true; + } + + isIE8 = !!navigator.userAgent.match(/MSIE 8.0/); + isIE9 = !!navigator.userAgent.match(/MSIE 9.0/); + isIE10 = !!navigator.userAgent.match(/MSIE 10.0/); + + if (isIE10) { + $('html').addClass('ie10'); // detect IE10 version + } + + if (isIE10 || isIE9 || isIE8) { + $('html').addClass('ie'); // detect IE10 version + } + }; + + // runs callback functions set by App.addResponsiveHandler(). + var _runResizeHandlers = function () { + // reinitialize other subscribed elements + for (var i = 0; i < resizeHandlers.length; i++) { + var each = resizeHandlers[i]; + each.call(); + } + }; + + //鍒濆鍖杋frame鍐呭椤甸珮搴 + var handleIframeContent = function () { + var ht = $(window).height();//鑾峰彇娴忚鍣ㄧ獥鍙g殑鏁翠綋楂樺害锛 + + var $footer = $(".main-footer"); + var $header = $(".main-header"); + var $tabs = $(".content-tabs"); + + var height = App.getViewPort().height - $footer.outerHeight() - $header.outerHeight(); + if ($tabs.is(":visible")) { + height = height - $tabs.outerHeight(); + } + + $(".tab_iframe").css({ + height: height, + width: "100%" + }); + + //var width = App.getViewPort().width- $(".page-sidebar-menu").width(); + /*$(".tab_iframe").css({ + });*/ + }; + //鍒濆鍖栧唴瀹归〉layout缁勪欢楂樺害 + var handleIframeLayoutHeight = function () { + + var height = App.getViewPort().height - $('.page-footer').outerHeight() - $('.page-header').outerHeight() - $(".content-tabs").height(); + // $("#layout").css({ "height": height }); + return height; + }; + + var handleSiderBarmenu = function () { + jQuery('.page-sidebar-menu').on('click', ' li > a.iframeOpen', function (e) { + e.preventDefault(); + App.scrollTop(); + $("#iframe-main").attr("src", $(this).attr('href')); + }); + }; + + var isFullScreen = false; + + var requestFullScreen = function () { + var de = document.documentElement; + + if (de.requestFullscreen) { + de.requestFullscreen(); + } else if (de.mozRequestFullScreen) { + de.mozRequestFullScreen(); + } else if (de.webkitRequestFullScreen) { + de.webkitRequestFullScreen(); + } + else { + App.alert({message: "璇ユ祻瑙堝櫒涓嶆敮鎸佸叏灞忥紒", type: "danger"}); + } + + }; + + var requestFullScreen2 = function (element) { + // 鍒ゆ柇鍚勭娴忚鍣紝鎵惧埌姝g‘鐨勬柟娉 + var requestMethod = element.requestFullScreen || //W3C + element.webkitRequestFullScreen || //Chrome绛 + element.mozRequestFullScreen || //FireFox + element.msRequestFullScreen; //IE11 + if (requestMethod) { + requestMethod.call(element); + } + else if (typeof window.ActiveXObject !== "undefined") {//for Internet Explorer + var wscript = new ActiveXObject("WScript.Shell"); + if (wscript !== null) { + wscript.SendKeys("{F11}"); + } + } + }; + + //閫鍑哄叏灞 鍒ゆ柇娴忚鍣ㄧ绫 + var exitFull = function () { + // 鍒ゆ柇鍚勭娴忚鍣紝鎵惧埌姝g‘鐨勬柟娉 + var exitMethod = document.exitFullscreen || //W3C + document.mozCancelFullScreen || //Chrome绛 + document.webkitExitFullscreen || //FireFox + document.webkitExitFullscreen; //IE11 + if (exitMethod) { + exitMethod.call(document); + } + else if (typeof window.ActiveXObject !== "undefined") {//for Internet Explorer + var wscript = new ActiveXObject("WScript.Shell"); + if (wscript !== null) { + wscript.SendKeys("{F11}"); + } + } + }; + + // handle the layout reinitialization on window resize + var handleOnResize = function () { + var resize; + if (isIE8) { + var currheight; + $(window).resize(function () { + if (currheight == document.documentElement.clientHeight) { + return; //quite event since only body resized not window. + } + if (resize) { + clearTimeout(resize); + } + resize = setTimeout(function () { + _runResizeHandlers(); + handleIframeContent(); + }, 50); // wait 50ms until window resize finishes. + currheight = document.documentElement.clientHeight; // store last body client height + }); + } else { + $(window).resize(function () { + if (resize) { + clearTimeout(resize); + } + resize = setTimeout(function () { + _runResizeHandlers(); + handleIframeContent(); + }, 50); // wait 50ms until window resize finishes. + }); + } + }; + + // Handles portlet tools & actions + var handlePortletTools = function () { + // handle portlet remove + $('body').on('click', '.portlet > .portlet-title > .tools > a.remove', function (e) { + e.preventDefault(); + var portlet = $(this).closest(".portlet"); + + if ($('body').hasClass('page-portlet-fullscreen')) { + $('body').removeClass('page-portlet-fullscreen'); + } + + portlet.find('.portlet-title .fullscreen').tooltip('destroy'); + portlet.find('.portlet-title > .tools > .reload').tooltip('destroy'); + portlet.find('.portlet-title > .tools > .remove').tooltip('destroy'); + portlet.find('.portlet-title > .tools > .config').tooltip('destroy'); + portlet.find('.portlet-title > .tools > .collapse, .portlet > .portlet-title > .tools > .expand').tooltip('destroy'); + + portlet.remove(); + }); + + // handle portlet fullscreen + $('body').on('click', '.portlet > .portlet-title .fullscreen', function (e) { + e.preventDefault(); + var portlet = $(this).closest(".portlet"); + if (portlet.hasClass('portlet-fullscreen')) { + $(this).removeClass('on'); + portlet.removeClass('portlet-fullscreen'); + $('body').removeClass('page-portlet-fullscreen'); + portlet.children('.portlet-body').css('height', 'auto'); + } else { + var height = App.getViewPort().height - + portlet.children('.portlet-title').outerHeight() - + parseInt(portlet.children('.portlet-body').css('padding-top')) - + parseInt(portlet.children('.portlet-body').css('padding-bottom')); + + $(this).addClass('on'); + portlet.addClass('portlet-fullscreen'); + $('body').addClass('page-portlet-fullscreen'); + portlet.children('.portlet-body').css('height', height); + } + }); + + $('body').on('click', '.portlet > .portlet-title > .tools > a.reload', function (e) { + e.preventDefault(); + var el = $(this).closest(".portlet").children(".portlet-body"); + var url = $(this).attr("data-url"); + var error = $(this).attr("data-error-display"); + if (url) { + App.blockUI({ + target: el, + animate: true, + overlayColor: 'none' + }); + $.ajax({ + type: "GET", + cache: false, + url: url, + dataType: "html", + success: function (res) { + App.unblockUI(el); + el.html(res); + App.initAjax() // reinitialize elements & plugins for newly loaded content + }, + error: function (xhr, ajaxOptions, thrownError) { + App.unblockUI(el); + var msg = 'Error on reloading the content. Please check your connection and try again.'; + if (error == "toastr" && toastr) { + toastr.error(msg); + } else if (error == "notific8" && $.notific8) { + $.notific8('zindex', 11500); + $.notific8(msg, { + theme: 'ruby', + life: 3000 + }); + } else { + alert(msg); + } + } + }); + } else { + // for demo purpose + App.blockUI({ + target: el, + animate: true, + overlayColor: 'none' + }); + window.setTimeout(function () { + App.unblockUI(el); + }, 1000); + } + }); + + // load ajax data on page init + $('.portlet .portlet-title a.reload[data-load="true"]').click(); + + $('body').on('click', '.portlet > .portlet-title > .tools > .collapse, .portlet .portlet-title > .tools > .expand', function (e) { + e.preventDefault(); + var el = $(this).closest(".portlet").children(".portlet-body"); + if ($(this).hasClass("collapse")) { + $(this).removeClass("collapse").addClass("expand"); + el.slideUp(200); + } else { + $(this).removeClass("expand").addClass("collapse"); + el.slideDown(200); + } + }); + }; + + // Handles custom checkboxes & radios using jQuery Uniform plugin + var handleUniform = function () { + if (!$().uniform) { + return; + } + var test = $("input[type=checkbox]:not(.toggle, .md-check, .md-radiobtn, .make-switch, .icheck), input[type=radio]:not(.toggle, .md-check, .md-radiobtn, .star, .make-switch, .icheck)"); + if (test.size() > 0) { + test.each(function () { + if ($(this).parents(".checker").size() === 0) { + $(this).show(); + $(this).uniform(); + } + }); + } + }; + + // Handlesmaterial design checkboxes + var handleMaterialDesign = function () { + + // Material design ckeckbox and radio effects + $('body').on('click', '.md-checkbox > label, .md-radio > label', function () { + var the = $(this); + // find the first span which is our circle/bubble + var el = $(this).children('span:first-child'); + + // add the bubble class (we do this so it doesnt show on page load) + el.addClass('inc'); + + // clone it + var newone = el.clone(true); + + // add the cloned version before our original + el.before(newone); + + // remove the original so that it is ready to run on next click + $("." + el.attr("class") + ":last", the).remove(); + }); + + if ($('body').hasClass('page-md')) { + // Material design click effect + // credit where credit's due; http://thecodeplayer.com/walkthrough/ripple-click-effect-google-material-design + var element, circle, d, x, y; + $('body').on('click', 'a.btn, button.btn, input.btn, label.btn', function (e) { + element = $(this); + + if (element.find(".md-click-circle").length == 0) { + element.prepend(""); + } + + circle = element.find(".md-click-circle"); + circle.removeClass("md-click-animate"); + + if (!circle.height() && !circle.width()) { + d = Math.max(element.outerWidth(), element.outerHeight()); + circle.css({height: d, width: d}); + } + + x = e.pageX - element.offset().left - circle.width() / 2; + y = e.pageY - element.offset().top - circle.height() / 2; + + circle.css({top: y + 'px', left: x + 'px'}).addClass("md-click-animate"); + + setTimeout(function () { + circle.remove(); + }, 1000); + }); + } + + // Floating labels + var handleInput = function (el) { + if (el.val() != "") { + el.addClass('edited'); + } else { + el.removeClass('edited'); + } + } + + $('body').on('keydown', '.form-md-floating-label .form-control', function (e) { + handleInput($(this)); + }); + $('body').on('blur', '.form-md-floating-label .form-control', function (e) { + handleInput($(this)); + }); + + $('.form-md-floating-label .form-control').each(function () { + if ($(this).val().length > 0) { + $(this).addClass('edited'); + } + }); + }; + + // Handles custom checkboxes & radios using jQuery iCheck plugin + var handleiCheck = function () { + if (!$().iCheck) { + return; + } + + $('.icheck').each(function () { + var checkboxClass = $(this).attr('data-checkbox') ? $(this).attr('data-checkbox') : 'icheckbox_minimal-grey'; + var radioClass = $(this).attr('data-radio') ? $(this).attr('data-radio') : 'iradio_minimal-grey'; + + if (checkboxClass.indexOf('_line') > -1 || radioClass.indexOf('_line') > -1) { + $(this).iCheck({ + checkboxClass: checkboxClass, + radioClass: radioClass, + insert: '
        ' + $(this).attr("data-label") + }); + } else { + $(this).iCheck({ + checkboxClass: checkboxClass, + radioClass: radioClass + }); + } + }); + }; + + // Handles Bootstrap switches + var handleBootstrapSwitch = function () { + if (!$().bootstrapSwitch) { + return; + } + $('.make-switch').bootstrapSwitch(); + }; + + // Handles Bootstrap confirmations + var handleBootstrapConfirmation = function () { + if (!$().confirmation) { + return; + } + $('[data-toggle=confirmation]').confirmation({ + container: 'body', + btnOkClass: 'btn btn-sm btn-success', + btnCancelClass: 'btn btn-sm btn-danger' + }); + }; + + // Handles Bootstrap Accordions. + var handleAccordions = function () { + $('body').on('shown.bs.collapse', '.accordion.scrollable', function (e) { + App.scrollTo($(e.target)); + }); + }; + + // Handles Bootstrap Tabs. + var handleTabs = function () { + //activate tab if tab id provided in the URL + if (location.hash) { + var tabid = encodeURI(location.hash.substr(1)); + $('a[href="#' + tabid + '"]').parents('.tab-pane:hidden').each(function () { + var tabid = $(this).attr("id"); + $('a[href="#' + tabid + '"]').click(); + }); + $('a[href="#' + tabid + '"]').click(); + } + + if ($().tabdrop) { + $('.tabbable-tabdrop .nav-pills, .tabbable-tabdrop .nav-tabs').tabdrop({ + text: ' ' + }); + } + }; + + // Handles Bootstrap Modals. + var handleModals = function () { + // fix stackable modal issue: when 2 or more modals opened, closing one of modal will remove .modal-open class. + $('body').on('hide.bs.modal', function () { + if ($('.modal:visible').size() > 1 && $('html').hasClass('modal-open') === false) { + $('html').addClass('modal-open'); + } else if ($('.modal:visible').size() <= 1) { + $('html').removeClass('modal-open'); + } + }); + + // fix page scrollbars issue + $('body').on('show.bs.modal', '.modal', function () { + if ($(this).hasClass("modal-scroll")) { + $('body').addClass("modal-open-noscroll"); + } + }); + + // fix page scrollbars issue + $('body').on('hide.bs.modal', '.modal', function () { + $('body').removeClass("modal-open-noscroll"); + }); + + // remove ajax content and remove cache on modal closed + $('body').on('hidden.bs.modal', '.modal:not(.modal-cached)', function () { + $(this).removeData('bs.modal'); + }); + }; + + // Handles Bootstrap Tooltips. + var handleTooltips = function () { + // global tooltips + $('.tooltips').tooltip(); + + // portlet tooltips + $('.portlet > .portlet-title .fullscreen').tooltip({ + container: 'body', + title: 'Fullscreen' + }); + $('.portlet > .portlet-title > .tools > .reload').tooltip({ + container: 'body', + title: 'Reload' + }); + $('.portlet > .portlet-title > .tools > .remove').tooltip({ + container: 'body', + title: 'Remove' + }); + $('.portlet > .portlet-title > .tools > .config').tooltip({ + container: 'body', + title: 'Settings' + }); + $('.portlet > .portlet-title > .tools > .collapse, .portlet > .portlet-title > .tools > .expand').tooltip({ + container: 'body', + title: 'Collapse/Expand' + }); + }; + + // Handles Bootstrap Dropdowns + var handleDropdowns = function () { + /* + Hold dropdown on click + */ + $('body').on('click', '.dropdown-menu.hold-on-click', function (e) { + e.stopPropagation(); + }); + }; + + var handleAlerts = function () { + $('body').on('click', '[data-close="alert"]', function (e) { + $(this).parent('.alert').hide(); + $(this).closest('.note').hide(); + e.preventDefault(); + }); + + $('body').on('click', '[data-close="note"]', function (e) { + $(this).closest('.note').hide(); + e.preventDefault(); + }); + + $('body').on('click', '[data-remove="note"]', function (e) { + $(this).closest('.note').remove(); + e.preventDefault(); + }); + }; + + // Handle Hower Dropdowns + var handleDropdownHover = function () { + $('[data-hover="dropdown"]').not('.hover-initialized').each(function () { + $(this).dropdownHover(); + $(this).addClass('hover-initialized'); + }); + }; + + // Handle textarea autosize + var handleTextareaAutosize = function () { + if (typeof(autosize) == "function") { + autosize(document.querySelector('textarea.autosizeme')); + } + }; + + // Handles Bootstrap Popovers + + // last popep popover + var lastPopedPopover; + + var handlePopovers = function () { + //$('.popovers').popover(); + + // close last displayed popover + + $(document).on('click.bs.popover.data-api', function (e) { + if (lastPopedPopover) { + lastPopedPopover.popover('hide'); + } + }); + }; + + // Handles scrollable contents using jQuery SlimScroll plugin. + var handleScrollers = function () { + App.initSlimScroll('.scroller'); + }; + + // Handles Image Preview using jQuery Fancybox plugin + var handleFancybox = function () { + if (!jQuery.fancybox) { + return; + } + + if ($(".fancybox-button").size() > 0) { + $(".fancybox-button").fancybox({ + groupAttr: 'data-rel', + prevEffect: 'none', + nextEffect: 'none', + closeBtn: true, + helpers: { + title: { + type: 'inside' + } + } + }); + } + }; + + // Handles counterup plugin wrapper + var handleCounterup = function () { + if (!$().counterUp) { + return; + } + + $("[data-counter='counterup']").counterUp({ + delay: 10, + time: 1000 + }); + }; + + // Fix input placeholder issue for IE8 and IE9 + var handleFixInputPlaceholderForIE = function () { + //fix html5 placeholder attribute for ie7 & ie8 + if (isIE8 || isIE9) { // ie8 & ie9 + // this is html5 placeholder fix for inputs, inputs with placeholder-no-fix class will be skipped(e.g: we need this for password fields) + $('input[placeholder]:not(.placeholder-no-fix), textarea[placeholder]:not(.placeholder-no-fix)').each(function () { + var input = $(this); + + if (input.val() === '' && input.attr("placeholder") !== '') { + input.addClass("placeholder").val(input.attr('placeholder')); + } + + input.focus(function () { + if (input.val() == input.attr('placeholder')) { + input.val(''); + } + }); + + input.blur(function () { + if (input.val() === '' || input.val() == input.attr('placeholder')) { + input.val(input.attr('placeholder')); + } + }); + }); + } + }; + + // Handle Select2 Dropdowns + var handleSelect2 = function () { + if ($().select2) { + $.fn.select2.defaults.set("theme", "bootstrap"); + $('.select2me').select2({ + placeholder: "Select", + width: 'auto', + allowClear: true + }); + } + }; + + // handle group element heights + var handleHeight = function () { + $('[data-auto-height]').each(function () { + var parent = $(this); + var items = $('[data-height]', parent); + var height = 0; + var mode = parent.attr('data-mode'); + var offset = parseInt(parent.attr('data-offset') ? parent.attr('data-offset') : 0); + + items.each(function () { + if ($(this).attr('data-height') == "height") { + $(this).css('height', ''); + } else { + $(this).css('min-height', ''); + } + + var height_ = (mode == 'base-height' ? $(this).outerHeight() : $(this).outerHeight(true)); + if (height_ > height) { + height = height_; + } + }); + + height = height + offset; + + items.each(function () { + if ($(this).attr('data-height') == "height") { + $(this).css('height', height); + } else { + $(this).css('min-height', height); + } + }); + + if (parent.attr('data-related')) { + $(parent.attr('data-related')).css('height', parent.height()); + } + }); + }; + + //* END:CORE HANDLERS *// + + return { + + //main function to initiate the theme + init: function () { + //IMPORTANT!!!: Do not modify the core handlers call order. + + //Core handlers + handleInit(); // initialize core variables + handleOnResize(); // set and handle responsive + + //UI Component handlers + handleMaterialDesign(); // handle material design + handleUniform(); // hanfle custom radio & checkboxes + handleiCheck(); // handles custom icheck radio and checkboxes + handleBootstrapSwitch(); // handle bootstrap switch plugin + handleScrollers(); // handles slim scrolling contents + handleFancybox(); // handle fancy box + handleSelect2(); // handle custom Select2 dropdowns + handlePortletTools(); // handles portlet action bar functionality(refresh, configure, toggle, remove) + handleAlerts(); //handle closabled alerts + handleDropdowns(); // handle dropdowns + handleTabs(); // handle tabs + handleTooltips(); // handle bootstrap tooltips + handlePopovers(); // handles bootstrap popovers + handleAccordions(); //handles accordions + handleModals(); // handle modals + handleBootstrapConfirmation(); // handle bootstrap confirmations + handleTextareaAutosize(); // handle autosize textareas + handleCounterup(); // handle counterup instances + + handleSiderBarmenu(); + //Handle group element heights + this.addResizeHandler(handleHeight); // handle auto calculating height on window resize + + // Hacks + handleFixInputPlaceholderForIE(); //IE8 & IE9 input placeholder issue fix + }, + + //main function to initiate core javascript after ajax complete + initAjax: function () { + handleUniform(); // handles custom radio & checkboxes + handleiCheck(); // handles custom icheck radio and checkboxes + handleBootstrapSwitch(); // handle bootstrap switch plugin + handleDropdownHover(); // handles dropdown hover + handleScrollers(); // handles slim scrolling contents + handleSelect2(); // handle custom Select2 dropdowns + handleFancybox(); // handle fancy box + handleDropdowns(); // handle dropdowns + handleTooltips(); // handle bootstrap tooltips + handlePopovers(); // handles bootstrap popovers + handleAccordions(); //handles accordions + handleBootstrapConfirmation(); // handle bootstrap confirmations + }, + handleFullScreen: function () { + if (isFullScreen) { + exitFull(); + isFullScreen = false; + } else { + requestFullScreen(); + isFullScreen = true; + } + }, + fixIframeTab: function () { + handleIframeContent(); + }, + getIframeLayoutHeight: function () { + return handleIframeLayoutHeight(); + }, + //init main components + initComponents: function () { + this.initAjax(); + }, + fixIframeCotent: function () { + setTimeout(function () { + //_runResizeHandlers(); + handleIframeContent(); + }, 50); + }, + //public function to remember last opened popover that needs to be closed on click + setLastPopedPopover: function (el) { + lastPopedPopover = el; + }, + + //public function to add callback a function which will be called on window resize + addResizeHandler: function (func) { + resizeHandlers.push(func); + }, + + //public functon to call _runresizeHandlers + runResizeHandlers: function () { + _runResizeHandlers(); + }, + + // wrApper function to scroll(focus) to an element + scrollTo: function (el, offeset) { + var pos = (el && el.size() > 0) ? el.offset().top : 0; + + if (el) { + if ($('body').hasClass('page-header-fixed')) { + pos = pos - $('.page-header').height(); + } else if ($('body').hasClass('page-header-top-fixed')) { + pos = pos - $('.page-header-top').height(); + } else if ($('body').hasClass('page-header-menu-fixed')) { + pos = pos - $('.page-header-menu').height(); + } + pos = pos + (offeset ? offeset : -1 * el.height()); + } + + $('html,body').animate({ + scrollTop: pos + }, 'slow'); + }, + + initSlimScroll: function (el) { + $(el).each(function () { + if ($(this).attr("data-initialized")) { + return; // exit + } + + var height; + + if ($(this).attr("data-height")) { + height = $(this).attr("data-height"); + } else { + height = $(this).css('height'); + } + + $(this).slimScroll({ + allowPageScroll: true, // allow page scroll when the element scroll is ended + size: '7px', + color: ($(this).attr("data-handle-color") ? $(this).attr("data-handle-color") : '#bbb'), + wrapperClass: ($(this).attr("data-wrapper-class") ? $(this).attr("data-wrapper-class") : 'slimScrollDiv'), + railColor: ($(this).attr("data-rail-color") ? $(this).attr("data-rail-color") : '#eaeaea'), + position: isRTL ? 'left' : 'right', + height: height, + alwaysVisible: ($(this).attr("data-always-visible") == "1" ? true : false), + railVisible: ($(this).attr("data-rail-visible") == "1" ? true : false), + disableFadeOut: true + }); + + $(this).attr("data-initialized", "1"); + }); + }, + + destroySlimScroll: function (el) { + $(el).each(function () { + if ($(this).attr("data-initialized") === "1") { // destroy existing instance before updating the height + $(this).removeAttr("data-initialized"); + $(this).removeAttr("style"); + + var attrList = {}; + + // store the custom attribures so later we will reassign. + if ($(this).attr("data-handle-color")) { + attrList["data-handle-color"] = $(this).attr("data-handle-color"); + } + if ($(this).attr("data-wrapper-class")) { + attrList["data-wrapper-class"] = $(this).attr("data-wrapper-class"); + } + if ($(this).attr("data-rail-color")) { + attrList["data-rail-color"] = $(this).attr("data-rail-color"); + } + if ($(this).attr("data-always-visible")) { + attrList["data-always-visible"] = $(this).attr("data-always-visible"); + } + if ($(this).attr("data-rail-visible")) { + attrList["data-rail-visible"] = $(this).attr("data-rail-visible"); + } + + $(this).slimScroll({ + wrapperClass: ($(this).attr("data-wrapper-class") ? $(this).attr("data-wrapper-class") : 'slimScrollDiv'), + destroy: true + }); + + var the = $(this); + + // reassign custom attributes + $.each(attrList, function (key, value) { + the.attr(key, value); + }); + + } + }); + }, + + // function to scroll to the top + scrollTop: function () { + App.scrollTo(); + }, + + // wrApper function to block element(indicate loading) + blockUI: function (options) { + options = $.extend(true, {}, options); + var html = ''; + if (options.animate) { + html = '
        ' + '
        ' + '
        '; + } else if (options.iconOnly) { + html = '
        '; + } else if (options.textOnly) { + html = '
          ' + (options.message ? options.message : 'LOADING...') + '
        '; + } else { + html = '
          ' + (options.message ? options.message : 'LOADING...') + '
        '; + } + + if (options.target) { // element blocking + var el = $(options.target); + if (el.height() <= ($(window).height())) { + options.cenrerY = true; + } + el.block({ + message: html, + baseZ: options.zIndex ? options.zIndex : 1000, + centerY: options.cenrerY !== undefined ? options.cenrerY : false, + css: { + top: '10%', + border: '0', + padding: '0', + backgroundColor: 'none' + }, + overlayCSS: { + backgroundColor: options.overlayColor ? options.overlayColor : '#555', + opacity: options.boxed ? 0.05 : 0.1, + cursor: 'wait' + } + }); + } else { // page blocking + $.blockUI({ + message: html, + baseZ: options.zIndex ? options.zIndex : 1000, + css: { + border: '0', + padding: '0', + backgroundColor: 'none' + }, + overlayCSS: { + backgroundColor: options.overlayColor ? options.overlayColor : '#555', + opacity: options.boxed ? 0.05 : 0.1, + cursor: 'wait' + } + }); + } + }, + + // wrApper function to un-block element(finish loading) + unblockUI: function (target) { + if (target) { + $(target).unblock({ + onUnblock: function () { + $(target).css('position', ''); + $(target).css('zoom', ''); + + } + }); + } else { + $.unblockUI(); + } + }, + + startPageLoading: function (options) { + if (options && options.animate) { + $('.page-spinner-bar').remove(); + $('body').append('
        '); + } else { + $('.page-loading').remove(); + $('body').append('
          ' + (options && options.message ? options.message : 'Loading...') + '
        '); + } + }, + + stopPageLoading: function () { + $('.page-loading, .page-spinner-bar').remove(); + }, + + alert: function (options) { + + options = $.extend(true, { + container: "", // alerts parent container(by default placed after the page breadcrumbs) + place: "append", // "append" or "prepend" in container + type: 'success', // alert's type + message: "", // alert's message + close: true, // make alert closable + reset: true, // close all previouse alerts first + focus: true, // auto scroll to the alert after shown + closeInSeconds: 0, // auto close after defined seconds + icon: "" // put icon before the message + }, options); + + var id = App.getUniqueID("App_alert"); + + var html = '
        ' + (options.close ? '' : '') + (options.icon !== "" ? ' ' : '') + options.message + '
        '; + + if (options.reset) { + $('.custom-alerts').remove(); + } + + if (!options.container) { + if ($('.page-fixed-main-content').size() === 1) { + $('.page-fixed-main-content').prepend(html); + } else if (($('body').hasClass("page-container-bg-solid") || $('body').hasClass("page-content-white")) && $('.page-head').size() === 0) { + $('.page-title').after(html); + } else { + if ($('.page-bar').size() > 0) { + $('.page-bar').after(html); + } else { + $('.page-breadcrumb, .breadcrumbs').after(html); + } + } + } else { + if (options.place == "append") { + $(options.container).append(html); + } else { + $(options.container).prepend(html); + } + } + + if (options.focus) { + App.scrollTo($('#' + id)); + } + + if (options.closeInSeconds > 0) { + setTimeout(function () { + $('#' + id).remove(); + }, options.closeInSeconds * 1000); + } + + return id; + }, + + // initializes uniform elements + initUniform: function (els) { + if (els) { + $(els).each(function () { + if ($(this).parents(".checker").size() === 0) { + $(this).show(); + $(this).uniform(); + } + }); + } else { + handleUniform(); + } + }, + + //wrApper function to update/sync jquery uniform checkbox & radios + updateUniform: function (els) { + $.uniform.update(els); // update the uniform checkbox & radios UI after the actual input control state changed + }, + + //public function to initialize the fancybox plugin + initFancybox: function () { + handleFancybox(); + }, + + //public helper function to get actual input value(used in IE9 and IE8 due to placeholder attribute not supported) + getActualVal: function (el) { + el = $(el); + if (el.val() === el.attr("placeholder")) { + return ""; + } + return el.val(); + }, + + //public function to get a paremeter by name from URL + getURLParameter: function (paramName) { + var searchString = window.location.search.substring(1), + i, val, params = searchString.split("&"); + + for (i = 0; i < params.length; i++) { + val = params[i].split("="); + if (val[0] == paramName) { + return unescape(val[1]); + } + } + return null; + }, + + // check for device touch support + isTouchDevice: function () { + try { + document.createEvent("TouchEvent"); + return true; + } catch (e) { + return false; + } + }, + + // To get the correct viewport width based on http://andylangton.co.uk/articles/javascript/get-viewport-size-javascript/ + getViewPort: function () { + var e = window, + a = 'inner'; + if (!('innerWidth' in window)) { + a = 'client'; + e = document.documentElement || document.body; + } + + return { + width: e[a + 'Width'], + height: e[a + 'Height'] + }; + }, + + getUniqueID: function (prefix) { + return 'prefix_' + Math.floor(Math.random() * (new Date()).getTime()); + }, + + // check IE8 mode + isIE8: function () { + return isIE8; + }, + + // check IE9 mode + isIE9: function () { + return isIE9; + }, + + //check RTL mode + isRTL: function () { + return isRTL; + }, + + // check IE8 mode + isAngularJsApp: function () { + return (typeof angular == 'undefined') ? false : true; + }, + + getbasePath: function () { + return basePath; + }, + + setbasePath: function (path) { + basePath = path; + }, + + setGlobalImgPath: function (path) { + globalImgPath = path; + }, + + getGlobalImgPath: function () { + return basePath + globalImgPath; + }, + + setGlobalPluginsPath: function (path) { + globalPluginsPath = path; + }, + + getGlobalPluginsPath: function () { + return basePath + globalPluginsPath; + }, + + getGlobalCssPath: function () { + return basePath + globalCssPath; + }, + + // get layout color code by color name + getBrandColor: function (name) { + if (brandColors[name]) { + return brandColors[name]; + } else { + return ''; + } + }, + + getResponsiveBreakpoint: function (size) { + // bootstrap responsive breakpoints + var sizes = { + 'xs': 480, // extra small + 'sm': 768, // small + 'md': 992, // medium + 'lg': 1200 // large + }; + + return sizes[size] ? sizes[size] : 0; + } + }; + +}(); + +jQuery(document).ready(function () { + App.init(); // init metronic core componets +}); +/* + * Context.js + * Copyright Jacob Kelley + * MIT License + * + * Modified by Joshua Christman + */ + +context = (function () { + + var options = { + fadeSpeed: 100, + filter: function ($obj) { + // Modify $obj, Do not return + }, + above: 'auto', + left: 'auto', + preventDoubleContext: true, + compress: false + }; + + function initialize(opts) { + + options = $.extend({}, options, opts); + + $(document).on('click', function () { + $('.dropdown-context').fadeOut(options.fadeSpeed, function () { + $('.dropdown-context').css({display: ''}).find('.drop-left').removeClass('drop-left'); + }); + }); + if (options.preventDoubleContext) { + $(document).on('contextmenu', '.dropdown-context', function (e) { + e.preventDefault(); + }); + } + $(document).on('mouseenter', '.dropdown-submenu', function () { + var $sub = $(this).find('.dropdown-context-sub:first'), + subWidth = $sub.width(), + subLeft = $sub.offset().left, + collision = (subWidth + subLeft) > window.innerWidth; + if (collision) { + $sub.addClass('drop-left'); + } + }); + + } + + function updateOptions(opts) { + options = $.extend({}, options, opts); + } + + function buildMenu(data, id, subMenu) { + var subClass = (subMenu) ? ' dropdown-context-sub' : '', + compressed = options.compress ? ' compressed-context' : '', + $menu = $(''); + + return buildMenuItems($menu, data, id, subMenu); + } + + function buildMenuItems($menu, data, id, subMenu, addDynamicTag) { + var linkTarget = ''; + for (var i = 0; i < data.length; i++) { + if (typeof data[i].divider !== 'undefined') { + var divider = '
      • '; + $menu.append(divider); + } else if (typeof data[i].header !== 'undefined') { + var header = ''; + $menu.append(header); + } else if (typeof data[i].menu_item_src !== 'undefined') { + var funcName; + if (typeof data[i].menu_item_src === 'function') { + if (data[i].menu_item_src.name === "") { // The function is declared like "foo = function() {}" + for (var globalVar in window) { + if (data[i].menu_item_src == window[globalVar]) { + funcName = globalVar; + break; + } + } + } else { + funcName = data[i].menu_item_src.name; + } + } else { + funcName = data[i].menu_item_src; + } + $menu.append('
      • '); + } else { + if (typeof data[i].href == 'undefined') { + data[i].href = '#'; + } + if (typeof data[i].target !== 'undefined') { + linkTarget = ' target="' + data[i].target + '"'; + } + if (typeof data[i].subMenu !== 'undefined') { + var sub_menu = '
        ' + $sub = (sub_menu); + } else { + var element = ''; + if (typeof data[i].icon !== 'undefined') + element += ' '; + element += data[i].text + ''; + $sub = $(element); + } + if (typeof data[i].action !== 'undefined') { + $action = data[i].action; + $sub + .find('a') + .addClass('context-event') + .on('click', createCallback($action)); + } + $menu.append($sub); + if (typeof data[i].subMenu != 'undefined') { + var subMenuData = buildMenu(data[i].subMenu, id, true); + $menu.find('li:last').append(subMenuData); + } + } + if (typeof options.filter == 'function') { + options.filter($menu.find('li:last')); + } + } + return $menu; + } + + function addContext(selector, data) { + if (typeof data.id !== 'undefined' && typeof data.data !== 'undefined') { + var id = data.id; + $menu = $('body').find('#dropdown-' + id)[0]; + if (typeof $menu === 'undefined') { + $menu = buildMenu(data.data, id); + $('body').append($menu); + } + } else { + var d = new Date(), + id = d.getTime(), + $menu = buildMenu(data, id); + $('body').append($menu); + } + + //鍙抽敭浜嬩欢 + $(selector).on('contextmenu', function (e) { + e.preventDefault(); + e.stopPropagation(); + + rightClickEvent = e; + currentContextSelector = $(this); + + $('.dropdown-context:not(.dropdown-context-sub)').hide(); + + $dd = $('#dropdown-' + id); + + $dd.find('.dynamic-menu-item').remove(); // Destroy any old dynamic menu items + $dd.find('.dynamic-menu-src').each(function (idx, element) { + var menuItems = window[$(element).data('src')]($(selector)); + $parentMenu = $(element).closest('.dropdown-menu.dropdown-context'); + $parentMenu = buildMenuItems($parentMenu, menuItems, id, undefined, true); + }); + + if (typeof options.above == 'boolean' && options.above) { + $dd.addClass('dropdown-context-up').css({ + top: e.pageY - 20 - $('#dropdown-' + id).height(), + left: e.pageX - 13 + }).fadeIn(options.fadeSpeed); + } else if (typeof options.above == 'string' && options.above == 'auto') { + $dd.removeClass('dropdown-context-up'); + var autoH = $dd.height() + 12; + if ((e.pageY + autoH) > $('html').height()) { + $dd.addClass('dropdown-context-up').css({ + top: e.pageY - 20 - autoH, + left: e.pageX - 13 + }).fadeIn(options.fadeSpeed); + } else { + $dd.css({ + top: e.pageY + 10, + left: e.pageX - 13 + }).fadeIn(options.fadeSpeed); + } + } + + if (typeof options.left == 'boolean' && options.left) { + $dd.addClass('dropdown-context-left').css({ + left: e.pageX - $dd.width() + }).fadeIn(options.fadeSpeed); + } else if (typeof options.left == 'string' && options.left == 'auto') { + $dd.removeClass('dropdown-context-left'); + var autoL = $dd.width() - 12; + if ((e.pageX + autoL) > $('html').width()) { + $dd.addClass('dropdown-context-left').css({ + left: e.pageX - $dd.width() + 13 + }); + } + } + }); + } + + function destroyContext(selector) { + $(document).off('contextmenu', selector).off('click', '.context-event'); + } + + return { + init: initialize, + settings: updateOptions, + attach: addContext, + destroy: destroyContext + }; +})(); + +var createCallback = function (func) { + return function (event) { + func(event, currentContextSelector,rightClickEvent) + }; +}; + +var currentContextSelector = undefined; +var rightClickEvent = undefined; + +/*! Copyright (c) 2011 Piotr Rochala (http://rocha.la) + * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) + * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. + * + * Version: 1.3.8 + * + */ +(function($) { + + $.fn.extend({ + slimScroll: function(options) { + + var defaults = { + + // width in pixels of the visible scroll area + width : 'auto', + + // height in pixels of the visible scroll area + height : '250px', + + // width in pixels of the scrollbar and rail + size : '7px', + + // scrollbar color, accepts any hex/color value + color: '#000', + + // scrollbar position - left/right + position : 'right', + + // distance in pixels between the side edge and the scrollbar + distance : '1px', + + // default scroll position on load - top / bottom / $('selector') + start : 'top', + + // sets scrollbar opacity + opacity : .4, + + // enables always-on mode for the scrollbar + alwaysVisible : false, + + // check if we should hide the scrollbar when user is hovering over + disableFadeOut : false, + + // sets visibility of the rail + railVisible : false, + + // sets rail color + railColor : '#333', + + // sets rail opacity + railOpacity : .2, + + // whether we should use jQuery UI Draggable to enable bar dragging + railDraggable : true, + + // defautlt CSS class of the slimscroll rail + railClass : 'slimScrollRail', + + // defautlt CSS class of the slimscroll bar + barClass : 'slimScrollBar', + + // defautlt CSS class of the slimscroll wrapper + wrapperClass : 'slimScrollDiv', + + // check if mousewheel should scroll the window if we reach top/bottom + allowPageScroll : false, + + // scroll amount applied to each mouse wheel step + wheelStep : 20, + + // scroll amount applied when user is using gestures + touchScrollStep : 200, + + // sets border radius + borderRadius: '7px', + + // sets border radius of the rail + railBorderRadius : '7px' + }; + + var o = $.extend(defaults, options); + + // do it for every element that matches selector + this.each(function(){ + + var isOverPanel, isOverBar, isDragg, queueHide, touchDif, + barHeight, percentScroll, lastScroll, + divS = '
        ', + minBarHeight = 30, + releaseScroll = false; + + // used in event handlers and for better minification + var me = $(this); + + // ensure we are not binding it again + if (me.parent().hasClass(o.wrapperClass)) + { + // start from last bar position + var offset = me.scrollTop(); + + // find bar and rail + bar = me.siblings('.' + o.barClass); + rail = me.siblings('.' + o.railClass); + + getBarHeight(); + + // check if we should scroll existing instance + if ($.isPlainObject(options)) + { + // Pass height: auto to an existing slimscroll object to force a resize after contents have changed + if ( 'height' in options && options.height == 'auto' ) { + me.parent().css('height', 'auto'); + me.css('height', 'auto'); + var height = me.parent().parent().height(); + me.parent().css('height', height); + me.css('height', height); + } else if ('height' in options) { + var h = options.height; + me.parent().css('height', h); + me.css('height', h); + } + + if ('scrollTo' in options) + { + // jump to a static point + offset = parseInt(o.scrollTo); + } + else if ('scrollBy' in options) + { + // jump by value pixels + offset += parseInt(o.scrollBy); + } + else if ('destroy' in options) + { + // remove slimscroll elements + bar.remove(); + rail.remove(); + me.unwrap(); + return; + } + + // scroll content by the given offset + scrollContent(offset, false, true); + } + + return; + } + else if ($.isPlainObject(options)) + { + if ('destroy' in options) + { + return; + } + } + + // optionally set height to the parent's height + o.height = (o.height == 'auto') ? me.parent().height() : o.height; + + // wrap content + var wrapper = $(divS) + .addClass(o.wrapperClass) + .css({ + position: 'relative', + overflow: 'hidden', + width: o.width, + height: o.height + }); + + // update style for the div + me.css({ + overflow: 'hidden', + width: o.width, + height: o.height + }); + + // create scrollbar rail + var rail = $(divS) + .addClass(o.railClass) + .css({ + width: o.size, + height: '100%', + position: 'absolute', + top: 0, + display: (o.alwaysVisible && o.railVisible) ? 'block' : 'none', + 'border-radius': o.railBorderRadius, + background: o.railColor, + opacity: o.railOpacity, + zIndex: 90 + }); + + // create scrollbar + var bar = $(divS) + .addClass(o.barClass) + .css({ + background: o.color, + width: o.size, + position: 'absolute', + top: 0, + opacity: o.opacity, + display: o.alwaysVisible ? 'block' : 'none', + 'border-radius' : o.borderRadius, + BorderRadius: o.borderRadius, + MozBorderRadius: o.borderRadius, + WebkitBorderRadius: o.borderRadius, + zIndex: 99 + }); + + // set position + var posCss = (o.position == 'right') ? { right: o.distance } : { left: o.distance }; + rail.css(posCss); + bar.css(posCss); + + // wrap it + me.wrap(wrapper); + + // append to parent div + me.parent().append(bar); + me.parent().append(rail); + + // make it draggable and no longer dependent on the jqueryUI + if (o.railDraggable){ + bar.bind("mousedown", function(e) { + var $doc = $(document); + isDragg = true; + t = parseFloat(bar.css('top')); + pageY = e.pageY; + + $doc.bind("mousemove.slimscroll", function(e){ + currTop = t + e.pageY - pageY; + bar.css('top', currTop); + scrollContent(0, bar.position().top, false);// scroll content + }); + + $doc.bind("mouseup.slimscroll", function(e) { + isDragg = false;hideBar(); + $doc.unbind('.slimscroll'); + }); + return false; + }).bind("selectstart.slimscroll", function(e){ + e.stopPropagation(); + e.preventDefault(); + return false; + }); + } + + // on rail over + rail.hover(function(){ + showBar(); + }, function(){ + hideBar(); + }); + + // on bar over + bar.hover(function(){ + isOverBar = true; + }, function(){ + isOverBar = false; + }); + + // show on parent mouseover + me.hover(function(){ + isOverPanel = true; + showBar(); + hideBar(); + }, function(){ + isOverPanel = false; + hideBar(); + }); + + // support for mobile + me.bind('touchstart', function(e,b){ + if (e.originalEvent.touches.length) + { + // record where touch started + touchDif = e.originalEvent.touches[0].pageY; + } + }); + + me.bind('touchmove', function(e){ + // prevent scrolling the page if necessary + if(!releaseScroll) + { + e.originalEvent.preventDefault(); + } + if (e.originalEvent.touches.length) + { + // see how far user swiped + var diff = (touchDif - e.originalEvent.touches[0].pageY) / o.touchScrollStep; + // scroll content + scrollContent(diff, true); + touchDif = e.originalEvent.touches[0].pageY; + } + }); + + // set up initial height + getBarHeight(); + + // check start position + if (o.start === 'bottom') + { + // scroll content to bottom + bar.css({ top: me.outerHeight() - bar.outerHeight() }); + scrollContent(0, true); + } + else if (o.start !== 'top') + { + // assume jQuery selector + scrollContent($(o.start).position().top, null, true); + + // make sure bar stays hidden + if (!o.alwaysVisible) { bar.hide(); } + } + + // attach scroll events + attachWheel(this); + + function _onWheel(e) + { + // use mouse wheel only when mouse is over + if (!isOverPanel) { return; } + + var e = e || window.event; + + var delta = 0; + if (e.wheelDelta) { delta = -e.wheelDelta/120; } + if (e.detail) { delta = e.detail / 3; } + + var target = e.target || e.srcTarget || e.srcElement; + if ($(target).closest('.' + o.wrapperClass).is(me.parent())) { + // scroll content + scrollContent(delta, true); + } + + // stop window scroll + if (e.preventDefault && !releaseScroll) { e.preventDefault(); } + if (!releaseScroll) { e.returnValue = false; } + } + + function scrollContent(y, isWheel, isJump) + { + releaseScroll = false; + var delta = y; + var maxTop = me.outerHeight() - bar.outerHeight(); + + if (isWheel) + { + // move bar with mouse wheel + delta = parseInt(bar.css('top')) + y * parseInt(o.wheelStep) / 100 * bar.outerHeight(); + + // move bar, make sure it doesn't go out + delta = Math.min(Math.max(delta, 0), maxTop); + + // if scrolling down, make sure a fractional change to the + // scroll position isn't rounded away when the scrollbar's CSS is set + // this flooring of delta would happened automatically when + // bar.css is set below, but we floor here for clarity + delta = (y > 0) ? Math.ceil(delta) : Math.floor(delta); + + // scroll the scrollbar + bar.css({ top: delta + 'px' }); + } + + // calculate actual scroll amount + percentScroll = parseInt(bar.css('top')) / (me.outerHeight() - bar.outerHeight()); + delta = percentScroll * (me[0].scrollHeight - me.outerHeight()); + + if (isJump) + { + delta = y; + var offsetTop = delta / me[0].scrollHeight * me.outerHeight(); + offsetTop = Math.min(Math.max(offsetTop, 0), maxTop); + bar.css({ top: offsetTop + 'px' }); + } + + // scroll content + me.scrollTop(delta); + + // fire scrolling event + me.trigger('slimscrolling', ~~delta); + + // ensure bar is visible + showBar(); + + // trigger hide when scroll is stopped + hideBar(); + } + + function attachWheel(target) + { + if (window.addEventListener) + { + target.addEventListener('DOMMouseScroll', _onWheel, false ); + target.addEventListener('mousewheel', _onWheel, false ); + } + else + { + document.attachEvent("onmousewheel", _onWheel) + } + } + + function getBarHeight() + { + // calculate scrollbar height and make sure it is not too small + barHeight = Math.max((me.outerHeight() / me[0].scrollHeight) * me.outerHeight(), minBarHeight); + bar.css({ height: barHeight + 'px' }); + + // hide scrollbar if content is not long enough + var display = barHeight == me.outerHeight() ? 'none' : 'block'; + bar.css({ display: display }); + } + + function showBar() + { + // recalculate bar height + getBarHeight(); + clearTimeout(queueHide); + + // when bar reached top or bottom + if (percentScroll == ~~percentScroll) + { + //release wheel + releaseScroll = o.allowPageScroll; + + // publish approporiate event + if (lastScroll != percentScroll) + { + var msg = (~~percentScroll == 0) ? 'top' : 'bottom'; + me.trigger('slimscroll', msg); + } + } + else + { + releaseScroll = false; + } + lastScroll = percentScroll; + + // show only when required + if(barHeight >= me.outerHeight()) { + //allow window scroll + releaseScroll = true; + return; + } + bar.stop(true,true).fadeIn('fast'); + if (o.railVisible) { rail.stop(true,true).fadeIn('fast'); } + } + + function hideBar() + { + // only hide when options allow it + if (!o.alwaysVisible) + { + queueHide = setTimeout(function(){ + if (!(o.disableFadeOut && isOverPanel) && !isOverBar && !isDragg) + { + bar.fadeOut('slow'); + rail.fadeOut('slow'); + } + }, 1000); + } + } + + }); + + // maintain chainability + return this; + } + }); + + $.fn.extend({ + slimscroll: $.fn.slimScroll + }); + +})(jQuery); + +//淇濆瓨椤甸潰id鐨刦ield +var pageIdField = "data-pageId"; + +function getPageId(element) { + if (element instanceof jQuery) { + return element.attr(pageIdField); + } else { + return $(element).attr(pageIdField); + } +} + +function findTabTitle(pageId) { + var $ele = null; + $(".page-tabs-content").find("a.menu_tab").each(function () { + var $a = $(this); + if ($a.attr(pageIdField) == pageId) { + $ele = $a; + return false;//閫鍑哄惊鐜 + } + }); + return $ele; +} + +function findTabPanel(pageId) { + var $ele = null; + $("#tab-content").find("div.tab-pane").each(function () { + var $div = $(this); + if ($div.attr(pageIdField) == pageId) { + $ele = $div; + return false;//閫鍑哄惊鐜 + } + }); + return $ele; +} + +function findIframeById(pageId) { + return findTabPanel(pageId).children("iframe"); +} + +function getActivePageId() { + var $a = $('.page-tabs-content').find('.active'); + return getPageId($a); +} + +function canRemoveTab(pageId) { + return findTabTitle(pageId).find('.fa-remove').size() > 0; +} + +function getIndexHeight(){ + var o = $("#tab-content").children(".tab-pane:first"); + if(o && o.length>0){ + return o.children('iframe').height(); + } + return 0; +} +//娣诲姞tab +var addTabs = function (options) { + var defaultTabOptions = { + id: Math.random() * 200, + urlType: "relative", + title: "鏂伴〉闈" + }; + + options = $.extend(true, defaultTabOptions, options); + + if (options.urlType === "relative") { + // var url = window.location.protocol + '//' + window.location.host + "/"; + //var basePath = window.location.pathname + "/../"; + //options.url = basePath + options.url; + options.url = options.url; + } + + var pageId = options.id; + + //鍒ゆ柇杩欎釜id鐨則ab鏄惁宸茬粡瀛樺湪,涓嶅瓨鍦ㄥ氨鏂板缓涓涓 + if (findTabPanel(pageId) === null) { + + //鍒涘缓鏂癟AB鐨則itle + // title = ''; + + var $title = $('').attr(pageIdField, pageId).addClass("menu_tab"); + + var $text = $("").text(options.title).appendTo($title); + // title += '' + options.title + ''; + + //鏄惁鍏佽鍏抽棴 + if (options.close) { + var $i = $("").attr(pageIdField, pageId).appendTo($title); + // title += ' '; + } + + //鍔犲叆TABS + $(".page-tabs-content").append($title); + + + var $tabPanel = $('
        ').attr(pageIdField, pageId); + if($('.page_tab_title').length>10){ + layer.open({ + title: ['鎻愮ず淇℃伅', 'font-size:16px;'] + ,type: 1 + ,content: '
        璇峰厛鍏抽棴涓浜涢夐」鍗(鏈澶氬厑璁告墦寮10涓)锛
        ' + ,btn: '纭 瀹' + ,icon:1 + ,btnAlign: 'c' + ,area: ['330px', '160px'] + ,yes: function(index){ + layer.close(index); + } + }); + return false; + } + if (options.content) { + //鏄惁鎸囧畾TAB鍐呭 + $tabPanel.append(options.content); + } else { + //娌℃湁鍐呭锛屼娇鐢↖FRAME鎵撳紑閾炬帴 + + App.blockUI({ + target: '#tab-content', + boxed: true, + message: '鍔犺浇涓......'//, + // animate: true + }); + + var $iframe = $("").attr("src", options.url).css("width", "100%").attr("frameborder", "no").attr("id", "iframe_" + pageId).addClass("tab_iframe").attr(pageIdField, pageId); + //frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="yes" allowtransparency="yes" + + var indexHeight = getIndexHeight(); + if(indexHeight){ + $iframe.height(indexHeight); + } + + //iframe 鍔犺浇瀹屾垚浜嬩欢 + $iframe.load(function () { + App.unblockUI('#tab-content');//瑙i攣鐣岄潰 + App.fixIframeCotent();//淇楂樺害 + }); + + $tabPanel.append($iframe); + + } + + // $tab = $(content); + $("#tab-content").append($tabPanel); + + //iframe 鍔犺浇瀹屾垚浜嬩欢 + /*$tab.find("iframe").load(function () { + App.fixIframeCotent(); + });*/ + } + + activeTabByPageId(pageId); + +}; + +//鍏抽棴tab +var closeTab = function (item) { + //item鍙互鏄痑鏍囩,涔熷彲浠ユ槸i鏍囩 + //瀹冧滑閮芥湁data-id灞炴,鑾峰彇瀹屾垚涔嬪悗灏辨病浜嬩簡 + var pageId = getPageId(item); + closeTabByPageId(pageId); +}; + +function closeTabByPageId(pageId) { + var $title = findTabTitle(pageId);//鏈塼ab鐨勬爣棰 + var $tabPanel = findTabPanel(pageId);//瑁呮湁iframe + + if ($title.hasClass("active")) { + //瑕佸叧闂殑tab澶勪簬娲诲姩鐘舵 + //瑕佹妸active class浼犻掔粰鍏跺畠tab + + //浼樺厛浼犻掔粰鍚庨潰鐨則ab,娌℃湁鐨勮瘽灏变紶閫掔粰鍓嶄竴涓 + var $nextTitle = $title.next(); + var activePageId; + if ($nextTitle.size() > 0) { + activePageId = getPageId($nextTitle); + } else { + activePageId = getPageId($title.prev()); + } + + setTimeout(function () { + //鏌愮bug锛岄渶瑕佸欢杩熸墽琛 + activeTabByPageId(activePageId); + }, 100); + + } else { + //瑕佸叧闂殑tab涓嶅浜庢椿鍔ㄧ姸鎬 + //鐩存帴绉婚櫎灏卞彲浠ヤ簡,涓嶇敤浼燼ctive class + + } + + $title.remove(); + $tabPanel.remove(); + // scrollToTab($('.menu_tab.active')[0]); + +} + +function closeTabOnly(pageId) { + var $title = findTabTitle(pageId);//鏈塼ab鐨勬爣棰 + var $tabPanel = findTabPanel(pageId);//瑁呮湁iframe + $title.remove(); + $tabPanel.remove(); +} + +var closeCurrentTab = function () { + var pageId = getActivePageId(); + if (canRemoveTab(pageId)) { + closeTabByPageId(pageId); + } +}; + +function refreshTabById(pageId) { + var $iframe = findIframeById(pageId); + var url = $iframe.attr('src'); + + if (url.indexOf(top.document.domain) < 0) { + $iframe.attr("src", url);// 璺ㄥ煙鐘跺喌涓嬶紝閲嶆柊璁剧疆url + } else { + $iframe[0].contentWindow.location.reload(true);//甯﹀弬鏁板埛鏂 + } + + App.blockUI({ + target: '#tab-content', + boxed: true, + message: '鍔犺浇涓......'//, + // animate: true + }); +} + +var refreshTab = function () { + //鍒锋柊褰撳墠tab + var pageId = getActivePageId(); + refreshTabById(pageId); +}; + +function getTabUrlById(pageId) { + var $iframe = findIframeById(pageId); + return $iframe[0].contentWindow.location.href; +} + +function getTabUrl(element) { + var pageId = getPageId(element); + getTabUrlById(pageId); +} + + +/** + * 缂栬緫tab鐨勬爣棰 + * @param pageId + * @param title + */ +function editTabTitle(pageId, title) { + var $title = findTabTitle(pageId);//鏈塼ab鐨勬爣棰 + var $span = $title.children("span.page_tab_title"); + $span.text(title); +} + +//璁$畻澶氫釜jq瀵硅薄鐨勫搴﹀拰 +var calSumWidth = function (element) { + var width = 0; + $(element).each(function () { + width += $(this).outerWidth(true); + }); + return width; +}; +//婊氬姩鍒版寚瀹氶夐」鍗 +var scrollToTab = function (element) { + //element鏄痶ab(a鏍囩),瑁呮湁鏍囬閭d釜 + //div.content-tabs > div.page-tabs-content + var marginLeftVal = calSumWidth($(element).prevAll()),//鍓嶉潰鎵鏈塼ab鐨勬诲搴 + marginRightVal = calSumWidth($(element).nextAll());//鍚庨潰鎵鏈塼ab鐨勬诲搴 + //涓浜涙寜閽(鍚戝乏,鍚戝彸婊戝姩)鐨勬诲搴 + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".menuTabs")); + // tab(a鏍囩)鏄剧ず鍖哄煙鐨勬诲搴 + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + //灏嗚婊氬姩鐨勯暱搴 + var scrollVal = 0; + if ($(".page-tabs-content").outerWidth() < visibleWidth) { + //鎵鏈夌殑tab閮藉彲浠ユ樉绀虹殑鎯呭喌 + scrollVal = 0; + } else if (marginRightVal <= (visibleWidth - $(element).outerWidth(true) - $(element).next().outerWidth(true))) { + //鍚戝彸婊氬姩 + //marginRightVal(鍚庨潰鎵鏈塼ab鐨勬诲搴)灏忎簬鍙鍖哄煙-(褰撳墠tab鍜屼笅涓涓猼ab鐨勫搴) + if ((visibleWidth - $(element).next().outerWidth(true)) > marginRightVal) { + scrollVal = marginLeftVal; + var tabElement = element; + while ((scrollVal - $(tabElement).outerWidth()) > ($(".page-tabs-content").outerWidth() - visibleWidth)) { + scrollVal -= $(tabElement).prev().outerWidth(); + tabElement = $(tabElement).prev(); + } + } + } else if (marginLeftVal > (visibleWidth - $(element).outerWidth(true) - $(element).prev().outerWidth(true))) { + //鍚戝乏婊氬姩 + scrollVal = marginLeftVal - $(element).prev().outerWidth(true); + } + //鎵ц鍔ㄧ敾 + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); +}; +//婊氬姩鏉℃粴鍔ㄥ埌宸﹁竟 +var scrollTabLeft = function () { + var marginLeftVal = Math.abs(parseInt($('.page-tabs-content').css('margin-left'))); + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".menuTabs")); + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + var scrollVal = 0; + if ($(".page-tabs-content").width() < visibleWidth) { + return false; + } else { + var tabElement = $(".menu_tab:first"); + var offsetVal = 0; + while ((offsetVal + $(tabElement).outerWidth(true)) <= marginLeftVal) { + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).next(); + } + offsetVal = 0; + if (calSumWidth($(tabElement).prevAll()) > visibleWidth) { + while ((offsetVal + $(tabElement).outerWidth(true)) < (visibleWidth) && tabElement.length > 0) { + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).prev(); + } + scrollVal = calSumWidth($(tabElement).prevAll()); + } + } + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); +}; +//婊氬姩鏉℃粴鍔ㄥ埌鍙宠竟 +var scrollTabRight = function () { + var marginLeftVal = Math.abs(parseInt($('.page-tabs-content').css('margin-left'))); + var tabOuterWidth = calSumWidth($(".content-tabs").children().not(".menuTabs")); + var visibleWidth = $(".content-tabs").outerWidth(true) - tabOuterWidth; + var scrollVal = 0; + if ($(".page-tabs-content").width() < visibleWidth) { + return false; + } else { + var tabElement = $(".menu_tab:first"); + var offsetVal = 0; + while ((offsetVal + $(tabElement).outerWidth(true)) <= marginLeftVal) { + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).next(); + } + offsetVal = 0; + while ((offsetVal + $(tabElement).outerWidth(true)) < (visibleWidth) && tabElement.length > 0) { + offsetVal += $(tabElement).outerWidth(true); + tabElement = $(tabElement).next(); + } + scrollVal = calSumWidth($(tabElement).prevAll()); + if (scrollVal > 0) { + $('.page-tabs-content').animate({ + marginLeft: 0 - scrollVal + 'px' + }, "fast"); + } + } +}; + +//鍏抽棴鍏朵粬閫夐」鍗 +var closeOtherTabs = function (isAll) { + if (isAll) { + //鍏抽棴鍏ㄩ儴 + $('.page-tabs-content').children("[" + pageIdField + "]").find('.fa-remove').parents('a').each(function () { + var $a = $(this); + var pageId = getPageId($a); + closeTabOnly(pageId); + + // closeTab($a); + /*$('#' + $(this).data('id')).remove(); + $(this).remove();*/ + }); + var firstChild = $(".page-tabs-content").children().eq(0); //閫変腑閭d簺鍒犱笉鎺夌殑绗竴涓彍鍗 + if (firstChild) { + //婵娲昏繖涓夐」鍗 + activeTabByPageId(getPageId(firstChild)); + + /*$('#' + firstChild.data('id')).addClass('active'); + firstChild.addClass('active');*/ + } + } else { + //闄ゆ涔嬪鍏ㄩ儴鍒犻櫎 + $('.page-tabs-content').children("[" + pageIdField + "]").find('.fa-remove').parents('a').not(".active").each(function () { + var $a = $(this); + var pageId = getPageId($a); + closeTabOnly(pageId); + + // closeTab($a); + /*$('#' + $(this).data('id')).remove(); + $(this).remove();*/ + }); + + } +}; + +//婵娲籘ab,閫氳繃id +function activeTabByPageId(pageId) { + $(".menu_tab").removeClass("active"); + $("#tab-content").find(".active").removeClass("active"); + //婵娲籘AB + var $title = findTabTitle(pageId).addClass('active'); + findTabPanel(pageId).addClass("active"); + // scrollToTab($('.menu_tab.active')); + scrollToTab($title[0]); +} + +$(function () { + var $tabs = $(".menuTabs"); + //鐐瑰嚮閫夐」鍗$殑鏃跺欏氨婵娲籺ab + $tabs.on("click", ".menu_tab", function () { + var pageId = getPageId(this); + activeTabByPageId(pageId); + }); + + //鍙屽嚮閫夐」鍗″埛鏂伴〉闈 + $tabs.on("dblclick", ".menu_tab", function () { + // console.log("dbclick"); + var pageId = getPageId(this); + refreshTabById(pageId); + }); + + //閫夐」鍗″彸閿彍鍗 + function findTabElement(target) { + var $ele = $(target); + if (!$ele.is("a")) { + $ele = $ele.parents("a.menu_tab"); + } + return $ele; + } + + context.init({ + preventDoubleContext: false,//涓嶇鐢ㄥ師濮嬪彸閿彍鍗 + compress: true//鍏冪礌鏇村皯鐨刾adding + }); + context.attach('.page-tabs-content', [ +// {header: 'Options'}, + { + text: '鍒锋柊', + action: function (e, $selector, rightClickEvent) { + //e鏄偣鍑昏彍鍗曠殑浜嬩欢 + //$selector灏辨槸锛勶紙".page-tabs-content") + //rightClickEvent灏辨槸鍙抽敭鎵撳紑鑿滃崟鐨勪簨浠 + + var pageId = getPageId(findTabElement(rightClickEvent.target)); + refreshTabById(pageId); + + } + }, + { + text: "鍦ㄦ柊绐楀彛鎵撳紑", + action: function (e, $selector, rightClickEvent) { + + var pageId = getPageId(findTabElement(rightClickEvent.target)); + var url = getTabUrlById(pageId); + window.open(url); + + } + } +// {text: 'Open in new Window', href: '#'}, +// {divider: true}, +// {text: 'Copy', href: '#'}, +// {text: 'Dafuq!?', href: '#'} + ]); + +}); +/*! + * jQuery blockUI plugin + * Version 2.70.0-2014.11.23 + * Requires jQuery v1.7 or later + * + * Examples at: http://malsup.com/jquery/block/ + * Copyright (c) 2007-2013 M. Alsup + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + * + * Thanks to Amir-Hossein Sobhi for some excellent contributions! + */ + !function(){"use strict";function e(e){function t(t,n){var s,h,k=t==window,y=n&&void 0!==n.message?n.message:void 0;if(n=e.extend({},e.blockUI.defaults,n||{}),!n.ignoreIfBlocked||!e(t).data("blockUI.isBlocked")){if(n.overlayCSS=e.extend({},e.blockUI.defaults.overlayCSS,n.overlayCSS||{}),s=e.extend({},e.blockUI.defaults.css,n.css||{}),n.onOverlayClick&&(n.overlayCSS.cursor="pointer"),h=e.extend({},e.blockUI.defaults.themedCSS,n.themedCSS||{}),y=void 0===y?n.message:y,k&&p&&o(window,{fadeOut:0}),y&&"string"!=typeof y&&(y.parentNode||y.jquery)){var m=y.jquery?y[0]:y,v={};e(t).data("blockUI.history",v),v.el=m,v.parent=m.parentNode,v.display=m.style.display,v.position=m.style.position,v.parent&&v.parent.removeChild(m)}e(t).data("blockUI.onUnblock",n.onUnblock);var g,I,w,U,x=n.baseZ;g=e(r||n.forceIframe?'':''),I=e(n.theme?'':''),n.theme&&k?(U='"):n.theme?(U='"):U=k?'':'',w=e(U),y&&(n.theme?(w.css(h),w.addClass("ui-widget-content")):w.css(s)),n.theme||I.css(n.overlayCSS),I.css("position",k?"fixed":"absolute"),(r||n.forceIframe)&&g.css("opacity",0);var C=[g,I,w],S=e(k?"body":t);e.each(C,function(){this.appendTo(S)}),n.theme&&n.draggable&&e.fn.draggable&&w.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var O=f&&(!e.support.boxModel||e("object,embed",k?null:t).length>0);if(u||O){if(k&&n.allowBodyStretch&&e.support.boxModel&&e("html,body").css("height","100%"),(u||!e.support.boxModel)&&!k)var E=d(t,"borderTopWidth"),T=d(t,"borderLeftWidth"),M=E?"(0 - "+E+")":0,B=T?"(0 - "+T+")":0;e.each(C,function(e,t){var o=t[0].style;if(o.position="absolute",2>e)k?o.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+n.quirksmodeOffsetHack+') + "px"'):o.setExpression("height",'this.parentNode.offsetHeight + "px"'),k?o.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):o.setExpression("width",'this.parentNode.offsetWidth + "px"'),B&&o.setExpression("left",B),M&&o.setExpression("top",M);else if(n.centerY)k&&o.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'),o.marginTop=0;else if(!n.centerY&&k){var i=n.css&&n.css.top?parseInt(n.css.top,10):0,s="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+i+') + "px"';o.setExpression("top",s)}})}if(y&&(n.theme?w.find(".ui-widget-content").append(y):w.append(y),(y.jquery||y.nodeType)&&e(y).show()),(r||n.forceIframe)&&n.showOverlay&&g.show(),n.fadeIn){var j=n.onBlock?n.onBlock:c,H=n.showOverlay&&!y?j:c,z=y?j:c;n.showOverlay&&I._fadeIn(n.fadeIn,H),y&&w._fadeIn(n.fadeIn,z)}else n.showOverlay&&I.show(),y&&w.show(),n.onBlock&&n.onBlock.bind(w)();if(i(1,t,n),k?(p=w[0],b=e(n.focusableElements,p),n.focusInput&&setTimeout(l,20)):a(w[0],n.centerX,n.centerY),n.timeout){var W=setTimeout(function(){k?e.unblockUI(n):e(t).unblock(n)},n.timeout);e(t).data("blockUI.timeout",W)}}}function o(t,o){var s,l=t==window,a=e(t),d=a.data("blockUI.history"),c=a.data("blockUI.timeout");c&&(clearTimeout(c),a.removeData("blockUI.timeout")),o=e.extend({},e.blockUI.defaults,o||{}),i(0,t,o),null===o.onUnblock&&(o.onUnblock=a.data("blockUI.onUnblock"),a.removeData("blockUI.onUnblock"));var r;r=l?e("body").children().filter(".blockUI").add("body > .blockUI"):a.find(">.blockUI"),o.cursorReset&&(r.length>1&&(r[1].style.cursor=o.cursorReset),r.length>2&&(r[2].style.cursor=o.cursorReset)),l&&(p=b=null),o.fadeOut?(s=r.length,r.stop().fadeOut(o.fadeOut,function(){0===--s&&n(r,d,o,t)})):n(r,d,o,t)}function n(t,o,n,i){var s=e(i);if(!s.data("blockUI.isBlocked")){t.each(function(){this.parentNode&&this.parentNode.removeChild(this)}),o&&o.el&&(o.el.style.display=o.display,o.el.style.position=o.position,o.el.style.cursor="default",o.parent&&o.parent.appendChild(o.el),s.removeData("blockUI.history")),s.data("blockUI.static")&&s.css("position","static"),"function"==typeof n.onUnblock&&n.onUnblock(i,n);var l=e(document.body),a=l.width(),d=l[0].style.width;l.width(a-1).width(a),l[0].style.width=d}}function i(t,o,n){var i=o==window,l=e(o);if((t||(!i||p)&&(i||l.data("blockUI.isBlocked")))&&(l.data("blockUI.isBlocked",t),i&&n.bindEvents&&(!t||n.showOverlay))){var a="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";t?e(document).bind(a,n,s):e(document).unbind(a,s)}}function s(t){if("keydown"===t.type&&t.keyCode&&9==t.keyCode&&p&&t.data.constrainTabKey){var o=b,n=!t.shiftKey&&t.target===o[o.length-1],i=t.shiftKey&&t.target===o[0];if(n||i)return setTimeout(function(){l(i)},10),!1}var s=t.data,a=e(t.target);return a.hasClass("blockOverlay")&&s.onOverlayClick&&s.onOverlayClick(t),a.parents("div."+s.blockMsgClass).length>0?!0:0===a.parents().children().filter("div.blockUI").length}function l(e){if(b){var t=b[e===!0?b.length-1:0];t&&t.focus()}}function a(e,t,o){var n=e.parentNode,i=e.style,s=(n.offsetWidth-e.offsetWidth)/2-d(n,"borderLeftWidth"),l=(n.offsetHeight-e.offsetHeight)/2-d(n,"borderTopWidth");t&&(i.left=s>0?s+"px":"0"),o&&(i.top=l>0?l+"px":"0")}function d(t,o){return parseInt(e.css(t,o),10)||0}e.fn._fadeIn=e.fn.fadeIn;var c=e.noop||function(){},r=/MSIE/.test(navigator.userAgent),u=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent),f=(document.documentMode||0,e.isFunction(document.createElement("div").style.setExpression));e.blockUI=function(e){t(window,e)},e.unblockUI=function(e){o(window,e)},e.growlUI=function(t,o,n,i){var s=e('
        ');t&&s.append("

        "+t+"

        "),o&&s.append("

        "+o+"

        "),void 0===n&&(n=3e3);var l=function(t){t=t||{},e.blockUI({message:s,fadeIn:"undefined"!=typeof t.fadeIn?t.fadeIn:700,fadeOut:"undefined"!=typeof t.fadeOut?t.fadeOut:1e3,timeout:"undefined"!=typeof t.timeout?t.timeout:n,centerY:!1,showOverlay:!1,onUnblock:i,css:e.blockUI.defaults.growlCSS})};l();s.css("opacity");s.mouseover(function(){l({fadeIn:0,timeout:3e4});var t=e(".blockMsg");t.stop(),t.fadeTo(300,1)}).mouseout(function(){e(".blockMsg").fadeOut(1e3)})},e.fn.block=function(o){if(this[0]===window)return e.blockUI(o),this;var n=e.extend({},e.blockUI.defaults,o||{});return this.each(function(){var t=e(this);n.ignoreIfBlocked&&t.data("blockUI.isBlocked")||t.unblock({fadeOut:0})}),this.each(function(){"static"==e.css(this,"position")&&(this.style.position="relative",e(this).data("blockUI.static",!0)),this.style.zoom=1,t(this,o)})},e.fn.unblock=function(t){return this[0]===window?(e.unblockUI(t),this):this.each(function(){o(this,t)})},e.blockUI.version=2.7,e.blockUI.defaults={message:"

        Please wait...

        ",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var p=null,b=[]}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],e):e(jQuery)}(); +(function ($) { + $.fn.sidebarMenu = function (options) { + options = $.extend({}, $.fn.sidebarMenu.defaults, options || {}); + var $menu_ul = $(this); + var level = 0; + // target.addClass('nav'); + // target.addClass('nav-list'); + if (options.data) { + init($menu_ul, options.data, level); + } + else { + if (!options.url) return; + $.getJSON(options.url, options.param, function (data) { + + init($menu_ul, data, level); + }); + } + + function init($menu_ul, data, level) { + $.each(data, function (i, item) { + //濡傛灉鏍囩鏄痠sHeader + var $header = $('
      • '); + if (item.isHeader !== null && item.isHeader === true) { + $header.append(item.text); + $menu_ul.append($header); + return; + } + + //濡傛灉涓嶆槸header + var li = $('
      • '); + + //a鏍囩 + var $a; + if (level > 0) { + $a = $(''); + } else { + $a = $(''); + } + + //鍥炬爣 + var $icon = $(''); + $icon.addClass(item.icon); + + //鏍囬 + var $title = $(''); + $title.addClass('menu-text').text(item.text); + + $a.append($icon); + $a.append($title); + $a.addClass("nav-link"); + + var isOpen = item.isOpen; + + if (isOpen === true) { + li.addClass("active"); + } + if (item.children && item.children.length > 0) { + var pullSpan = $(''); + var pullIcon = $(''); + pullSpan.append(pullIcon); + $a.append(pullSpan); + li.append($a); + + var menus = $('
          '); + menus.addClass('treeview-menu'); + if (isOpen === true) { + menus.css("display", "block"); + menus.addClass("menu-open"); + } else { + menus.css("display", "none"); + } + init(menus, item.children, level + 1); + li.append(menus); + } + else { + + if (item.targetType != null && item.targetType === "blank") //浠h〃鎵撳紑鏂伴〉闈 + { + $a.attr("href", item.url); + $a.attr("target", "_blank"); + } + else if (item.targetType != null && item.targetType === "ajax") { //浠h〃ajax鏂瑰紡鎵撳紑椤甸潰 + $a.attr("href", item.url); + $a.addClass("ajaxify"); + } + else if (item.targetType != null && item.targetType === "iframe-tab") { + item.urlType = item.urlType ? item.urlType : 'relative'; + var href = 'addTabs({id:\'' + item.id + '\',title: \'' + item.text + '\',close: true,url: \'' + item.url + '\',urlType: \'' + item.urlType + '\'});'; + $a.attr('onclick', href); + } + else if (item.targetType != null && item.targetType === "iframe") { //浠h〃鍗昳frame椤甸潰 + $a.attr("href", item.url); + $a.addClass("iframeOpen"); + $("#iframe-main").addClass("tab_iframe"); + } else { + $a.attr("href", item.url); + $a.addClass("iframeOpen"); + $("#iframe-main").addClass("tab_iframe"); + } + $a.addClass("nav-link"); + var badge = $(""); + // 1 + if (item.tip != null && item.tip > 0) { + badge.addClass("label").addClass("label-success").text(item.tip); + } + $a.append(badge); + li.append($a); + } + $menu_ul.append(li); + }); + } + + //鍙﹀缁戝畾鑿滃崟琚偣鍑讳簨浠,鍋氬叾瀹冨姩浣 + $menu_ul.on("click", "li.treeview a", function () { + var $a = $(this); + + if ($a.next().size() == 0) {//濡傛灉size>0,灏辫涓哄畠鏄彲浠ュ睍寮鐨 + if ($(window).width() < $.AdminLTE.options.screenSizes.sm) {//灏忓睆骞 + //瑙﹀彂宸﹁竟鑿滃崟鏍忔寜閽偣鍑讳簨浠,鍏抽棴鑿滃崟鏍 + $($.AdminLTE.options.sidebarToggleSelector).click(); + } + } + }); + }; + + $.fn.sidebarMenu.defaults = { + url: null, + param: null, + data: null, + isHeader: false + }; +})(jQuery); + +//sidebar - menu缁勪欢灏佽 +//鍦ㄩ〉闈笂闈㈢洿鎺ヨ皟鐢╯idebar - menu鐨勬柟娉 \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/js/bootstrap-datepicker.min.js b/src/main/webapp/plug-in/themes/adminlte/js/bootstrap-datepicker.min.js new file mode 100644 index 00000000..14457e0c --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/js/bootstrap-datepicker.min.js @@ -0,0 +1,8 @@ +/*! + * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker) + * + * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) + */ + +!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):jQuery)}(function(a,b){function c(){return new Date(Date.UTC.apply(Date,arguments))}function d(){var a=new Date;return c(a.getFullYear(),a.getMonth(),a.getDate())}function e(a,b){return a.getUTCFullYear()===b.getUTCFullYear()&&a.getUTCMonth()===b.getUTCMonth()&&a.getUTCDate()===b.getUTCDate()}function f(c,d){return function(){return d!==b&&a.fn.datepicker.deprecated(d),this[c].apply(this,arguments)}}function g(a){return a&&!isNaN(a.getTime())}function h(b,c){function d(a,b){return b.toLowerCase()}var e,f=a(b).data(),g={},h=new RegExp("^"+c.toLowerCase()+"([A-Z])");c=new RegExp("^"+c.toLowerCase());for(var i in f)c.test(i)&&(e=i.replace(h,d),g[e]=f[i]);return g}function i(b){var c={};if(q[b]||(b=b.split("-")[0],q[b])){var d=q[b];return a.each(p,function(a,b){b in d&&(c[b]=d[b])}),c}}var j=function(){var b={get:function(a){return this.slice(a)[0]},contains:function(a){for(var b=a&&a.valueOf(),c=0,d=this.length;c]/g)||[]).length<=0)return!0;var d=a(c);return d.length>0}catch(a){return!1}},_process_options:function(b){this._o=a.extend({},this._o,b);var e=this.o=a.extend({},this._o),f=e.language;q[f]||(f=f.split("-")[0],q[f]||(f=o.language)),e.language=f,e.startView=this._resolveViewName(e.startView),e.minViewMode=this._resolveViewName(e.minViewMode),e.maxViewMode=this._resolveViewName(e.maxViewMode),e.startView=Math.max(this.o.minViewMode,Math.min(this.o.maxViewMode,e.startView)),e.multidate!==!0&&(e.multidate=Number(e.multidate)||!1,e.multidate!==!1&&(e.multidate=Math.max(0,e.multidate))),e.multidateSeparator=String(e.multidateSeparator),e.weekStart%=7,e.weekEnd=(e.weekStart+6)%7;var g=r.parseFormat(e.format);e.startDate!==-(1/0)&&(e.startDate?e.startDate instanceof Date?e.startDate=this._local_to_utc(this._zero_time(e.startDate)):e.startDate=r.parseDate(e.startDate,g,e.language,e.assumeNearbyYear):e.startDate=-(1/0)),e.endDate!==1/0&&(e.endDate?e.endDate instanceof Date?e.endDate=this._local_to_utc(this._zero_time(e.endDate)):e.endDate=r.parseDate(e.endDate,g,e.language,e.assumeNearbyYear):e.endDate=1/0),e.daysOfWeekDisabled=this._resolveDaysOfWeek(e.daysOfWeekDisabled||[]),e.daysOfWeekHighlighted=this._resolveDaysOfWeek(e.daysOfWeekHighlighted||[]),e.datesDisabled=e.datesDisabled||[],a.isArray(e.datesDisabled)||(e.datesDisabled=e.datesDisabled.split(",")),e.datesDisabled=a.map(e.datesDisabled,function(a){return r.parseDate(a,g,e.language,e.assumeNearbyYear)});var h=String(e.orientation).toLowerCase().split(/\s+/g),i=e.orientation.toLowerCase();if(h=a.grep(h,function(a){return/^auto|left|right|top|bottom$/.test(a)}),e.orientation={x:"auto",y:"auto"},i&&"auto"!==i)if(1===h.length)switch(h[0]){case"top":case"bottom":e.orientation.y=h[0];break;case"left":case"right":e.orientation.x=h[0]}else i=a.grep(h,function(a){return/^left|right$/.test(a)}),e.orientation.x=i[0]||"auto",i=a.grep(h,function(a){return/^top|bottom$/.test(a)}),e.orientation.y=i[0]||"auto";else;if(e.defaultViewDate instanceof Date||"string"==typeof e.defaultViewDate)e.defaultViewDate=r.parseDate(e.defaultViewDate,g,e.language,e.assumeNearbyYear);else if(e.defaultViewDate){var j=e.defaultViewDate.year||(new Date).getFullYear(),k=e.defaultViewDate.month||0,l=e.defaultViewDate.day||1;e.defaultViewDate=c(j,k,l)}else e.defaultViewDate=d()},_events:[],_secondaryEvents:[],_applyEvents:function(a){for(var c,d,e,f=0;ff?(this.picker.addClass("datepicker-orient-right"),n+=m-b):this.o.rtl?this.picker.addClass("datepicker-orient-right"):this.picker.addClass("datepicker-orient-left");var p,q=this.o.orientation.y;if("auto"===q&&(p=-g+o-c,q=p<0?"bottom":"top"),this.picker.addClass("datepicker-orient-"+q),"top"===q?o-=c+parseInt(this.picker.css("padding-top")):o+=l,this.o.rtl){var r=f-(n+m);this.picker.css({top:o,right:r,zIndex:j})}else this.picker.css({top:o,left:n,zIndex:j});return this},_allow_update:!0,update:function(){if(!this._allow_update)return this;var b=this.dates.copy(),c=[],d=!1;return arguments.length?(a.each(arguments,a.proxy(function(a,b){b instanceof Date&&(b=this._local_to_utc(b)),c.push(b)},this)),d=!0):(c=this.isInput?this.element.val():this.element.data("date")||this.inputField.val(),c=c&&this.o.multidate?c.split(this.o.multidateSeparator):[c],delete this.element.data().date),c=a.map(c,a.proxy(function(a){return r.parseDate(a,this.o.format,this.o.language,this.o.assumeNearbyYear)},this)),c=a.grep(c,a.proxy(function(a){return!this.dateWithinRange(a)||!a},this),!0),this.dates.replace(c),this.o.updateViewDate&&(this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDatethis.o.endDate?this.viewDate=new Date(this.o.endDate):this.viewDate=this.o.defaultViewDate),d?(this.setValue(),this.element.change()):this.dates.length&&String(b)!==String(this.dates)&&d&&(this._trigger("changeDate"),this.element.change()),!this.dates.length&&b.length&&(this._trigger("clearDate"),this.element.change()),this.fill(),this},fillDow:function(){if(this.o.showWeekDays){var b=this.o.weekStart,c="";for(this.o.calendarWeeks&&(c+=' ');b";c+="",this.picker.find(".datepicker-days thead").append(c)}},fillMonths:function(){for(var a,b=this._utc_to_local(this.viewDate),c="",d=0;d<12;d++)a=b&&b.getMonth()===d?" focused":"",c+=''+q[this.o.language].monthsShort[d]+"";this.picker.find(".datepicker-months td").html(c)},setRange:function(b){b&&b.length?this.range=a.map(b,function(a){return a.valueOf()}):delete this.range,this.fill()},getClassNames:function(b){var c=[],f=this.viewDate.getUTCFullYear(),g=this.viewDate.getUTCMonth(),h=d();return b.getUTCFullYear()f||b.getUTCFullYear()===f&&b.getUTCMonth()>g)&&c.push("new"),this.focusDate&&b.valueOf()===this.focusDate.valueOf()&&c.push("focused"),this.o.todayHighlight&&e(b,h)&&c.push("today"),this.dates.contains(b)!==-1&&c.push("active"),this.dateWithinRange(b)||c.push("disabled"),this.dateIsDisabled(b)&&c.push("disabled","disabled-date"),a.inArray(b.getUTCDay(),this.o.daysOfWeekHighlighted)!==-1&&c.push("highlighted"),this.range&&(b>this.range[0]&&bh)&&j.push("disabled"),t===r&&j.push("focused"),i!==a.noop&&(l=i(new Date(t,0,1)),l===b?l={}:"boolean"==typeof l?l={enabled:l}:"string"==typeof l&&(l={classes:l}),l.enabled===!1&&j.push("disabled"),l.classes&&(j=j.concat(l.classes.split(/\s+/))),l.tooltip&&(k=l.tooltip)),m+='"+t+"";o.find(".datepicker-switch").text(p+"-"+q),o.find("td").html(m)},fill:function(){var d,e,f=new Date(this.viewDate),g=f.getUTCFullYear(),h=f.getUTCMonth(),i=this.o.startDate!==-(1/0)?this.o.startDate.getUTCFullYear():-(1/0),j=this.o.startDate!==-(1/0)?this.o.startDate.getUTCMonth():-(1/0),k=this.o.endDate!==1/0?this.o.endDate.getUTCFullYear():1/0,l=this.o.endDate!==1/0?this.o.endDate.getUTCMonth():1/0,m=q[this.o.language].today||q.en.today||"",n=q[this.o.language].clear||q.en.clear||"",o=q[this.o.language].titleFormat||q.en.titleFormat;if(!isNaN(g)&&!isNaN(h)){this.picker.find(".datepicker-days .datepicker-switch").text(r.formatDate(f,o,this.o.language)),this.picker.find("tfoot .today").text(m).css("display",this.o.todayBtn===!0||"linked"===this.o.todayBtn?"table-cell":"none"),this.picker.find("tfoot .clear").text(n).css("display",this.o.clearBtn===!0?"table-cell":"none"),this.picker.find("thead .datepicker-title").text(this.o.title).css("display","string"==typeof this.o.title&&""!==this.o.title?"table-cell":"none"),this.updateNavArrows(),this.fillMonths();var p=c(g,h,0),s=p.getUTCDate();p.setUTCDate(s-(p.getUTCDay()-this.o.weekStart+7)%7);var t=new Date(p);p.getUTCFullYear()<100&&t.setUTCFullYear(p.getUTCFullYear()),t.setUTCDate(t.getUTCDate()+42),t=t.valueOf();for(var u,v,w=[];p.valueOf()"),this.o.calendarWeeks)){var x=new Date(+p+(this.o.weekStart-u-7)%7*864e5),y=new Date(Number(x)+(11-x.getUTCDay())%7*864e5),z=new Date(Number(z=c(y.getUTCFullYear(),0,1))+(11-z.getUTCDay())%7*864e5),A=(y-z)/864e5/7+1;w.push(''+A+"")}v=this.getClassNames(p),v.push("day");var B=p.getUTCDate();this.o.beforeShowDay!==a.noop&&(e=this.o.beforeShowDay(this._utc_to_local(p)),e===b?e={}:"boolean"==typeof e?e={enabled:e}:"string"==typeof e&&(e={classes:e}),e.enabled===!1&&v.push("disabled"),e.classes&&(v=v.concat(e.classes.split(/\s+/))),e.tooltip&&(d=e.tooltip),e.content&&(B=e.content)),v=a.isFunction(a.uniqueSort)?a.uniqueSort(v):a.unique(v),w.push(''+B+""),d=null,u===this.o.weekEnd&&w.push(""),p.setUTCDate(p.getUTCDate()+1)}this.picker.find(".datepicker-days tbody").html(w.join(""));var C=q[this.o.language].monthsTitle||q.en.monthsTitle||"Months",D=this.picker.find(".datepicker-months").find(".datepicker-switch").text(this.o.maxViewMode<2?C:g).end().find("tbody span").removeClass("active");if(a.each(this.dates,function(a,b){b.getUTCFullYear()===g&&D.eq(b.getUTCMonth()).addClass("active")}),(gk)&&D.addClass("disabled"),g===i&&D.slice(0,j).addClass("disabled"),g===k&&D.slice(l+1).addClass("disabled"),this.o.beforeShowMonth!==a.noop){var E=this;a.each(D,function(c,d){var e=new Date(g,c,1),f=E.o.beforeShowMonth(e);f===b?f={}:"boolean"==typeof f?f={enabled:f}:"string"==typeof f&&(f={classes:f}),f.enabled!==!1||a(d).hasClass("disabled")||a(d).addClass("disabled"),f.classes&&a(d).addClass(f.classes),f.tooltip&&a(d).prop("title",f.tooltip)})}this._fill_yearsView(".datepicker-years","year",10,g,i,k,this.o.beforeShowYear),this._fill_yearsView(".datepicker-decades","decade",100,g,i,k,this.o.beforeShowDecade),this._fill_yearsView(".datepicker-centuries","century",1e3,g,i,k,this.o.beforeShowCentury)}},updateNavArrows:function(){if(this._allow_update){var a,b,c=new Date(this.viewDate),d=c.getUTCFullYear(),e=c.getUTCMonth(),f=this.o.startDate!==-(1/0)?this.o.startDate.getUTCFullYear():-(1/0),g=this.o.startDate!==-(1/0)?this.o.startDate.getUTCMonth():-(1/0),h=this.o.endDate!==1/0?this.o.endDate.getUTCFullYear():1/0,i=this.o.endDate!==1/0?this.o.endDate.getUTCMonth():1/0,j=1;switch(this.viewMode){case 4:j*=10;case 3:j*=10;case 2:j*=10;case 1:a=Math.floor(d/j)*jh;break;case 0:a=d<=f&&e=h&&e>i}this.picker.find(".prev").toggleClass("disabled",a),this.picker.find(".next").toggleClass("disabled",b)}},click:function(b){b.preventDefault(),b.stopPropagation();var e,f,g,h;e=a(b.target),e.hasClass("datepicker-switch")&&this.viewMode!==this.o.maxViewMode&&this.setViewMode(this.viewMode+1),e.hasClass("today")&&!e.hasClass("day")&&(this.setViewMode(0),this._setDate(d(),"linked"===this.o.todayBtn?null:"view")),e.hasClass("clear")&&this.clearDates(),e.hasClass("disabled")||(e.hasClass("month")||e.hasClass("year")||e.hasClass("decade")||e.hasClass("century"))&&(this.viewDate.setUTCDate(1),f=1,1===this.viewMode?(h=e.parent().find("span").index(e),g=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(h)):(h=0,g=Number(e.text()),this.viewDate.setUTCFullYear(g)),this._trigger(r.viewModes[this.viewMode-1].e,this.viewDate),this.viewMode===this.o.minViewMode?this._setDate(c(g,h,f)):(this.setViewMode(this.viewMode-1),this.fill())),this.picker.is(":visible")&&this._focused_from&&this._focused_from.focus(),delete this._focused_from},dayCellClick:function(b){var c=a(b.currentTarget),d=c.data("date"),e=new Date(d);this.o.updateViewDate&&(e.getUTCFullYear()!==this.viewDate.getUTCFullYear()&&this._trigger("changeYear",this.viewDate),e.getUTCMonth()!==this.viewDate.getUTCMonth()&&this._trigger("changeMonth",this.viewDate)),this._setDate(e)},navArrowsClick:function(b){var c=a(b.currentTarget),d=c.hasClass("prev")?-1:1;0!==this.viewMode&&(d*=12*r.viewModes[this.viewMode].navStep),this.viewDate=this.moveMonth(this.viewDate,d),this._trigger(r.viewModes[this.viewMode].e,this.viewDate),this.fill()},_toggle_multidate:function(a){var b=this.dates.contains(a);if(a||this.dates.clear(),b!==-1?(this.o.multidate===!0||this.o.multidate>1||this.o.toggleActive)&&this.dates.remove(b):this.o.multidate===!1?(this.dates.clear(),this.dates.push(a)):this.dates.push(a),"number"==typeof this.o.multidate)for(;this.dates.length>this.o.multidate;)this.dates.remove(0)},_setDate:function(a,b){b&&"date"!==b||this._toggle_multidate(a&&new Date(a)),(!b&&this.o.updateViewDate||"view"===b)&&(this.viewDate=a&&new Date(a)),this.fill(),this.setValue(),b&&"view"===b||this._trigger("changeDate"),this.inputField.trigger("change"),!this.o.autoclose||b&&"date"!==b||this.hide()},moveDay:function(a,b){var c=new Date(a);return c.setUTCDate(a.getUTCDate()+b),c},moveWeek:function(a,b){return this.moveDay(a,7*b)},moveMonth:function(a,b){if(!g(a))return this.o.defaultViewDate;if(!b)return a;var c,d,e=new Date(a.valueOf()),f=e.getUTCDate(),h=e.getUTCMonth(),i=Math.abs(b);if(b=b>0?1:-1,1===i)d=b===-1?function(){return e.getUTCMonth()===h}:function(){return e.getUTCMonth()!==c},c=h+b,e.setUTCMonth(c),c=(c+12)%12;else{for(var j=0;j0},dateWithinRange:function(a){return a>=this.o.startDate&&a<=this.o.endDate},keydown:function(a){if(!this.picker.is(":visible"))return void(40!==a.keyCode&&27!==a.keyCode||(this.show(),a.stopPropagation()));var b,c,d=!1,e=this.focusDate||this.viewDate;switch(a.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),a.preventDefault(),a.stopPropagation();break;case 37:case 38:case 39:case 40:if(!this.o.keyboardNavigation||7===this.o.daysOfWeekDisabled.length)break;b=37===a.keyCode||38===a.keyCode?-1:1,0===this.viewMode?a.ctrlKey?(c=this.moveAvailableDate(e,b,"moveYear"),c&&this._trigger("changeYear",this.viewDate)):a.shiftKey?(c=this.moveAvailableDate(e,b,"moveMonth"),c&&this._trigger("changeMonth",this.viewDate)):37===a.keyCode||39===a.keyCode?c=this.moveAvailableDate(e,b,"moveDay"):this.weekOfDateIsDisabled(e)||(c=this.moveAvailableDate(e,b,"moveWeek")):1===this.viewMode?(38!==a.keyCode&&40!==a.keyCode||(b*=4),c=this.moveAvailableDate(e,b,"moveMonth")):2===this.viewMode&&(38!==a.keyCode&&40!==a.keyCode||(b*=4),c=this.moveAvailableDate(e,b,"moveYear")),c&&(this.focusDate=this.viewDate=c,this.setValue(),this.fill(),a.preventDefault());break;case 13:if(!this.o.forceParse)break;e=this.focusDate||this.dates.get(-1)||this.viewDate,this.o.keyboardNavigation&&(this._toggle_multidate(e),d=!0),this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(a.preventDefault(),a.stopPropagation(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}d&&(this.dates.length?this._trigger("changeDate"):this._trigger("clearDate"),this.inputField.trigger("change"))},setViewMode:function(a){this.viewMode=a,this.picker.children("div").hide().filter(".datepicker-"+r.viewModes[this.viewMode].clsName).show(),this.updateNavArrows(),this._trigger("changeViewMode",new Date(this.viewDate))}};var l=function(b,c){a.data(b,"datepicker",this),this.element=a(b),this.inputs=a.map(c.inputs,function(a){return a.jquery?a[0]:a}),delete c.inputs,this.keepEmptyValues=c.keepEmptyValues,delete c.keepEmptyValues,n.call(a(this.inputs),c).on("changeDate",a.proxy(this.dateUpdated,this)),this.pickers=a.map(this.inputs,function(b){return a.data(b,"datepicker")}),this.updateDates()};l.prototype={updateDates:function(){this.dates=a.map(this.pickers,function(a){return a.getUTCDate()}),this.updateRanges()},updateRanges:function(){var b=a.map(this.dates,function(a){return a.valueOf()});a.each(this.pickers,function(a,c){c.setRange(b)})},clearDates:function(){a.each(this.pickers,function(a,b){b.clearDates()})},dateUpdated:function(c){if(!this.updating){this.updating=!0;var d=a.data(c.target,"datepicker");if(d!==b){var e=d.getUTCDate(),f=this.keepEmptyValues,g=a.inArray(c.target,this.inputs),h=g-1,i=g+1,j=this.inputs.length;if(g!==-1){if(a.each(this.pickers,function(a,b){b.getUTCDate()||b!==d&&f||b.setUTCDate(e)}),e=0&&ethis.dates[i])for(;ithis.dates[i];)this.pickers[i++].setUTCDate(e);this.updateDates(),delete this.updating}}}},destroy:function(){a.map(this.pickers,function(a){a.destroy()}),a(this.inputs).off("changeDate",this.dateUpdated),delete this.element.data().datepicker},remove:f("destroy","Method `remove` is deprecated and will be removed in version 2.0. Use `destroy` instead")};var m=a.fn.datepicker,n=function(c){var d=Array.apply(null,arguments);d.shift();var e;if(this.each(function(){var b=a(this),f=b.data("datepicker"),g="object"==typeof c&&c;if(!f){var j=h(this,"date"),m=a.extend({},o,j,g),n=i(m.language),p=a.extend({},o,n,j,g);b.hasClass("input-daterange")||p.inputs?(a.extend(p,{inputs:p.inputs||b.find("input").toArray()}),f=new l(this,p)):f=new k(this,p),b.data("datepicker",f)}"string"==typeof c&&"function"==typeof f[c]&&(e=f[c].apply(f,d))}),e===b||e instanceof k||e instanceof l)return this;if(this.length>1)throw new Error("Using only allowed for the collection of a single element ("+c+" function)");return e};a.fn.datepicker=n;var o=a.fn.datepicker.defaults={assumeNearbyYear:!1,autoclose:!1,beforeShowDay:a.noop,beforeShowMonth:a.noop,beforeShowYear:a.noop,beforeShowDecade:a.noop,beforeShowCentury:a.noop,calendarWeeks:!1,clearBtn:!1,toggleActive:!1,daysOfWeekDisabled:[],daysOfWeekHighlighted:[],datesDisabled:[],endDate:1/0,forceParse:!0,format:"mm/dd/yyyy",keepEmptyValues:!1,keyboardNavigation:!0,language:"en",minViewMode:0,maxViewMode:4,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-(1/0),startView:0,todayBtn:!1,todayHighlight:!1,updateViewDate:!0,weekStart:0,disableTouchKeyboard:!1,enableOnReadonly:!0,showOnFocus:!0,zIndexOffset:10,container:"body",immediateUpdates:!1,title:"",templates:{leftArrow:"«",rightArrow:"»"},showWeekDays:!0},p=a.fn.datepicker.locale_opts=["format","rtl","weekStart"];a.fn.datepicker.Constructor=k;var q=a.fn.datepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear",titleFormat:"MM yyyy"}},r={viewModes:[{names:["days","month"],clsName:"days",e:"changeMonth"},{names:["months","year"],clsName:"months",e:"changeYear",navStep:1},{names:["years","decade"],clsName:"years",e:"changeDecade",navStep:10},{names:["decades","century"],clsName:"decades",e:"changeCentury",navStep:100},{names:["centuries","millennium"],clsName:"centuries",e:"changeMillennium",navStep:1e3}],validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\u5e74\u6708\u65e5\[-`{-~\t\n\r]+/g,parseFormat:function(a){if("function"==typeof a.toValue&&"function"==typeof a.toDisplay)return a;var b=a.replace(this.validParts,"\0").split("\0"),c=a.match(this.validParts);if(!b||!b.length||!c||0===c.length)throw new Error("Invalid date format.");return{separators:b,parts:c}},parseDate:function(c,e,f,g){function h(a,b){return b===!0&&(b=10),a<100&&(a+=2e3,a>(new Date).getFullYear()+b&&(a-=100)),a}function i(){var a=this.slice(0,j[n].length),b=j[n].slice(0,a.length);return a.toLowerCase()===b.toLowerCase()}if(!c)return b;if(c instanceof Date)return c;if("string"==typeof e&&(e=r.parseFormat(e)),e.toValue)return e.toValue(c,e,f);var j,l,m,n,o,p={d:"moveDay",m:"moveMonth",w:"moveWeek",y:"moveYear"},s={yesterday:"-1d",today:"+0d",tomorrow:"+1d"};if(c in s&&(c=s[c]),/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/i.test(c)){for(j=c.match(/([\-+]\d+)([dmwy])/gi),c=new Date,n=0;n'+o.templates.leftArrow+''+o.templates.rightArrow+"", +contTemplate:'',footTemplate:''};r.template='
          '+r.headTemplate+""+r.footTemplate+'
          '+r.headTemplate+r.contTemplate+r.footTemplate+'
          '+r.headTemplate+r.contTemplate+r.footTemplate+'
          '+r.headTemplate+r.contTemplate+r.footTemplate+'
          '+r.headTemplate+r.contTemplate+r.footTemplate+"
          ",a.fn.datepicker.DPGlobal=r,a.fn.datepicker.noConflict=function(){return a.fn.datepicker=m,this},a.fn.datepicker.version="1.8.0",a.fn.datepicker.deprecated=function(a){var b=window.console;b&&b.warn&&b.warn("DEPRECATED: "+a)},a(document).on("focus.datepicker.data-api click.datepicker.data-api",'[data-provide="datepicker"]',function(b){var c=a(this);c.data("datepicker")||(b.preventDefault(),n.call(c,"show"))}),a(function(){n.call(a('[data-provide="datepicker-inline"]'))})}); \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/js/bootstrap.min.js b/src/main/webapp/plug-in/themes/adminlte/js/bootstrap.min.js new file mode 100644 index 00000000..9bcd2fcc --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/js/bootstrap.min.js @@ -0,0 +1,7 @@ +/*! + * Bootstrap v3.3.7 (http://getbootstrap.com) + * Copyright 2011-2016 Twitter, Inc. + * Licensed under the MIT license + */ +if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.7",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a("#"===f?[]:f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.7",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c).prop(c,!0)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c).prop(c,!1))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target).closest(".btn");b.call(d,"toggle"),a(c.target).is('input[type="radio"], input[type="checkbox"]')||(c.preventDefault(),d.is("input,button")?d.trigger("focus"):d.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(a>this.$items.length-1||a<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){if(!this.sliding)return this.slide("next")},c.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.7",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.7",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&jdocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth
          ',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);if(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),!c.isInStateTrue())return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-mo.width?"left":"left"==h&&k.left-lg.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;jg.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.7",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.7",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b=e[a]&&(void 0===e[a+1]||b .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.7",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return e=a-d&&"bottom"},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery); \ No newline at end of file diff --git a/src/main/webapp/plug-in/themes/adminlte/js/bootstrap3-wysihtml5.all.min.js b/src/main/webapp/plug-in/themes/adminlte/js/bootstrap3-wysihtml5.all.min.js new file mode 100644 index 00000000..58765c07 --- /dev/null +++ b/src/main/webapp/plug-in/themes/adminlte/js/bootstrap3-wysihtml5.all.min.js @@ -0,0 +1,8 @@ +/*! bootstrap3-wysihtml5-bower 2014-09-26 */ +var wysihtml5,Base,Handlebars;Object.defineProperty&&Object.getOwnPropertyDescriptor&&Object.getOwnPropertyDescriptor(Element.prototype,"textContent")&&!Object.getOwnPropertyDescriptor(Element.prototype,"textContent").get&&!function(){var a=Object.getOwnPropertyDescriptor(Element.prototype,"innerText");Object.defineProperty(Element.prototype,"textContent",{get:function(){return a.get.call(this)},set:function(b){return a.set.call(this,b)}})}(),Array.isArray||(Array.isArray=function(a){return"[object Array]"===Object.prototype.toString.call(a)}),wysihtml5={version:"0.4.15",commands:{},dom:{},quirks:{},toolbar:{},lang:{},selection:{},views:{},INVISIBLE_SPACE:"锘",EMPTY_FUNCTION:function(){},ELEMENT_NODE:1,TEXT_NODE:3,BACKSPACE_KEY:8,ENTER_KEY:13,ESCAPE_KEY:27,SPACE_KEY:32,DELETE_KEY:46},function(a,b){"function"==typeof define&&define.amd?define(a):b.rangy=a()}(function(){function a(a,b){var c=typeof a[b];return c==x||!(c!=w||!a[b])||"unknown"==c}function b(a,b){return!(typeof a[b]!=w||!a[b])}function c(a,b){return typeof a[b]!=y}function d(a){return function(b,c){for(var d=c.length;d--;)if(!a(b,c[d]))return!1;return!0}}function e(a){return a&&D(a,C)&&F(a,B)}function f(a){return b(a,"body")?a.body:a.getElementsByTagName("body")[0]}function g(c){b(window,"console")&&a(window.console,"log")&&window.console.log(c)}function h(a,b){b?window.alert(a):g(a)}function i(a){H.initialized=!0,H.supported=!1,h("Rangy is not supported on this page in your browser. Reason: "+a,H.config.alertOnFail)}function j(a){h("Rangy warning: "+a,H.config.alertOnWarn)}function k(a){return a.message||a.description||a+""}function l(){var b,c,d,h,j,l,m,o,p;if(!H.initialized){if(c=!1,d=!1,a(document,"createRange")&&(b=document.createRange(),D(b,A)&&F(b,z)&&(c=!0)),h=f(document),!h||"body"!=h.nodeName.toLowerCase())return i("No body element found"),void 0;if(h&&a(h,"createTextRange")&&(b=h.createTextRange(),e(b)&&(d=!0)),!c&&!d)return i("Neither Range nor TextRange are available"),void 0;H.initialized=!0,H.features={implementsDomRange:c,implementsTextRange:d};for(m in G)(j=G[m])instanceof n&&j.init(j,H);for(o=0,p=s.length;p>o;++o)try{s[o](H)}catch(q){l="Rangy init listener threw an exception. Continuing. Detail: "+k(q),g(l)}}}function m(a){a=a||window,l();for(var b=0,c=t.length;c>b;++b)t[b](a)}function n(a,b,c){this.name=a,this.dependencies=b,this.initialized=!1,this.supported=!1,this.initializer=c}function o(a,b,c,d){var e=new n(b,c,function(a){if(!a.initialized){a.initialized=!0;try{d(H,a),a.supported=!0}catch(c){var e="Module '"+b+"' failed to load: "+k(c);g(e)}}});G[b]=e}function p(){}function q(){}var r,s,t,u,v,w="object",x="function",y="undefined",z=["startContainer","startOffset","endContainer","endOffset","collapsed","commonAncestorContainer"],A=["setStart","setStartBefore","setStartAfter","setEnd","setEndBefore","setEndAfter","collapse","selectNode","selectNodeContents","compareBoundaryPoints","deleteContents","extractContents","cloneContents","insertNode","surroundContents","cloneRange","toString","detach"],B=["boundingHeight","boundingLeft","boundingTop","boundingWidth","htmlText","text"],C=["collapse","compareEndPoints","duplicate","moveToElementText","parentElement","select","setEndPoint","getBoundingClientRect"],D=d(a),E=d(b),F=d(c),G={},H={version:"1.3alpha.20140804",initialized:!1,supported:!0,util:{isHostMethod:a,isHostObject:b,isHostProperty:c,areHostMethods:D,areHostObjects:E,areHostProperties:F,isTextRange:e,getBody:f},features:{},modules:G,config:{alertOnFail:!0,alertOnWarn:!1,preferTextRange:!1,autoInitialize:typeof rangyAutoInitialize==y?!0:rangyAutoInitialize}};return H.fail=i,H.warn=j,{}.hasOwnProperty?H.util.extend=function(a,b,c){var d,e,f;for(f in b)b.hasOwnProperty(f)&&(d=a[f],e=b[f],c&&null!==d&&"object"==typeof d&&null!==e&&"object"==typeof e&&H.util.extend(d,e,!0),a[f]=e);return b.hasOwnProperty("toString")&&(a.toString=b.toString),a}:i("hasOwnProperty not supported"),function(){var a,b,c=document.createElement("div");c.appendChild(document.createElement("span")),a=[].slice;try{1==a.call(c.childNodes,0)[0].nodeType&&(b=function(b){return a.call(b,0)})}catch(d){}b||(b=function(a){var b,c,d=[];for(b=0,c=a.length;c>b;++b)d[b]=a[b];return d}),H.util.toArray=b}(),a(document,"addEventListener")?r=function(a,b,c){a.addEventListener(b,c,!1)}:a(document,"attachEvent")?r=function(a,b,c){a.attachEvent("on"+b,c)}:i("Document does not have required addEventListener or attachEvent method"),H.util.addListener=r,s=[],H.init=l,H.addInitListener=function(a){H.initialized?a(H):s.push(a)},t=[],H.addShimListener=function(a){t.push(a)},H.shim=H.createMissingNativeApi=m,n.prototype={init:function(){var a,b,c,d,e=this.dependencies||[];for(a=0,b=e.length;b>a;++a){if(d=e[a],c=G[d],!(c&&c instanceof n))throw Error("required module '"+d+"' not found");if(c.init(),!c.supported)throw Error("required module '"+d+"' not supported")}this.initializer(this)},fail:function(a){throw this.initialized=!0,this.supported=!1,Error("Module '"+this.name+"' failed to load: "+a)},warn:function(a){H.warn("Module "+this.name+": "+a)},deprecationNotice:function(a,b){H.warn("DEPRECATED: "+a+" in module "+this.name+"is deprecated. Please use "+b+" instead")},createError:function(a){return Error("Error in Rangy "+this.name+" module: "+a)}},H.createModule=function(a){var b,c,d;2==arguments.length?(b=arguments[1],c=[]):(b=arguments[2],c=arguments[1]),d=o(!1,a,c,b),H.initialized&&d.init()},H.createCoreModule=function(a,b,c){o(!0,a,b,c)},H.RangePrototype=p,H.rangePrototype=new p,H.selectionPrototype=new q,u=!1,v=function(){u||(u=!0,!H.initialized&&H.config.autoInitialize&&l())},typeof window==y?(i("No window found"),void 0):typeof document==y?(i("No document found"),void 0):(a(document,"addEventListener")&&document.addEventListener("DOMContentLoaded",v,!1),r(window,"load",v),H.createCoreModule("DomUtil",[],function(a,b){function c(a){var b;return typeof a.namespaceURI==I||null===(b=a.namespaceURI)||"http://www.w3.org/1999/xhtml"==b}function d(a){var b=a.parentNode;return 1==b.nodeType?b:null}function e(a){for(var b=0;a=a.previousSibling;)++b;return b}function f(a){switch(a.nodeType){case 7:case 10:return 0;case 3:case 8:return a.length;default:return a.childNodes.length}}function g(a,b){var c,d=[];for(c=a;c;c=c.parentNode)d.push(c);for(c=b;c;c=c.parentNode)if(F(d,c))return c;return null}function h(a,b,c){for(var d=c?b:b.parentNode;d;){if(d===a)return!0;d=d.parentNode}return!1}function i(a,b){return h(a,b,!0)}function j(a,b,c){for(var d,e=c?a:a.parentNode;e;){if(d=e.parentNode,d===b)return e;e=d}return null}function k(a){var b=a.nodeType;return 3==b||4==b||8==b}function l(a){if(!a)return!1;var b=a.nodeType;return 3==b||8==b}function m(a,b){var c=b.nextSibling,d=b.parentNode;return c?d.insertBefore(a,c):d.appendChild(a),a}function n(a,b,c){var d,f,g=a.cloneNode(!1);if(g.deleteData(0,b),a.deleteData(b,a.length-b),m(g,a),c)for(d=0;f=c[d++];)f.node==a&&f.offset>b?(f.node=g,f.offset-=b):f.node==a.parentNode&&f.offset>e(a)&&++f.offset;return g}function o(a){if(9==a.nodeType)return a;if(typeof a.ownerDocument!=I)return a.ownerDocument;if(typeof a.document!=I)return a.document;if(a.parentNode)return o(a.parentNode);throw b.createError("getDocument: no document found for node")}function p(a){var c=o(a);if(typeof c.defaultView!=I)return c.defaultView;if(typeof c.parentWindow!=I)return c.parentWindow;throw b.createError("Cannot get a window object for node")}function q(a){if(typeof a.contentDocument!=I)return a.contentDocument;if(typeof a.contentWindow!=I)return a.contentWindow.document;throw b.createError("getIframeDocument: No Document object found for iframe element")}function r(a){if(typeof a.contentWindow!=I)return a.contentWindow;if(typeof a.contentDocument!=I)return a.contentDocument.defaultView;throw b.createError("getIframeWindow: No Window object found for iframe element")}function s(a){return a&&J.isHostMethod(a,"setTimeout")&&J.isHostObject(a,"document")}function t(a,b,c){var d;if(a?J.isHostProperty(a,"nodeType")?d=1==a.nodeType&&"iframe"==a.tagName.toLowerCase()?q(a):o(a):s(a)&&(d=a.document):d=document,!d)throw b.createError(c+"(): Parameter must be a Window object or DOM node");return d}function u(a){for(var b;b=a.parentNode;)a=b;return a}function v(a,c,d,f){var h,i,k,l,m;if(a==d)return c===f?0:f>c?-1:1;if(h=j(d,a,!0))return c<=e(h)?-1:1;if(h=j(a,d,!0))return e(h)[index:"+e(a)+",length:"+a.childNodes.length+"]["+(a.innerHTML||"[innerHTML not supported]").slice(0,25)+"]"}return a.nodeName}function y(a){for(var b,c=o(a).createDocumentFragment();b=a.firstChild;)c.appendChild(b);return c}function z(a){this.root=a,this._next=a}function A(a){return new z(a)}function B(a,b){this.node=a,this.offset=b}function C(a){this.code=this[a],this.codeName=a,this.message="DOMException: "+this.codeName}var D,E,F,G,H,I="undefined",J=a.util;J.areHostMethods(document,["createDocumentFragment","createElement","createTextNode"])||b.fail("document missing a Node creation method"),J.isHostMethod(document,"getElementsByTagName")||b.fail("document missing getElementsByTagName method"),D=document.createElement("div"),J.areHostMethods(D,["insertBefore","appendChild","cloneNode"]||!J.areHostObjects(D,["previousSibling","nextSibling","childNodes","parentNode"]))||b.fail("Incomplete Element implementation"),J.isHostProperty(D,"innerHTML")||b.fail("Element is missing innerHTML property"),E=document.createTextNode("test"),J.areHostMethods(E,["splitText","deleteData","insertData","appendData","cloneNode"]||!J.areHostObjects(D,["previousSibling","nextSibling","childNodes","parentNode"])||!J.areHostProperties(E,["data"]))||b.fail("Incomplete Text Node implementation"),F=function(a,b){for(var c=a.length;c--;)if(a[c]===b)return!0;return!1},G=!1,function(){var b,c=document.createElement("b");c.innerHTML="1",b=c.firstChild,c.innerHTML="
          ",G=w(b),a.features.crashyTextNodes=G}(),typeof window.getComputedStyle!=I?H=function(a,b){return p(a).getComputedStyle(a,null)[b]}:typeof document.documentElement.currentStyle!=I?H=function(a,b){return a.currentStyle[b]}:b.fail("No means of obtaining computed style properties found"),z.prototype={_current:null,hasNext:function(){return!!this._next},next:function(){var a,b,c=this._current=this._next;if(this._current)if(a=c.firstChild,a)this._next=a;else{for(b=null;c!==this.root&&!(b=c.nextSibling);)c=c.parentNode;this._next=b}return this._current},detach:function(){this._current=this._next=this.root=null}},B.prototype={equals:function(a){return!!a&&this.node===a.node&&this.offset==a.offset},inspect:function(){return"[DomPosition("+x(this.node)+":"+this.offset+")]"},toString:function(){return this.inspect()}},C.prototype={INDEX_SIZE_ERR:1,HIERARCHY_REQUEST_ERR:3,WRONG_DOCUMENT_ERR:4,NO_MODIFICATION_ALLOWED_ERR:7,NOT_FOUND_ERR:8,NOT_SUPPORTED_ERR:9,INVALID_STATE_ERR:11,INVALID_NODE_TYPE_ERR:24},C.prototype.toString=function(){return this.message},a.dom={arrayContains:F,isHtmlNamespace:c,parentElement:d,getNodeIndex:e,getNodeLength:f,getCommonAncestor:g,isAncestorOf:h,isOrIsAncestorOf:i,getClosestAncestorIn:j,isCharacterDataNode:k,isTextOrCommentNode:l,insertAfter:m,splitDataNode:n,getDocument:o,getWindow:p,getIframeWindow:r,getIframeDocument:q,getBody:J.getBody,isWindow:s,getContentDocument:t,getRootContainer:u,comparePoints:v,isBrokenNode:w,inspectNode:x,getComputedStyleProperty:H,fragmentFromNodeChildren:y,createIterator:A,DomPosition:B},a.DOMException=C}),H.createCoreModule("DomRange",["DomUtil"],function(a){function b(a,b){return 3!=a.nodeType&&(gb(a,b.startContainer)||gb(a,b.endContainer))}function c(a){return a.document||hb(a.startContainer)}function d(a){return new cb(a.parentNode,fb(a))}function e(a){return new cb(a.parentNode,fb(a)+1)}function f(a,b,c){var d=11==a.nodeType?a.firstChild:a;return eb(b)?c==b.length?ab.insertAfter(a,b):b.parentNode.insertBefore(a,0==c?b:jb(b,c)):c>=b.childNodes.length?b.appendChild(a):b.insertBefore(a,b.childNodes[c]),d}function g(a,b,d){if(y(a),y(b),c(b)!=c(a))throw new db("WRONG_DOCUMENT_ERR");var e=ib(a.startContainer,a.startOffset,b.endContainer,b.endOffset),f=ib(a.endContainer,a.endOffset,b.startContainer,b.startOffset);return d?0>=e&&f>=0:0>e&&f>0}function h(a){var b,d,e,f;for(e=c(a.range).createDocumentFragment();d=a.next();){if(b=a.isPartiallySelectedSubtree(),d=d.cloneNode(!b),b&&(f=a.getSubtreeIterator(),d.appendChild(h(f)),f.detach()),10==d.nodeType)throw new db("HIERARCHY_REQUEST_ERR");e.appendChild(d)}return e}function i(a,b,c){var d,e,f,g;for(c=c||{stop:!1};f=a.next();)if(a.isPartiallySelectedSubtree()){if(b(f)===!1)return c.stop=!0,void 0;if(g=a.getSubtreeIterator(),i(g,b,c),g.detach(),c.stop)return}else for(d=ab.createIterator(f);e=d.next();)if(b(e)===!1)return c.stop=!0,void 0}function j(a){for(var b;a.next();)a.isPartiallySelectedSubtree()?(b=a.getSubtreeIterator(),j(b),b.detach()):a.remove()}function k(a){for(var b,d,e=c(a.range).createDocumentFragment();b=a.next();){if(a.isPartiallySelectedSubtree()?(b=b.cloneNode(!1),d=a.getSubtreeIterator(),b.appendChild(k(d)),d.detach()):a.remove(),10==b.nodeType)throw new db("HIERARCHY_REQUEST_ERR");e.appendChild(b)}return e}function l(a,b,c){var d,e,f=!(!b||!b.length),g=!!c;return f&&(d=RegExp("^("+b.join("|")+")$")),e=[],i(new n(a,!1),function(b){var h,i;(!f||d.test(b.nodeType))&&(!g||c(b))&&(h=a.startContainer,b==h&&eb(h)&&a.startOffset==h.length||(i=a.endContainer,b==i&&eb(i)&&0==a.endOffset||e.push(b)))}),e}function m(a){var b=void 0===a.getName?"Range":a.getName();return"["+b+"("+ab.inspectNode(a.startContainer)+":"+a.startOffset+", "+ab.inspectNode(a.endContainer)+":"+a.endOffset+")]"}function n(a,b){if(this.range=a,this.clonePartiallySelectedTextNodes=b,!a.collapsed){this.sc=a.startContainer,this.so=a.startOffset,this.ec=a.endContainer,this.eo=a.endOffset;var c=a.commonAncestorContainer;this.sc===this.ec&&eb(this.sc)?(this.isSingleCharacterDataNode=!0,this._first=this._last=this._next=this.sc):(this._first=this._next=this.sc!==c||eb(this.sc)?kb(this.sc,c,!0):this.sc.childNodes[this.so],this._last=this.ec!==c||eb(this.ec)?kb(this.ec,c,!0):this.ec.childNodes[this.eo-1])}}function o(a){return function(b,c){for(var d,e=c?b:b.parentNode;e;){if(d=e.nodeType,mb(a,d))return e;e=e.parentNode}return null}}function p(a,b){if(P(a,b))throw new db("INVALID_NODE_TYPE_ERR")}function q(a,b){if(!mb(b,a.nodeType))throw new db("INVALID_NODE_TYPE_ERR")}function r(a,b){if(0>b||b>(eb(a)?a.length:a.childNodes.length))throw new db("INDEX_SIZE_ERR")}function s(a,b){if(N(a,!0)!==N(b,!0))throw new db("WRONG_DOCUMENT_ERR")}function t(a){if(O(a,!0))throw new db("NO_MODIFICATION_ALLOWED_ERR")}function u(a,b){if(!a)throw new db(b)}function v(a){return ob&&ab.isBrokenNode(a)||!mb(J,a.nodeType)&&!N(a,!0)}function w(a,b){return b<=(eb(a)?a.length:a.childNodes.length)}function x(a){return!!a.startContainer&&!!a.endContainer&&!v(a.startContainer)&&!v(a.endContainer)&&w(a.startContainer,a.startOffset)&&w(a.endContainer,a.endOffset)}function y(a){if(!x(a))throw Error("Range error: Range is no longer valid after DOM mutation ("+a.inspect()+")")}function z(a,b){var c,d,e,f,g;y(a),c=a.startContainer,d=a.startOffset,e=a.endContainer,f=a.endOffset,g=c===e,eb(e)&&f>0&&f0&&d=fb(c)&&f++,d=0),a.setStartAndEnd(c,d,e,f)}function A(a){y(a);var b=a.commonAncestorContainer.parentNode.cloneNode(!1);return b.appendChild(a.cloneContents()),b.innerHTML}function B(a){a.START_TO_START=U,a.START_TO_END=V,a.END_TO_END=W,a.END_TO_START=X,a.NODE_BEFORE=Y,a.NODE_AFTER=Z,a.NODE_BEFORE_AND_AFTER=$,a.NODE_INSIDE=_}function C(a){B(a),B(a.prototype)}function D(a,b){return function(){var c,d,f,g,h,j,k;return y(this),c=this.startContainer,d=this.startOffset,f=this.commonAncestorContainer,g=new n(this,!0),c!==f&&(h=kb(c,f,!0),j=e(h),c=j.node,d=j.offset),i(g,t),g.reset(),k=a(g),g.detach(),b(this,c,d,c,d),k}}function E(c,f){function g(a,b){return function(c){q(c,I),q(nb(c),J);var f=(a?d:e)(c);(b?h:i)(this,f.node,f.offset)}}function h(a,b,c){var d=a.endContainer,e=a.endOffset;(b!==a.startContainer||c!==a.startOffset)&&((nb(b)!=nb(d)||1==ib(b,c,d,e))&&(d=b,e=c),f(a,b,c,d,e))}function i(a,b,c){var d=a.startContainer,e=a.startOffset;(b!==a.endContainer||c!==a.endOffset)&&((nb(b)!=nb(d)||-1==ib(b,c,d,e))&&(d=b,e=c),f(a,d,e,b,c))}var l=function(){};l.prototype=a.rangePrototype,c.prototype=new l,bb.extend(c.prototype,{setStart:function(a,b){p(a,!0),r(a,b),h(this,a,b)},setEnd:function(a,b){p(a,!0),r(a,b),i(this,a,b)},setStartAndEnd:function(){var a=arguments,b=a[0],c=a[1],d=b,e=c;switch(a.length){case 3:e=a[2];break;case 4:d=a[2],e=a[3]}f(this,b,c,d,e)},setBoundary:function(a,b,c){this["set"+(c?"Start":"End")](a,b)},setStartBefore:g(!0,!0),setStartAfter:g(!1,!0),setEndBefore:g(!0,!1),setEndAfter:g(!1,!1),collapse:function(a){y(this),a?f(this,this.startContainer,this.startOffset,this.startContainer,this.startOffset):f(this,this.endContainer,this.endOffset,this.endContainer,this.endOffset)},selectNodeContents:function(a){p(a,!0),f(this,a,0,a,lb(a))},selectNode:function(a){p(a,!1),q(a,I);var b=d(a),c=e(a);f(this,b.node,b.offset,c.node,c.offset)},extractContents:D(k,f),deleteContents:D(j,f),canSurroundContents:function(){var a,c;return y(this),t(this.startContainer),t(this.endContainer),a=new n(this,!0),c=a._first&&b(a._first,this)||a._last&&b(a._last,this),a.detach(),!c},splitBoundaries:function(){z(this)},splitBoundariesPreservingPositions:function(a){z(this,a)},normalizeBoundaries:function(){var a,b,c,d,e,g,h,i,j;y(this),a=this.startContainer,b=this.startOffset,c=this.endContainer,d=this.endOffset,e=function(a){var b=a.nextSibling;b&&b.nodeType==a.nodeType&&(c=a,d=a.length,a.appendData(b.data),b.parentNode.removeChild(b))},g=function(e){var f,g,h=e.previousSibling;h&&h.nodeType==e.nodeType&&(a=e,f=e.length,b=h.length,e.insertData(0,h.data),h.parentNode.removeChild(h),a==c?(d+=b,c=a):c==e.parentNode&&(g=fb(e),d==g?(c=e,d=f):d>g&&d--))},h=!0,eb(c)?c.length==d&&e(c):(d>0&&(i=c.childNodes[d-1],i&&eb(i)&&e(i)),h=!this.collapsed),h?eb(a)?0==b&&g(a):bx",R=3==Q.firstChild.nodeType}catch(pb){}a.features.htmlParsingConforms=R,S=R?function(a){var b,c=this.startContainer,d=hb(c);if(!c)throw new db("INVALID_STATE_ERR");return b=null,1==c.nodeType?b=c:eb(c)&&(b=ab.parentElement(c)),b=null===b||"HTML"==b.nodeName&&ab.isHtmlNamespace(hb(b).documentElement)&&ab.isHtmlNamespace(b)?d.createElement("body"):b.cloneNode(!1),b.innerHTML=a,ab.fragmentFromNodeChildren(b)}:function(a){var b=c(this),d=b.createElement("body");return d.innerHTML=a,ab.fragmentFromNodeChildren(d)},T=["startContainer","startOffset","endContainer","endOffset","collapsed","commonAncestorContainer"],U=0,V=1,W=2,X=3,Y=0,Z=1,$=2,_=3,bb.extend(a.rangePrototype,{compareBoundaryPoints:function(a,b){var c,d,e,f,g,h;return y(this),s(this.startContainer,b.startContainer),g=a==X||a==U?"start":"end",h=a==V||a==U?"start":"end",c=this[g+"Container"],d=this[g+"Offset"],e=b[h+"Container"],f=b[h+"Offset"],ib(c,d,e,f)},insertNode:function(a){if(y(this),q(a,L),t(this.startContainer),gb(a,this.startContainer))throw new db("HIERARCHY_REQUEST_ERR");var b=f(a,this.startContainer,this.startOffset);this.setStartBefore(b)},cloneContents:function(){var a,b,d;return y(this),this.collapsed?c(this).createDocumentFragment():this.startContainer===this.endContainer&&eb(this.startContainer)?(a=this.startContainer.cloneNode(!0),a.data=a.data.slice(this.startOffset,this.endOffset),b=c(this).createDocumentFragment(),b.appendChild(a),b):(d=new n(this,!0),a=h(d),d.detach(),a)},canSurroundContents:function(){var a,c;return y(this),t(this.startContainer),t(this.endContainer),a=new n(this,!0),c=a._first&&b(a._first,this)||a._last&&b(a._last,this),a.detach(),!c},surroundContents:function(a){if(q(a,M),!this.canSurroundContents())throw new db("INVALID_STATE_ERR");var b=this.extractContents();if(a.hasChildNodes())for(;a.lastChild;)a.removeChild(a.lastChild);f(a,this.startContainer,this.startOffset),a.appendChild(b),this.selectNode(a)},cloneRange:function(){var a,b,d;for(y(this),a=new H(c(this)),b=T.length;b--;)d=T[b],a[d]=this[d];return a},toString:function(){var a,b,c;return y(this),a=this.startContainer,a===this.endContainer&&eb(a)?3==a.nodeType||4==a.nodeType?a.data.slice(this.startOffset,this.endOffset):"":(b=[],c=new n(this,!0),i(c,function(a){(3==a.nodeType||4==a.nodeType)&&b.push(a.data)}),c.detach(),b.join(""))},compareNode:function(a){var b,c,d,e;if(y(this),b=a.parentNode,c=fb(a),!b)throw new db("NOT_FOUND_ERR");return d=this.comparePoint(b,c),e=this.comparePoint(b,c+1),0>d?e>0?$:Y:e>0?Z:_},comparePoint:function(a,b){return y(this),u(a,"HIERARCHY_REQUEST_ERR"),s(a,this.startContainer),ib(a,b,this.startContainer,this.startOffset)<0?-1:ib(a,b,this.endContainer,this.endOffset)>0?1:0},createContextualFragment:S,toHtml:function(){return A(this)},intersectsNode:function(a,b){var d,e,f,g;return y(this),u(a,"NOT_FOUND_ERR"),hb(a)!==c(this)?!1:(d=a.parentNode,e=fb(a),u(d,"NOT_FOUND_ERR"),f=ib(d,e,this.endContainer,this.endOffset),g=ib(d,e+1,this.startContainer,this.startOffset),b?0>=f&&g>=0:0>f&&g>0)},isPointInRange:function(a,b){return y(this),u(a,"HIERARCHY_REQUEST_ERR"),s(a,this.startContainer),ib(a,b,this.startContainer,this.startOffset)>=0&&ib(a,b,this.endContainer,this.endOffset)<=0},intersectsRange:function(a){return g(this,a,!1)},intersectsOrTouchesRange:function(a){return g(this,a,!0)},intersection:function(a){var b,c,d;return this.intersectsRange(a)?(b=ib(this.startContainer,this.startOffset,a.startContainer,a.startOffset),c=ib(this.endContainer,this.endOffset,a.endContainer,a.endOffset),d=this.cloneRange(),-1==b&&d.setStart(a.startContainer,a.startOffset),1==c&&d.setEnd(a.endContainer,a.endOffset),d):null},union:function(a){if(this.intersectsOrTouchesRange(a)){var b=this.cloneRange();return-1==ib(a.startContainer,a.startOffset,this.startContainer,this.startOffset)&&b.setStart(a.startContainer,a.startOffset),1==ib(a.endContainer,a.endOffset,this.endContainer,this.endOffset)&&b.setEnd(a.endContainer,a.endOffset),b}throw new db("Ranges do not intersect")},containsNode:function(a,b){return b?this.intersectsNode(a,!1):this.compareNode(a)==_},containsNodeContents:function(a){return this.comparePoint(a,0)>=0&&this.comparePoint(a,lb(a))<=0},containsRange:function(a){var b=this.intersection(a);return null!==b&&a.equals(b)},containsNodeText:function(a){var b,c,d=this.cloneRange();return d.selectNode(a),b=d.getNodes([3]),b.length>0?(d.setStart(b[0],0),c=b.pop(),d.setEnd(c,c.length),this.containsRange(d)):this.containsNodeContents(a)},getNodes:function(a,b){return y(this),l(this,a,b)},getDocument:function(){return c(this)},collapseBefore:function(a){this.setEndBefore(a),this.collapse(!1)},collapseAfter:function(a){this.setStartAfter(a),this.collapse(!0)},getBookmark:function(b){var d,e,f,g=c(this),h=a.createRange(g);return b=b||ab.getBody(g),h.selectNodeContents(b),d=this.intersection(h),e=0,f=0,d&&(h.setEnd(d.startContainer,d.startOffset),e=(""+h).length,f=e+(""+d).length),{start:e,end:f,containerNode:b}},moveToBookmark:function(a){var b,c,d,e,f,g,h,i=a.containerNode,j=0;for(this.setStart(i,0),this.collapse(!0),b=[i],d=!1,e=!1;!e&&(c=b.pop());)if(3==c.nodeType)f=j+c.length,!d&&a.start>=j&&a.start<=f&&(this.setStart(c,a.start-j),d=!0),d&&a.end>=j&&a.end<=f&&(this.setEnd(c,a.end-j),e=!0),j=f;else for(h=c.childNodes,g=h.length;g--;)b.push(h[g])},getName:function(){return"DomRange"},equals:function(a){return H.rangesEqual(this,a)},isValid:function(){return x(this)},inspect:function(){return m(this)},detach:function(){}}),E(H,G),bb.extend(H,{rangeProperties:T,RangeIterator:n,copyComparisonConstants:C,createPrototypeRange:E,inspect:m,toHtml:A,getRangeDocument:c,rangesEqual:function(a,b){return a.startContainer===b.startContainer&&a.startOffset===b.startOffset&&a.endContainer===b.endContainer&&a.endOffset===b.endOffset}}),a.DomRange=H}),H.createCoreModule("WrappedRange",["DomRange"],function(a,b){var c,d,e,f,g,h,i,j,k=a.dom,l=a.util,m=k.DomPosition,n=a.DomRange,o=k.getBody,p=k.getContentDocument,q=k.isCharacterDataNode;a.features.implementsDomRange&&!function(){function d(a){for(var b,c=s.length;c--;)b=s[c],a[b]=a.nativeRange[b];a.collapsed=a.startContainer===a.endContainer&&a.startOffset===a.endOffset}function e(a,b,c,d,e){var f=a.startContainer!==b||a.startOffset!=c,g=a.endContainer!==d||a.endOffset!=e,h=!a.equals(a.nativeRange);(f||g||h)&&(a.setEnd(d,e),a.setStart(b,c))}var f,g,h,i,j,m,q,r,s=n.rangeProperties;c=function(a){if(!a)throw b.createError("WrappedRange: Range must be specified");this.nativeRange=a,d(this)},n.createPrototypeRange(c,e),f=c.prototype,f.selectNode=function(a){this.nativeRange.selectNode(a),d(this)},f.cloneContents=function(){return this.nativeRange.cloneContents()},f.surroundContents=function(a){this.nativeRange.surroundContents(a),d(this)},f.collapse=function(a){this.nativeRange.collapse(a),d(this)},f.cloneRange=function(){return new c(this.nativeRange.cloneRange())},f.refresh=function(){d(this)},f.toString=function(){return""+this.nativeRange},h=document.createTextNode("test"),o(document).appendChild(h),i=document.createRange(),i.setStart(h,0),i.setEnd(h,0);try{i.setStart(h,1),f.setStart=function(a,b){this.nativeRange.setStart(a,b),d(this)},f.setEnd=function(a,b){this.nativeRange.setEnd(a,b),d(this)},g=function(a){return function(b){this.nativeRange[a](b),d(this)}}}catch(t){f.setStart=function(a,b){try{this.nativeRange.setStart(a,b)}catch(c){this.nativeRange.setEnd(a,b),this.nativeRange.setStart(a,b)}d(this)},f.setEnd=function(a,b){try{this.nativeRange.setEnd(a,b)}catch(c){this.nativeRange.setStart(a,b),this.nativeRange.setEnd(a,b)}d(this)},g=function(a,b){return function(c){try{this.nativeRange[a](c)}catch(e){this.nativeRange[b](c),this.nativeRange[a](c)}d(this)}}}f.setStartBefore=g("setStartBefore","setEndBefore"),f.setStartAfter=g("setStartAfter","setEndAfter"),f.setEndBefore=g("setEndBefore","setStartBefore"),f.setEndAfter=g("setEndAfter","setStartAfter"),f.selectNodeContents=function(a){this.setStartAndEnd(a,0,k.getNodeLength(a))},i.selectNodeContents(h),i.setEnd(h,3),j=document.createRange(),j.selectNodeContents(h),j.setEnd(h,4),j.setStart(h,2),f.compareBoundaryPoints=-1==i.compareBoundaryPoints(i.START_TO_END,j)&&1==i.compareBoundaryPoints(i.END_TO_START,j)?function(a,b){return b=b.nativeRange||b,a==b.START_TO_END?a=b.END_TO_START:a==b.END_TO_START&&(a=b.START_TO_END),this.nativeRange.compareBoundaryPoints(a,b)}:function(a,b){return this.nativeRange.compareBoundaryPoints(a,b.nativeRange||b)},m=document.createElement("div"),m.innerHTML="123",q=m.firstChild,r=o(document),r.appendChild(m),i.setStart(q,1),i.setEnd(q,2),i.deleteContents(),"13"==q.data&&(f.deleteContents=function(){this.nativeRange.deleteContents(),d(this)},f.extractContents=function(){var a=this.nativeRange.extractContents();return d(this),a}),r.removeChild(m),r=null,l.isHostMethod(i,"createContextualFragment")&&(f.createContextualFragment=function(a){return this.nativeRange.createContextualFragment(a)}),o(document).removeChild(h),f.getName=function(){return"WrappedRange"},a.WrappedRange=c,a.createNativeRange=function(a){return a=p(a,b,"createNativeRange"),a.createRange()}}(),a.features.implementsTextRange&&(e=function(a){var b,c,d,e=a.parentElement(),f=a.duplicate();return f.collapse(!0),b=f.parentElement(),f=a.duplicate(),f.collapse(!1),c=f.parentElement(),d=b==c?b:k.getCommonAncestor(b,c),d==e?d:k.getCommonAncestor(e,d)},f=function(a){return 0==a.compareEndPoints("StartToEnd",a)},g=function(a,b,c,d,e){var f,g,h,i,j,l,n,o,p,r,s,t,u,v,w,x,y=a.duplicate();if(y.collapse(c),f=y.parentElement(),k.isOrIsAncestorOf(b,f)||(f=b),!f.canHaveHTML)return g=new m(f.parentNode,k.getNodeIndex(f)),{boundaryPosition:g,nodeInfo:{nodeIndex:g.offset,containerElement:g.node}};for(h=k.getDocument(f).createElement("span"),h.parentNode&&h.parentNode.removeChild(h),j=c?"StartToStart":"StartToEnd",r=e&&e.containerElement==f?e.nodeIndex:0,s=f.childNodes.length,t=s,u=t;;){if(u==s?f.appendChild(h):f.insertBefore(h,f.childNodes[u]),y.moveToElementText(h),i=y.compareEndPoints(j,a),0==i||r==t)break;if(-1==i){if(t==r+1)break;r=u}else t=t==r+1?r:u;u=Math.floor((r+t)/2),f.removeChild(h)}if(p=h.nextSibling,-1==i&&p&&q(p)){if(y.setEndPoint(c?"EndToStart":"EndToEnd",a),/[\r\n]/.test(p.data))for(w=y.duplicate(),x=w.text.replace(/\r\n/g,"\r").length,v=w.moveStart("character",x);-1==(i=w.compareEndPoints("StartToEnd",w));)v++,w.moveStart("character",1);else v=y.text.length;o=new m(p,v)}else l=(d||!c)&&h.previousSibling,n=(d||c)&&h.nextSibling,o=n&&q(n)?new m(n,0):l&&q(l)?new m(l,l.data.length):new m(f,k.getNodeIndex(h));return h.parentNode.removeChild(h),{boundaryPosition:o,nodeInfo:{nodeIndex:u,containerElement:f}}},h=function(a,b){var c,d,e,f,g=a.offset,h=k.getDocument(a.node),i=o(h).createTextRange(),j=q(a.node);return j?(c=a.node,d=c.parentNode):(f=a.node.childNodes,c=gb;++b)if(!A.isAncestorOf(a[0],a[b]))return!1;return!0}function m(a){var c=a.getNodes();if(!l(c))throw b.createError("getSingleElementFromRange: range "+a.inspect()+" did not consist of a single element");return c[0]}function n(a){return!!a&&void 0!==a.text}function o(a,b){var c=new E(b);a._ranges=[c],h(a,c,!1),a.rangeCount=1,a.isCollapsed=c.collapsed}function p(b){var c,d,e,f;if(b._ranges.length=0,"None"==b.docSelection.type)j(b);else if(c=b.docSelection.createRange(),n(c))o(b,c);else{for(b.rangeCount=c.length,e=L(c.item(0)),f=0;fd;++d)i.add(f.item(d));try{i.add(g)}catch(j){throw b.createError("addRange(): Element within the specified Range could not be added to control selection (does it have layout?)")}i.select(),p(a)}function r(a,b,c){this.nativeSelection=a,this.docSelection=b,this._ranges=[],this.win=c,this.refresh()}function s(a){a.win=a.anchorNode=a.focusNode=a._ranges=null,a.rangeCount=a.anchorOffset=a.focusOffset=0,a.detached=!0}function t(a,b){for(var c,d,e=bb.length;e--;)if(c=bb[e],d=c.selection,"deleteAll"==b)s(d);else if(c.win==a)return"delete"==b?(bb.splice(e,1),!0):d;return"deleteAll"==b&&(bb.length=0),null}function u(a,c){var d,e,f,g=L(c[0].startContainer),h=M(g).createControlRange();for(d=0,f=c.length;f>d;++d){e=m(c[d]);try{h.add(e)}catch(i){throw b.createError("setRanges(): Element within one of the specified Ranges could not be added to control selection (does it have layout?)")}}h.select(),p(a)}function v(a,b){if(a.win.document!=L(b))throw new F("WRONG_DOCUMENT_ERR")}function w(b){return function(c,d){var e;this.rangeCount?(e=this.getRangeAt(0),e["set"+(b?"Start":"End")](c,d)):(e=a.createRange(this.win.document),e.setStartAndEnd(c,d)),this.setSingleRange(e,this.isBackward())}}function x(a){var b,c,d=[],e=new G(a.anchorNode,a.anchorOffset),f=new G(a.focusNode,a.focusOffset),g="function"==typeof a.getName?a.getName():"Selection";if(void 0!==a.rangeCount)for(b=0,c=a.rangeCount;c>b;++b)d[b]=D.inspect(a.getRangeAt(b));return"["+g+"(Ranges: "+d.join(", ")+")(anchor: "+e.inspect()+", focus: "+f.inspect()+"]"}var y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,$,_,ab,bb,cb,db,eb,fb,gb,hb;if(a.config.checkSelectionRanges=!0,y="boolean",z="number",A=a.dom,B=a.util,C=B.isHostMethod,D=a.DomRange,E=a.WrappedRange,F=a.DOMException,G=A.DomPosition,J=a.features,K="Control",L=A.getDocument,M=A.getBody,N=D.rangesEqual,O=C(window,"getSelection"),P=B.isHostObject(document,"selection"),J.implementsWinGetSelection=O,J.implementsDocSelection=P,Q=P&&(!O||a.config.preferTextRange),Q?(H=f,a.isSelectionValid=function(a){var b=d(a,"isSelectionValid").document,c=b.selection;return"None"!=c.type||L(c.createRange().parentElement())==b}):O?(H=e,a.isSelectionValid=function(){return!0}):b.fail("Neither document.selection or window.getSelection() detected."),a.getNativeSelection=H,R=H(),S=a.createNativeRange(document),T=M(document),U=B.areHostProperties(R,["anchorNode","focusNode","anchorOffset","focusOffset"]),J.selectionHasAnchorAndFocus=U,V=C(R,"extend"),J.selectionHasExtend=V,W=typeof R.rangeCount==z,J.selectionHasRangeCount=W,X=!1,Y=!0,Z=V?function(b,c){var d=D.getRangeDocument(c),e=a.createRange(d);e.collapseToPoint(c.endContainer,c.endOffset),b.addRange(k(e)),b.extend(c.startContainer,c.startOffset)}:null,B.areHostMethods(R,["addRange","getRangeAt","removeAllRanges"])&&typeof R.rangeCount==z&&J.implementsDomRange&&!function(){var b,c,d,e,f,h,i,j,k,l,m,n=window.getSelection();if(n){for(b=n.rangeCount,c=b>1,d=[],e=g(n),f=0;b>f;++f)d[f]=n.getRangeAt(f);for(h=M(document),i=h.appendChild(document.createElement("div")),i.contentEditable="false",j=i.appendChild(document.createTextNode("聽聽聽")),k=document.createRange(),k.setStart(j,1),k.collapse(!0),n.addRange(k),Y=1==n.rangeCount,n.removeAllRanges(),c||(l=window.navigator.appVersion.match(/Chrome\/(.*?) /),l&&parseInt(l[1])>=36?X=!1:(m=k.cloneRange(),k.setStart(j,0),m.setEnd(j,3),m.setStart(j,2),n.addRange(k),n.addRange(m),X=2==n.rangeCount)),h.removeChild(i),n.removeAllRanges(),f=0;b>f;++f)0==f&&e?Z?Z(n,d[f]):(a.warn("Rangy initialization: original selection was backwards but selection has been restored forwards because the browser does not support Selection.extend"),n.addRange(d[f])):n.addRange(d[f])}}(),J.selectionSupportsMultipleRanges=X,J.collapsedNonEditableSelectionsSupported=Y,$=!1,T&&C(T,"createControlRange")&&(_=T.createControlRange(),B.areHostProperties(_,["item","add"])&&($=!0)),J.implementsControlRange=$,I=U?function(a){return a.anchorNode===a.focusNode&&a.anchorOffset===a.focusOffset}:function(a){return a.rangeCount?a.getRangeAt(a.rangeCount-1).collapsed:!1},C(R,"getRangeAt")?ab=function(a,b){try{return a.getRangeAt(b)}catch(c){return null}}:U&&(ab=function(b){var c=L(b.anchorNode),d=a.createRange(c);return d.setStartAndEnd(b.anchorNode,b.anchorOffset,b.focusNode,b.focusOffset),d.collapsed!==this.isCollapsed&&d.setStartAndEnd(b.focusNode,b.focusOffset,b.anchorNode,b.anchorOffset),d}),r.prototype=a.selectionPrototype,bb=[],cb=function(a){var b,c,e;return a&&a instanceof r?(a.refresh(),a):(a=d(a,"getNativeSelection"),b=t(a),c=H(a),e=P?f(a):null,b?(b.nativeSelection=c,b.docSelection=e,b.refresh()):(b=new r(c,e,a),bb.push({win:a,selection:b})),b)},a.getSelection=cb,a.getIframeSelection=function(c){return b.deprecationNotice("getIframeSelection()","getSelection(iframeEl)"),a.getSelection(A.getIframeWindow(c))},db=r.prototype,!Q&&U&&B.areHostMethods(R,["removeAllRanges","addRange"]))db.removeAllRanges=function(){this.nativeSelection.removeAllRanges(),j(this)},eb=function(a,b){Z(a.nativeSelection,b),a.refresh()},db.addRange=W?function(b,d){var e,f;$&&P&&this.docSelection.type==K?q(this,b):c(d)&&V?eb(this,b):(X?e=this.rangeCount:(this.removeAllRanges(),e=0),this.nativeSelection.addRange(k(b).cloneRange()),this.rangeCount=this.nativeSelection.rangeCount,this.rangeCount==e+1?(a.config.checkSelectionRanges&&(f=ab(this.nativeSelection,this.rangeCount-1),f&&!N(f,b)&&(b=new E(f))),this._ranges[this.rangeCount-1]=b,h(this,b,hb(this.nativeSelection)),this.isCollapsed=I(this)):this.refresh())}:function(a,b){c(b)&&V?eb(this,a):(this.nativeSelection.addRange(k(a)),this.refresh())},db.setRanges=function(a){if($&&P&&a.length>1)u(this,a);else{this.removeAllRanges();for(var b=0,c=a.length;c>b;++b)this.addRange(a[b])}};else{if(!(C(R,"empty")&&C(S,"select")&&$&&Q))return b.fail("No means of selecting a Range or TextRange was found"),!1;db.removeAllRanges=function(){var a,b,c;try{this.docSelection.empty(),"None"!=this.docSelection.type&&(this.anchorNode?a=L(this.anchorNode):this.docSelection.type==K&&(b=this.docSelection.createRange(),b.length&&(a=L(b.item(0)))),a&&(c=M(a).createTextRange(),c.select(),this.docSelection.empty()))}catch(d){}j(this)},db.addRange=function(b){this.docSelection.type==K?q(this,b):(a.WrappedTextRange.rangeToTextRange(b).select(),this._ranges[0]=b,this.rangeCount=1,this.isCollapsed=this._ranges[0].collapsed,h(this,b,!1))},db.setRanges=function(a){this.removeAllRanges();var b=a.length;b>1?u(this,a):b&&this.addRange(a[0])}}if(db.getRangeAt=function(a){if(0>a||a>=this.rangeCount)throw new F("INDEX_SIZE_ERR");return this._ranges[a].cloneRange()},Q)fb=function(b){var c;a.isSelectionValid(b.win)?c=b.docSelection.createRange():(c=M(b.win.document).createTextRange(),c.collapse(!0)),b.docSelection.type==K?p(b):n(c)?o(b,c):j(b)};else if(C(R,"getRangeAt")&&typeof R.rangeCount==z)fb=function(b){if($&&P&&b.docSelection.type==K)p(b);else if(b._ranges.length=b.rangeCount=b.nativeSelection.rangeCount,b.rangeCount){for(var c=0,d=b.rangeCount;d>c;++c)b._ranges[c]=new a.WrappedRange(b.nativeSelection.getRangeAt(c));h(b,b._ranges[b.rangeCount-1],hb(b.nativeSelection)),b.isCollapsed=I(b)}else j(b)};else{if(!U||typeof R.isCollapsed!=y||typeof S.collapsed!=y||!J.implementsDomRange)return b.fail("No means of obtaining a Range or TextRange from the user's selection was found"),!1;fb=function(a){var b,c=a.nativeSelection;c.anchorNode?(b=ab(c,0),a._ranges=[b],a.rangeCount=1,i(a),a.isCollapsed=I(a)):j(a)}}db.refresh=function(a){var b,c=a?this._ranges.slice(0):null,d=this.anchorNode,e=this.anchorOffset;if(fb(this),a){if(b=c.length,b!=this._ranges.length)return!0;if(this.anchorNode!=d||this.anchorOffset!=e)return!0;for(;b--;)if(!N(c[b],this._ranges[b]))return!0;return!1}},gb=function(a,b){var c,d,e=a.getAllRanges();for(a.removeAllRanges(),c=0,d=e.length;d>c;++c)N(b,e[c])||a.addRange(e[c]);a.rangeCount||j(a)},db.removeRange=$&&P?function(a){var b,c,d,e,f,g,h,i;if(this.docSelection.type==K){for(b=this.docSelection.createRange(),c=m(a),d=L(b.item(0)),e=M(d).createControlRange(),g=!1,h=0,i=b.length;i>h;++h)f=b.item(h),f!==c||g?e.add(b.item(h)):g=!0;e.select(),p(this)}else gb(this,a)}:function(a){gb(this,a)},!Q&&U&&J.implementsDomRange?(hb=g,db.isBackward=function(){return hb(this)}):hb=db.isBackward=function(){return!1},db.isBackwards=db.isBackward,db.toString=function(){var a,b,c=[];for(a=0,b=this.rangeCount;b>a;++a)c[a]=""+this._ranges[a];return c.join("")},db.collapse=function(b,c){v(this,b);var d=a.createRange(b);d.collapseToPoint(b,c),this.setSingleRange(d),this.isCollapsed=!0},db.collapseToStart=function(){if(!this.rangeCount)throw new F("INVALID_STATE_ERR");var a=this._ranges[0];this.collapse(a.startContainer,a.startOffset)},db.collapseToEnd=function(){if(!this.rangeCount)throw new F("INVALID_STATE_ERR");var a=this._ranges[this.rangeCount-1];this.collapse(a.endContainer,a.endOffset)},db.selectAllChildren=function(b){v(this,b);var c=a.createRange(b);c.selectNodeContents(b),this.setSingleRange(c)},db.deleteFromDocument=function(){var a,b,c,d,e;if($&&P&&this.docSelection.type==K){for(a=this.docSelection.createRange();a.length;)b=a.item(0),a.remove(b),b.parentNode.removeChild(b);this.refresh()}else if(this.rangeCount&&(c=this.getAllRanges(),c.length)){for(this.removeAllRanges(),d=0,e=c.length;e>d;++d)c[d].deleteContents();this.addRange(c[e-1])}},db.eachRange=function(a,b){for(var c=0,d=this._ranges.length;d>c;++c)if(a(this.getRangeAt(c)))return b},db.getAllRanges=function(){var a=[];return this.eachRange(function(b){a.push(b)}),a},db.setSingleRange=function(a,b){this.removeAllRanges(),this.addRange(a,b)},db.callMethodOnEachRange=function(a,b){var c=[];return this.eachRange(function(d){c.push(d[a].apply(d,b))}),c},db.setStart=w(!0),db.setEnd=w(!1),a.rangePrototype.select=function(a){cb(this.getDocument()).setSingleRange(this,a)},db.changeEachRange=function(a){var b=[],c=this.isBackward();this.eachRange(function(c){a(c),b.push(c)}),this.removeAllRanges(),c&&1==b.length?this.addRange(b[0],"backward"):this.setRanges(b)},db.containsNode=function(a,b){return this.eachRange(function(c){return c.containsNode(a,b)},!0)||!1},db.getBookmark=function(a){return{backward:this.isBackward(),rangeBookmarks:this.callMethodOnEachRange("getBookmark",[a])}},db.moveToBookmark=function(b){var c,d,e,f=[];for(c=0;d=b.rangeBookmarks[c++];)e=a.createRange(this.win),e.moveToBookmark(d),f.push(e);b.backward?this.setSingleRange(f[0],"backward"):this.setRanges(f)},db.toHtml=function(){var a=[];return this.eachRange(function(b){a.push(D.toHtml(b))}),a.join("")},J.implementsTextRange&&(db.getNativeTextRange=function(){var c,d;if(c=this.docSelection){if(d=c.createRange(),n(d))return d;throw b.createError("getNativeTextRange: selection is a control selection")}if(this.rangeCount>0)return a.WrappedTextRange.rangeToTextRange(this.getRangeAt(0));throw b.createError("getNativeTextRange: selection contains no range")}),db.getName=function(){return"WrappedSelection"},db.inspect=function(){return x(this)},db.detach=function(){t(this.win,"delete"),s(this)},r.detachAll=function(){t(null,"deleteAll")},r.inspect=x,r.isDirectionBackward=c,a.Selection=r,a.selectionPrototype=db,a.addShimListener(function(a){void 0===a.getSelection&&(a.getSelection=function(){return cb(a)}),a=null})}),H)},this),function(a,b){"function"==typeof define&&define.amd?define(["rangy"],a):a(b.rangy)}(function(a){a.createModule("SaveRestore",["WrappedRange"],function(a,b){function c(a,b){return(b||document).getElementById(a)}function d(a,b){var c,d="selectionBoundary_"+ +new Date+"_"+(""+Math.random()).slice(2),e=o.getDocument(a.startContainer),f=a.cloneRange();return f.collapse(b),c=e.createElement("span"),c.id=d,c.style.lineHeight="0",c.style.display="none",c.className="rangySelectionBoundary",c.appendChild(e.createTextNode(p)),f.insertNode(c),c}function e(a,d,e,f){var g=c(e,a);g?(d[f?"setStartBefore":"setEndBefore"](g),g.parentNode.removeChild(g)):b.warn("Marker element has been removed. Cannot restore selection.")}function f(a,b){return b.compareBoundaryPoints(a.START_TO_START,a)}function g(b,c){var e,f,g=a.DomRange.getRangeDocument(b),h=""+b;return b.collapsed?(f=d(b,!1),{document:g,markerId:f.id,collapsed:!0}):(f=d(b,!1),e=d(b,!0),{document:g,startMarkerId:e.id,endMarkerId:f.id,collapsed:!1,backward:c,toString:function(){return"original text: '"+h+"', new text: '"+b+"'"}})}function h(d,f){var g,h,i,j=d.document;return void 0===f&&(f=!0),g=a.createRange(j),d.collapsed?(h=c(d.markerId,j),h?(h.style.display="inline",i=h.previousSibling,i&&3==i.nodeType?(h.parentNode.removeChild(h),g.collapseToPoint(i,i.length)):(g.collapseBefore(h),h.parentNode.removeChild(h))):b.warn("Marker element has been removed. Cannot restore selection.")):(e(j,g,d.startMarkerId,!0),e(j,g,d.endMarkerId,!1)),f&&g.normalizeBoundaries(),g}function i(b,d){var e,h,i,j,k=[];for(b=b.slice(0),b.sort(f),i=0,j=b.length;j>i;++i)k[i]=g(b[i],d);for(i=j-1;i>=0;--i)e=b[i],h=a.DomRange.getRangeDocument(e),e.collapsed?e.collapseAfter(c(k[i].markerId,h)):(e.setEndBefore(c(k[i].endMarkerId,h)),e.setStartAfter(c(k[i].startMarkerId,h)));return k}function j(c){var d,e,f,g;return a.isSelectionValid(c)?(d=a.getSelection(c),e=d.getAllRanges(),f=1==e.length&&d.isBackward(),g=i(e,f),f?d.setSingleRange(e[0],"backward"):d.setRanges(e),{win:c,rangeInfos:g,restored:!1}):(b.warn("Cannot save selection. This usually happens when the selection is collapsed and the selection document has lost focus."),null)}function k(a){var b,c=[],d=a.length;for(b=d-1;b>=0;b--)c[b]=h(a[b],!0);return c}function l(b,c){var d,e,f,g;b.restored||(d=b.rangeInfos,e=a.getSelection(b.win),f=k(d),g=d.length,1==g&&c&&a.features.selectionHasExtend&&d[0].backward?(e.removeAllRanges(),e.addRange(f[0],!0)):e.setRanges(f),b.restored=!0)}function m(a,b){var d=c(b,a);d&&d.parentNode.removeChild(d)}function n(a){var b,c,d,e=a.rangeInfos;for(b=0,c=e.length;c>b;++b)d=e[b],d.collapsed?m(a.doc,d.markerId):(m(a.doc,d.startMarkerId),m(a.doc,d.endMarkerId))}var o=a.dom,p="锘";a.util.extend(a,{saveRange:g,restoreRange:h,saveRanges:i,restoreRanges:k,saveSelection:j,restoreSelection:l,removeMarkerElement:m,removeMarkers:n})})},this),Base=function(){},Base.extend=function(a,b){var c,d,e,f=Base.prototype.extend;return Base._prototyping=!0,c=new this,f.call(c,a),c.base=function(){},delete Base._prototyping,d=c.constructor,e=c.constructor=function(){if(!Base._prototyping)if(this._constructing||this.constructor==e)this._constructing=!0,d.apply(this,arguments),delete this._constructing;else if(null!=arguments[0])return(arguments[0].extend||f).call(arguments[0],c)},e.ancestor=this,e.extend=this.extend,e.forEach=this.forEach,e.implement=this.implement,e.prototype=c,e.toString=this.toString,e.valueOf=function(a){return"object"==a?e:d.valueOf()},f.call(e,b),"function"==typeof e.init&&e.init(),e},Base.prototype={extend:function(a,b){var c,d,e,f,g,h,i;if(arguments.length>1)c=this[a],!c||"function"!=typeof b||c.valueOf&&c.valueOf()==b.valueOf()||!/\bbase\b/.test(b)||(d=b.valueOf(),b=function(){var a,b=this.base||Base.prototype.base;return this.base=c,a=d.apply(this,arguments),this.base=b,a},b.valueOf=function(a){return"object"==a?b:d},b.toString=Base.toString),this[a]=b;else if(a){for(e=Base.prototype.extend,Base._prototyping||"function"==typeof this||(e=this.extend||e),f={toSource:null},g=["constructor","toString","valueOf"],h=Base._prototyping?0:1;i=g[h++];)a[i]!=f[i]&&e.call(this,i,a[i]);for(i in a)f[i]||e.call(this,i,a[i])}return this}},Base=Base.extend({constructor:function(){this.extend(arguments[0])}},{ancestor:Object,version:"1.1",forEach:function(a,b,c){for(var d in a)void 0===this.prototype[d]&&b.call(c,a[d],d,a)},implement:function(){for(var a=0;aa:">"===b?a>d:"<="===b?d>=a:">="===b?a>=d:void 0:a===d:!0}var d=navigator.userAgent,e=document.createElement("div"),f=-1!==d.indexOf("Gecko")&&-1===d.indexOf("KHTML"),g=-1!==d.indexOf("AppleWebKit/"),h=-1!==d.indexOf("Chrome/"),i=-1!==d.indexOf("Opera/");return{USER_AGENT:d,supported:function(){var c=this.USER_AGENT.toLowerCase(),d="contentEditable"in e,f=document.execCommand&&document.queryCommandSupported&&document.queryCommandState,g=document.querySelector&&document.querySelectorAll,h=this.isIos()&&a(c)<5||this.isAndroid()&&b(c)<4||-1!==c.indexOf("opera mobi")||-1!==c.indexOf("hpwos/");return d&&f&&g&&!h},isTouchDevice:function(){return this.supportsEvent("touchmove")},isIos:function(){return/ipad|iphone|ipod/i.test(this.USER_AGENT)},isAndroid:function(){return-1!==this.USER_AGENT.indexOf("Android")},supportsSandboxedIframes:function(){return c()},throwsMixedContentWarningWhenIframeSrcIsEmpty:function(){return!("querySelector"in document)},displaysCaretInEmptyContentEditableCorrectly:function(){return c()},hasCurrentStyleProperty:function(){return"currentStyle"in e},hasHistoryIssue:function(){return f&&"Mac"===navigator.platform.substr(0,3)},insertsLineBreaksOnReturn:function(){return f},supportsPlaceholderAttributeOn:function(a){return"placeholder"in a},supportsEvent:function(a){return"on"+a in e||function(){return e.setAttribute("on"+a,"return;"),"function"==typeof e["on"+a]}()},supportsEventsInIframeCorrectly:function(){return!i},supportsHTML5Tags:function(a){var b=a.createElement("div"),c="
          foo
          ";return b.innerHTML=c,b.innerHTML.toLowerCase()===c},supportsCommand:function(){var a={formatBlock:c(10,"<="),insertUnorderedList:c(),insertOrderedList:c()},b={insertHTML:f};return function(c,d){var e=a[d];if(!e){try{return c.queryCommandSupported(d)}catch(f){}try{return c.queryCommandEnabled(d)}catch(g){return!!b[d]}}return!1}}(),doesAutoLinkingInContentEditable:function(){return c()},canDisableAutoLinking:function(){return this.supportsCommand(document,"AutoUrlDetect")},clearsContentEditableCorrectly:function(){return f||i||g},supportsGetAttributeCorrectly:function(){var a=document.createElement("td");return"1"!=a.getAttribute("rowspan")},canSelectImagesInContentEditable:function(){return f||c()||i},autoScrollsToCaret:function(){return!g},autoClosesUnclosedTags:function(){var a,b,c=e.cloneNode(!1);return c.innerHTML="

          ",b=c.innerHTML.toLowerCase(),a="

          "===b||"

          "===b,this.autoClosesUnclosedTags=function(){return a},a},supportsNativeGetElementsByClassName:function(){return-1!==(document.getElementsByClassName+"").indexOf("[native code]")},supportsSelectionModify:function(){return"getSelection"in window&&"modify"in window.getSelection()},needsSpaceAfterLineBreak:function(){return i},supportsSpeechApiOn:function(a){var b=d.match(/Chrome\/(\d+)/)||[void 0,0];return b[1]>=11&&("onwebkitspeechchange"in a||"speech"in a)},crashesWhenDefineProperty:function(a){return c(9)&&("XMLHttpRequest"===a||"XDomainRequest"===a)},doesAsyncFocus:function(){return c()},hasProblemsSettingCaretAfterImg:function(){return c()},hasUndoInContextMenu:function(){return f||h||i},hasInsertNodeIssue:function(){return i},hasIframeFocusIssue:function(){return c()},createsNestedInvalidMarkupAfterPaste:function(){return g},supportsMutationEvents:function(){return"MutationEvent"in window},supportsModenPaste:function(){return!("clipboardData"in window)}}}(),wysihtml5.lang.array=function(a){return{contains:function(b){if(Array.isArray(b)){for(var c=b.length;c--;)if(-1!==wysihtml5.lang.array(a).indexOf(b[c]))return!0;return!1}return-1!==wysihtml5.lang.array(a).indexOf(b)},indexOf:function(b){if(a.indexOf)return a.indexOf(b);for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},without:function(b){b=wysihtml5.lang.array(b);for(var c=[],d=0,e=a.length;e>d;d++)b.contains(a[d])||c.push(a[d]);return c},get:function(){for(var b=0,c=a.length,d=[];c>b;b++)d.push(a[b]);return d},map:function(b,c){if(Array.prototype.map)return a.map(b,c);for(var d=a.length>>>0,e=Array(d),f=0;d>f;f++)e[f]=b.call(c,a[f],f,a);return e},unique:function(){for(var b=[],c=a.length,d=0;c>d;)wysihtml5.lang.array(b).contains(a[d])||b.push(a[d]),d++;return b}}},wysihtml5.lang.Dispatcher=Base.extend({on:function(a,b){return this.events=this.events||{},this.events[a]=this.events[a]||[],this.events[a].push(b),this},off:function(a,b){this.events=this.events||{};var c,d,e=0;if(a){for(c=this.events[a]||[],d=[];e\t"]/g,d={"&":"&","<":"<",">":">",'"':"""," ":"  "};wysihtml5.lang.string=function(e){return e+="",{trim:function(){return e.replace(a,"").replace(b,"")},interpolate:function(a){for(var b in a)e=this.replace("#{"+b+"}").by(a[b]);return e},replace:function(a){return{by:function(b){return e.split(a).join(b)}}},escapeHTML:function(a,b){var f=e.replace(c,function(a){return d[a]});return a&&(f=f.replace(/(?:\r\n|\r|\n)/g,"
          ")),b&&(f=f.replace(/ /gi,"  ")),f}}}}(),function(a){function b(a,b){return f(a,b)?a:(a===a.ownerDocument.documentElement&&(a=a.ownerDocument.body),g(a,b))}function c(a){return a.replace(i,function(a,b){var c,d,e=(b.match(j)||[])[1]||"",f=l[e];return b=b.replace(j,""),b.split(f).length>b.split(e).length&&(b+=e,e=""),c=b,d=b,b.length>k&&(d=d.substr(0,k)+"..."),"www."===c.substr(0,4)&&(c="http://"+c),''+d+""+e})}function d(a){var b=a._wysihtml5_tempElement;return b||(b=a._wysihtml5_tempElement=a.createElement("div")),b}function e(b){var e=b.parentNode,f=a.lang.string(b.data).escapeHTML(),g=d(e.ownerDocument);for(g.innerHTML=""+c(f),g.removeChild(g.firstChild);g.firstChild;)e.insertBefore(g.firstChild,b);e.removeChild(b)}function f(b,c){for(var d;b.parentNode;){if(b=b.parentNode,d=b.nodeName,b.className&&a.lang.array(b.className.split(" ")).contains(c))return!0;if(h.contains(d))return!0;if("body"===d)return!1}return!1}function g(b,c){if(!(h.contains(b.nodeName)||b.className&&a.lang.array(b.className.split(" ")).contains(c))){if(b.nodeType===a.TEXT_NODE&&b.data.match(i))return e(b),void 0;for(var d=a.lang.array(b.childNodes).get(),f=d.length,j=0;f>j;j++)g(d[j],c);return b}}var h=a.lang.array(["CODE","PRE","A","SCRIPT","HEAD","TITLE","STYLE"]),i=/((https?:\/\/|www\.)[^\s<]{3,})/gi,j=/([^\w\/\-](,?))$/i,k=100,l={")":"(","]":"[","}":"{"};a.dom.autoLink=b,a.dom.autoLink.URL_REG_EXP=i}(wysihtml5),function(a){var b=a.dom;b.addClass=function(a,c){var d=a.classList;return d?d.add(c):(b.hasClass(a,c)||(a.className+=" "+c),void 0)},b.removeClass=function(a,b){var c=a.classList;return c?c.remove(b):(a.className=a.className.replace(RegExp("(^|\\s+)"+b+"(\\s+|$)")," "),void 0)},b.hasClass=function(a,b){var c,d=a.classList;return d?d.contains(b):(c=a.className,c.length>0&&(c==b||RegExp("(^|\\s)"+b+"(\\s|$)").test(c)))}}(wysihtml5),wysihtml5.dom.contains=function(){var a=document.documentElement;return a.contains?function(a,b){return b.nodeType!==wysihtml5.ELEMENT_NODE&&(b=b.parentNode),a!==b&&a.contains(b)}:a.compareDocumentPosition?function(a,b){return!!(16&a.compareDocumentPosition(b))}:void 0}(),wysihtml5.dom.convertToList=function(){function a(a,b){var c=a.createElement("li");return b.appendChild(c),c}function b(a,b){return a.createElement(b)}function c(c,d,e){if("UL"===c.nodeName||"OL"===c.nodeName||"MENU"===c.nodeName)return c;var f,g,h,i,j,k,l,m,n,o=c.ownerDocument,p=b(o,d),q=c.querySelectorAll("br"),r=q.length;for(n=0;r>n;n++)for(i=q[n];(j=i.parentNode)&&j!==c&&j.lastChild===i;){if("block"===wysihtml5.dom.getStyle("display").from(j)){j.removeChild(i);break}wysihtml5.dom.insert(i).after(i.parentNode)}for(f=wysihtml5.lang.array(c.childNodes).get(),g=f.length,n=0;g>n;n++)m=m||a(o,p),h=f[n],k="block"===wysihtml5.dom.getStyle("display").from(h),l="BR"===h.nodeName,!k||e&&wysihtml5.dom.hasClass(h,e)?l?m=m.firstChild?null:m:m.appendChild(h):(m=m.firstChild?a(o,p):m,m.appendChild(h),m=null);return 0===f.length&&a(o,p),c.parentNode.replaceChild(p,c),p}return c}(),wysihtml5.dom.copyAttributes=function(a){return{from:function(b){return{to:function(c){for(var d,e=0,f=a.length;f>e;e++)d=a[e],void 0!==b[d]&&""!==b[d]&&(c[d]=b[d]);return{andTo:arguments.callee}}}}}},function(a){var b=["-webkit-box-sizing","-moz-box-sizing","-ms-box-sizing","box-sizing"],c=function(b){return d(b)?parseInt(a.getStyle("width").from(b),10)d;d++)if("border-box"===a.getStyle(b[d]).from(c))return b[d]};a.copyStyles=function(d){return{from:function(e){c(e)&&(d=wysihtml5.lang.array(d).without(b));for(var f,g="",h=d.length,i=0;h>i;i++)f=d[i],g+=f+":"+a.getStyle(f).from(e)+";";return{to:function(b){return a.setStyles(g).on(b),{andTo:arguments.callee}}}}}}}(wysihtml5.dom),function(a){a.dom.delegate=function(b,c,d,e){return a.dom.observe(b,d,function(d){for(var f=d.target,g=a.lang.array(b.querySelectorAll(c));f&&f!==b;){if(g.contains(f)){e.call(f,d);break}f=f.parentNode}})}}(wysihtml5),function(a){a.dom.domNode=function(b){var c=[a.ELEMENT_NODE,a.TEXT_NODE],d=function(b){return b.nodeType===a.TEXT_NODE&&/^\s*$/g.test(b.data)};return{prev:function(e){var f=b.previousSibling,g=e&&e.nodeTypes?e.nodeTypes:c;return f?!a.lang.array(g).contains(f.nodeType)||e&&e.ignoreBlankTexts&&d(f)?a.dom.domNode(f).prev(e):f:null},next:function(e){var f=b.nextSibling,g=e&&e.nodeTypes?e.nodeTypes:c;return f?!a.lang.array(g).contains(f.nodeType)||e&&e.ignoreBlankTexts&&d(f)?a.dom.domNode(f).next(e):f:null}}}}(wysihtml5),wysihtml5.dom.getAsDom=function(){var a=function(a,b){var c=b.createElement("div");c.style.display="none",b.body.appendChild(c);try{c.innerHTML=a}catch(d){}return b.body.removeChild(c),c},b=function(a){if(!a._wysihtml5_supportsHTML5Tags){for(var b=0,d=c.length;d>b;b++)a.createElement(c[b]);a._wysihtml5_supportsHTML5Tags=!0}},c=["abbr","article","aside","audio","bdi","canvas","command","datalist","details","figcaption","figure","footer","header","hgroup","keygen","mark","meter","nav","output","progress","rp","rt","ruby","svg","section","source","summary","time","track","video","wbr"];return function(c,d){d=d||document;var e;return"object"==typeof c&&c.nodeType?(e=d.createElement("div"),e.appendChild(c)):wysihtml5.browser.supportsHTML5Tags(d)?(e=d.createElement("div"),e.innerHTML=c):(b(d),e=a(c,d)),e}}(),wysihtml5.dom.getParentElement=function(){function a(a,b){return b&&b.length?"string"==typeof b?a===b:wysihtml5.lang.array(b).contains(a):!0}function b(a){return a.nodeType===wysihtml5.ELEMENT_NODE}function c(a,b,c){var d=(a.className||"").match(c)||[];return b?d[d.length-1]===b:!!d.length}function d(a,b,c){var d=(a.getAttribute("style")||"").match(c)||[];return b?d[d.length-1]===b:!!d.length}return function(e,f,g,h){var i=f.cssStyle||f.styleRegExp,j=f.className||f.classRegExp;for(g=g||50;g--&&e&&"BODY"!==e.nodeName&&(!h||e!==h);){if(b(e)&&a(e.nodeName,f.nodeName)&&(!i||d(e,f.cssStyle,f.styleRegExp))&&(!j||c(e,f.className,f.classRegExp)))return e;e=e.parentNode}return null}}(),wysihtml5.dom.getStyle=function(){function a(a){return a.replace(c,function(a){return a.charAt(1).toUpperCase() +})}var b={"float":"styleFloat"in document.createElement("div").style?"styleFloat":"cssFloat"},c=/\-[a-z]/g;return function(c){return{from:function(d){var e,f,g,h,i,j,k,l,m;if(d.nodeType===wysihtml5.ELEMENT_NODE){if(e=d.ownerDocument,f=b[c]||a(c),g=d.style,h=d.currentStyle,i=g[f],i)return i;if(h)try{return h[f]}catch(n){}return j=e.defaultView||e.parentWindow,k=("height"===c||"width"===c)&&"TEXTAREA"===d.nodeName,j.getComputedStyle?(k&&(l=g.overflow,g.overflow="hidden"),m=j.getComputedStyle(d,null).getPropertyValue(c),k&&(g.overflow=l||""),m):void 0}}}}}(),wysihtml5.dom.getTextNodes=function(a,b){var c=[];for(a=a.firstChild;a;a=a.nextSibling)3==a.nodeType?b&&/^\s*$/.test(a.innerText||a.textContent)||c.push(a):c=c.concat(wysihtml5.dom.getTextNodes(a,b));return c},wysihtml5.dom.hasElementWithTagName=function(){function a(a){return a._wysihtml5_identifier||(a._wysihtml5_identifier=c++)}var b={},c=1;return function(c,d){var e=a(c)+":"+d,f=b[e];return f||(f=b[e]=c.getElementsByTagName(d)),f.length>0}}(),function(a){function b(a){return a._wysihtml5_identifier||(a._wysihtml5_identifier=d++)}var c={},d=1;a.dom.hasElementWithClassName=function(d,e){if(!a.browser.supportsNativeGetElementsByClassName())return!!d.querySelector("."+e);var f=b(d)+":"+e,g=c[f];return g||(g=c[f]=d.getElementsByClassName(e)),g.length>0}}(wysihtml5),wysihtml5.dom.insert=function(a){return{after:function(b){b.parentNode.insertBefore(a,b.nextSibling)},before:function(b){b.parentNode.insertBefore(a,b)},into:function(b){b.appendChild(a)}}},wysihtml5.dom.insertCSS=function(a){return a=a.join("\n"),{into:function(b){var c,d,e=b.createElement("style");return e.type="text/css",e.styleSheet?e.styleSheet.cssText=a:e.appendChild(b.createTextNode(a)),c=b.querySelector("head link"),c?(c.parentNode.insertBefore(e,c),void 0):(d=b.querySelector("head"),d&&d.appendChild(e),void 0)}}},function(a){a.dom.lineBreaks=function(b){function c(a){return"BR"===a.nodeName}function d(b){return c(b)?!0:"block"===a.dom.getStyle("display").from(b)?!0:!1}return{add:function(){var c=b.ownerDocument,e=a.dom.domNode(b).next({ignoreBlankTexts:!0}),f=a.dom.domNode(b).prev({ignoreBlankTexts:!0});e&&!d(e)&&a.dom.insert(c.createElement("br")).after(b),f&&!d(f)&&a.dom.insert(c.createElement("br")).before(b)},remove:function(){var d=a.dom.domNode(b).next({ignoreBlankTexts:!0}),e=a.dom.domNode(b).prev({ignoreBlankTexts:!0});d&&c(d)&&d.parentNode.removeChild(d),e&&c(e)&&e.parentNode.removeChild(e)}}}}(wysihtml5),wysihtml5.dom.observe=function(a,b,c){b="string"==typeof b?[b]:b;for(var d,e,f=0,g=b.length;g>f;f++)e=b[f],a.addEventListener?a.addEventListener(e,c,!1):(d=function(b){"target"in b||(b.target=b.srcElement),b.preventDefault=b.preventDefault||function(){this.returnValue=!1},b.stopPropagation=b.stopPropagation||function(){this.cancelBubble=!0},c.call(a,b)},a.attachEvent("on"+e,d));return{stop:function(){for(var e,f=0,g=b.length;g>f;f++)e=b[f],a.removeEventListener?a.removeEventListener(e,c,!1):a.detachEvent("on"+e,d)}}},wysihtml5.dom.parse=function(a,b){function c(a,b){var c,f,g,h,i,j,k,l,m;for(wysihtml5.lang.object(t).merge(s).merge(b.rules).get(),c=b.context||a.ownerDocument||document,f=c.createDocumentFragment(),g="string"==typeof a,h=!1,b.clearInternals===!0&&(h=!0),i=g?wysihtml5.dom.getAsDom(a,c):a,t.selectors&&e(i,t.selectors);i.firstChild;)k=i.firstChild,j=d(k,b.cleanUp,h,b.uneditableClass),j&&f.appendChild(j),k!==j&&i.removeChild(k);if(b.unjoinNbsps)for(l=wysihtml5.dom.getTextNodes(f),m=l.length;m--;)l[m].nodeValue=l[m].nodeValue.replace(/([\S\u00A0])\u00A0/gi,"$1 ");return i.innerHTML="",i.appendChild(f),g?wysihtml5.quirks.getCorrectInnerHTML(i):i}function d(a,b,c,e){var f,g,h,i=a.nodeType,j=a.childNodes,k=j.length,l=p[i],m=0;if(e&&1===i&&wysihtml5.dom.hasClass(a,e))return a;if(g=l&&l(a,c),!g){if(g===!1){for(f=a.ownerDocument.createDocumentFragment(),m=k;m--;)j[m]&&(h=d(j[m],b,c,e),h&&(j[m]===h&&m--,f.insertBefore(h,f.firstChild)));return"block"===wysihtml5.dom.getStyle("display").from(a)&&f.appendChild(a.ownerDocument.createElement("br")),wysihtml5.lang.array(["div","pre","p","table","td","th","ul","ol","li","dd","dl","footer","header","section","h1","h2","h3","h4","h5","h6"]).contains(a.nodeName.toLowerCase())&&a.parentNode.lastChild!==a&&(a.nextSibling&&3===a.nextSibling.nodeType&&/^\s/.test(a.nextSibling.nodeValue)||f.appendChild(a.ownerDocument.createTextNode(" "))),f.normalize&&f.normalize(),f}return null}for(m=0;k>m;m++)j[m]&&(h=d(j[m],b,c,e),h&&(j[m]===h&&m--,g.appendChild(h)));if(b&&g.nodeName.toLowerCase()===q&&(!g.childNodes.length||/^\s*$/gi.test(g.innerHTML)&&(c||"_wysihtml5-temp-placeholder"!==a.className&&"rangySelectionBoundary"!==a.className)||!g.attributes.length)){for(f=g.ownerDocument.createDocumentFragment();g.firstChild;)f.appendChild(g.firstChild);return f.normalize&&f.normalize(),f}return g.normalize&&g.normalize(),g}function e(a,b){var c,d,e,f;for(c in b)if(b.hasOwnProperty(c))for(wysihtml5.lang.object(b[c]).isFunction()?d=b[c]:"string"==typeof b[c]&&z[b[c]]&&(d=z[b[c]]),e=a.querySelectorAll(c),f=e.length;f--;)d(e[f])}function f(a,b){var c,d,e,f=t.tags,h=a.nodeName.toLowerCase(),j=a.scopeName;if(a._wysihtml5)return null;if(a._wysihtml5=1,"wysihtml5-temp"===a.className)return null;if(j&&"HTML"!=j&&(h=j+":"+h),"outerHTML"in a&&(wysihtml5.browser.autoClosesUnclosedTags()||"P"!==a.nodeName||"

          "===a.outerHTML.slice(-4).toLowerCase()||(h="div")),h in f){if(c=f[h],!c||c.remove)return null;if(c.unwrap)return!1;c="string"==typeof c?{rename_tag:c}:c}else{if(!a.firstChild)return null;c={rename_tag:q}}if(c.one_of_type&&!g(a,t,c.one_of_type,b)){if(!c.remove_action)return null;if("unwrap"===c.remove_action)return!1;if("rename"!==c.remove_action)return null;e=c.remove_action_rename_to||q}return d=a.ownerDocument.createElement(e||c.rename_tag||h),m(a,d,c,b),i(a,d,c),a=null,d.normalize&&d.normalize(),d}function g(a,b,c,d){var e,f;if("SPAN"===a.nodeName&&!d&&("_wysihtml5-temp-placeholder"===a.className||"rangySelectionBoundary"===a.className))return!0;for(f in c)if(c.hasOwnProperty(f)&&b.type_definitions&&b.type_definitions[f]&&(e=b.type_definitions[f],h(a,e)))return!0;return!1}function h(a,b){var c,d,e,f,g,h,i,j,k=a.getAttribute("class"),l=a.getAttribute("style");if(b.methods)for(h in b.methods)if(b.methods.hasOwnProperty(h)&&y[h]&&y[h](a))return!0;if(k&&b.classes)for(k=k.replace(/^\s+/g,"").replace(/\s+$/g,"").split(r),c=k.length,i=0;c>i;i++)if(b.classes[k[i]])return!0;if(l&&b.styles){l=l.split(";");for(d in b.styles)if(b.styles.hasOwnProperty(d))for(j=l.length;j--;)if(g=l[j].split(":"),g[0].replace(/\s/g,"").toLowerCase()===d&&(b.styles[d]===!0||1===b.styles[d]||wysihtml5.lang.array(b.styles[d]).contains(g[1].replace(/\s/g,"").toLowerCase())))return!0}if(b.attrs)for(e in b.attrs)if(b.attrs.hasOwnProperty(e)&&(f=wysihtml5.dom.getAttribute(a,e),"string"==typeof f&&f.search(b.attrs[e])>-1))return!0;return!1}function i(a,b,c){var d,e;if(c&&c.keep_styles)for(d in c.keep_styles)if(c.keep_styles.hasOwnProperty(d)){if(e="float"===d?a.style.styleFloat||a.style.cssFloat:a.style[d],c.keep_styles[d]instanceof RegExp&&!c.keep_styles[d].test(e))continue;"float"===d?b.style[a.style.styleFloat?"styleFloat":"cssFloat"]=e:a.style[d]&&(b.style[d]=e)}}function j(a,b){var c,d=[];for(c in b)b.hasOwnProperty(c)&&0===c.indexOf(a)&&d.push(c);return d}function k(a,b,c,d){var e,f=v[c];return f&&(b||"alt"===a&&"IMG"==d)&&(e=f(b),"string"==typeof e)?e:!1}function l(a,b){var c,d,e,f,g,h=wysihtml5.lang.object(t.attributes||{}).clone(),i=wysihtml5.lang.object(h).merge(wysihtml5.lang.object(b||{}).clone()).get(),l={},m=wysihtml5.dom.getAttributes(a);for(c in i)if(/\*$/.test(c))for(e=j(c.slice(0,-1),m),f=0,g=e.length;g>f;f++)d=k(e[f],m[e[f]],i[c],a.nodeName),d!==!1&&(l[e[f]]=d);else d=k(c,m[c],i[c],a.nodeName),d!==!1&&(l[c]=d);return l}function m(a,b,c,d){var e,f,g,h,i,j={},k=c.set_class,m=c.add_class,n=c.add_style,o=c.set_attributes,p=t.classes,q=0,s=[],u=[],v=[],y=[];if(o&&(j=wysihtml5.lang.object(o).clone()),j=wysihtml5.lang.object(j).merge(l(a,c.check_attributes)).get(),k&&s.push(k),m)for(h in m)i=x[m[h]],i&&(g=i(wysihtml5.dom.getAttribute(a,h)),"string"==typeof g&&s.push(g));if(n)for(h in n)i=w[n[h]],i&&(newStyle=i(wysihtml5.dom.getAttribute(a,h)),"string"==typeof newStyle&&u.push(newStyle));if("string"==typeof p&&"any"===p&&a.getAttribute("class"))if(t.classes_blacklist){for(y=a.getAttribute("class"),y&&(s=s.concat(y.split(r))),e=s.length;e>q;q++)f=s[q],t.classes_blacklist[f]||v.push(f);v.length&&(j["class"]=wysihtml5.lang.array(v).unique().join(" "))}else j["class"]=a.getAttribute("class");else{for(d||(p["_wysihtml5-temp-placeholder"]=1,p._rangySelectionBoundary=1,p["wysiwyg-tmp-selected-cell"]=1),y=a.getAttribute("class"),y&&(s=s.concat(y.split(r))),e=s.length;e>q;q++)f=s[q],p[f]&&v.push(f);v.length&&(j["class"]=wysihtml5.lang.array(v).unique().join(" "))}j["class"]&&d&&(j["class"]=j["class"].replace("wysiwyg-tmp-selected-cell",""),/^\s*$/g.test(j["class"])&&delete j["class"]),u.length&&(j.style=wysihtml5.lang.array(u).unique().join(" "));for(h in j)try{b.setAttribute(h,j[h])}catch(z){}j.src&&(void 0!==j.width&&b.setAttribute("width",j.width),void 0!==j.height&&b.setAttribute("height",j.height))}function n(a){var b,c=a.nextSibling;return c&&c.nodeType===wysihtml5.TEXT_NODE?(c.data=a.data.replace(u,"")+c.data.replace(u,""),void 0):(b=a.data.replace(u,""),a.ownerDocument.createTextNode(b))}function o(a){return t.comments?a.ownerDocument.createComment(a.nodeValue):void 0}var p={1:f,3:n,8:o},q="span",r=/\s+/,s={tags:{},classes:{}},t={},u=/\uFEFF/g,v={url:function(){var a=/^https?:\/\//i;return function(b){return b&&b.match(a)?b.replace(a,function(a){return a.toLowerCase()}):null}}(),src:function(){var a=/^(\/|https?:\/\/)/i;return function(b){return b&&b.match(a)?b.replace(a,function(a){return a.toLowerCase()}):null}}(),href:function(){var a=/^(#|\/|https?:\/\/|mailto:)/i;return function(b){return b&&b.match(a)?b.replace(a,function(a){return a.toLowerCase()}):null}}(),alt:function(){var a=/[^ a-z0-9_\-]/gi;return function(b){return b?b.replace(a,""):""}}(),numbers:function(){var a=/\D/g;return function(b){return b=(b||"").replace(a,""),b||null}}(),any:function(){return function(a){return a}}()},w={align_text:function(){var a={left:"text-align: left;",right:"text-align: right;",center:"text-align: center;"};return function(b){return a[(b+"").toLowerCase()]}}()},x={align_img:function(){var a={left:"wysiwyg-float-left",right:"wysiwyg-float-right"};return function(b){return a[(b+"").toLowerCase()]}}(),align_text:function(){var a={left:"wysiwyg-text-align-left",right:"wysiwyg-text-align-right",center:"wysiwyg-text-align-center",justify:"wysiwyg-text-align-justify"};return function(b){return a[(b+"").toLowerCase()]}}(),clear_br:function(){var a={left:"wysiwyg-clear-left",right:"wysiwyg-clear-right",both:"wysiwyg-clear-both",all:"wysiwyg-clear-both"};return function(b){return a[(b+"").toLowerCase()]}}(),size_font:function(){var a={1:"wysiwyg-font-size-xx-small",2:"wysiwyg-font-size-small",3:"wysiwyg-font-size-medium",4:"wysiwyg-font-size-large",5:"wysiwyg-font-size-x-large",6:"wysiwyg-font-size-xx-large",7:"wysiwyg-font-size-xx-large","-":"wysiwyg-font-size-smaller","+":"wysiwyg-font-size-larger"};return function(b){return a[(b+"").charAt(0)]}}()},y={has_visible_contet:function(){var a,b=["img","video","picture","br","script","noscript","style","table","iframe","object","embed","audio","svg","input","button","select","textarea","canvas"];return function(c){if(a=(c.innerText||c.textContent).replace(/\s/g,""),a&&a.length>0)return!0;for(var d=b.length;d--;)if(c.querySelector(b[d]))return!0;return c.offsetWidth&&c.offsetWidth>0&&c.offsetHeight&&c.offsetHeight>0?!0:!1}}()},z={unwrap:function(a){wysihtml5.dom.unwrap(a)},remove:function(a){a.parentNode.removeChild(a)}};return c(a,b)},wysihtml5.dom.removeEmptyTextNodes=function(a){for(var b,c=wysihtml5.lang.array(a.childNodes).get(),d=c.length,e=0;d>e;e++)b=c[e],b.nodeType===wysihtml5.TEXT_NODE&&""===b.data&&b.parentNode.removeChild(b)},wysihtml5.dom.renameElement=function(a,b){for(var c,d=a.ownerDocument.createElement(b);c=a.firstChild;)d.appendChild(c);return wysihtml5.dom.copyAttributes(["align","className"]).from(a).to(d),a.parentNode.replaceChild(d,a),d},wysihtml5.dom.replaceWithChildNodes=function(a){if(a.parentNode){if(!a.firstChild)return a.parentNode.removeChild(a),void 0;for(var b=a.ownerDocument.createDocumentFragment();a.firstChild;)b.appendChild(a.firstChild);a.parentNode.replaceChild(b,a),a=b=null}},function(a){function b(b){return"block"===a.getStyle("display").from(b)}function c(a){return"BR"===a.nodeName}function d(a){var b=a.ownerDocument.createElement("br");a.appendChild(b)}function e(a,e){if(a.nodeName.match(/^(MENU|UL|OL)$/)){var f,g,h,i,j,k,l=a.ownerDocument,m=l.createDocumentFragment(),n=wysihtml5.dom.domNode(a).prev({ignoreBlankTexts:!0});if(e)for(!n||b(n)||c(n)||d(m);k=a.firstElementChild||a.firstChild;){for(g=k.lastChild;f=k.firstChild;)h=f===g,i=h&&!b(f)&&!c(f),m.appendChild(f),i&&d(m);k.parentNode.removeChild(k)}else for(;k=a.firstElementChild||a.firstChild;){if(k.querySelector&&k.querySelector("div, p, ul, ol, menu, blockquote, h1, h2, h3, h4, h5, h6"))for(;f=k.firstChild;)m.appendChild(f);else{for(j=l.createElement("p");f=k.firstChild;)j.appendChild(f);m.appendChild(j)}k.parentNode.removeChild(k)}a.parentNode.replaceChild(m,a)}}a.resolveList=e}(wysihtml5.dom),function(a){var b=document,c=["parent","top","opener","frameElement","frames","localStorage","globalStorage","sessionStorage","indexedDB"],d=["open","close","openDialog","showModalDialog","alert","confirm","prompt","openDatabase","postMessage","XMLHttpRequest","XDomainRequest"],e=["referrer","write","open","close"];a.dom.Sandbox=Base.extend({constructor:function(b,c){this.callback=b||a.EMPTY_FUNCTION,this.config=a.lang.object({}).merge(c).get(),this.editableArea=this._createIframe()},insertInto:function(a){"string"==typeof a&&(a=b.getElementById(a)),a.appendChild(this.editableArea)},getIframe:function(){return this.editableArea},getWindow:function(){this._readyError()},getDocument:function(){this._readyError()},destroy:function(){var a=this.getIframe();a.parentNode.removeChild(a)},_readyError:function(){throw Error("wysihtml5.Sandbox: Sandbox iframe isn't loaded yet")},_createIframe:function(){var c=this,d=b.createElement("iframe");return d.className="wysihtml5-sandbox",a.dom.setAttributes({security:"restricted",allowtransparency:"true",frameborder:0,width:0,height:0,marginwidth:0,marginheight:0}).on(d),a.browser.throwsMixedContentWarningWhenIframeSrcIsEmpty()&&(d.src="javascript:''"),d.onload=function(){d.onreadystatechange=d.onload=null,c._onLoadIframe(d)},d.onreadystatechange=function(){/loaded|complete/.test(d.readyState)&&(d.onreadystatechange=d.onload=null,c._onLoadIframe(d))},d},_onLoadIframe:function(f){var g,h,i,j,k,l,m;if(a.dom.contains(b.documentElement,f)){if(g=this,h=f.contentWindow,i=f.contentWindow.document,j=b.characterSet||b.charset||"utf-8",k=this._getHtml({charset:j,stylesheets:this.config.stylesheets}),i.open("text/html","replace"),i.write(k),i.close(),this.getWindow=function(){return f.contentWindow},this.getDocument=function(){return f.contentWindow.document},h.onerror=function(a,b,c){throw Error("wysihtml5.Sandbox: "+a,b,c)},!a.browser.supportsSandboxedIframes()){for(l=0,m=c.length;m>l;l++)this._unset(h,c[l]);for(l=0,m=d.length;m>l;l++)this._unset(h,d[l],a.EMPTY_FUNCTION);for(l=0,m=e.length;m>l;l++)this._unset(i,e[l]);this._unset(i,"cookie","",!0)}this.loaded=!0,setTimeout(function(){g.callback(g)},0)}},_getHtml:function(b){var c,d=b.stylesheets,e="",f=0;if(d="string"==typeof d?[d]:d,d)for(c=d.length;c>f;f++)e+='';return b.stylesheets=e,a.lang.string('#{stylesheets}').interpolate(b)},_unset:function(b,c,d,e){try{b[c]=d}catch(f){}try{b.__defineGetter__(c,function(){return d})}catch(f){}if(e)try{b.__defineSetter__(c,function(){})}catch(f){}if(!a.browser.crashesWhenDefineProperty(c))try{var g={get:function(){return d}};e&&(g.set=function(){}),Object.defineProperty(b,c,g)}catch(f){}}})}(wysihtml5),function(a){var b=document;a.dom.ContentEditableArea=Base.extend({getContentEditable:function(){return this.element},getWindow:function(){return this.element.ownerDocument.defaultView},getDocument:function(){return this.element.ownerDocument},constructor:function(b,c,d){this.callback=b||a.EMPTY_FUNCTION,this.config=a.lang.object({}).merge(c).get(),this.element=d?this._bindElement(d):this._createElement()},_createElement:function(){var a=b.createElement("div");return a.className="wysihtml5-sandbox",this._loadElement(a),a},_bindElement:function(a){return a.className=a.className&&""!=a.className?a.className+" wysihtml5-sandbox":"wysihtml5-sandbox",this._loadElement(a,!0),a},_loadElement:function(a,b){var c,d=this;b||(c=this._getHtml(),a.innerHTML=c),this.getWindow=function(){return a.ownerDocument.defaultView},this.getDocument=function(){return a.ownerDocument},this.loaded=!0,setTimeout(function(){d.callback(d)},0)},_getHtml:function(){return""}})}(wysihtml5),function(){var a={className:"class"};wysihtml5.dom.setAttributes=function(b){return{on:function(c){for(var d in b)c.setAttribute(a[d]||d,b[d])}}}}(),wysihtml5.dom.setStyles=function(a){return{on:function(b){var c,d=b.style;if("string"==typeof a)return d.cssText+=";"+a,void 0;for(c in a)"float"===c?(d.cssFloat=a[c],d.styleFloat=a[c]):d[c]=a[c]}}},function(a){a.simulatePlaceholder=function(b,c,d){var e="placeholder",f=function(){var b=c.element.offsetWidth>0&&c.element.offsetHeight>0;c.hasPlaceholderSet()&&(c.clear(),c.element.focus(),b&&setTimeout(function(){var a=c.selection.getSelection();a.focusNode&&a.anchorNode||c.selection.selectNode(c.element.firstChild||c.element)},0)),c.placeholderSet=!1,a.removeClass(c.element,e)},g=function(){c.isEmpty()&&(c.placeholderSet=!0,c.setValue(d),a.addClass(c.element,e))};b.on("set_placeholder",g).on("unset_placeholder",f).on("focus:composer",f).on("paste:composer",f).on("blur:composer",g),g()}}(wysihtml5.dom),function(a){var b=document.documentElement;"textContent"in b?(a.setTextContent=function(a,b){a.textContent=b},a.getTextContent=function(a){return a.textContent}):"innerText"in b?(a.setTextContent=function(a,b){a.innerText=b},a.getTextContent=function(a){return a.innerText}):(a.setTextContent=function(a,b){a.nodeValue=b},a.getTextContent=function(a){return a.nodeValue})}(wysihtml5.dom),wysihtml5.dom.getAttribute=function(a,b){var c,d,e,f=!wysihtml5.browser.supportsGetAttributeCorrectly();return b=b.toLowerCase(),c=a.nodeName,"IMG"==c&&"src"==b&&wysihtml5.dom.isLoadedImage(a)===!0?a.src:f&&"outerHTML"in a?(d=a.outerHTML.toLowerCase(),e=-1!=d.indexOf(" "+b+"="),e?a.getAttribute(b):null):a.getAttribute(b)},wysihtml5.dom.getAttributes=function(a){var b,c=!wysihtml5.browser.supportsGetAttributeCorrectly(),d=a.nodeName,e=[];for(b in a.attributes)(a.attributes.hasOwnProperty&&a.attributes.hasOwnProperty(b)||!a.attributes.hasOwnProperty&&Object.prototype.hasOwnProperty.call(a.attributes,b))&&a.attributes[b].specified&&("IMG"==d&&"src"==a.attributes[b].name.toLowerCase()&&wysihtml5.dom.isLoadedImage(a)===!0?e.src=a.src:wysihtml5.lang.array(["rowspan","colspan"]).contains(a.attributes[b].name.toLowerCase())&&c?1!==a.attributes[b].value&&(e[a.attributes[b].name]=a.attributes[b].value):e[a.attributes[b].name]=a.attributes[b].value);return e},wysihtml5.dom.isLoadedImage=function(a){try{return a.complete&&!a.mozMatchesSelector(":-moz-broken")}catch(b){if(a.complete&&"complete"===a.readyState)return!0}},function(a){function b(a,b){var c,d,e,f,g=[];for(d=0,e=a.length;e>d;d++)if(c=a[d].querySelectorAll(b),c)for(f=c.length;f--;g.unshift(c[f]));return g}function d(a){a.parentNode.removeChild(a)}function e(a,b){a.parentNode.insertBefore(b,a.nextSibling)}function f(a,b){for(var c=a.nextSibling;1!=c.nodeType;)if(c=c.nextSibling,!b||b==c.tagName.toLowerCase())return c;return null}var g=a.dom,h=function(a){this.el=a,this.isColspan=!1,this.isRowspan=!1,this.firstCol=!0,this.lastCol=!0,this.firstRow=!0,this.lastRow=!0,this.isReal=!0,this.spanCollection=[],this.modified=!1},i=function(a,b){a?(this.cell=a,this.table=g.getParentElement(a,{nodeName:["TABLE"]})):b&&(this.table=b,this.cell=this.table.querySelectorAll("th, td")[0])};i.prototype={addSpannedCellToMap:function(a,b,c,d,e,f){var g,i,j=[],k=c+(f?parseInt(f,10)-1:0),l=d+(e?parseInt(e,10)-1:0);for(g=c;k>=g;g++)for(void 0===b[g]&&(b[g]=[]),i=d;l>=i;i++)b[g][i]=new h(a),b[g][i].isColspan=e&&parseInt(e,10)>1,b[g][i].isRowspan=f&&parseInt(f,10)>1,b[g][i].firstCol=i==d,b[g][i].lastCol=i==l,b[g][i].firstRow=g==c,b[g][i].lastRow=g==k,b[g][i].isReal=i==d&&g==c,b[g][i].spanCollection=j,j.push(b[g][i])},setCellAsModified:function(a){if(a.modified=!0,a.spanCollection.length>0)for(var b=0,c=a.spanCollection.length;c>b;b++)a.spanCollection[b].modified=!0},setTableMap:function(){var a,b,c,d,e,f,i,j,k=[],l=this.getTableRows();for(a=0;a0?a.lang.array(f).without(e):f;return g},getTableRows:function(){var c=this.table.querySelectorAll("table"),d=c?b(c,"tr"):[],e=this.table.querySelectorAll("tr"),f=d.length>0?a.lang.array(e).without(d):e;return f},getMapIndex:function(a){var b,c,d=this.map.length,e=this.map&&this.map[0]?this.map[0].length:0;for(b=0;d>b;b++)for(c=0;e>c;c++)if(this.map[b][c].el===a)return{row:b,col:c};return!1},getElementAtIndex:function(a){return this.setTableMap(),this.map[a.row]&&this.map[a.row][a.col]&&this.map[a.row][a.col].el?this.map[a.row][a.col].el:null},getMapElsTo:function(a){var b,c,d,e,f,g,h=[];if(this.setTableMap(),this.idx_start=this.getMapIndex(this.cell),this.idx_end=this.getMapIndex(a),(this.idx_start.row>this.idx_end.row||this.idx_start.row==this.idx_end.row&&this.idx_start.col>this.idx_end.col)&&(b=this.idx_start,this.idx_start=this.idx_end,this.idx_end=b),this.idx_start.col>this.idx_end.col&&(c=this.idx_start.col,this.idx_start.col=this.idx_end.col,this.idx_end.col=c),null!=this.idx_start&&null!=this.idx_end)for(d=this.idx_start.row,e=this.idx_end.row;e>=d;d++)for(f=this.idx_start.col,g=this.idx_end.col;g>=f;f++)h.push(this.map[d][f].el);return h},orderSelectionEnds:function(a){var b,c;return this.setTableMap(),this.idx_start=this.getMapIndex(this.cell),this.idx_end=this.getMapIndex(a),(this.idx_start.row>this.idx_end.row||this.idx_start.row==this.idx_end.row&&this.idx_start.col>this.idx_end.col)&&(b=this.idx_start,this.idx_start=this.idx_end,this.idx_end=b),this.idx_start.col>this.idx_end.col&&(c=this.idx_start.col,this.idx_start.col=this.idx_end.col,this.idx_end.col=c),{start:this.map[this.idx_start.row][this.idx_start.col].el,end:this.map[this.idx_end.row][this.idx_end.col].el}},createCells:function(a,b,c){var d,e,f,g=this.table.ownerDocument,h=g.createDocumentFragment();for(e=0;b>e;e++){if(d=g.createElement(a),c)for(f in c)c.hasOwnProperty(f)&&d.setAttribute(f,c[f]);d.appendChild(document.createTextNode("聽")),h.appendChild(d)}return h},correctColIndexForUnreals:function(a,b){var c,d,e=this.map[b],f=-1;for(c=0,d=a;a>c;c++)e[c].isReal&&f++;return f},getLastNewCellOnRow:function(a,b){var c,d,e,f,g=this.getRowCells(a);for(e=0,f=g.length;f>e;e++)if(c=g[e],d=this.getMapIndex(c),d===!1||void 0!==b&&d.row!=b)return c;return null},removeEmptyTable:function(){var a=this.table.querySelectorAll("td, th");return a&&0!=a.length?!1:(d(this.table),!0)},splitRowToCells:function(a){var b,c,d;a.isColspan&&(b=parseInt(g.getAttribute(a.el,"colspan")||1,10),c=a.el.tagName.toLowerCase(),b>1&&(d=this.createCells(c,b-1),e(a.el,d)),a.el.removeAttribute("colspan"))},getRealRowEl:function(a,b){var c,d,e=null,f=null;for(b=b||this.idx,c=0,d=this.map[b.row].length;d>c;c++)if(f=this.map[b.row][c],f.isReal&&(e=g.getParentElement(f.el,{nodeName:["TR"]}),e))return e;return null===e&&a&&(e=g.getParentElement(this.map[b.row][b.col].el,{nodeName:["TR"]})||null),e},injectRowAt:function(a,b,c,d,f){var h,i,j=this.getRealRowEl(!1,{row:a,col:b}),k=this.createCells(d,c);j?(h=this.correctColIndexForUnreals(b,a),h>=0?e(this.getRowCells(j)[h],k):j.insertBefore(k,j.firstChild)):(i=this.table.ownerDocument.createElement("tr"),i.appendChild(k),e(g.getParentElement(f.el,{nodeName:["TR"]}),i))},canMerge:function(a){var b,c,d,e,f,g;for(this.to=a,this.setTableMap(),this.idx_start=this.getMapIndex(this.cell),this.idx_end=this.getMapIndex(this.to),(this.idx_start.row>this.idx_end.row||this.idx_start.row==this.idx_end.row&&this.idx_start.col>this.idx_end.col)&&(b=this.idx_start,this.idx_start=this.idx_end,this.idx_end=b),this.idx_start.col>this.idx_end.col&&(c=this.idx_start.col,this.idx_start.col=this.idx_end.col,this.idx_end.col=c),d=this.idx_start.row,e=this.idx_end.row;e>=d;d++)for(f=this.idx_start.col,g=this.idx_end.col;g>=f;f++)if(this.map[d][f].isColspan||this.map[d][f].isRowspan)return!1;return!0},decreaseCellSpan:function(a,b){var c=parseInt(g.getAttribute(a.el,b),10)-1;c>=1?a.el.setAttribute(b,c):(a.el.removeAttribute(b),"colspan"==b&&(a.isColspan=!1),"rowspan"==b&&(a.isRowspan=!1),a.firstCol=!0,a.lastCol=!0,a.firstRow=!0,a.lastRow=!0,a.isReal=!0)},removeSurplusLines:function(){var a,b,c,e,f,h,i,j;if(this.setTableMap(),this.map){for(c=0,e=this.map.length;e>c;c++){for(a=this.map[c],i=!0,f=0,h=a.length;h>f;f++)if(b=a[f],!(g.getAttribute(b.el,"rowspan")&&parseInt(g.getAttribute(b.el,"rowspan"),10)>1&&b.firstRow!==!0)){i=!1;break}if(i)for(f=0;h>f;f++)this.decreaseCellSpan(a[f],"rowspan")}for(j=this.getTableRows(),c=0,e=j.length;e>c;c++)a=j[c],0==a.childNodes.length&&/^\s*$/.test(a.textContent||a.innerText)&&d(a)}},fillMissingCells:function(){var a,b,c,d=0,f=0,g=null;if(this.setTableMap(),this.map){for(d=this.map.length,a=0;d>a;a++)this.map[a].length>f&&(f=this.map[a].length);for(b=0;d>b;b++)for(c=0;f>c;c++)this.map[b]&&!this.map[b][c]&&c>0&&(this.map[b][c]=new h(this.createCells("td",1)),g=this.map[b][c-1],g&&g.el&&g.el.parent&&e(this.map[b][c-1].el,this.map[b][c].el))}},rectify:function(){return this.removeEmptyTable()?!1:(this.removeSurplusLines(),this.fillMissingCells(),!0)},unmerge:function(){var a,b,c,d,e,f;if(this.rectify()&&(this.setTableMap(),this.idx=this.getMapIndex(this.cell),this.idx)){if(a=this.map[this.idx.row][this.idx.col],b=g.getAttribute(a.el,"colspan")?parseInt(g.getAttribute(a.el,"colspan"),10):1,c=a.el.tagName.toLowerCase(),a.isRowspan){if(d=parseInt(g.getAttribute(a.el,"rowspan"),10),d>1)for(e=1,f=d-1;f>=e;e++)this.injectRowAt(this.idx.row+e,this.idx.col,b,c,a);a.el.removeAttribute("rowspan")}this.splitRowToCells(a)}},merge:function(a){var b,c,e,f,g,h;if(this.rectify())if(this.canMerge(a)){for(b=this.idx_end.row-this.idx_start.row+1,c=this.idx_end.col-this.idx_start.col+1,e=this.idx_start.row,f=this.idx_end.row;f>=e;e++)for(g=this.idx_start.col,h=this.idx_end.col;h>=g;g++)e==this.idx_start.row&&g==this.idx_start.col?(b>1&&this.map[e][g].el.setAttribute("rowspan",b),c>1&&this.map[e][g].el.setAttribute("colspan",c)):(/^\s*\s*$/.test(this.map[e][g].el.innerHTML.toLowerCase())||(this.map[this.idx_start.row][this.idx_start.col].el.innerHTML+=" "+this.map[e][g].el.innerHTML),d(this.map[e][g].el));this.rectify()}else window.console&&void 0},collapseCellToNextRow:function(a){var b,c,d,f=this.getMapIndex(a.el),h=f.row+1,i={row:h,col:f.col};h=0?e(this.getRowCells(b)[c],a.el):(d=this.getLastNewCellOnRow(b,h),null!==d?e(d,a.el):b.insertBefore(a.el,b.firstChild)),parseInt(g.getAttribute(a.el,"rowspan"),10)>2?a.el.setAttribute("rowspan",parseInt(g.getAttribute(a.el,"rowspan"),10)-1):a.el.removeAttribute("rowspan")))},removeRowCell:function(a){a.isReal?a.isRowspan?this.collapseCellToNextRow(a):d(a.el):parseInt(g.getAttribute(a.el,"rowspan"),10)>2?a.el.setAttribute("rowspan",parseInt(g.getAttribute(a.el,"rowspan"),10)-1):a.el.removeAttribute("rowspan")},getRowElementsByCell:function(){var a,b,c,d=[];if(this.setTableMap(),this.idx=this.getMapIndex(this.cell),this.idx!==!1)for(a=this.map[this.idx.row],b=0,c=a.length;c>b;b++)a[b].isReal&&d.push(a[b].el);return d},getColumnElementsByCell:function(){var a,b,c=[];if(this.setTableMap(),this.idx=this.getMapIndex(this.cell),this.idx!==!1)for(a=0,b=this.map.length;b>a;a++)this.map[a][this.idx.col]&&this.map[a][this.idx.col].isReal&&c.push(this.map[a][this.idx.col].el);return c},removeRow:function(){var a,b,c,e=g.getParentElement(this.cell,{nodeName:["TR"]});if(e){if(this.setTableMap(),this.idx=this.getMapIndex(this.cell),this.idx!==!1)for(a=this.map[this.idx.row],b=0,c=a.length;c>b;b++)a[b].modified||(this.setCellAsModified(a[b]),this.removeRowCell(a[b]));d(e)}},removeColCell:function(a){a.isColspan?parseInt(g.getAttribute(a.el,"colspan"),10)>2?a.el.setAttribute("colspan",parseInt(g.getAttribute(a.el,"colspan"),10)-1):a.el.removeAttribute("colspan"):a.isReal&&d(a.el)},removeColumn:function(){if(this.setTableMap(),this.idx=this.getMapIndex(this.cell),this.idx!==!1)for(var a=0,b=this.map.length;b>a;a++)this.map[a][this.idx.col].modified||(this.setCellAsModified(this.map[a][this.idx.col]),this.removeColCell(this.map[a][this.idx.col]))},remove:function(a){if(this.rectify()){switch(a){case"row":this.removeRow();break;case"column":this.removeColumn()}this.rectify()}},addRow:function(a){var b,c,d,f,h,i=this.table.ownerDocument;if(this.setTableMap(),this.idx=this.getMapIndex(this.cell),"below"==a&&g.getAttribute(this.cell,"rowspan")&&(this.idx.row=this.idx.row+parseInt(g.getAttribute(this.cell,"rowspan"),10)-1),this.idx!==!1){for(b=this.map[this.idx.row],c=i.createElement("tr"),d=0,f=b.length;f>d;d++)b[d].modified||(this.setCellAsModified(b[d]),this.addRowCell(b[d],c,a));switch(a){case"below":e(this.getRealRowEl(!0),c);break;case"above":h=g.getParentElement(this.map[this.idx.row][this.idx.col].el,{nodeName:["TR"]}),h&&h.parentNode.insertBefore(c,h)}}},addRowCell:function(a,b,d){var e=a.isColspan?{colspan:g.getAttribute(a.el,"colspan")}:null;a.isReal?"above"!=d&&a.isRowspan?a.el.setAttribute("rowspan",parseInt(g.getAttribute(a.el,"rowspan"),10)+1):b.appendChild(this.createCells("td",1,e)):"above"!=d&&a.isRowspan&&a.lastRow?b.appendChild(this.createCells("td",1,e)):c.isRowspan&&a.el.attr("rowspan",parseInt(g.getAttribute(a.el,"rowspan"),10)+1)},add:function(a){this.rectify()&&(("below"==a||"above"==a)&&this.addRow(a),("before"==a||"after"==a)&&this.addColumn(a))},addColCell:function(a,b,d){var f,h=a.el.tagName.toLowerCase();switch(d){case"before":f=!a.isColspan||a.firstCol;break;case"after":f=!a.isColspan||a.lastCol||a.isColspan&&c.el==this.cell}if(f){switch(d){case"before":a.el.parentNode.insertBefore(this.createCells(h,1),a.el);break;case"after":e(a.el,this.createCells(h,1))}a.isRowspan&&this.handleCellAddWithRowspan(a,b+1,d)}else a.el.setAttribute("colspan",parseInt(g.getAttribute(a.el,"colspan"),10)+1)},addColumn:function(a){var b,c,d,e;if(this.setTableMap(),this.idx=this.getMapIndex(this.cell),"after"==a&&g.getAttribute(this.cell,"colspan")&&(this.idx.col=this.idx.col+parseInt(g.getAttribute(this.cell,"colspan"),10)-1),this.idx!==!1)for(d=0,e=this.map.length;e>d;d++)b=this.map[d],b[this.idx.col]&&(c=b[this.idx.col],c.modified||(this.setCellAsModified(c),this.addColCell(c,d,a)))},handleCellAddWithRowspan:function(a,b,c){var d,h,i,j,k=parseInt(g.getAttribute(this.cell,"rowspan"),10)-1,l=g.getParentElement(a.el,{nodeName:["TR"]}),m=a.el.tagName.toLowerCase(),n=this.table.ownerDocument;for(j=0;k>j;j++)if(d=this.correctColIndexForUnreals(this.idx.col,b+j),l=f(l,"tr"),l)if(d>0)switch(c){case"before":h=this.getRowCells(l),d>0&&this.map[b+j][this.idx.col].el!=h[d]&&d==h.length-1?e(h[d],this.createCells(m,1)):h[d].parentNode.insertBefore(this.createCells(m,1),h[d]); +break;case"after":e(this.getRowCells(l)[d],this.createCells(m,1))}else l.insertBefore(this.createCells(m,1),l.firstChild);else i=n.createElement("tr"),i.appendChild(this.createCells(m,1)),this.table.appendChild(i)}},g.table={getCellsBetween:function(a,b){var c=new i(a);return c.getMapElsTo(b)},addCells:function(a,b){var c=new i(a);c.add(b)},removeCells:function(a,b){var c=new i(a);c.remove(b)},mergeCellsBetween:function(a,b){var c=new i(a);c.merge(b)},unmergeCell:function(a){var b=new i(a);b.unmerge()},orderSelectionEnds:function(a,b){var c=new i(a);return c.orderSelectionEnds(b)},indexOf:function(a){var b=new i(a);return b.setTableMap(),b.getMapIndex(a)},findCell:function(a,b){var c=new i(null,a);return c.getElementAtIndex(b)},findRowByCell:function(a){var b=new i(a);return b.getRowElementsByCell()},findColumnByCell:function(a){var b=new i(a);return b.getColumnElementsByCell()},canMerge:function(a,b){var c=new i(a);return c.canMerge(b)}}}(wysihtml5),wysihtml5.dom.query=function(a,b){var c,d,e,f,g=[];for(a.nodeType&&(a=[a]),d=0,e=a.length;e>d;d++)if(c=a[d].querySelectorAll(b),c)for(f=c.length;f--;g.unshift(c[f]));return g},wysihtml5.dom.compareDocumentPosition=function(){var a=document.documentElement;return a.compareDocumentPosition?function(a,b){return a.compareDocumentPosition(b)}:function(a,b){var c,d,e,f,g,h,i,j,k;if(c=9===a.nodeType?a:a.ownerDocument,d=9===b.nodeType?b:b.ownerDocument,a===b)return 0;if(a===b.ownerDocument)return 20;if(a.ownerDocument===b)return 10;if(c!==d)return 1;if(2===a.nodeType&&a.childNodes&&-1!==wysihtml5.lang.array(a.childNodes).indexOf(b))return 20;if(2===b.nodeType&&b.childNodes&&-1!==wysihtml5.lang.array(b.childNodes).indexOf(a))return 10;for(e=a,f=[],g=null;e;){if(e==b)return 10;f.push(e),e=e.parentNode}for(e=b,g=null;e;){if(e==a)return 20;if(h=wysihtml5.lang.array(f).indexOf(e),-1!==h)return i=f[h],j=wysihtml5.lang.array(i.childNodes).indexOf(f[h-1]),k=wysihtml5.lang.array(i.childNodes).indexOf(g),j>k?2:4;g=e,e=e.parentNode}return 1}}(),wysihtml5.dom.unwrap=function(a){if(a.parentNode){for(;a.lastChild;)wysihtml5.dom.insert(a.lastChild).after(a);a.parentNode.removeChild(a)}},wysihtml5.dom.getPastedHtml=function(a){var b;return a.clipboardData&&(wysihtml5.lang.array(a.clipboardData.types).contains("text/html")?b=a.clipboardData.getData("text/html"):wysihtml5.lang.array(a.clipboardData.types).contains("text/plain")&&(b=wysihtml5.lang.string(a.clipboardData.getData("text/plain")).escapeHTML(!0,!0))),b},wysihtml5.dom.getPastedHtmlWithDiv=function(a,b){var c=a.selection.getBookmark(),d=a.element.ownerDocument,e=d.createElement("DIV");d.body.appendChild(e),e.style.width="1px",e.style.height="1px",e.style.overflow="hidden",e.setAttribute("contenteditable","true"),e.focus(),setTimeout(function(){a.selection.setBookmark(c),b(e.innerHTML),e.parentNode.removeChild(e)},0)},wysihtml5.quirks.cleanPastedHTML=function(){var a=function(a){var b=wysihtml5.lang.string(a).trim(),c=b.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");return RegExp("^((?!^"+c+"$).)*$","i")},b=function(b,c){var d,e,f=wysihtml5.lang.object(b).clone(!0);for(d in f.tags)if(f.tags.hasOwnProperty(d)&&f.tags[d].keep_styles)for(e in f.tags[d].keep_styles)f.tags[d].keep_styles.hasOwnProperty(e)&&c[e]&&(f.tags[d].keep_styles[e]=a(c[e]));return f},c=function(a,b){var c,d,e;if(!a)return null;for(d=0,e=a.length;e>d;d++)if(a[d].condition||(c=a[d].set),a[d].condition&&a[d].condition.test(b))return a[d].set;return c};return function(a,d){var e,f={color:wysihtml5.dom.getStyle("color").from(d.referenceNode),fontSize:wysihtml5.dom.getStyle("font-size").from(d.referenceNode)},g=b(c(d.rules,a)||{},f);return e=wysihtml5.dom.parse(a,{rules:g,cleanUp:!0,context:d.referenceNode.ownerDocument,uneditableClass:d.uneditableClass,clearInternals:!0,unjoinNbsps:!0}),e}}(),wysihtml5.quirks.ensureProperClearing=function(){var a=function(){var a=this;setTimeout(function(){var b=a.innerHTML.toLowerCase();("

           

          "==b||"

           

           

          "==b)&&(a.innerHTML="")},0)};return function(b){wysihtml5.dom.observe(b.element,["cut","keydown"],a)}}(),function(a){var b="%7E";a.quirks.getCorrectInnerHTML=function(c){var d,e,f,g,h,i=c.innerHTML;if(-1===i.indexOf(b))return i;for(d=c.querySelectorAll("[href*='~'], [src*='~']"),h=0,g=d.length;g>h;h++)e=d[h].href||d[h].src,f=a.lang.string(e).replace("~").by(b),i=a.lang.string(i).replace(f).by(e);return i}}(wysihtml5),function(a){var b="wysihtml5-quirks-redraw";a.quirks.redraw=function(c){a.dom.addClass(c,b),a.dom.removeClass(c,b);try{var d=c.ownerDocument;d.execCommand("italic",!1,null),d.execCommand("italic",!1,null)}catch(e){}}}(wysihtml5),wysihtml5.quirks.tableCellsSelection=function(a,b){function c(){return k.observe(a,"mousedown",function(a){var b=wysihtml5.dom.getParentElement(a.target,{nodeName:["TD","TH"]});b&&d(b)}),l}function d(c){l.start=c,l.end=c,l.cells=[c],l.table=k.getParentElement(l.start,{nodeName:["TABLE"]}),l.table&&(e(),k.addClass(c,m),n=k.observe(a,"mousemove",g),o=k.observe(a,"mouseup",h),b.fire("tableselectstart").fire("tableselectstart:composer"))}function e(){var b,c;if(a&&(b=a.querySelectorAll("."+m),b.length>0))for(c=0;c1&&b.composer.selection.deselect(),f(l.cells),l.end!==c&&b.fire("tableselectchange").fire("tableselectchange:composer")))}function h(){n.stop(),o.stop(),b.fire("tableselect").fire("tableselect:composer"),setTimeout(function(){i()},0)}function i(){var c=k.observe(a.ownerDocument,"click",function(a){c.stop(),k.getParentElement(a.target,{nodeName:["TABLE"]})!=l.table&&(e(),l.table=null,l.start=null,l.end=null,b.fire("tableunselect").fire("tableunselect:composer"))})}function j(a,c){l.start=a,l.end=c,l.table=k.getParentElement(l.start,{nodeName:["TABLE"]}),selectedCells=k.table.getCellsBetween(l.start,l.end),f(selectedCells),i(),b.fire("tableselect").fire("tableselect:composer")}var k=wysihtml5.dom,l={table:null,start:null,end:null,cells:null,select:j},m="wysiwyg-tmp-selected-cell",n=null,o=null;return c()},function(a){var b=/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*([\d\.]+)\s*\)/i,c=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)/i,d=/^#([0-9a-f][0-9a-f])([0-9a-f][0-9a-f])([0-9a-f][0-9a-f])/i,e=/^#([0-9a-f])([0-9a-f])([0-9a-f])/i,f=function(a){return RegExp("(^|\\s|;)"+a+"\\s*:\\s*[^;$]+","gi")};a.quirks.styleParser={parseColor:function(g,h){var i,j,k,l=f(h),m=g.match(l),n=10;if(m){for(k=m.length;k--;)m[k]=a.lang.string(m[k].split(":")[1]).trim();if(i=m[m.length-1],b.test(i))j=i.match(b);else if(c.test(i))j=i.match(c);else if(d.test(i))j=i.match(d),n=16;else if(e.test(i))return j=i.match(e),j.shift(),j.push(1),a.lang.array(j).map(function(a,b){return 3>b?16*parseInt(a,16)+parseInt(a,16):parseFloat(a)});if(j)return j.shift(),j[3]||j.push(1),a.lang.array(j).map(function(a,b){return 3>b?parseInt(a,n):parseFloat(a)})}return!1},unparseColor:function(a,b){if(b){if("hex"==b)return a[0].toString(16).toUpperCase()+a[1].toString(16).toUpperCase()+a[2].toString(16).toUpperCase();if("hash"==b)return"#"+a[0].toString(16).toUpperCase()+a[1].toString(16).toUpperCase()+a[2].toString(16).toUpperCase();if("rgb"==b)return"rgb("+a[0]+","+a[1]+","+a[2]+")";if("rgba"==b)return"rgba("+a[0]+","+a[1]+","+a[2]+","+a[3]+")";if("csv"==b)return a[0]+","+a[1]+","+a[2]+","+a[3]}return a[3]&&1!==a[3]?"rgba("+a[0]+","+a[1]+","+a[2]+","+a[3]+")":"rgb("+a[0]+","+a[1]+","+a[2]+")"},parseFontSize:function(b){var c=b.match(f("font-size"));return c?a.lang.string(c[c.length-1].split(":")[1]).trim():!1}}}(wysihtml5),function(a){function b(a){var b=0;if(a.parentNode)do b+=a.offsetTop||0,a=a.offsetParent;while(a);return b}function c(a,b){for(var c=0;b!==a;)if(c++,b=b.parentNode,!b)throw Error("not a descendant of ancestor!");return c}function d(a){if(!a.canSurroundContents())for(var b=a.commonAncestorContainer,d=c(b,a.startContainer),e=c(b,a.endContainer);!a.canSurroundContents();)d>e?(a.setStartBefore(a.startContainer),d=c(b,a.startContainer)):(a.setEndAfter(a.endContainer),e=c(b,a.endContainer))}var e=a.dom;a.Selection=Base.extend({constructor:function(a,b,c){window.rangy.init(),this.editor=a,this.composer=a.composer,this.doc=this.composer.doc,this.contain=b,this.unselectableClass=c||!1},getBookmark:function(){var a=this.getRange();return a&&d(a),a&&a.cloneRange()},setBookmark:function(a){a&&this.setSelection(a)},setBefore:function(a){var b=rangy.createRange(this.doc);return b.setStartBefore(a),b.setEndBefore(a),this.setSelection(b)},setAfter:function(a){var b=rangy.createRange(this.doc);return b.setStartAfter(a),b.setEndAfter(a),this.setSelection(b)},selectNode:function(b,c){var d=rangy.createRange(this.doc),f=b.nodeType===a.ELEMENT_NODE,g="canHaveHTML"in b?b.canHaveHTML:"IMG"!==b.nodeName,h=f?b.innerHTML:b.data,i=""===h||h===a.INVISIBLE_SPACE,j=e.getStyle("display").from(b),k="block"===j||"list-item"===j;if(i&&f&&g&&!c)try{b.innerHTML=a.INVISIBLE_SPACE}catch(l){}g?d.selectNodeContents(b):d.selectNode(b),g&&i&&f?d.collapse(k):g&&i&&(d.setStartAfter(b),d.setEndAfter(b)),this.setSelection(d)},getSelectedNode:function(a){var b,c;return a&&this.doc.selection&&"Control"===this.doc.selection.type&&(c=this.doc.selection.createRange(),c&&c.length)?c.item(0):(b=this.getSelection(this.doc),b.focusNode===b.anchorNode?b.focusNode:(c=this.getRange(this.doc),c?c.commonAncestorContainer:this.doc.body))},fixSelBorders:function(){var a=this.getRange();d(a),this.setSelection(a)},getSelectedOwnNodes:function(){var a,b,c=this.getOwnRanges(),d=[];for(a=0,b=c.length;b>a;a++)d.push(c[a].commonAncestorContainer||this.doc.body);return d},findNodesInSelection:function(b){var c,d,e,f=this.getOwnRanges(),g=[];for(d=0,e=f.length;e>d;d++)c=f[d].getNodes([1],function(c){return a.lang.array(b).contains(c.nodeName)}),g=g.concat(c);return g},containsUneditable:function(){var a,b,c=this.getOwnUneditables(),d=this.getSelection();for(a=0,b=c.length;b>a;a++)if(d.containsNode(c[a]))return!0;return!1},deleteContents:function(){var a,b=this.getOwnRanges();for(a=b.length;a--;)b[a].deleteContents();this.setSelection(b[0])},getPreviousNode:function(b,c){var d,e,f;return b||(d=this.getSelection(),b=d.anchorNode),b===this.contain?!1:(e=b.previousSibling,e===this.contain?!1:(e&&3!==e.nodeType&&1!==e.nodeType?e=this.getPreviousNode(e,c):e&&3===e.nodeType&&/^\s*$/.test(e.textContent)?e=this.getPreviousNode(e,c):c&&e&&1===e.nodeType&&!a.lang.array(["BR","HR","IMG"]).contains(e.nodeName)&&/^[\s]*$/.test(e.innerHTML)?e=this.getPreviousNode(e,c):e||b===this.contain||(f=b.parentNode,f!==this.contain&&(e=this.getPreviousNode(f,c))),e!==this.contain?e:!1))},getSelectionParentsByTag:function(){var b,c,d,e=this.getSelectedOwnNodes(),f=[];for(c=0,d=e.length;d>c;c++)b=e[c].nodeName&&"LI"===e[c].nodeName?e[c]:a.dom.getParentElement(e[c],{nodeName:["LI"]},!1,this.contain),b&&f.push(b);return f.length?f:null},getRangeToNodeEnd:function(){if(this.isCollapsed()){var a=this.getRange(),b=a.startContainer,c=a.startOffset,d=rangy.createRange(this.doc);return d.selectNodeContents(b),d.setStart(b,c),d}},caretIsLastInSelection:function(){var a=(rangy.createRange(this.doc),this.getSelection(),this.getRangeToNodeEnd().cloneContents()),b=a.textContent;return/^\s*$/.test(b)},caretIsFirstInSelection:function(){var b=rangy.createRange(this.doc),c=this.getSelection(),d=this.getRange(),e=d.startContainer;return e.nodeType===a.TEXT_NODE?this.isCollapsed()&&e.nodeType===a.TEXT_NODE&&/^\s*$/.test(e.data.substr(0,d.startOffset)):(b.selectNodeContents(this.getRange().commonAncestorContainer),b.collapse(!0),this.isCollapsed()&&(b.startContainer===c.anchorNode||b.endContainer===c.anchorNode)&&b.startOffset===c.anchorOffset)},caretIsInTheBeginnig:function(b){var c=this.getSelection(),d=c.anchorNode,e=c.anchorOffset;return b?0===e&&(d.nodeName&&d.nodeName===b.toUpperCase()||a.dom.getParentElement(d.parentNode,{nodeName:b},1)):0===e&&!this.getPreviousNode(d,!0)},caretIsBeforeUneditable:function(){var a,b,c,d,e=this.getSelection(),f=e.anchorNode,g=e.anchorOffset;if(0===g&&(a=this.getPreviousNode(f,!0),a))for(b=this.getOwnUneditables(),c=0,d=b.length;d>c;c++)if(a===b[c])return b[c];return!1},executeAndRestoreRangy:function(a){var b=this.doc.defaultView||this.doc.parentWindow,c=rangy.saveSelection(b);if(c)try{a()}catch(d){setTimeout(function(){throw d},0)}else a();rangy.restoreSelection(c)},executeAndRestore:function(b,c){var d,f,g,h,i,j,k,l,m,n=this.doc.body,o=c&&n.scrollTop,p=c&&n.scrollLeft,q="_wysihtml5-temp-placeholder",r=''+a.INVISIBLE_SPACE+"",s=this.getRange(!0);if(!s)return b(n,n),void 0;s.collapsed||(k=s.cloneRange(),j=k.createContextualFragment(r),k.collapse(!1),k.insertNode(j),k.detach()),i=s.createContextualFragment(r),s.insertNode(i),j&&(d=this.contain.querySelectorAll("."+q),s.setStartBefore(d[0]),s.setEndAfter(d[d.length-1])),this.setSelection(s);try{b(s.startContainer,s.endContainer)}catch(t){setTimeout(function(){throw t},0)}if(d=this.contain.querySelectorAll("."+q),d&&d.length)for(l=rangy.createRange(this.doc),g=d[0].nextSibling,d.length>1&&(h=d[d.length-1].previousSibling),h&&g?(l.setStartBefore(g),l.setEndAfter(h)):(f=this.doc.createTextNode(a.INVISIBLE_SPACE),e.insert(f).after(d[0]),l.setStartBefore(f),l.setEndAfter(f)),this.setSelection(l),m=d.length;m--;)d[m].parentNode.removeChild(d[m]);else this.contain.focus();c&&(n.scrollTop=o,n.scrollLeft=p);try{d.parentNode.removeChild(d)}catch(u){}},set:function(a,b){var c=rangy.createRange(this.doc);c.setStart(a,b||0),this.setSelection(c)},insertHTML:function(a){var b,c=(rangy.createRange(this.doc),this.doc.createElement("DIV")),d=this.doc.createDocumentFragment();for(c.innerHTML=a,b=c.lastChild;c.firstChild;)d.appendChild(c.firstChild);this.insertNode(d),b&&this.setAfter(b)},insertNode:function(a){var b=this.getRange();b&&b.insertNode(a)},surround:function(a){var b,c,d=this.getOwnRanges(),e=[];if(0==d.length)return e;for(c=d.length;c--;){b=this.doc.createElement(a.nodeName),e.push(b),a.className&&(b.className=a.className),a.cssStyle&&b.setAttribute("style",a.cssStyle);try{d[c].surroundContents(b),this.selectNode(b)}catch(f){b.appendChild(d[c].extractContents()),d[c].insertNode(b)}}return e},deblockAndSurround:function(b){var c,d,e,f=this.doc.createElement("div"),g=rangy.createRange(this.doc);if(f.className=b.className,this.composer.commands.exec("formatBlock",b.nodeName,b.className),c=this.contain.querySelectorAll("."+b.className),c[0])for(c[0].parentNode.insertBefore(f,c[0]),g.setStartBefore(c[0]),g.setEndAfter(c[c.length-1]),d=g.extractContents();d.firstChild;)if(e=d.firstChild,1==e.nodeType&&a.dom.hasClass(e,b.className)){for(;e.firstChild;)f.appendChild(e.firstChild);"BR"!==e.nodeName&&f.appendChild(this.doc.createElement("br")),d.removeChild(e)}else f.appendChild(e);else f=null;return f},scrollIntoView:function(){var c,d=this.doc,e=5,f=d.documentElement.scrollHeight>d.documentElement.offsetHeight,g=d._wysihtml5ScrollIntoViewElement=d._wysihtml5ScrollIntoViewElement||function(){var b=d.createElement("span");return b.innerHTML=a.INVISIBLE_SPACE,b}();f&&(this.insertNode(g),c=b(g),g.parentNode.removeChild(g),c>=d.body.scrollTop+d.documentElement.offsetHeight-e&&(d.body.scrollTop=c))},selectLine:function(){a.browser.supportsSelectionModify()?this._selectLine_W3C():this.doc.selection&&this._selectLine_MSIE()},_selectLine_W3C:function(){var a=this.doc.defaultView,b=a.getSelection();b.modify("move","left","lineboundary"),b.modify("extend","right","lineboundary")},_selectLine_MSIE:function(){var a,b,c,d,e,f=this.doc.selection.createRange(),g=f.boundingTop,h=this.doc.body.scrollWidth;if(f.moveToPoint){for(0===g&&(c=this.doc.createElement("span"),this.insertNode(c),g=c.offsetTop,c.parentNode.removeChild(c)),g+=1,d=-10;h>d;d+=2)try{f.moveToPoint(d,g);break}catch(i){}for(a=g,b=this.doc.selection.createRange(),e=h;e>=0;e--)try{b.moveToPoint(e,a);break}catch(j){}f.setEndPoint("EndToEnd",b),f.select()}},getText:function(){var a=this.getSelection();return a?""+a:""},getNodes:function(a,b){var c=this.getRange();return c?c.getNodes([a],b):[]},fixRangeOverflow:function(a){var b,c;this.contain&&this.contain.firstChild&&a&&(b=a.compareNode(this.contain),2!==b?(1===b&&a.setStartBefore(this.contain.firstChild),0===b&&a.setEndAfter(this.contain.lastChild),3===b&&(a.setStartBefore(this.contain.firstChild),a.setEndAfter(this.contain.lastChild))):this._detectInlineRangeProblems(a)&&(c=a.endContainer.previousElementSibling,c&&a.setEnd(c,this._endOffsetForNode(c))))},_endOffsetForNode:function(a){var b=document.createRange();return b.selectNodeContents(a),b.endOffset},_detectInlineRangeProblems:function(a){var b=e.compareDocumentPosition(a.startContainer,a.endContainer);return 0==a.endOffset&&4&b},getRange:function(a){var b=this.getSelection(),c=b&&b.rangeCount&&b.getRangeAt(0);return a!==!0&&this.fixRangeOverflow(c),c},getOwnUneditables:function(){var b=e.query(this.contain,"."+this.unselectableClass),c=e.query(b,"."+this.unselectableClass);return a.lang.array(b).without(c)},getOwnRanges:function(){var a,b,c,d,e,f,g,h=[],i=this.getRange();if(i&&h.push(i),this.unselectableClass&&this.contain&&i&&(b=this.getOwnUneditables(),b.length>0))for(d=0,e=b.length;e>d;d++)for(a=[],f=0,g=h.length;g>f;f++){if(h[f])switch(h[f].compareNode(b[d])){case 2:break;case 3:c=h[f].cloneRange(),c.setEndBefore(b[d]),a.push(c),c=h[f].cloneRange(),c.setStartAfter(b[d]),a.push(c);break;default:a.push(h[f])}h=a}return h},getSelection:function(){return rangy.getSelection(this.doc.defaultView||this.doc.parentWindow)},setSelection:function(a){var b=this.doc.defaultView||this.doc.parentWindow,c=rangy.getSelection(b);return c.setSingleRange(a)},createRange:function(){return rangy.createRange(this.doc)},isCollapsed:function(){return this.getSelection().isCollapsed},getHtml:function(){return this.getSelection().toHtml()},isEndToEndInNode:function(b){var c=this.getRange(),d=c.commonAncestorContainer,e=c.startContainer,f=c.endContainer;if(d.nodeType===a.TEXT_NODE&&(d=d.parentNode),e.nodeType===a.TEXT_NODE&&!/^\s*$/.test(e.data.substr(c.startOffset)))return!1;if(f.nodeType===a.TEXT_NODE&&!/^\s*$/.test(f.data.substr(c.endOffset)))return!1;for(;e&&e!==d;){if(e.nodeType!==a.TEXT_NODE&&!a.dom.contains(d,e))return!1;if(a.dom.domNode(e).prev({ignoreBlankTexts:!0}))return!1;e=e.parentNode}for(;f&&f!==d;){if(f.nodeType!==a.TEXT_NODE&&!a.dom.contains(d,f))return!1;if(a.dom.domNode(f).next({ignoreBlankTexts:!0}))return!1;f=f.parentNode}return a.lang.array(b).contains(d.nodeName)?d:!1},deselect:function(){var a=this.getSelection();a&&a.removeAllRanges()}})}(wysihtml5),function(a,b){function c(a,b,c){if(!a.className)return!1;var d=a.className.match(c)||[];return d[d.length-1]===b}function d(a,b){if(!a.getAttribute||!a.getAttribute("style"))return!1;a.getAttribute("style").match(b);return a.getAttribute("style").match(b)?!0:!1}function e(a,b,c){a.getAttribute("style")?(h(a,c),a.getAttribute("style")&&!/^\s*$/.test(a.getAttribute("style"))?a.setAttribute("style",b+";"+a.getAttribute("style")):a.setAttribute("style",b)):a.setAttribute("style",b)}function f(a,b,c){a.className?(g(a,c),a.className+=" "+b):a.className=b}function g(a,b){a.className&&(a.className=a.className.replace(b,""))}function h(a,b){var c,d,e=[];if(a.getAttribute("style")){for(c=a.getAttribute("style").split(";"),d=c.length;d--;)c[d].match(b)||/^\s*$/.test(c[d])||e.push(c[d]);e.length?a.setAttribute("style",e.join(";")):a.removeAttribute("style")}}function i(a,b){var c,d,e,f=[],g=b.split(";"),h=a.getAttribute("style");if(h){for(h=h.replace(/\s/gi,"").toLowerCase(),f.push(RegExp("(^|\\s|;)"+b.replace(/\s/gi,"").replace(/([\(\)])/gi,"\\$1").toLowerCase().replace(";",";?").replace(/rgb\\\((\d+),(\d+),(\d+)\\\)/gi,"\\s?rgb\\($1,\\s?$2,\\s?$3\\)"),"gi")),c=g.length;c-->0;)/^\s*$/.test(g[c])||f.push(RegExp("(^|\\s|;)"+g[c].replace(/\s/gi,"").replace(/([\(\)])/gi,"\\$1").toLowerCase().replace(";",";?").replace(/rgb\\\((\d+),(\d+),(\d+)\\\)/gi,"\\s?rgb\\($1,\\s?$2,\\s?$3\\)"),"gi"));for(d=0,e=f.length;e>d;d++)if(h.match(f[d]))return f[d]}return!1}function j(c,d,e,f){return e?i(c,e):f?a.dom.hasClass(c,f):b.dom.arrayContains(d,c.tagName.toLowerCase())}function k(a,b,c,d){for(var e=a.length;e--;)if(!j(a[e],b,c,d))return!1;return a.length?!0:!1}function l(a,b,c){var d=i(a,b);return d?(h(a,d),"remove"):(e(a,b,c),"change")}function m(a,b){return a.className.replace(u," ")==b.className.replace(u," ")}function n(a){for(var b=a.parentNode;a.firstChild;)b.insertBefore(a.firstChild,a);b.removeChild(a)}function o(a,b){if(a.attributes.length!=b.attributes.length)return!1;for(var c,d,e,f=0,g=a.attributes.length;g>f;++f)if(c=a.attributes[f],e=c.name,"class"!=e){if(d=b.attributes.getNamedItem(e),c.specified!=d.specified)return!1;if(c.specified&&c.nodeValue!==d.nodeValue)return!1}return!0}function p(a,c){return b.dom.isCharacterDataNode(a)?0==c?!!a.previousSibling:c==a.length?!!a.nextSibling:!0:c>0&&cd;++d)a=this.textNodes[d],b=a.parentNode,f[d]=a.data,d&&(b.removeChild(a),b.hasChildNodes()||b.parentNode.removeChild(b));return this.firstTextNode.data=c=f.join(""),c},getLength:function(){for(var a=this.textNodes.length,b=0;a--;)b+=this.textNodes[a].length;return b},toString:function(){var a,b,c=[];for(a=0,b=this.textNodes.length;b>a;++a)c[a]="'"+this.textNodes[a].data+"'";return"[Merge("+c.join(",")+")]"}},s.prototype={getAncestorWithClass:function(d){for(var e;d;){if(e=this.cssClass?c(d,this.cssClass,this.similarClassRegExp):""!==this.cssStyle?!1:!0,d.nodeType==a.ELEMENT_NODE&&"false"!=d.getAttribute("contenteditable")&&b.dom.arrayContains(this.tagNames,d.tagName.toLowerCase())&&e)return d;d=d.parentNode}return!1},getAncestorWithStyle:function(c){for(var e;c;){if(e=this.cssStyle?d(c,this.similarStyleRegExp):!1,c.nodeType==a.ELEMENT_NODE&&"false"!=c.getAttribute("contenteditable")&&b.dom.arrayContains(this.tagNames,c.tagName.toLowerCase())&&e)return c;c=c.parentNode}return!1},getMatchingAncestor:function(a){var b=this.getAncestorWithClass(a),c=!1;return b?this.cssStyle&&(c="class"):(b=this.getAncestorWithStyle(a),b&&(c="style")),{element:b,type:c}},postApply:function(a,b){var c,d,e,f,g,h,i=a[0],j=a[a.length-1],k=[],l=i,m=j,n=0,o=j.length;for(f=0,g=a.length;g>f;++f)d=a[f],e=null,d&&d.parentNode&&(e=this.getAdjacentMergeableTextNode(d.parentNode,!1)),e?(c||(c=new r(e),k.push(c)),c.textNodes.push(d),d===i&&(l=c.firstTextNode,n=l.length),d===j&&(m=c.firstTextNode,o=c.getLength())):c=null;if(j&&j.parentNode&&(h=this.getAdjacentMergeableTextNode(j.parentNode,!0),h&&(c||(c=new r(j),k.push(c)),c.textNodes.push(h))),k.length){for(f=0,g=k.length;g>f;++f)k[f].doMerge();b.setStart(l,n),b.setEnd(m,o)}},getAdjacentMergeableTextNode:function(b,c){var d,e=b.nodeType==a.TEXT_NODE,f=e?b.parentNode:b,g=c?"nextSibling":"previousSibling";if(e){if(d=b[g],d&&d.nodeType==a.TEXT_NODE)return d}else if(d=f[g],d&&this.areElementsMergeable(b,d))return d[c?"firstChild":"lastChild"];return null},areElementsMergeable:function(a,c){return b.dom.arrayContains(this.tagNames,(a.tagName||"").toLowerCase())&&b.dom.arrayContains(this.tagNames,(c.tagName||"").toLowerCase())&&m(a,c)&&o(a,c)},createContainer:function(a){var b=a.createElement(this.tagNames[0]);return this.cssClass&&(b.className=this.cssClass),this.cssStyle&&b.setAttribute("style",this.cssStyle),b},applyToTextNode:function(a){var c,d=a.parentNode;1==d.childNodes.length&&b.dom.arrayContains(this.tagNames,d.tagName.toLowerCase())?(this.cssClass&&f(d,this.cssClass,this.similarClassRegExp),this.cssStyle&&e(d,this.cssStyle,this.similarStyleRegExp)):(c=this.createContainer(b.dom.getDocument(a)),a.parentNode.insertBefore(c,a),c.appendChild(a))},isRemovable:function(c){return b.dom.arrayContains(this.tagNames,c.tagName.toLowerCase())&&""===a.lang.string(c.className).trim()&&(!c.getAttribute("style")||""===a.lang.string(c.getAttribute("style")).trim())},undoToTextNode:function(a,b,c,d){var e,f=c?!1:!0,h=c||d,i=!1;b.containsNode(h)||(e=b.cloneRange(),e.selectNode(h),e.isPointInRange(b.endContainer,b.endOffset)&&p(b.endContainer,b.endOffset)&&(q(h,b.endContainer,b.endOffset,this.container),b.setEndAfter(h)),e.isPointInRange(b.startContainer,b.startOffset)&&p(b.startContainer,b.startOffset)&&(h=q(h,b.startContainer,b.startOffset,this.container))),!f&&this.similarClassRegExp&&g(h,this.similarClassRegExp),f&&this.similarStyleRegExp&&(i="change"===l(h,this.cssStyle,this.similarStyleRegExp)),this.isRemovable(h)&&!i&&n(h)},applyToRange:function(b){var c,d,e,f,g,h;for(d=b.length;d--;){if(c=b[d].getNodes([a.TEXT_NODE]),!c.length)try{return e=this.createContainer(b[d].endContainer.ownerDocument),b[d].surroundContents(e),this.selectNode(b[d],e),void 0}catch(i){}if(b[d].splitBoundaries(),c=b[d].getNodes([a.TEXT_NODE]),c.length){for(g=0,h=c.length;h>g;++g)f=c[g],this.getMatchingAncestor(f).element||this.applyToTextNode(f);b[d].setStart(c[0],0),f=c[c.length-1],b[d].setEnd(f,f.length),this.normalize&&this.postApply(c,b[d])}}},undoToRange:function(b){var c,d,e,f,g,h,i,j;for(f=b.length;f--;){for(c=b[f].getNodes([a.TEXT_NODE]),c.length?(b[f].splitBoundaries(),c=b[f].getNodes([a.TEXT_NODE])):(g=b[f].endContainer.ownerDocument,h=g.createTextNode(a.INVISIBLE_SPACE),b[f].insertNode(h),b[f].selectNode(h),c=[h]),i=0,j=c.length;j>i;++i)b[f].isValid()&&(d=c[i],e=this.getMatchingAncestor(d),"style"===e.type?this.undoToTextNode(d,b[f],!1,e.element):e.element&&this.undoToTextNode(d,b[f],e.element));1==j?this.selectNode(b[f],c[0]):(b[f].setStart(c[0],0),d=c[c.length-1],b[f].setEnd(d,d.length),this.normalize&&this.postApply(c,b[f]))}},selectNode:function(b,c){var d=c.nodeType===a.ELEMENT_NODE,e="canHaveHTML"in c?c.canHaveHTML:!0,f=d?c.innerHTML:c.data,g=""===f||f===a.INVISIBLE_SPACE;if(g&&d&&e)try{c.innerHTML=a.INVISIBLE_SPACE}catch(h){}b.selectNodeContents(c),g&&d?b.collapse(!1):g&&(b.setStartAfter(c),b.setEndAfter(c))},getTextSelectedByRange:function(a,b){var c,d,e=b.cloneRange();return e.selectNodeContents(a),c=e.intersection(b),d=c?""+c:"",e.detach(),d},isAppliedToRange:function(b){var c,d,e,f,g,h,i=[],j="full";for(e=b.length;e--;){if(d=b[e].getNodes([a.TEXT_NODE]),!d.length)return c=this.getMatchingAncestor(b[e].startContainer).element,c?{elements:[c],coverage:j}:!1;for(f=0,g=d.length;g>f;++f)h=this.getTextSelectedByRange(d[f],b[e]),c=this.getMatchingAncestor(d[f]).element,c&&""!=h?(i.push(c),1===a.dom.getTextNodes(c,!0).length?j="full":"full"===j&&(j="inline")):c||(j="partial")}return i.length?{elements:i,coverage:j}:!1},toggleRange:function(a){var b,c=this.isAppliedToRange(a);c?"full"===c.coverage?this.undoToRange(a):"inline"===c.coverage?(b=k(c.elements,this.tagNames,this.cssStyle,this.cssClass),this.undoToRange(a),b||this.applyToRange(a)):(k(c.elements,this.tagNames,this.cssStyle,this.cssClass)||this.undoToRange(a),this.applyToRange(a)):this.applyToRange(a)}},a.selection.HTMLApplier=s}(wysihtml5,rangy),wysihtml5.Commands=Base.extend({constructor:function(a){this.editor=a,this.composer=a.composer,this.doc=this.composer.doc},support:function(a){return wysihtml5.browser.supportsCommand(this.doc,a)},exec:function(a,b){var c=wysihtml5.commands[a],d=wysihtml5.lang.array(arguments).get(),e=c&&c.exec,f=null;if(this.editor.fire("beforecommand:composer"),e)d.unshift(this.composer),f=e.apply(c,d);else try{f=this.doc.execCommand(a,!1,b)}catch(g){}return this.editor.fire("aftercommand:composer"),f},state:function(a){var b=wysihtml5.commands[a],c=wysihtml5.lang.array(arguments).get(),d=b&&b.state;if(d)return c.unshift(this.composer),d.apply(b,c);try{return this.doc.queryCommandState(a)}catch(e){return!1}},stateValue:function(a){var b=wysihtml5.commands[a],c=wysihtml5.lang.array(arguments).get(),d=b&&b.stateValue;return d?(c.unshift(this.composer),d.apply(b,c)):!1}}),wysihtml5.commands.bold={exec:function(a,b){wysihtml5.commands.formatInline.execWithToggle(a,b,"b")},state:function(a,b){return wysihtml5.commands.formatInline.state(a,b,"b")}},function(a){function b(b,c){var g,h,i,j,k,l,m,n,o,p=b.doc,q="_wysihtml5-temp-"+ +new Date,r=/non-matching-class/g,s=0;for(a.commands.formatInline.exec(b,d,e,q,r,d,d,!0,!0),h=p.querySelectorAll(e+"."+q),g=h.length;g>s;s++){i=h[s],i.removeAttribute("class");for(o in c)"text"!==o&&i.setAttribute(o,c[o])}l=i,1===g&&(m=f.getTextContent(i),j=!!i.querySelector("*"),k=""===m||m===a.INVISIBLE_SPACE,!j&&k&&(f.setTextContent(i,c.text||i.href),n=p.createTextNode(" "),b.selection.setAfter(i),f.insert(n).after(i),l=n)),b.selection.setAfter(l)}function c(a,b,c){var d,e,f,g;for(e=b.length;e--;){for(d=b[e].attributes,f=d.length;f--;)b[e].removeAttribute(d.item(f).name);for(g in c)c.hasOwnProperty(g)&&b[e].setAttribute(g,c[g])}}var d,e="A",f=a.dom;a.commands.createLink={exec:function(a,d,e){var f=this.state(a,d);f?a.selection.executeAndRestore(function(){c(a,f,e)}):(e="object"==typeof e?e:{href:e},b(a,e))},state:function(b,c){return a.commands.formatInline.state(b,c,"A")}}}(wysihtml5),function(a){function b(a,b){for(var d,e,f,g=b.length,h=0;g>h;h++)d=b[h],e=c.getParentElement(d,{nodeName:"code"}),f=c.getTextContent(d),f.match(c.autoLink.URL_REG_EXP)&&!e?e=c.renameElement(d,"code"):c.replaceWithChildNodes(d)}var c=a.dom;a.commands.removeLink={exec:function(a,c){var d=this.state(a,c);d&&a.selection.executeAndRestore(function(){b(a,d)})},state:function(b,c){return a.commands.formatInline.state(b,c,"A")}}}(wysihtml5),function(a){var b=/wysiwyg-font-size-[0-9a-z\-]+/g;a.commands.fontSize={exec:function(c,d,e){a.commands.formatInline.execWithToggle(c,d,"span","wysiwyg-font-size-"+e,b)},state:function(c,d,e){return a.commands.formatInline.state(c,d,"span","wysiwyg-font-size-"+e,b)}}}(wysihtml5),function(a){var b=/(\s|^)font-size\s*:\s*[^;\s]+;?/gi;a.commands.fontSizeStyle={exec:function(c,d,e){e="object"==typeof e?e.size:e,/^\s*$/.test(e)||a.commands.formatInline.execWithToggle(c,d,"span",!1,!1,"font-size:"+e,b)},state:function(c,d){return a.commands.formatInline.state(c,d,"span",!1,!1,"font-size",b)},stateValue:function(b,c){var d,e=this.state(b,c);return e&&a.lang.object(e).isArray()&&(e=e[0]),e&&(d=e.getAttribute("style"),d)?a.quirks.styleParser.parseFontSize(d):!1}}}(wysihtml5),function(a){var b=/wysiwyg-color-[0-9a-z]+/g;a.commands.foreColor={exec:function(c,d,e){a.commands.formatInline.execWithToggle(c,d,"span","wysiwyg-color-"+e,b)},state:function(c,d,e){return a.commands.formatInline.state(c,d,"span","wysiwyg-color-"+e,b)}}}(wysihtml5),function(a){var b=/(\s|^)color\s*:\s*[^;\s]+;?/gi;a.commands.foreColorStyle={exec:function(c,d,e){var f,g=a.quirks.styleParser.parseColor("object"==typeof e?"color:"+e.color:"color:"+e,"color");g&&(f="color: rgb("+g[0]+","+g[1]+","+g[2]+");",1!==g[3]&&(f+="color: rgba("+g[0]+","+g[1]+","+g[2]+","+g[3]+");"),a.commands.formatInline.execWithToggle(c,d,"span",!1,!1,f,b))},state:function(c,d){return a.commands.formatInline.state(c,d,"span",!1,!1,"color",b)},stateValue:function(b,c,d){var e,f=this.state(b,c);return f&&a.lang.object(f).isArray()&&(f=f[0]),f&&(e=f.getAttribute("style"),e&&e)?(val=a.quirks.styleParser.parseColor(e,"color"),a.quirks.styleParser.unparseColor(val,d)):!1 +}}}(wysihtml5),function(a){var b=/(\s|^)background-color\s*:\s*[^;\s]+;?/gi;a.commands.bgColorStyle={exec:function(c,d,e){var f,g=a.quirks.styleParser.parseColor("object"==typeof e?"background-color:"+e.color:"background-color:"+e,"background-color");g&&(f="background-color: rgb("+g[0]+","+g[1]+","+g[2]+");",1!==g[3]&&(f+="background-color: rgba("+g[0]+","+g[1]+","+g[2]+","+g[3]+");"),a.commands.formatInline.execWithToggle(c,d,"span",!1,!1,f,b))},state:function(c,d){return a.commands.formatInline.state(c,d,"span",!1,!1,"background-color",b)},stateValue:function(b,c,d){var e,f=this.state(b,c),g=!1;return f&&a.lang.object(f).isArray()&&(f=f[0]),f&&(e=f.getAttribute("style"),e)?(g=a.quirks.styleParser.parseColor(e,"background-color"),a.quirks.styleParser.unparseColor(g,d)):!1}}}(wysihtml5),function(a){function b(b,c,e){b.className?(d(b,e),b.className=a.lang.string(b.className+" "+c).trim()):b.className=c}function c(b,c,d){e(b,d),b.getAttribute("style")?b.setAttribute("style",a.lang.string(b.getAttribute("style")+" "+c).trim()):b.setAttribute("style",c)}function d(b,c){var d=c.test(b.className);return b.className=b.className.replace(c,""),""==a.lang.string(b.className).trim()&&b.removeAttribute("class"),d}function e(b,c){var d=c.test(b.getAttribute("style"));return b.setAttribute("style",(b.getAttribute("style")||"").replace(c,"")),""==a.lang.string(b.getAttribute("style")||"").trim()&&b.removeAttribute("style"),d}function f(a){var b=a.lastChild;b&&g(b)&&b.parentNode.removeChild(b)}function g(a){return"BR"===a.nodeName}function h(b,c){var d,e,g;for(b.selection.isCollapsed()&&b.selection.selectLine(),d=b.selection.surround(c),e=0,g=d.length;g>e;e++)a.dom.lineBreaks(d[e]).remove(),f(d[e])}function i(b){return!!a.lang.string(b.className).trim()}function j(b){return!!a.lang.string(b.getAttribute("style")||"").trim()}var k=a.dom,l=["H1","H2","H3","H4","H5","H6","P","PRE","DIV"];a.commands.formatBlock={exec:function(f,g,m,n,o,p,q){var r,s,t,u,v,w=(f.doc,this.state(f,g,m,n,o,p,q)),x=f.config.useLineBreaks,y=x?"DIV":"P";return m="string"==typeof m?m.toUpperCase():m,w.length?(f.selection.executeAndRestoreRangy(function(){var b,c,f;for(b=w.length;b--;){if(o&&(s=d(w[b],o)),q&&(u=e(w[b],q)),(u||s)&&null===m&&w[b].nodeName!=y)return;c=i(w[b]),f=j(w[b]),c||f||!x&&"P"!==m?k.renameElement(w[b],"P"===m?"DIV":y):(a.dom.lineBreaks(w[b]).add(),k.replaceWithChildNodes(w[b]))}}),void 0):((null!==m&&!a.lang.array(l).contains(m)||(r=f.selection.findNodesInSelection(l).concat(f.selection.getSelectedOwnNodes()),f.selection.executeAndRestoreRangy(function(){for(var a=r.length;a--;)v=k.getParentElement(r[a],{nodeName:l}),v==f.element&&(v=null),v&&(m&&(v=k.renameElement(v,m)),n&&b(v,n,o),p&&c(v,p,q),t=!0)}),!t))&&h(f,{nodeName:m||y,className:n||null,cssStyle:p||null}),void 0)},state:function(b,c,d,e,f,g,h){var i,j,l,m=b.selection.getSelectedOwnNodes(),n=[];for(d="string"==typeof d?d.toUpperCase():d,j=0,l=m.length;l>j;j++)i=k.getParentElement(m[j],{nodeName:d,className:e,classRegExp:f,cssStyle:g,styleRegExp:h}),i&&-1==a.lang.array(n).indexOf(i)&&n.push(i);return 0==n.length?!1:n}}}(wysihtml5),wysihtml5.commands.formatCode={exec:function(a,b,c){var d,e,f,g=this.state(a);g?a.selection.executeAndRestore(function(){d=g.querySelector("code"),wysihtml5.dom.replaceWithChildNodes(g),d&&wysihtml5.dom.replaceWithChildNodes(d)}):(e=a.selection.getRange(),f=e.extractContents(),g=a.doc.createElement("pre"),d=a.doc.createElement("code"),c&&(d.className=c),g.appendChild(d),d.appendChild(f),e.insertNode(g),a.selection.selectNode(g))},state:function(a){var b=a.selection.getSelectedNode();return b&&b.nodeName&&"PRE"==b.nodeName&&b.firstChild&&b.firstChild.nodeName&&"CODE"==b.firstChild.nodeName?b:wysihtml5.dom.getParentElement(b,{nodeName:"CODE"})&&wysihtml5.dom.getParentElement(b,{nodeName:"PRE"})}},function(a){function b(a){var b=d[a];return b?[a.toLowerCase(),b.toLowerCase()]:[a.toLowerCase()]}function c(c,d,f,g,h,i){var j=c;return d&&(j+=":"+d),g&&(j+=":"+g),e[j]||(e[j]=new a.selection.HTMLApplier(b(c),d,f,!0,g,h,i)),e[j]}var d={strong:"b",em:"i",b:"strong",i:"em"},e={};a.commands.formatInline={exec:function(a,b,d,e,f,g,h,i,j){var k=a.selection.createRange(),l=a.selection.getOwnRanges();return l&&0!=l.length?(a.selection.getSelection().removeAllRanges(),c(d,e,f,g,h,a.element).toggleRange(l),i?j||a.cleanUp():(k.setStart(l[0].startContainer,l[0].startOffset),k.setEnd(l[l.length-1].endContainer,l[l.length-1].endOffset),a.selection.setSelection(k),a.selection.executeAndRestore(function(){j||a.cleanUp()},!0,!0)),void 0):!1},execWithToggle:function(b,c,d,e,f,g,h){var i,j=this;this.state(b,c,d,e,f,g,h)&&b.selection.isCollapsed()&&!b.selection.caretIsLastInSelection()&&!b.selection.caretIsFirstInSelection()?(i=j.state(b,c,d,e,f)[0],b.selection.executeAndRestoreRangy(function(){i.parentNode;b.selection.selectNode(i,!0),a.commands.formatInline.exec(b,c,d,e,f,g,h,!0,!0)})):this.state(b,c,d,e,f,g,h)&&!b.selection.isCollapsed()?b.selection.executeAndRestoreRangy(function(){a.commands.formatInline.exec(b,c,d,e,f,g,h,!0,!0)}):a.commands.formatInline.exec(b,c,d,e,f,g,h)},state:function(b,e,f,g,h,i,j){var k,l,m=b.doc,n=d[f]||f;return a.dom.hasElementWithTagName(m,f)||a.dom.hasElementWithTagName(m,n)?g&&!a.dom.hasElementWithClassName(m,g)?!1:(k=b.selection.getOwnRanges(),k&&0!==k.length?(l=c(f,g,h,i,j,b.element).isAppliedToRange(k),l&&l.elements?l.elements:!1):!1):!1}}}(wysihtml5),function(a){a.commands.insertBlockQuote={exec:function(b,c){var d=this.state(b,c),e=b.selection.isEndToEndInNode(["H1","H2","H3","H4","H5","H6","P"]);b.selection.executeAndRestore(function(){if(d)b.config.useLineBreaks&&a.dom.lineBreaks(d).add(),a.dom.unwrap(d);else if(b.selection.isCollapsed()&&b.selection.selectLine(),e){var c=e.ownerDocument.createElement("blockquote");a.dom.insert(c).after(e),c.appendChild(e)}else b.selection.surround({nodeName:"blockquote"})})},state:function(b){var c=b.selection.getSelectedNode(),d=a.dom.getParentElement(c,{nodeName:"BLOCKQUOTE"},!1,b.element);return d?d:!1}}}(wysihtml5),wysihtml5.commands.insertHTML={exec:function(a,b,c){a.commands.support(b)?a.doc.execCommand(b,!1,c):a.selection.insertHTML(c)},state:function(){return!1}},function(a){var b="IMG";a.commands.insertImage={exec:function(c,d,e){var f,g,h,i,j;if(e="object"==typeof e?e:{src:e},f=c.doc,g=this.state(c),g)return c.selection.setBefore(g),i=g.parentNode,i.removeChild(g),a.dom.removeEmptyTextNodes(i),"A"!==i.nodeName||i.firstChild||(c.selection.setAfter(i),i.parentNode.removeChild(i)),a.quirks.redraw(c.element),void 0;g=f.createElement(b);for(j in e)g.setAttribute("className"===j?"class":j,e[j]);c.selection.insertNode(g),a.browser.hasProblemsSettingCaretAfterImg()?(h=f.createTextNode(a.INVISIBLE_SPACE),c.selection.insertNode(h),c.selection.setAfter(h)):c.selection.setAfter(g)},state:function(c){var d,e,f,g=c.doc;return a.dom.hasElementWithTagName(g,b)?(d=c.selection.getSelectedNode(),d?d.nodeName===b?d:d.nodeType!==a.ELEMENT_NODE?!1:(e=c.selection.getText(),e=a.lang.string(e).trim(),e?!1:(f=c.selection.getNodes(a.ELEMENT_NODE,function(a){return"IMG"===a.nodeName}),1!==f.length?!1:f[0])):!1):!1}}}(wysihtml5),function(a){var b="
          "+(a.browser.needsSpaceAfterLineBreak()?" ":"");a.commands.insertLineBreak={exec:function(c,d){c.commands.support(d)?(c.doc.execCommand(d,!1,null),a.browser.autoScrollsToCaret()||c.selection.scrollIntoView()):c.commands.exec("insertHTML",b)},state:function(){return!1}}}(wysihtml5),wysihtml5.commands.insertOrderedList={exec:function(a,b){wysihtml5.commands.insertList.exec(a,b,"OL")},state:function(a,b){return wysihtml5.commands.insertList.state(a,b,"OL")}},wysihtml5.commands.insertUnorderedList={exec:function(a,b){wysihtml5.commands.insertList.exec(a,b,"UL")},state:function(a,b){return wysihtml5.commands.insertList.state(a,b,"UL")}},wysihtml5.commands.insertList=function(a){var b=function(a,b){if(a&&a.nodeName){"string"==typeof b&&(b=[b]);for(var c=b.length;c--;)if(a.nodeName===b[c])return!0}return!1},c=function(c,d,e){var f,g,h={el:null,other:!1};return c&&(f=a.dom.getParentElement(c,{nodeName:"LI"}),g="UL"===d?"OL":"UL",b(c,d)?h.el=c:b(c,g)?h={el:c,other:!0}:f&&(b(f.parentNode,d)?h.el=f.parentNode:b(f.parentNode,g)&&(h={el:f.parentNode,other:!0}))),h.el&&!e.element.contains(h.el)&&(h.el=null),h},d=function(b,c,d){var e,g="UL"===c?"OL":"UL";d.selection.executeAndRestore(function(){var h,i,j=f(g,d);if(j.length)for(h=j.length;h--;)a.dom.renameElement(j[h],c.toLowerCase());else{for(e=f(["OL","UL"],d),i=e.length;i--;)a.dom.resolveList(e[i],d.config.useLineBreaks);a.dom.resolveList(b,d.config.useLineBreaks)}})},e=function(b,c,d){var e="UL"===c?"OL":"UL";d.selection.executeAndRestore(function(){var g,h=[b].concat(f(e,d));for(g=h.length;g--;)a.dom.renameElement(h[g],c.toLowerCase())})},f=function(a,c){var d,e=c.selection.getOwnRanges(),f=[];for(d=e.length;d--;)f=f.concat(e[d].getNodes([1],function(c){return b(c,a)}));return f},g=function(b,c){c.selection.executeAndRestoreRangy(function(){var d,e,f="_wysihtml5-temp-"+(new Date).getTime(),g=c.selection.deblockAndSurround({nodeName:"div",className:f}),h=/\uFEFF/g;g.innerHTML=g.innerHTML.replace(h,""),g&&(d=a.lang.array(["","
          ",a.INVISIBLE_SPACE]).contains(g.innerHTML),e=a.dom.convertToList(g,b.toLowerCase(),c.parent.config.uneditableContainerClassname),d&&c.selection.selectNode(e.querySelector("li"),!0))})};return{exec:function(a,b,f){var h=a.doc,i="OL"===f?"insertOrderedList":"insertUnorderedList",j=a.selection.getSelectedNode(),k=c(j,f,a);k.el?k.other?e(k.el,f,a):d(k.el,f,a):a.commands.support(i)?h.execCommand(i,!1,null):g(f,a)},state:function(a,b,d){var e=a.selection.getSelectedNode(),f=c(e,d,a);return f.el&&!f.other?f.el:!1}}}(wysihtml5),wysihtml5.commands.italic={exec:function(a,b){wysihtml5.commands.formatInline.execWithToggle(a,b,"i")},state:function(a,b){return wysihtml5.commands.formatInline.state(a,b,"i")}},function(a){var b="wysiwyg-text-align-center",c=/wysiwyg-text-align-[0-9a-z]+/g;a.commands.justifyCenter={exec:function(d){return a.commands.formatBlock.exec(d,"formatBlock",null,b,c)},state:function(d){return a.commands.formatBlock.state(d,"formatBlock",null,b,c)}}}(wysihtml5),function(a){var b="wysiwyg-text-align-left",c=/wysiwyg-text-align-[0-9a-z]+/g;a.commands.justifyLeft={exec:function(d){return a.commands.formatBlock.exec(d,"formatBlock",null,b,c)},state:function(d){return a.commands.formatBlock.state(d,"formatBlock",null,b,c)}}}(wysihtml5),function(a){var b="wysiwyg-text-align-right",c=/wysiwyg-text-align-[0-9a-z]+/g;a.commands.justifyRight={exec:function(d){return a.commands.formatBlock.exec(d,"formatBlock",null,b,c)},state:function(d){return a.commands.formatBlock.state(d,"formatBlock",null,b,c)}}}(wysihtml5),function(a){var b="wysiwyg-text-align-justify",c=/wysiwyg-text-align-[0-9a-z]+/g;a.commands.justifyFull={exec:function(d){return a.commands.formatBlock.exec(d,"formatBlock",null,b,c)},state:function(d){return a.commands.formatBlock.state(d,"formatBlock",null,b,c)}}}(wysihtml5),function(a){var b="text-align: right;",c=/(\s|^)text-align\s*:\s*[^;\s]+;?/gi;a.commands.alignRightStyle={exec:function(d){return a.commands.formatBlock.exec(d,"formatBlock",null,null,null,b,c)},state:function(d){return a.commands.formatBlock.state(d,"formatBlock",null,null,null,b,c)}}}(wysihtml5),function(a){var b="text-align: left;",c=/(\s|^)text-align\s*:\s*[^;\s]+;?/gi;a.commands.alignLeftStyle={exec:function(d){return a.commands.formatBlock.exec(d,"formatBlock",null,null,null,b,c)},state:function(d){return a.commands.formatBlock.state(d,"formatBlock",null,null,null,b,c)}}}(wysihtml5),function(a){var b="text-align: center;",c=/(\s|^)text-align\s*:\s*[^;\s]+;?/gi;a.commands.alignCenterStyle={exec:function(d){return a.commands.formatBlock.exec(d,"formatBlock",null,null,null,b,c)},state:function(d){return a.commands.formatBlock.state(d,"formatBlock",null,null,null,b,c)}}}(wysihtml5),wysihtml5.commands.redo={exec:function(a){return a.undoManager.redo()},state:function(){return!1}},wysihtml5.commands.underline={exec:function(a,b){wysihtml5.commands.formatInline.execWithToggle(a,b,"u")},state:function(a,b){return wysihtml5.commands.formatInline.state(a,b,"u")}},wysihtml5.commands.undo={exec:function(a){return a.undoManager.undo()},state:function(){return!1}},wysihtml5.commands.createTable={exec:function(a,b,c){var d,e,f;if(c&&c.cols&&c.rows&&parseInt(c.cols,10)>0&&parseInt(c.rows,10)>0){for(f=c.tableStyle?'':"
          ",f+="",e=0;e",d=0;d ";f+=""}f+="
          ",a.commands.exec("insertHTML",f)}},state:function(){return!1}},wysihtml5.commands.mergeTableCells={exec:function(a,b){a.tableSelection&&a.tableSelection.start&&a.tableSelection.end&&(this.state(a,b)?wysihtml5.dom.table.unmergeCell(a.tableSelection.start):wysihtml5.dom.table.mergeCellsBetween(a.tableSelection.start,a.tableSelection.end))},state:function(a){if(a.tableSelection){var b=a.tableSelection.start,c=a.tableSelection.end;if(b&&c&&b==c&&(wysihtml5.dom.getAttribute(b,"colspan")&&parseInt(wysihtml5.dom.getAttribute(b,"colspan"),10)>1||wysihtml5.dom.getAttribute(b,"rowspan")&&parseInt(wysihtml5.dom.getAttribute(b,"rowspan"),10)>1))return[b]}return!1}},wysihtml5.commands.addTableCells={exec:function(a,b,c){if(a.tableSelection&&a.tableSelection.start&&a.tableSelection.end){var d=wysihtml5.dom.table.orderSelectionEnds(a.tableSelection.start,a.tableSelection.end);"before"==c||"above"==c?wysihtml5.dom.table.addCells(d.start,c):("after"==c||"below"==c)&&wysihtml5.dom.table.addCells(d.end,c),setTimeout(function(){a.tableSelection.select(d.start,d.end)},0)}},state:function(){return!1}},wysihtml5.commands.deleteTableCells={exec:function(a,b,c){if(a.tableSelection&&a.tableSelection.start&&a.tableSelection.end){var d,e=wysihtml5.dom.table.orderSelectionEnds(a.tableSelection.start,a.tableSelection.end),f=wysihtml5.dom.table.indexOf(e.start),g=a.tableSelection.table;wysihtml5.dom.table.removeCells(e.start,c),setTimeout(function(){d=wysihtml5.dom.table.findCell(g,f),d||("row"==c&&(d=wysihtml5.dom.table.findCell(g,{row:f.row-1,col:f.col})),"column"==c&&(d=wysihtml5.dom.table.findCell(g,{row:f.row,col:f.col-1}))),d&&a.tableSelection.select(d,d)},0)}},state:function(){return!1}},wysihtml5.commands.indentList={exec:function(a){var b=a.selection.getSelectionParentsByTag("LI");return b?this.tryToPushLiLevel(b,a.selection):!1},state:function(){return!1},tryToPushLiLevel:function(a,b){var c,d,e,f,g,h=!1;return b.executeAndRestoreRangy(function(){for(var b=a.length;b--;)f=a[b],c="OL"===f.parentNode.nodeName?"OL":"UL",d=f.ownerDocument.createElement(c),e=wysihtml5.dom.domNode(f).prev({nodeTypes:[wysihtml5.ELEMENT_NODE]}),g=e?e.querySelector("ul, ol"):null,e&&(g?g.appendChild(f):(d.appendChild(f),e.appendChild(d)),h=!0)}),h}},wysihtml5.commands.outdentList={exec:function(a){var b=a.selection.getSelectionParentsByTag("LI");return b?this.tryToPullLiLevel(b,a):!1},state:function(){return!1},tryToPullLiLevel:function(a,b){var c,d,e,f,g,h=!1,i=this;return b.selection.executeAndRestoreRangy(function(){var j,k;for(j=a.length;j--;)if(f=a[j],f.parentNode&&(c=f.parentNode,"OL"===c.tagName||"UL"===c.tagName)){if(h=!0,d=wysihtml5.dom.getParentElement(c.parentNode,{nodeName:["OL","UL"]},!1,b.element),e=wysihtml5.dom.getParentElement(c.parentNode,{nodeName:["LI"]},!1,b.element),d&&e)f.nextSibling&&(g=i.getAfterList(c,f),f.appendChild(g)),d.insertBefore(f,e.nextSibling);else{for(f.nextSibling&&(g=i.getAfterList(c,f),f.appendChild(g)),k=f.childNodes.length;k--;)c.parentNode.insertBefore(f.childNodes[k],c.nextSibling);c.parentNode.insertBefore(document.createElement("br"),c.nextSibling),f.parentNode.removeChild(f)}0===c.childNodes.length&&c.parentNode.removeChild(c)}}),h},getAfterList:function(a,b){for(var c=a.nodeName,d=document.createElement(c);b.nextSibling;)d.appendChild(b.nextSibling);return d}},function(a){var b=90,c=89,d=8,e=46,f=25,g="data-wysihtml5-selection-node",h="data-wysihtml5-selection-offset",i=(''+a.INVISIBLE_SPACE+"",''+a.INVISIBLE_SPACE+"",a.dom);a.UndoManager=a.lang.Dispatcher.extend({constructor:function(a){this.editor=a,this.composer=a.composer,this.element=this.composer.element,this.position=0,this.historyStr=[],this.historyDom=[],this.transact(),this._observe()},_observe:function(){{var a,f=this;this.composer.sandbox.getDocument()}i.observe(this.element,"keydown",function(a){if(!a.altKey&&(a.ctrlKey||a.metaKey)){var d=a.keyCode,e=d===b&&!a.shiftKey,g=d===b&&a.shiftKey||d===c;e?(f.undo(),a.preventDefault()):g&&(f.redo(),a.preventDefault())}}),i.observe(this.element,"keydown",function(b){var c=b.keyCode;c!==a&&(a=c,(c===d||c===e)&&f.transact())}),this.editor.on("newword:composer",function(){f.transact()}).on("beforecommand:composer",function(){f.transact()})},transact:function(){var b,c,d,e,i,j,k,l=this.historyStr[this.position-1],m=this.composer.getValue(!1,!1),n=this.element.offsetWidth>0&&this.element.offsetHeight>0;m!==l&&(j=this.historyStr.length=this.historyDom.length=this.position,j>f&&(this.historyStr.shift(),this.historyDom.shift(),this.position--),this.position++,n&&(b=this.composer.selection.getRange(),c=b&&b.startContainer?b.startContainer:this.element,d=b&&b.startOffset?b.startOffset:0,c.nodeType===a.ELEMENT_NODE?e=c:(e=c.parentNode,i=this.getChildNodeIndex(e,c)),e.setAttribute(h,d),void 0!==i&&e.setAttribute(g,i)),k=this.element.cloneNode(!!m),this.historyDom.push(k),this.historyStr.push(m),e&&(e.removeAttribute(h),e.removeAttribute(g)))},undo:function(){this.transact(),this.undoPossible()&&(this.set(this.historyDom[--this.position-1]),this.editor.fire("undo:composer"))},redo:function(){this.redoPossible()&&(this.set(this.historyDom[++this.position-1]),this.editor.fire("redo:composer"))},undoPossible:function(){return this.position>1},redoPossible:function(){return this.positionb;b++)this.element.appendChild(c[b].cloneNode(!0));a.hasAttribute(h)?(e=a.getAttribute(h),i=a.getAttribute(g),f=this.element):(f=this.element.querySelector("["+h+"]")||this.element,e=f.getAttribute(h),i=f.getAttribute(g),f.removeAttribute(h),f.removeAttribute(g)),null!==i&&(f=this.getChildNodeByIndex(f,+i)),this.composer.selection.set(f,e)},getChildNodeIndex:function(a,b){for(var c=0,d=a.childNodes,e=d.length;e>c;c++)if(d[c]===b)return c},getChildNodeByIndex:function(a,b){return a.childNodes[b]}})}(wysihtml5),wysihtml5.views.View=Base.extend({constructor:function(a,b,c){this.parent=a,this.element=b,this.config=c,this.config.noTextarea||this._observeViewChange()},_observeViewChange:function(){var a=this;this.parent.on("beforeload",function(){a.parent.on("change_view",function(b){b===a.name?(a.parent.currentView=a,a.show(),setTimeout(function(){a.focus()},0)):a.hide()})})},focus:function(){if(this.element.ownerDocument.querySelector(":focus")!==this.element)try{this.element.focus()}catch(a){}},hide:function(){this.element.style.display="none"},show:function(){this.element.style.display=""},disable:function(){this.element.setAttribute("disabled","disabled")},enable:function(){this.element.removeAttribute("disabled")}}),function(a){var b=a.dom,c=a.browser;a.views.Composer=a.views.View.extend({name:"composer",CARET_HACK:"
          ",constructor:function(a,b,c){this.base(a,b,c),this.config.noTextarea?this.editableArea=b:this.textarea=this.parent.textarea,this.config.contentEditableMode?this._initContentEditableArea():this._initSandbox()},clear:function(){this.element.innerHTML=c.displaysCaretInEmptyContentEditableCorrectly()?"":this.CARET_HACK},getValue:function(b,c){var d=this.isEmpty()?"":a.quirks.getCorrectInnerHTML(this.element);return b!==!1&&(d=this.parent.parse(d,c===!1?!1:!0)),d},setValue:function(a,b){b&&(a=this.parent.parse(a));try{this.element.innerHTML=a}catch(c){this.element.innerText=a}},cleanUp:function(){this.parent.parse(this.element)},show:function(){this.editableArea.style.display=this._displayStyle||"",this.config.noTextarea||this.textarea.element.disabled||(this.disable(),this.enable())},hide:function(){this._displayStyle=b.getStyle("display").from(this.editableArea),"none"===this._displayStyle&&(this._displayStyle=null),this.editableArea.style.display="none"},disable:function(){this.parent.fire("disable:composer"),this.element.removeAttribute("contentEditable")},enable:function(){this.parent.fire("enable:composer"),this.element.setAttribute("contentEditable","true")},focus:function(b){a.browser.doesAsyncFocus()&&this.hasPlaceholderSet()&&this.clear(),this.base();var c=this.element.lastChild;b&&c&&this.selection&&("BR"===c.nodeName?this.selection.setBefore(this.element.lastChild):this.selection.setAfter(this.element.lastChild))},getTextContent:function(){return b.getTextContent(this.element)},hasPlaceholderSet:function(){return this.getTextContent()==(this.config.noTextarea?this.editableArea.getAttribute("data-placeholder"):this.textarea.element.getAttribute("placeholder"))&&this.placeholderSet},isEmpty:function(){var a=this.element.innerHTML.toLowerCase();return/^(\s|
          |<\/br>|

          |<\/p>)*$/i.test(a)||""===a||"
          "===a||"

          "===a||"


          "===a||this.hasPlaceholderSet()},_initContentEditableArea:function(){var a=this;this.config.noTextarea?this.sandbox=new b.ContentEditableArea(function(){a._create()},{},this.editableArea):(this.sandbox=new b.ContentEditableArea(function(){a._create()}),this.editableArea=this.sandbox.getContentEditable(),b.insert(this.editableArea).after(this.textarea.element),this._createWysiwygFormField())},_initSandbox:function(){var a,c=this;this.sandbox=new b.Sandbox(function(){c._create()},{stylesheets:this.config.stylesheets}),this.editableArea=this.sandbox.getIframe(),a=this.textarea.element,b.insert(this.editableArea).after(a),this._createWysiwygFormField()},_createWysiwygFormField:function(){if(this.textarea.element.form){var a=document.createElement("input");a.type="hidden",a.name="_wysihtml5_mode",a.value=1,b.insert(a).after(this.textarea.element)}},_create:function(){var d,e,f=this;this.doc=this.sandbox.getDocument(),this.element=this.config.contentEditableMode?this.sandbox.getContentEditable():this.doc.body,this.config.noTextarea?this.cleanUp():(this.textarea=this.parent.textarea,this.element.innerHTML=this.textarea.getValue(!0,!1)),this.selection=new a.Selection(this.parent,this.element,this.config.uneditableContainerClassname),this.commands=new a.Commands(this.parent),this.config.noTextarea||b.copyAttributes(["className","spellcheck","title","lang","dir","accessKey"]).from(this.textarea.element).to(this.element),b.addClass(this.element,this.config.composerClassName),this.config.style&&!this.config.contentEditableMode&&this.style(),this.observe(),d=this.config.name,d&&(b.addClass(this.element,d),this.config.contentEditableMode||b.addClass(this.editableArea,d)),this.enable(),!this.config.noTextarea&&this.textarea.element.disabled&&this.disable(),e="string"==typeof this.config.placeholder?this.config.placeholder:this.config.noTextarea?this.editableArea.getAttribute("data-placeholder"):this.textarea.element.getAttribute("placeholder"),e&&b.simulatePlaceholder(this.parent,this,e),this.commands.exec("styleWithCSS",!1),this._initAutoLinking(),this._initObjectResizing(),this._initUndoManager(),this._initLineBreaking(),this.config.noTextarea||!this.textarea.element.hasAttribute("autofocus")&&document.querySelector(":focus")!=this.textarea.element||c.isIos()||setTimeout(function(){f.focus(!0)},100),c.clearsContentEditableCorrectly()||a.quirks.ensureProperClearing(this),this.initSync&&this.config.sync&&this.initSync(),this.config.noTextarea||this.textarea.hide(),this.parent.fire("beforeload").fire("load")},_initAutoLinking:function(){var d,e,f,g=this,h=c.canDisableAutoLinking(),i=c.doesAutoLinkingInContentEditable();h&&this.commands.exec("autoUrlDetect",!1),this.config.autoLink&&((!i||i&&h)&&(this.parent.on("newword:composer",function(){b.getTextContent(g.element).match(b.autoLink.URL_REG_EXP)&&g.selection.executeAndRestore(function(c,d){var e,f=g.element.querySelectorAll("."+g.config.uneditableContainerClassname),h=!1;for(e=f.length;e--;)a.dom.contains(f[e],d)&&(h=!0);h||b.autoLink(d.parentNode,[g.config.uneditableContainerClassname])})}),b.observe(this.element,"blur",function(){b.autoLink(g.element,[g.config.uneditableContainerClassname])})),d=this.sandbox.getDocument().getElementsByTagName("a"),e=b.autoLink.URL_REG_EXP,f=function(c){var d=a.lang.string(b.getTextContent(c)).trim();return"www."===d.substr(0,4)&&(d="http://"+d),d},b.observe(this.element,"keydown",function(a){if(d.length){var c,h=g.selection.getSelectedNode(a.target.ownerDocument),i=b.getParentElement(h,{nodeName:"A"},4);i&&(c=f(i),setTimeout(function(){var a=f(i);a!==c&&a.match(e)&&i.setAttribute("href",a)},0))}}))},_initObjectResizing:function(){if(this.commands.exec("enableObjectResizing",!0),c.supportsEvent("resizeend")){var d=["width","height"],e=d.length,f=this.element;b.observe(f,"resizeend",function(b){var c,g=b.target||b.srcElement,h=g.style,i=0;if("IMG"===g.nodeName){for(;e>i;i++)c=d[i],h[c]&&(g.setAttribute(c,parseInt(h[c],10)),h[c]="");a.quirks.redraw(f)}})}},_initUndoManager:function(){this.undoManager=new a.UndoManager(this.parent)},_initLineBreaking:function(){function d(a){var c=b.getParentElement(a,{nodeName:["P","DIV"]},2);c&&b.contains(e.element,c)&&e.selection.executeAndRestore(function(){e.config.useLineBreaks?b.replaceWithChildNodes(c):"P"!==c.nodeName&&b.renameElement(c,"p")})}var e=this,f=["LI","P","H1","H2","H3","H4","H5","H6"],g=["UL","OL","MENU"];this.config.useLineBreaks||b.observe(this.element,["focus","keydown"],function(){if(e.isEmpty()){var a=e.doc.createElement("P");e.element.innerHTML="",e.element.appendChild(a),c.displaysCaretInEmptyContentEditableCorrectly()?e.selection.selectNode(a,!0):(a.innerHTML="
          ",e.selection.setBefore(a.firstChild))}}),b.observe(this.element,"keydown",function(c){var h,i=c.keyCode;if(!c.shiftKey&&(i===a.ENTER_KEY||i===a.BACKSPACE_KEY))return h=b.getParentElement(e.selection.getSelectedNode(),{nodeName:f},4),h?(setTimeout(function(){var c,f=e.selection.getSelectedNode();if("LI"===h.nodeName){if(!f)return;c=b.getParentElement(f,{nodeName:g},2),c||d(f)}i===a.ENTER_KEY&&h.nodeName.match(/^H[1-6]$/)&&d(f)},0),void 0):(e.config.useLineBreaks&&i===a.ENTER_KEY&&!a.browser.insertsLineBreaksOnReturn()&&(c.preventDefault(),e.commands.exec("insertLineBreak")),void 0)})}})}(wysihtml5),function(a){var b=a.dom,c=document,d=window,e=c.createElement("div"),f=["background-color","color","cursor","font-family","font-size","font-style","font-variant","font-weight","line-height","letter-spacing","text-align","text-decoration","text-indent","text-rendering","word-break","word-wrap","word-spacing"],g=["background-color","border-collapse","border-bottom-color","border-bottom-style","border-bottom-width","border-left-color","border-left-style","border-left-width","border-right-color","border-right-style","border-right-width","border-top-color","border-top-style","border-top-width","clear","display","float","margin-bottom","margin-left","margin-right","margin-top","outline-color","outline-offset","outline-width","outline-style","padding-left","padding-right","padding-top","padding-bottom","position","top","left","right","bottom","z-index","vertical-align","text-align","-webkit-box-sizing","-moz-box-sizing","-ms-box-sizing","box-sizing","-webkit-box-shadow","-moz-box-shadow","-ms-box-shadow","box-shadow","-webkit-border-top-right-radius","-moz-border-radius-topright","border-top-right-radius","-webkit-border-bottom-right-radius","-moz-border-radius-bottomright","border-bottom-right-radius","-webkit-border-bottom-left-radius","-moz-border-radius-bottomleft","border-bottom-left-radius","-webkit-border-top-left-radius","-moz-border-radius-topleft","border-top-left-radius","width","height"],h=["html { height: 100%; }","body { height: 100%; padding: 1px 0 0 0; margin: -1px 0 0 0; }","body > p:first-child { margin-top: 0; }","._wysihtml5-temp { display: none; }",a.browser.isGecko?"body.placeholder { color: graytext !important; }":"body.placeholder { color: #a9a9a9 !important; }","img:-moz-broken { -moz-force-broken-image-icon: 1; height: 24px; width: 24px; }"],i=function(a){if(a.setActive)try{a.setActive()}catch(e){}else{var f=a.style,g=c.documentElement.scrollTop||c.body.scrollTop,h=c.documentElement.scrollLeft||c.body.scrollLeft,i={position:f.position,top:f.top,left:f.left,WebkitUserSelect:f.WebkitUserSelect};b.setStyles({position:"absolute",top:"-99999px",left:"-99999px",WebkitUserSelect:"none"}).on(a),a.focus(),b.setStyles(i).on(a),d.scrollTo&&d.scrollTo(h,g)}};a.views.Composer.prototype.style=function(){var d,j,k=this,l=c.querySelector(":focus"),m=this.textarea.element,n=m.hasAttribute("placeholder"),o=n&&m.getAttribute("placeholder"),p=m.style.display,q=m.disabled;return this.focusStylesHost=e.cloneNode(!1),this.blurStylesHost=e.cloneNode(!1),this.disabledStylesHost=e.cloneNode(!1),n&&m.removeAttribute("placeholder"),m===l&&m.blur(),m.disabled=!1,m.style.display=d="none",(m.getAttribute("rows")&&"auto"===b.getStyle("height").from(m)||m.getAttribute("cols")&&"auto"===b.getStyle("width").from(m))&&(m.style.display=d=p),b.copyStyles(g).from(m).to(this.editableArea).andTo(this.blurStylesHost),b.copyStyles(f).from(m).to(this.element).andTo(this.blurStylesHost),b.insertCSS(h).into(this.element.ownerDocument),m.disabled=!0,b.copyStyles(g).from(m).to(this.disabledStylesHost),b.copyStyles(f).from(m).to(this.disabledStylesHost),m.disabled=q,m.style.display=p,i(m),m.style.display=d,b.copyStyles(g).from(m).to(this.focusStylesHost),b.copyStyles(f).from(m).to(this.focusStylesHost),m.style.display=p,b.copyStyles(["display"]).from(m).to(this.editableArea),j=a.lang.array(g).without(["display"]),l?l.focus():m.blur(),n&&m.setAttribute("placeholder",o),this.parent.on("focus:composer",function(){b.copyStyles(j).from(k.focusStylesHost).to(k.editableArea),b.copyStyles(f).from(k.focusStylesHost).to(k.element)}),this.parent.on("blur:composer",function(){b.copyStyles(j).from(k.blurStylesHost).to(k.editableArea),b.copyStyles(f).from(k.blurStylesHost).to(k.element)}),this.parent.observe("disable:composer",function(){b.copyStyles(j).from(k.disabledStylesHost).to(k.editableArea),b.copyStyles(f).from(k.disabledStylesHost).to(k.element)}),this.parent.observe("enable:composer",function(){b.copyStyles(j).from(k.blurStylesHost).to(k.editableArea),b.copyStyles(f).from(k.blurStylesHost).to(k.element)}),this}}(wysihtml5),function(a){var b=a.dom,c=a.browser,d={66:"bold",73:"italic",85:"underline"},e=function(a,b,c){var d,e=a.getPreviousNode(b,!0),f=a.getSelectedNode();if(1!==f.nodeType&&f.parentNode!==c&&(f=f.parentNode),e)if(1==f.nodeType){if(d=f.firstChild,1==e.nodeType)for(;f.firstChild;)e.appendChild(f.firstChild);else for(;f.firstChild;)b.parentNode.insertBefore(f.firstChild,b);f.parentNode&&f.parentNode.removeChild(f),a.setBefore(d)}else 1==e.nodeType?e.appendChild(f):b.parentNode.insertBefore(f,b),a.setBefore(f)},f=function(a,b,c,d){var f,g,h;b.isCollapsed()?b.caretIsInTheBeginnig("LI")?(a.preventDefault(),d.commands.exec("outdentList")):b.caretIsInTheBeginnig()?a.preventDefault():(b.caretIsFirstInSelection()&&b.getPreviousNode()&&b.getPreviousNode().nodeName&&/^H\d$/gi.test(b.getPreviousNode().nodeName)&&(f=b.getPreviousNode(),a.preventDefault(),/^\s*$/.test(f.textContent||f.innerText)?f.parentNode.removeChild(f):(g=f.ownerDocument.createRange(),g.selectNodeContents(f),g.collapse(!1),b.setSelection(g))),h=b.caretIsBeforeUneditable(),h&&(a.preventDefault(),e(b,h,c))):b.containsUneditable()&&(a.preventDefault(),b.deleteContents())},g=function(a){if(a.selection.isCollapsed()){if(a.selection.caretIsInTheBeginnig("LI")&&a.commands.exec("indentList"))return}else a.selection.deleteContents(); +a.commands.exec("insertHTML"," ")};a.views.Composer.prototype.observe=function(){var e,h,i=this,j=this.getValue(!1,!1),k=this.sandbox.getIframe?this.sandbox.getIframe():this.sandbox.getContentEditable(),l=this.element,m=c.supportsEventsInIframeCorrectly()||this.sandbox.getContentEditable?l:this.sandbox.getWindow(),n=["drop","paste","beforepaste"],o=["drop","paste","mouseup","focus","keyup"];b.observe(k,"DOMNodeRemoved",function(){clearInterval(e),i.parent.fire("destroy:composer")}),c.supportsMutationEvents()||(e=setInterval(function(){b.contains(document.documentElement,k)||(clearInterval(e),i.parent.fire("destroy:composer"))},250)),b.observe(m,o,function(){setTimeout(function(){i.parent.fire("interaction").fire("interaction:composer")},0)}),this.config.handleTables&&(!this.tableClickHandle&&this.doc.execCommand&&a.browser.supportsCommand(this.doc,"enableObjectResizing")&&a.browser.supportsCommand(this.doc,"enableInlineTableEditing")&&(this.sandbox.getIframe?this.tableClickHandle=b.observe(k,["focus","mouseup","mouseover"],function(){i.doc.execCommand("enableObjectResizing",!1,"false"),i.doc.execCommand("enableInlineTableEditing",!1,"false"),i.tableClickHandle.stop()}):setTimeout(function(){i.doc.execCommand("enableObjectResizing",!1,"false"),i.doc.execCommand("enableInlineTableEditing",!1,"false")},0)),this.tableSelection=a.quirks.tableCellsSelection(l,i.parent)),b.observe(m,"focus",function(a){i.parent.fire("focus",a).fire("focus:composer",a),setTimeout(function(){j=i.getValue(!1,!1)},0)}),b.observe(m,"blur",function(a){if(j!==i.getValue(!1,!1)){var b=a;"function"==typeof Object.create&&(b=Object.create(a,{type:{value:"change"}})),i.parent.fire("change",b).fire("change:composer",b)}i.parent.fire("blur",a).fire("blur:composer",a)}),b.observe(l,"dragenter",function(){i.parent.fire("unset_placeholder")}),b.observe(l,n,function(a){i.parent.fire(a.type,a).fire(a.type+":composer",a)}),this.config.copyedFromMarking&&b.observe(l,"copy",function(a){a.clipboardData&&(a.clipboardData.setData("text/html",i.config.copyedFromMarking+i.selection.getHtml()),a.preventDefault()),i.parent.fire(a.type,a).fire(a.type+":composer",a)}),b.observe(l,"keyup",function(b){var c=b.keyCode;(c===a.SPACE_KEY||c===a.ENTER_KEY)&&i.parent.fire("newword:composer")}),this.parent.on("paste:composer",function(){setTimeout(function(){i.parent.fire("newword:composer")},0)}),c.canSelectImagesInContentEditable()||b.observe(l,"mousedown",function(b){var c=b.target,d=l.querySelectorAll("img"),e=l.querySelectorAll("."+i.config.uneditableContainerClassname+" img"),f=a.lang.array(d).without(e);"IMG"===c.nodeName&&a.lang.array(f).contains(c)&&i.selection.selectNode(c)}),c.canSelectImagesInContentEditable()||b.observe(l,"drop",function(){setTimeout(function(){i.selection.getSelection().removeAllRanges()},0)}),c.hasHistoryIssue()&&c.supportsSelectionModify()&&b.observe(l,"keydown",function(a){if(a.metaKey||a.ctrlKey){var b=a.keyCode,c=l.ownerDocument.defaultView,d=c.getSelection();(37===b||39===b)&&(37===b&&(d.modify("extend","left","lineboundary"),a.shiftKey||d.collapseToStart()),39===b&&(d.modify("extend","right","lineboundary"),a.shiftKey||d.collapseToEnd()),a.preventDefault())}}),b.observe(l,"keydown",function(a){var b=a.keyCode,c=d[b];(a.ctrlKey||a.metaKey)&&!a.altKey&&c&&(i.commands.exec(c),a.preventDefault()),8===b?f(a,i.selection,l,i):i.config.handleTabKey&&9===b&&(a.preventDefault(),g(i,l))}),b.observe(l,"keydown",function(b){var c,d=i.selection.getSelectedNode(!0),e=b.keyCode;!d||"IMG"!==d.nodeName||e!==a.BACKSPACE_KEY&&e!==a.DELETE_KEY||(c=d.parentNode,c.removeChild(d),"A"!==c.nodeName||c.firstChild||c.parentNode.removeChild(c),setTimeout(function(){a.quirks.redraw(l)},0),b.preventDefault())}),!this.config.contentEditableMode&&c.hasIframeFocusIssue()&&(b.observe(k,"focus",function(){setTimeout(function(){i.doc.querySelector(":focus")!==i.element&&i.focus()},0)}),b.observe(this.element,"blur",function(){setTimeout(function(){i.selection.getSelection().removeAllRanges()},0)})),h={IMG:"Image: ",A:"Link: "},b.observe(l,"mouseover",function(a){var b,c,d=a.target,e=d.nodeName;("A"===e||"IMG"===e)&&(c=d.hasAttribute("title"),c||(b=h[e]+(d.getAttribute("href")||d.getAttribute("src")),d.setAttribute("title",b)))})}}(wysihtml5),function(a){var b=400;a.views.Synchronizer=Base.extend({constructor:function(a,b,c){this.editor=a,this.textarea=b,this.composer=c,this._observe()},fromComposerToTextarea:function(b){this.textarea.setValue(a.lang.string(this.composer.getValue(!1,!1)).trim(),b)},fromTextareaToComposer:function(a){var b=this.textarea.getValue(!1,!1);b?this.composer.setValue(b,a):(this.composer.clear(),this.editor.fire("set_placeholder"))},sync:function(a){"textarea"===this.editor.currentView.name?this.fromTextareaToComposer(a):this.fromComposerToTextarea(a)},_observe:function(){var c,d=this,e=this.textarea.element.form,f=function(){c=setInterval(function(){d.fromComposerToTextarea()},b)},g=function(){clearInterval(c),c=null};f(),e&&(a.dom.observe(e,"submit",function(){d.sync(!0)}),a.dom.observe(e,"reset",function(){setTimeout(function(){d.fromTextareaToComposer()},0)})),this.editor.on("change_view",function(a){"composer"!==a||c?"textarea"===a&&(d.fromComposerToTextarea(!0),g()):(d.fromTextareaToComposer(!0),f())}),this.editor.on("destroy:composer",g)}})}(wysihtml5),wysihtml5.views.Textarea=wysihtml5.views.View.extend({name:"textarea",constructor:function(a,b,c){this.base(a,b,c),this._observe()},clear:function(){this.element.value=""},getValue:function(a){var b=this.isEmpty()?"":this.element.value;return a!==!1&&(b=this.parent.parse(b)),b},setValue:function(a,b){b&&(a=this.parent.parse(a)),this.element.value=a},cleanUp:function(){var a=this.parent.parse(this.element.value);this.element.value=a},hasPlaceholderSet:function(){var a=wysihtml5.browser.supportsPlaceholderAttributeOn(this.element),b=this.element.getAttribute("placeholder")||null,c=this.element.value,d=!c;return a&&d||c===b},isEmpty:function(){return!wysihtml5.lang.string(this.element.value).trim()||this.hasPlaceholderSet()},_observe:function(){var a=this.element,b=this.parent,c={focusin:"focus",focusout:"blur"},d=wysihtml5.browser.supportsEvent("focusin")?["focusin","focusout","change"]:["focus","blur","change"];b.on("beforeload",function(){wysihtml5.dom.observe(a,d,function(a){var d=c[a.type]||a.type;b.fire(d).fire(d+":textarea")}),wysihtml5.dom.observe(a,["paste","drop"],function(){setTimeout(function(){b.fire("paste").fire("paste:textarea")},0)})})}}),function(a){var b,c={name:b,style:!0,toolbar:b,showToolbarAfterInit:!0,autoLink:!0,handleTables:!0,handleTabKey:!0,parserRules:{tags:{br:{},span:{},div:{},p:{}},classes:{}},pasteParserRulesets:null,parser:a.dom.parse,composerClassName:"wysihtml5-editor",bodyClassName:"wysihtml5-supported",useLineBreaks:!0,stylesheets:[],placeholderText:b,supportTouchDevices:!0,cleanUp:!0,contentEditableMode:!1,uneditableContainerClassname:"wysihtml5-uneditable-container",copyedFromMarking:''};a.Editor=a.lang.Dispatcher.extend({constructor:function(b,d){if(this.editableElement="string"==typeof b?document.getElementById(b):b,this.config=a.lang.object({}).merge(c).merge(d).get(),this._isCompatible=a.browser.supported(),"textarea"!=this.editableElement.nodeName.toLowerCase()&&(this.config.contentEditableMode=!0,this.config.noTextarea=!0),this.config.noTextarea||(this.textarea=new a.views.Textarea(this,this.editableElement,this.config),this.currentView=this.textarea),!this._isCompatible||!this.config.supportTouchDevices&&a.browser.isTouchDevice()){var e=this;return setTimeout(function(){e.fire("beforeload").fire("load")},0),void 0}a.dom.addClass(document.body,this.config.bodyClassName),this.composer=new a.views.Composer(this,this.editableElement,this.config),this.currentView=this.composer,"function"==typeof this.config.parser&&this._initParser(),this.on("beforeload",this.handleBeforeLoad)},handleBeforeLoad:function(){this.config.noTextarea||(this.synchronizer=new a.views.Synchronizer(this,this.textarea,this.composer)),this.config.toolbar&&(this.toolbar=new a.toolbar.Toolbar(this,this.config.toolbar,this.config.showToolbarAfterInit))},isCompatible:function(){return this._isCompatible},clear:function(){return this.currentView.clear(),this},getValue:function(a,b){return this.currentView.getValue(a,b)},setValue:function(a,b){return this.fire("unset_placeholder"),a?(this.currentView.setValue(a,b),this):this.clear()},cleanUp:function(){this.currentView.cleanUp()},focus:function(a){return this.currentView.focus(a),this},disable:function(){return this.currentView.disable(),this},enable:function(){return this.currentView.enable(),this},isEmpty:function(){return this.currentView.isEmpty()},hasPlaceholderSet:function(){return this.currentView.hasPlaceholderSet()},parse:function(b,c){var d=this.config.contentEditableMode?document:this.composer?this.composer.sandbox.getDocument():null,e=this.config.parser(b,{rules:this.config.parserRules,cleanUp:this.config.cleanUp,context:d,uneditableClass:this.config.uneditableContainerClassname,clearInternals:c});return"object"==typeof b&&a.quirks.redraw(b),e},_initParser:function(){var b,c=this;a.browser.supportsModenPaste()?this.on("paste:composer",function(d){d.preventDefault(),b=a.dom.getPastedHtml(d),b&&c._cleanAndPaste(b)}):this.on("beforepaste:composer",function(b){b.preventDefault(),a.dom.getPastedHtmlWithDiv(c.composer,function(a){a&&c._cleanAndPaste(a)})})},_cleanAndPaste:function(b){var c=a.quirks.cleanPastedHTML(b,{referenceNode:this.composer.element,rules:this.config.pasteParserRulesets||[{set:this.config.parserRules}],uneditableClass:this.config.uneditableContainerClassname});this.composer.selection.deleteContents(),this.composer.selection.insertHTML(c)}})}(wysihtml5),function(a){var b=a.dom,c="wysihtml5-command-dialog-opened",d="input, select, textarea",e="[data-wysihtml5-dialog-field]",f="data-wysihtml5-dialog-field";a.toolbar.Dialog=a.lang.Dispatcher.extend({constructor:function(a,b){this.link=a,this.container=b},_observe:function(){var e,f,g,h,i,j;if(!this._observed){for(e=this,f=function(a){var b=e._serialize();b==e.elementToChange?e.fire("edit",b):e.fire("save",b),e.hide(),a.preventDefault(),a.stopPropagation()},b.observe(e.link,"click",function(){b.hasClass(e.link,c)&&setTimeout(function(){e.hide()},0)}),b.observe(this.container,"keydown",function(b){var c=b.keyCode;c===a.ENTER_KEY&&f(b),c===a.ESCAPE_KEY&&(e.fire("cancel"),e.hide())}),b.delegate(this.container,"[data-wysihtml5-dialog-action=save]","click",f),b.delegate(this.container,"[data-wysihtml5-dialog-action=cancel]","click",function(a){e.fire("cancel"),e.hide(),a.preventDefault(),a.stopPropagation()}),g=this.container.querySelectorAll(d),h=0,i=g.length,j=function(){clearInterval(e.interval)};i>h;h++)b.observe(g[h],"change",j);this._observed=!0}},_serialize:function(){for(var a=this.elementToChange||{},b=this.container.querySelectorAll(e),c=b.length,d=0;c>d;d++)a[b[d].getAttribute(f)]=b[d].value;return a},_interpolate:function(a){for(var b,c,d,g=document.querySelector(":focus"),h=this.container.querySelectorAll(e),i=h.length,j=0;i>j;j++)b=h[j],b!==g&&(a&&"hidden"===b.type||(c=b.getAttribute(f),d=this.elementToChange&&"boolean"!=typeof this.elementToChange?this.elementToChange.getAttribute(c)||"":b.defaultValue,b.value=d))},show:function(a){if(!b.hasClass(this.link,c)){var e=this,f=this.container.querySelector(d);if(this.elementToChange=a,this._observe(),this._interpolate(),a&&(this.interval=setInterval(function(){e._interpolate(!0)},500)),b.addClass(this.link,c),this.container.style.display="",this.fire("show"),f&&!a)try{f.focus()}catch(g){}}},hide:function(){clearInterval(this.interval),this.elementToChange=null,b.removeClass(this.link,c),this.container.style.display="none",this.fire("hide")}})}(wysihtml5),function(a){var b=a.dom,c={position:"relative"},d={left:0,margin:0,opacity:0,overflow:"hidden",padding:0,position:"absolute",top:0,zIndex:1},e={cursor:"inherit",fontSize:"50px",height:"50px",marginTop:"-25px",outline:0,padding:0,position:"absolute",right:"-4px",top:"50%"},f={"x-webkit-speech":"",speech:""};a.toolbar.Speech=function(g,h){var i,j,k,l=document.createElement("input");return a.browser.supportsSpeechApiOn(l)?(i=g.editor.textarea.element.getAttribute("lang"),i&&(f.lang=i),j=document.createElement("div"),a.lang.object(d).merge({width:h.offsetWidth+"px",height:h.offsetHeight+"px"}),b.insert(l).into(j),b.insert(j).into(h),b.setStyles(e).on(l),b.setAttributes(f).on(l),b.setStyles(d).on(j),b.setStyles(c).on(h),k="onwebkitspeechchange"in l?"webkitspeechchange":"speechchange",b.observe(l,k,function(){g.execCommand("insertText",l.value),l.value=""}),b.observe(l,"click",function(a){b.hasClass(h,"wysihtml5-command-disabled")&&a.preventDefault(),a.stopPropagation()}),void 0):(h.style.display="none",void 0)}}(wysihtml5),function(a){var b="wysihtml5-command-disabled",c="wysihtml5-commands-disabled",d="wysihtml5-command-active",e="wysihtml5-action-active",f=a.dom;a.toolbar.Toolbar=Base.extend({constructor:function(f,g,h){this.editor=f,this.container="string"==typeof g?document.getElementById(g):g,this.composer=f.composer,this._getLinks("command"),this._getLinks("action"),this._observe(),h&&this.show(),null!=f.config.classNameCommandDisabled&&(b=f.config.classNameCommandDisabled),null!=f.config.classNameCommandsDisabled&&(c=f.config.classNameCommandsDisabled),null!=f.config.classNameCommandActive&&(d=f.config.classNameCommandActive),null!=f.config.classNameActionActive&&(e=f.config.classNameActionActive);for(var i=this.container.querySelectorAll("[data-wysihtml5-command=insertSpeech]"),j=i.length,k=0;j>k;k++)new a.toolbar.Speech(this,i[k])},_getLinks:function(b){for(var c,d,e,f,g,h=this[b+"Links"]=a.lang.array(this.container.querySelectorAll("[data-wysihtml5-"+b+"]")).get(),i=h.length,j=0,k=this[b+"Mapping"]={};i>j;j++)c=h[j],e=c.getAttribute("data-wysihtml5-"+b),f=c.getAttribute("data-wysihtml5-"+b+"-value"),d=this.container.querySelector("[data-wysihtml5-"+b+"-group='"+e+"']"),g=this._getDialog(c,e),k[e+":"+f]={link:c,group:d,name:e,value:f,dialog:g,state:!1}},_getDialog:function(b,c){var d,e,f=this,g=this.container.querySelector("[data-wysihtml5-dialog='"+c+"']");return g&&(d=a.toolbar["Dialog_"+c]?new a.toolbar["Dialog_"+c](b,g):new a.toolbar.Dialog(b,g),d.on("show",function(){e=f.composer.selection.getBookmark(),f.editor.fire("show:dialog",{command:c,dialogContainer:g,commandLink:b})}),d.on("save",function(a){e&&f.composer.selection.setBookmark(e),f._execCommand(c,a),f.editor.fire("save:dialog",{command:c,dialogContainer:g,commandLink:b})}),d.on("cancel",function(){f.editor.focus(!1),f.editor.fire("cancel:dialog",{command:c,dialogContainer:g,commandLink:b})})),d},execCommand:function(a,b){if(!this.commandsDisabled){var c=this.commandMapping[a+":"+b];c&&c.dialog&&!c.state?c.dialog.show():this._execCommand(a,b)}},_execCommand:function(a,b){this.editor.focus(!1),this.composer.commands.exec(a,b),this._updateLinkStates()},execAction:function(a){var b=this.editor;"change_view"===a&&b.textarea&&(b.currentView===b.textarea?b.fire("change_view","composer"):b.fire("change_view","textarea")),"showSource"==a&&b.fire("showSource")},_observe:function(){for(var a=this,b=this.editor,d=this.container,e=this.commandLinks.concat(this.actionLinks),g=e.length,h=0;g>h;h++)"A"===e[h].nodeName?f.setAttributes({href:"javascript:;",unselectable:"on"}).on(e[h]):f.setAttributes({unselectable:"on"}).on(e[h]);f.delegate(d,"[data-wysihtml5-command], [data-wysihtml5-action]","mousedown",function(a){a.preventDefault()}),f.delegate(d,"[data-wysihtml5-command]","click",function(b){var c=this,d=c.getAttribute("data-wysihtml5-command"),e=c.getAttribute("data-wysihtml5-command-value");a.execCommand(d,e),b.preventDefault()}),f.delegate(d,"[data-wysihtml5-action]","click",function(b){var c=this.getAttribute("data-wysihtml5-action");a.execAction(c),b.preventDefault()}),b.on("interaction:composer",function(){a._updateLinkStates()}),b.on("focus:composer",function(){a.bookmark=null}),this.editor.config.handleTables&&(b.on("tableselect:composer",function(){a.container.querySelectorAll('[data-wysihtml5-hiddentools="table"]')[0].style.display=""}),b.on("tableunselect:composer",function(){a.container.querySelectorAll('[data-wysihtml5-hiddentools="table"]')[0].style.display="none"})),b.on("change_view",function(e){b.textarea&&setTimeout(function(){a.commandsDisabled="composer"!==e,a._updateLinkStates(),a.commandsDisabled?f.addClass(d,c):f.removeClass(d,c)},0)})},_updateLinkStates:function(){var c,g,h,i,j=this.commandMapping,k=this.actionMapping;for(c in j)i=j[c],this.commandsDisabled?(g=!1,f.removeClass(i.link,d),i.group&&f.removeClass(i.group,d),i.dialog&&i.dialog.hide()):(g=this.composer.commands.state(i.name,i.value),f.removeClass(i.link,b),i.group&&f.removeClass(i.group,b)),i.state!==g&&(i.state=g,g?(f.addClass(i.link,d),i.group&&f.addClass(i.group,d),i.dialog&&("object"==typeof g||a.lang.object(g).isArray()?(!i.dialog.multiselect&&a.lang.object(g).isArray()&&(g=1===g.length?g[0]:!0,i.state=g),i.dialog.show(g)):i.dialog.hide())):(f.removeClass(i.link,d),i.group&&f.removeClass(i.group,d),i.dialog&&i.dialog.hide()));for(c in k)h=k[c],"change_view"===h.name&&(h.state=this.editor.currentView===this.editor.textarea,h.state?f.addClass(h.link,e):f.removeClass(h.link,e))},show:function(){this.container.style.display=""},hide:function(){this.container.style.display="none"}})}(wysihtml5),function(a){a.toolbar.Dialog_createTable=a.toolbar.Dialog.extend({show:function(a){this.base(a)}})}(wysihtml5),function(a){var b=(a.dom,"[data-wysihtml5-dialog-field]"),c="data-wysihtml5-dialog-field";a.toolbar.Dialog_foreColorStyle=a.toolbar.Dialog.extend({multiselect:!0,_serialize:function(){for(var a={},d=this.container.querySelectorAll(b),e=d.length,f=0;e>f;f++)a[d[f].getAttribute(c)]=d[f].value;return a},_interpolate:function(d){for(var e,f=document.querySelector(":focus"),g=this.container.querySelectorAll(b),h=g.length,i=0,j=this.elementToChange?a.lang.object(this.elementToChange).isArray()?this.elementToChange[0]:this.elementToChange:null,k=j?j.getAttribute("style"):null,l=k?a.quirks.styleParser.parseColor(k,"color"):null;h>i;i++)e=g[i],e!==f&&(d&&"hidden"===e.type||"color"===e.getAttribute(c)&&(e.value=l?l[3]&&1!=l[3]?"rgba("+l[0]+","+l[1]+","+l[2]+","+l[3]+");":"rgb("+l[0]+","+l[1]+","+l[2]+");":"rgb(0,0,0);"))}})}(wysihtml5),function(a){a.dom;a.toolbar.Dialog_fontSizeStyle=a.toolbar.Dialog.extend({multiselect:!0,_serialize:function(){return{size:this.container.querySelector('[data-wysihtml5-dialog-field="size"]').value}},_interpolate:function(){var b=document.querySelector(":focus"),c=this.container.querySelector("[data-wysihtml5-dialog-field='size']"),d=this.elementToChange?a.lang.object(this.elementToChange).isArray()?this.elementToChange[0]:this.elementToChange:null,e=d?d.getAttribute("style"):null,f=e?a.quirks.styleParser.parseFontSize(e):null;c&&c!==b&&f&&!/^\s*$/.test(f)&&(c.value=f)}})}(wysihtml5),Handlebars=function(){var a=function(){"use strict";function a(a){this.string=a}var b;return a.prototype.toString=function(){return""+this.string},b=a}(),b=function(a){"use strict";function b(a){return k[a]||"&"}function c(a,b){for(var c in b)Object.prototype.hasOwnProperty.call(b,c)&&(a[c]=b[c])}function d(a){return a instanceof j?""+a:a||0===a?(a=""+a,m.test(a)?a.replace(l,b):a):""}function e(a){return a||0===a?h(a)&&0===a.length?!0:!1:!0}var f,g,h,i={},j=a,k={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},l=/[&<>"'`]/g,m=/[&<>"'`]/;return i.extend=c,f=Object.prototype.toString,i.toString=f,g=function(a){return"function"==typeof a},g(/x/)&&(g=function(a){return"function"==typeof a&&"[object Function]"===f.call(a)}),i.isFunction=g,h=Array.isArray||function(a){return a&&"object"==typeof a?"[object Array]"===f.call(a):!1},i.isArray=h,i.escapeExpression=d,i.isEmpty=e,i}(a),c=function(){"use strict";function a(a,b){var d,e,f;for(b&&b.firstLine&&(d=b.firstLine,a+=" - "+d+":"+b.firstColumn),e=Error.prototype.constructor.call(this,a),f=0;f0?a.helpers.each(b,c):d(this):e(b)}),a.registerHelper("each",function(a,b){var c,d,e,f=b.fn,g=b.inverse,j=0,k="";if(i(a)&&(a=a.call(this)),b.data&&(c=m(b.data)),a&&"object"==typeof a)if(h(a))for(d=a.length;d>j;j++)c&&(c.index=j,c.first=0===j,c.last=j===a.length-1),k+=f(a[j],{data:c});else for(e in a)a.hasOwnProperty(e)&&(c&&(c.key=e,c.index=j,c.first=0===j),k+=f(a[e],{data:c}),j++);return 0===j&&(k=g(this)),k}),a.registerHelper("if",function(a,b){return i(a)&&(a=a.call(this)),!b.hash.includeZero&&!a||o.isEmpty(a)?b.inverse(this):b.fn(this)}),a.registerHelper("unless",function(b,c){return a.helpers["if"].call(this,b,{fn:c.inverse,inverse:c.fn,hash:c.hash})}),a.registerHelper("with",function(a,b){return i(a)&&(a=a.call(this)),o.isEmpty(a)?void 0:b.fn(a)}),a.registerHelper("log",function(b,c){var d=c.data&&null!=c.data.level?parseInt(c.data.level,10):1;a.log(d,b)})}function e(a,b){l.log(a,b)}var f,g,h,i,j,k,l,m,n={},o=a,p=b,q="1.3.0";return n.VERSION=q,f=4,n.COMPILER_REVISION=f,g={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:">= 1.0.0"},n.REVISION_CHANGES=g,h=o.isArray,i=o.isFunction,j=o.toString,k="[object Object]",n.HandlebarsEnvironment=c,c.prototype={constructor:c,logger:l,log:e,registerHelper:function(a,b,c){if(j.call(a)===k){if(c||b)throw new p("Arg not supported with multiple helpers");o.extend(this.helpers,a)}else c&&(b.not=c),this.helpers[a]=b},registerPartial:function(a,b){j.call(a)===k?o.extend(this.partials,a):this.partials[a]=b}},l={methodMap:{0:"debug",1:"info",2:"warn",3:"error"},DEBUG:0,INFO:1,WARN:2,ERROR:3,level:3,log:function(a,b){if(l.level<=a){var c=l.methodMap[a];"undefined"!=typeof console&&console[c]&&console[c].call(console,b)}}},n.logger=l,n.log=e,m=function(a){var b={};return o.extend(b,a),b},n.createFrame=m,n}(b,c),e=function(a,b,c){"use strict";function d(a){var b,c,d=a&&a[0]||1,e=m;if(d!==e){if(e>d)throw b=n[e],c=n[d],new l("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+b+") or downgrade your runtime to an older version ("+c+").");throw new l("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+a[1]+").")}}function e(a,b){if(!b)throw new l("No environment passed to template");var c=function(a,c,d,e,f,g){var h,i=b.VM.invokePartial.apply(this,arguments);if(null!=i)return i;if(b.compile)return h={helpers:e,partials:f,data:g},f[c]=b.compile(a,{data:void 0!==g},b),f[c](d,h);throw new l("The partial "+c+" could not be compiled when running in runtime-only mode")},d={escapeExpression:k.escapeExpression,invokePartial:c,programs:[],program:function(a,b,c){var d=this.programs[a];return c?d=g(a,b,c):d||(d=this.programs[a]=g(a,b)),d},merge:function(a,b){var c=a||b;return a&&b&&a!==b&&(c={},k.extend(c,b),k.extend(c,a)),c},programWithDepth:b.VM.programWithDepth,noop:b.VM.noop,compilerInfo:null};return function(c,e){var f,g,h,i;return e=e||{},h=e.partial?e:b,e.partial||(f=e.helpers,g=e.partials),i=a.call(d,h,c,f,g,e.data),e.partial||b.VM.checkRevision(d.compilerInfo),i}}function f(a,b,c){var d=Array.prototype.slice.call(arguments,3),e=function(a,e){return e=e||{},b.apply(this,[a,e.data||c].concat(d))};return e.program=a,e.depth=d.length,e}function g(a,b,c){var d=function(a,d){return d=d||{},b(a,d.data||c)};return d.program=a,d.depth=0,d}function h(a,b,c,d,e,f){var g={partial:!0,helpers:d,partials:e,data:f};if(void 0===a)throw new l("The partial "+b+" could not be found");return a instanceof Function?a(c,g):void 0}function i(){return""}var j={},k=a,l=b,m=c.COMPILER_REVISION,n=c.REVISION_CHANGES;return j.checkRevision=d,j.template=e,j.programWithDepth=f,j.program=g,j.invokePartial=h,j.noop=i,j}(b,c,d),f=function(a,b,c,d,e){"use strict";var f,g=a,h=b,i=c,j=d,k=e,l=function(){var a=new g.HandlebarsEnvironment;return j.extend(a,g),a.SafeString=h,a.Exception=i,a.Utils=j,a.VM=k,a.template=function(b){return k.template(b,a)},a},m=l();return m.create=l,f=m}(d,a,c,b,e);return f}(),this.wysihtml5=this.wysihtml5||{},this.wysihtml5.tpl=this.wysihtml5.tpl||{},this.wysihtml5.tpl.blockquote=Handlebars.template(function(a,b,c,d,e){function f(a){var b,c="";return c+="btn-"+l((b=a&&a.options,b=null==b||b===!1?b:b.toolbar,b=null==b||b===!1?b:b.size,typeof b===k?b.apply(a):b)),c}function g(){return' \n \n '}function h(){return'\n \n '}this.compilerInfo=[4,">= 1.0.0"],c=this.merge(c,a.helpers),e=e||{};var i,j="",k="function",l=this.escapeExpression,m=this;return j+='
        • \n \n ',i=c["if"].call(b,(i=b&&b.options,i=null==i||i===!1?i:i.toolbar,null==i||i===!1?i:i.fa),{hash:{},inverse:m.program(5,h,e),fn:m.program(3,g,e),data:e}),(i||0===i)&&(j+=i),j+="\n \n
        • \n",j}),this.wysihtml5.tpl.color=Handlebars.template(function(a,b,c,d,e){function f(a){var b,c="";return c+="btn-"+j((b=a&&a.options,b=null==b||b===!1?b:b.toolbar,b=null==b||b===!1?b:b.size,typeof b===i?b.apply(a):b)),c}this.compilerInfo=[4,">= 1.0.0"],c=this.merge(c,a.helpers),e=e||{};var g,h="",i="function",j=this.escapeExpression,k=this;return h+='\n",h}),this.wysihtml5.tpl.emphasis=Handlebars.template(function(a,b,c,d,e){function f(a){var b,c="";return c+="btn-"+k((b=a&&a.options,b=null==b||b===!1?b:b.toolbar,b=null==b||b===!1?b:b.size,typeof b===j?b.apply(a):b)),c}function g(a,b){var d,e="";return e+='\n '+k((d=a&&a.locale,d=null==d||d===!1?d:d.emphasis,d=null==d||d===!1?d:d.small,typeof d===j?d.apply(a):d))+"\n ",e}this.compilerInfo=[4,">= 1.0.0"],c=this.merge(c,a.helpers),e=e||{};var h,i="",j="function",k=this.escapeExpression,l=this;return i+='
        • \n \n
        • \n",i +}),this.wysihtml5.tpl["font-styles"]=Handlebars.template(function(a,b,c,d,e){function f(a){var b,c="";return c+="btn-"+l((b=a&&a.options,b=null==b||b===!1?b:b.toolbar,b=null==b||b===!1?b:b.size,typeof b===k?b.apply(a):b)),c}function g(){return'\n \n '}function h(){return'\n \n '}this.compilerInfo=[4,">= 1.0.0"],c=this.merge(c,a.helpers),e=e||{};var i,j="",k="function",l=this.escapeExpression,m=this;return j+='\n",j}),this.wysihtml5.tpl.html=Handlebars.template(function(a,b,c,d,e){function f(a){var b,c="";return c+="btn-"+l((b=a&&a.options,b=null==b||b===!1?b:b.toolbar,b=null==b||b===!1?b:b.size,typeof b===k?b.apply(a):b)),c}function g(){return'\n \n '}function h(){return'\n \n '}this.compilerInfo=[4,">= 1.0.0"],c=this.merge(c,a.helpers),e=e||{};var i,j="",k="function",l=this.escapeExpression,m=this;return j+='
        • \n \n
        • \n",j}),this.wysihtml5.tpl.image=Handlebars.template(function(a,b,c,d,e){function f(){return"modal-sm"}function g(a){var b,c="";return c+="btn-"+m((b=a&&a.options,b=null==b||b===!1?b:b.toolbar,b=null==b||b===!1?b:b.size,typeof b===l?b.apply(a):b)),c}function h(){return'\n \n '}function i(){return'\n \n '}this.compilerInfo=[4,">= 1.0.0"],c=this.merge(c,a.helpers),e=e||{};var j,k="",l="function",m=this.escapeExpression,n=this;return k+='
        • \n \n \n ',j=c["if"].call(b,(j=b&&b.options,j=null==j||j===!1?j:j.toolbar,null==j||j===!1?j:j.fa),{hash:{},inverse:n.program(7,i,e),fn:n.program(5,h,e),data:e}),(j||0===j)&&(k+=j),k+="\n \n
        • \n",k}),this.wysihtml5.tpl.link=Handlebars.template(function(a,b,c,d,e){function f(){return"modal-sm"}function g(a){var b,c="";return c+="btn-"+m((b=a&&a.options,b=null==b||b===!1?b:b.toolbar,b=null==b||b===!1?b:b.size,typeof b===l?b.apply(a):b)),c}function h(){return'\n \n '}function i(){return'\n \n '}this.compilerInfo=[4,">= 1.0.0"],c=this.merge(c,a.helpers),e=e||{};var j,k="",l="function",m=this.escapeExpression,n=this;return k+='
        • \n \n \n ',j=c["if"].call(b,(j=b&&b.options,j=null==j||j===!1?j:j.toolbar,null==j||j===!1?j:j.fa),{hash:{},inverse:n.program(7,i,e),fn:n.program(5,h,e),data:e}),(j||0===j)&&(k+=j),k+="\n \n
        • \n",k}),this.wysihtml5.tpl.lists=Handlebars.template(function(a,b,c,d,e){function f(a){var b,c="";return c+="btn-"+r((b=a&&a.options,b=null==b||b===!1?b:b.toolbar,b=null==b||b===!1?b:b.size,typeof b===q?b.apply(a):b)),c}function g(){return'\n \n '}function h(){return'\n \n '}function i(){return'\n \n '}function j(){return'\n \n '}function k(){return'\n \n '}function l(){return'\n \n '}function m(){return'\n \n '}function n(){return'\n \n '}this.compilerInfo=[4,">= 1.0.0"],c=this.merge(c,a.helpers),e=e||{};var o,p="",q="function",r=this.escapeExpression,s=this;return p+='
        • \n \n
        • \n",p}),function(a){"use strict";"function"==typeof define&&define.amd?define("bootstrap.wysihtml5",["jquery","wysihtml5","bootstrap","bootstrap.wysihtml5.templates","bootstrap.wysihtml5.commands"],a):a(jQuery,wysihtml5)}(function(a,b){"use strict";var c=function(a,b){var c,d,e,f=function(a,c,d){return b.tpl[a]?b.tpl[a]({locale:c,options:d}):void 0},g=function(c,e){var f,g;this.el=c,f=a.extend(!0,{},d,e);for(g in f.customTemplates)f.customTemplates.hasOwnProperty(g)&&(b.tpl[g]=f.customTemplates[g]);this.toolbar=this.createToolbar(c,f),this.editor=this.createEditor(f)};g.prototype={constructor:g,createEditor:function(b){b=b||{},b=a.extend(!0,{},b),b.toolbar=this.toolbar[0],this.initializeEditor(this.el[0],b)},initializeEditor:function(a,c){var d,e=new b.Editor(this.el[0],c);if(e.on("beforeload",this.syncBootstrapDialogEvents),e.on("beforeload",this.loadParserRules),e.composer.editableArea.contentDocument?this.addMoreShortcuts(e,e.composer.editableArea.contentDocument.body||e.composer.editableArea.contentDocument,c.shortcuts):this.addMoreShortcuts(e,e.composer.editableArea,c.shortcuts),c&&c.events)for(d in c.events)c.events.hasOwnProperty(d)&&e.on(d,c.events[d]);return e},loadParserRules:function(){"string"===a.type(this.config.parserRules)&&a.ajax({dataType:"json",url:this.config.parserRules,context:this,error:function(a,b,c){void 0},success:function(a){this.config.parserRules=a,void 0}}),this.config.pasteParserRulesets&&"string"===a.type(this.config.pasteParserRulesets)&&a.ajax({dataType:"json",url:this.config.pasteParserRulesets,context:this,error:function(a,b,c){void 0},success:function(a){this.config.pasteParserRulesets=a}})},syncBootstrapDialogEvents:function(){var b=this;a.map(this.toolbar.commandMapping,function(a){return[a]}).filter(function(a){return a.dialog}).map(function(a){return a.dialog}).forEach(function(c){c.on("show",function(){a(this.container).modal("show")}),c.on("hide",function(){a(this.container).modal("hide"),setTimeout(b.composer.focus,0)}),a(c.container).on("shown.bs.modal",function(){a(this).find("input, select, textarea").first().focus()})}),this.on("change_view",function(){a(this.toolbar.container.children).find("a.btn").not('[data-wysihtml5-action="change_view"]').toggleClass("disabled")})},createToolbar:function(b,c){var g,h,i=this,j=a("