diff --git a/doc/sql/spring-blade-mysql.sql b/doc/sql/spring-blade-mysql.sql index 2e8376a6..c99f9065 100644 --- a/doc/sql/spring-blade-mysql.sql +++ b/doc/sql/spring-blade-mysql.sql @@ -1,500 +1,485 @@ -/* -Navicat MySQL Data Transfer - -Source Server : MySQL_localhost -Source Server Version : 50528 -Source Host : localhost:3306 -Source Database : bladepro - -Target Server Type : MYSQL -Target Server Version : 50528 -File Encoding : 65001 - -Date: 2016-06-25 09:43:05 -*/ - -SET FOREIGN_KEY_CHECKS=0; - --- ---------------------------- --- Table structure for tb_tfw_tzgg --- ---------------------------- -DROP TABLE IF EXISTS `tb_tfw_tzgg`; -CREATE TABLE `tb_tfw_tzgg` ( -`F_IT_XL` int(11) NOT NULL AUTO_INCREMENT , -`F_VC_BT` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`F_IT_LX` int(11) NULL DEFAULT NULL , -`F_TX_NR` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , -`F_DT_FBSJ` datetime NULL DEFAULT NULL , -`F_DT_CJSJ` datetime NULL DEFAULT NULL , -`F_IT_CJR` int(11) NULL DEFAULT NULL , -`F_IT_TP` int(11) NULL DEFAULT NULL , -`VERSION` int(11) NULL DEFAULT NULL , -PRIMARY KEY (`F_IT_XL`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=2 - -; - --- ---------------------------- --- Records of tb_tfw_tzgg --- ---------------------------- -BEGIN; -INSERT INTO `tb_tfw_tzgg` VALUES ('1', 'testdd12222233333331', '10', 'd12121211', '2016-06-09 12:00:00', null, null, null, '1'); -COMMIT; - --- ---------------------------- --- Table structure for tfw_attach --- ---------------------------- -DROP TABLE IF EXISTS `tfw_attach`; -CREATE TABLE `tfw_attach` ( -`ID` int(11) NOT NULL AUTO_INCREMENT , -`CODE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`URL` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , -`STATUS` int(11) NULL DEFAULT NULL , -`CREATER` int(11) NULL DEFAULT NULL , -`CREATETIME` datetime NULL DEFAULT NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=295 - -; - --- ---------------------------- --- Records of tfw_attach --- ---------------------------- -BEGIN; -INSERT INTO `tfw_attach` VALUES ('290', null, 'Desert.jpg', '/upload/20160222/20160222085146_506.jpg', '1', '1', '2016-02-22 08:51:46'), ('291', null, 'Chrysanthemum.jpg', '/upload\\20160319\\1458372187438.jpg', '1', '1', '2016-03-19 15:23:07'), ('292', null, '11.png', '/upload\\20160415\\1460705916912.png', '1', '1', '2016-04-15 15:38:36'), ('293', null, '11.png', '/upload\\20160415\\1460706087306.png', '1', '1', '2016-04-15 15:41:27'), ('294', null, '14ce36d3d539b600ac7ff8a1ea50352ac65cb777.jpg', '/upload\\20160612\\1465711014299.jpg', '1', '1', '2016-06-12 13:56:54'); -COMMIT; - --- ---------------------------- --- Table structure for tfw_dept --- ---------------------------- -DROP TABLE IF EXISTS `tfw_dept`; -CREATE TABLE `tfw_dept` ( -`ID` int(11) NOT NULL AUTO_INCREMENT , -`NUM` int(11) NULL DEFAULT NULL , -`PID` int(11) NULL DEFAULT NULL , -`SIMPLENAME` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`FULLNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`VERSION` int(11) NULL DEFAULT NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=14 - -; - --- ---------------------------- --- Records of tfw_dept --- ---------------------------- -BEGIN; -INSERT INTO `tfw_dept` VALUES ('1', '0', '0', 'Tonbu', 'Tonbu', null, '1'), ('2', '1', '1', '江苏同步', '江苏同步信息技术有限公司', null, '1'), ('3', '1', '2', '技服部', '技术服务部', null, '1'), ('4', '2', '2', '客服部', '客户服务部', null, '1'), ('5', '3', '2', '销售部', '销售部', null, '1'), ('6', '4', '2', '综合管理部', '综合管理部', null, '1'), ('7', '2', '1', '常州同步', '常州同步软件技术有限公司', null, '1'), ('8', '1', '7', '产品部', '产品部', null, '1'), ('9', '2', '7', '研发部', '研发部', null, '1'), ('10', '3', '7', '项目部', '项目部', null, '1'), ('11', '4', '7', '运维部', '运维部', null, '1'), ('12', '5', '7', '销售部', '销售部', null, '1'), ('13', '6', '7', '行政部', '行政部', null, '1'); -COMMIT; - --- ---------------------------- --- Table structure for tfw_dict --- ---------------------------- -DROP TABLE IF EXISTS `tfw_dict`; -CREATE TABLE `tfw_dict` ( -`ID` int(11) NOT NULL AUTO_INCREMENT , -`CODE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`NUM` int(11) NULL DEFAULT NULL , -`PID` int(11) NULL DEFAULT NULL , -`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`VERSION` int(11) NULL DEFAULT NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=46 - -; - --- ---------------------------- --- Records of tfw_dict --- ---------------------------- -BEGIN; -INSERT INTO `tfw_dict` VALUES ('1', '101', '0', '0', '性别', null, '0'), ('2', '101', '1', '1', '男', null, '1'), ('3', '101', '2', '1', '女', null, '0'), ('5', '901', '0', '0', '账号状态', null, '0'), ('6', '901', '1', '5', '启用', null, '0'), ('7', '901', '2', '5', '冻结', null, '0'), ('8', '901', '3', '5', '待审核', null, '0'), ('9', '901', '4', '5', '审核拒绝', null, '0'), ('10', '901', '5', '5', '已删除', null, '0'), ('11', '902', '0', '0', '状态', null, '0'), ('12', '902', '1', '11', '启用', null, '0'), ('13', '902', '2', '11', '禁用', null, '0'), ('14', '102', '0', '0', '公告类型', null, '0'), ('15', '102', '10', '14', '通知公告', null, '0'), ('16', '102', '9', '14', '发布计划', null, '0'), ('17', '903', '0', '0', '审核状态', null, '0'), ('18', '903', '1', '17', '待审核', null, '0'), ('19', '903', '2', '17', '审核拒绝', null, '0'), ('20', '903', '3', '17', '审核通过', null, '0'), ('41', '102', '6', '16', '测试', null, '0'), ('44', '102', '1', '14', '发布测试', null, '0'), ('45', '102', '2', '16', '测试222', null, '1'); -COMMIT; - --- ---------------------------- --- Table structure for tfw_generate --- ---------------------------- -DROP TABLE IF EXISTS `tfw_generate`; -CREATE TABLE `tfw_generate` ( -`ID` int(11) NOT NULL AUTO_INCREMENT , -`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`REALPATH` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`PACKAGENAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`MODELNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`TABLENAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`PKNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=2 - -; - --- ---------------------------- --- Records of tfw_generate --- ---------------------------- -BEGIN; -INSERT INTO `tfw_generate` VALUES ('1', '测试', 'E:\\Workspaces\\git\\bladepro', 'com.smallchill.test', 'Blog', 'tb_tfw_tzgg', 'f_it_xl', null); -COMMIT; - --- ---------------------------- --- Table structure for tfw_login_log --- ---------------------------- -DROP TABLE IF EXISTS `tfw_login_log`; -CREATE TABLE `tfw_login_log` ( -`ID` int(65) NOT NULL AUTO_INCREMENT , -`LOGNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`USERID` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`CLASSNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`METHOD` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , -`CREATETIME` datetime NULL DEFAULT NULL , -`SUCCEED` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`MESSAGE` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=70 - -; - --- ---------------------------- --- Records of tfw_login_log --- ---------------------------- -BEGIN; -INSERT INTO `tfw_login_log` VALUES ('69', '12', '2', null, '12', '2016-02-01 00:00:00', '0', '12'); -COMMIT; - --- ---------------------------- --- Table structure for tfw_menu --- ---------------------------- -DROP TABLE IF EXISTS `tfw_menu`; -CREATE TABLE `tfw_menu` ( -`ID` int(65) NOT NULL AUTO_INCREMENT , -`CODE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`PCODE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`ALIAS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`ICON` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`URL` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`NUM` int(65) NULL DEFAULT NULL , -`LEVELS` int(65) NULL DEFAULT NULL , -`SOURCE` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , -`PATH` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`STATUS` int(65) NULL DEFAULT NULL , -`ISOPEN` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`ISTEMPLATE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`VERSION` int(11) NULL DEFAULT NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=105 - -; - --- ---------------------------- --- Records of tfw_menu --- ---------------------------- -BEGIN; -INSERT INTO `tfw_menu` VALUES ('1', 'system', '0', null, '系统管理', 'fa-cog', null, '9', '1', null, null, null, '1', '1', '0', '3'), ('2', 'role', 'system', null, '角色管理', 'fa-key', '/role/', '2', '2', null, null, null, '1', '0', null, '1'), ('3', 'role_add', 'role', 'addex', '角色新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/role/add', '1', '3', null, 'role_add.html', '800*340', '1', '0', null, '2'), ('4', 'role_edit', 'role', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/role/edit', '2', '3', null, 'role_edit.html', '800*340', '1', '0', '0', '1'), ('5', 'role_remove', 'role', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/role/remove', '3', '3', null, null, null, '1', '0', null, '1'), ('6', 'role_view', 'role', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/role/view', '4', '3', null, 'role_view.html', '800*340', '1', null, null, '1'), ('7', 'role_authority', 'role', 'authority', '权限配置', 'btn btn-xs btn-white | fa fa-wrench bigger-120', '/role/authority', '5', '3', null, 'role_authority.html', '350*500', '1', '0', null, '2'), ('8', 'user', 'system', null, '用户管理', 'fa-user', '/user/', '1', '2', null, null, null, '1', null, null, '0'), ('9', 'user_add', 'user', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/user/add', '1', '3', null, 'user_add.html', '800*430', '1', null, null, '0'), ('10', 'user_edit', 'user', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/user/edit', '2', '3', null, 'user_edit.html', '800*430', '1', null, null, '0'), ('11', 'user_del', 'user', 'remove', '删除', 'btn btn-xs btn-white | fa fa fa-times bigger-120', '/user/del', '3', '3', null, null, null, '1', null, null, '0'), ('12', 'user_view', 'user', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/user/view', '4', '3', null, 'user_view.html', '800*390', '1', null, null, '0'), ('13', 'user_audit', 'user', 'audit', '审核', 'btn btn-xs btn-white | fa fa-user bigger-120', '{\"status\":\"3\"}', '5', '3', null, null, null, '1', null, null, '0'), ('14', 'user_audit_ok', 'user_audit', 'ok', '通过', 'btn btn-xs btn-white | fa fa-check bigger-120', '/user/auditOk', '1', '4', null, null, null, '1', null, null, '0'), ('15', 'user_audit_refuse', 'user_audit', 'refuse', '拒绝', 'btn btn-xs btn-white | fa fa-times bigger-120', '/user/auditRefuse', '2', '4', null, null, null, '1', null, null, '0'), ('16', 'user_audit_back', 'user_audit', 'back', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0'), ('17', 'user_reset', 'user', 'reset', '重置密码', 'btn btn-xs btn-white | fa fa-key bigger-120', '/user/reset', '6', '3', null, null, null, '1', null, null, '0'), ('18', 'user_ban', 'user', 'frozen', '冻结', 'btn btn-xs btn-white | fa fa-ban bigger-120', '/user/ban', '7', '3', null, null, null, '1', null, null, '0'), ('19', 'user_recycle', 'user', 'recycle', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{\"status\":\"5\"}', '8', '3', null, null, null, '1', null, null, '0'), ('20', 'user_recycle_restore', 'user_recycle', 'restore', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/user/restore', '1', '4', null, null, null, '1', null, null, '0'), ('21', 'user_recycle_remove', 'user_recycle', 'remove', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/user/remove', '2', '4', null, null, null, '1', null, null, '0'), ('22', 'user_recycle_back', 'user_recycle', 'back', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0'), ('23', 'user_roleAssign', 'user', 'assign', '角色分配', 'btn btn-xs btn-white | fa fa-users bigger-120', '/user/roleAssign', '9', '3', null, 'user_roleAssign.html', '350*500', '1', null, null, '0'), ('24', 'user_extrole', 'user', 'agent', '权限代理', 'btn btn-xs btn-white | fa fa-wrench bigger-120', '/user/extrole', '10', '3', null, 'user_extrole.html', null, '1', null, null, '0'), ('25', 'menu', 'system', null, '菜单管理', 'fa-tasks', '/menu/', '3', '2', null, null, null, '1', null, null, '0'), ('26', 'menu_add', 'menu', 'addex', '菜单新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/menu/add', '1', '3', null, 'menu_add.html', '800*430', '1', '0', '0', '1'), ('27', 'menu_edit', 'menu', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/menu/edit', '2', '3', null, 'menu_edit.html', '800*430', '1', '0', '0', '1'), ('28', 'menu_del', 'menu', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/menu/del', '3', '3', null, null, null, '1', '0', null, '1'), ('29', 'menu_view', 'menu', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/menu/view', '4', '3', null, 'menu_view.html', '800*430', '1', '0', '0', '1'), ('30', 'menu_recycle', 'menu', 'recycle', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{\"status\":\"2\"}', '5', '3', null, null, null, '1', null, null, '0'), ('31', 'menu_recycle_restore', 'menu_recycle', 'restore', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/menu/restore', '1', '4', null, null, null, '1', null, null, '0'), ('32', 'menu_recycle_remove', 'menu_recycle', 'remove', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/menu/remove', '2', '4', null, null, null, '1', '0', null, '1'), ('33', 'menu_recycle_back', 'menu_recycle', 'back', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0'), ('34', 'dict', 'system', null, '字典管理', 'fa fa-book', '/dict/', '4', '2', null, null, null, '1', null, null, '0'), ('35', 'dict_add', 'dict', 'addex', '字典新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/dict/add', '1', '3', null, 'dict_add.html', '800*390', '1', null, null, '0'), ('36', 'dict_edit', 'dict', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/dict/edit', '2', '3', null, 'dict_edit.html', '800*390', '1', null, null, '0'), ('37', 'dict_remove', 'dict', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/dict/remove', '3', '3', null, null, null, '1', null, null, '0'), ('38', 'dict_view', 'dict', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/dict/view', '4', '3', null, 'dict_view.html', '800*390', '1', null, null, '0'), ('39', 'dept', 'system', null, '部门管理', 'fa fa-users', '/dept/', '5', '2', null, null, null, '1', null, null, '0'), ('40', 'dept_add', 'dept', 'addex', '部门新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/dept/add', '1', '3', null, 'dept_add.html', '800*340', '1', null, null, '0'), ('41', 'dept_edit', 'dept', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/dept/edit', '2', '3', null, 'dept_edit.html', '800*340', '1', null, null, '0'), ('42', 'dept_remove', 'dept', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/dept/remove', '3', '3', null, null, null, '1', null, null, '0'), ('43', 'dept_view', 'dept', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/dept/view', '4', '3', null, 'dept_view.html', '800*340', '1', '0', '0', '0'), ('44', 'attach', 'system', null, '附件管理', 'fa fa-paperclip', '/attach/', '6', '2', null, 'attach.html', null, '1', '0', '0', '0'), ('45', 'attach_add', 'attach', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/attach/add', '1', '3', null, 'attach_add.html', '800*450', '1', '0', '0', '0'), ('46', 'attach_edit', 'attach', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/attach/edit', '2', '3', null, 'attach_edit.html', '800*290', '1', '0', null, '0'), ('47', 'attach_remove', 'attach', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/attach/remove', '3', '3', null, null, null, '1', null, null, '0'), ('48', 'attach_view', 'attach', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/attach/view', '4', '3', null, 'attach_view.html', '800*450', '1', '0', '0', '1'), ('49', 'attach_download', 'attach', 'download', '下载', 'btn btn-xs btn-white | fa fa-paperclip bigger-120', '/attach/download', '5', '3', null, null, null, '1', null, null, '0'), ('56', 'parameter', 'system', null, '参数化管理', 'fa-tags', '/parameter/', '9', '2', null, 'parameter.html', null, '1', '0', '1', '0'), ('57', 'parameter_add', 'parameter', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/parameter/add', '1', '3', null, 'parameter_add.html', null, '1', '0', '0', '0'), ('58', 'parameter_edit', 'parameter', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/parameter/edit', '2', '3', null, 'parameter_edit.html', null, '1', '0', '0', '0'), ('59', 'parameter_del', 'parameter', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/parameter/del', '3', '3', null, null, null, '1', '0', '0', '1'), ('60', 'parameter_view', 'parameter', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/parameter/view', '4', '3', null, 'parameter_view.html', null, '1', '0', '0', '0'), ('61', 'parameter_recycle', 'parameter', 'recycle', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{\"status\":\"5\"}', '5', '3', null, 'parameter_recycle.html', null, '1', '0', '0', '0'), ('62', 'parameter_recycle_restore', 'parameter_recycle', 'restore', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/parameter/restore', '1', '4', null, null, null, '1', '0', '0', '0'), ('63', 'parameter_recycle_remove', 'parameter_recycle', 'remove', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/parameter/remove', '2', '4', null, null, null, '1', '0', '0', '1'), ('64', 'parameter_recycle_back', 'parameter_recycle', 'back', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', '0', '0', '0'), ('65', 'druid', 'system', null, '连接池监视', 'fa-arrows-v', '/druid', '10', '2', null, null, null, '1', '0', null, '1'), ('81', 'log', 'system', null, '日志管理', 'fa-tasks', null, '11', '2', null, null, null, '1', '0', '0', '1'), ('82', 'olog', 'log', null, '操作日志', 'fa-database', '/olog/', '1', '3', null, 'olog.html', null, '1', '0', '0', '0'), ('83', 'llog', 'log', null, '登录日志', 'fa-sign-in', '/llog/', '2', '3', null, 'llog.html', null, '1', '0', '1', '0'), ('84', 'olog_add', 'olog', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/olog/add', '1', '4', null, 'olog_add.html', null, '1', '0', '0', '0'), ('85', 'olog_edit', 'olog', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/olog/edit', '2', '4', null, 'olog_edit.html', null, '1', '0', '0', '0'), ('86', 'olog_remove', 'olog', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/olog/remove', '3', '4', null, null, null, '1', '0', '0', '0'), ('87', 'olog_view', 'olog', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/olog/view', '4', '4', null, 'olog_view.html', null, '1', '0', '0', '0'), ('88', 'llog_add', 'llog', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/llog/add', '1', '4', null, 'llog_add.html', null, '1', '0', '0', '0'), ('89', 'llog_edit', 'llog', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/llog/edit', '2', '4', null, 'llog_edit.html', null, '1', '0', '0', '0'), ('90', 'llog_remove', 'llog', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/llog/remove', '3', '4', null, null, null, '1', '0', '0', '0'), ('91', 'llog_view', 'llog', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/llog/view', '4', '4', null, 'llog_view.html', null, '1', '0', '0', '0'), ('92', 'office', '0', null, '工作台', 'fa fa-desktop', null, '1', '1', null, null, null, '1', '0', '0', '0'), ('93', 'notice', 'office', null, '通知公告', 'fa fa-bell', '/notice/', '1', '2', null, null, null, '1', '0', '0', '0'), ('94', 'notice_add', 'notice', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/notice/add', '1', '3', null, null, '800*500', '1', '0', '0', '1'), ('95', 'notice_edit', 'notice', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/notice/edit', '2', '3', null, null, '800*500', '1', '0', '0', '0'), ('96', 'notice_remove', 'notice', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/notice/remove', '3', '3', null, null, null, '1', '0', '0', '0'), ('97', 'notice_view', 'notice', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/notice/view', '4', '3', null, null, '800*500', '1', '0', '0', '0'), ('98', 'online', 'system', '', '在线开发', 'fa-rocket', null, '12', '2', null, null, '800*520', '1', '0', null, '1'), ('99', 'generate', 'online', null, '代码生成', 'fa-gavel', '/generate/', '1', '3', null, null, '800*520', '1', '0', null, '1'), ('100', 'generate_add', 'generate', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/generate/add', '1', '4', null, null, '800*420', '1', '0', null, '3'), ('101', 'generate_edit', 'generate', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/generate/edit', '2', '4', null, null, '800*420', '1', '0', null, '3'), ('102', 'generate_remove', 'generate', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/generate/remove', '3', '4', null, null, '800*520', '1', '0', null, null), ('103', 'generate_view', 'generate', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/generate/view', '4', '4', null, null, '800*420', '1', '0', null, '3'), ('104', 'generate_gencode', 'generate', 'gencode', '代码生成', 'btn btn-xs btn-white | fa fa-gavel bigger-120', '/generate/gencode', '5', '4', null, null, '800*520', '1', '0', null, '1'); -COMMIT; - --- ---------------------------- --- Table structure for tfw_operation_log --- ---------------------------- -DROP TABLE IF EXISTS `tfw_operation_log`; -CREATE TABLE `tfw_operation_log` ( -`ID` int(65) NOT NULL AUTO_INCREMENT , -`LOGNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`USERID` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`CLASSNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`METHOD` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , -`CREATETIME` datetime NULL DEFAULT NULL , -`SUCCEED` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`MESSAGE` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=420 - -; - --- ---------------------------- --- Records of tfw_operation_log --- ---------------------------- -BEGIN; -INSERT INTO `tfw_operation_log` VALUES ('216', '异常日志', '1', null, 'com.sun.proxy.$Proxy27 cannot be cast to org.springframework.web.multipart.MultipartHttpServletRequest', '2016-02-17 16:26:13', '0', null), ('217', '异常日志', '1', null, 'write javaBean error', '2016-02-17 16:43:12', '0', null), ('218', '异常日志', '1', null, '-1', '2016-02-17 16:57:21', '0', null), ('219', '异常日志', '1', null, '\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: ORA-01722: 无效数字\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: insert into tb_tfw_tzgg (f_dt_fbsj,f_vc_bt,f_it_xl) values (?,?,?)\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-01722: 无效数字\n\n; SQL []; ORA-01722: 无效数字\n; nested exception is java.sql.SQLSyntaxErrorException: ORA-01722: 无效数字\n', '2016-02-18 10:51:46', '0', null), ('220', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'f_it_xl\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #3 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111', '2016-02-18 10:58:01', '0', null), ('221', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select * from TMSP_ATTACH where id = ?\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在\n', '2016-02-18 15:10:05', '0', null), ('231', '异常日志', '1', null, '文件不存在!', '2016-02-19 08:48:49', '0', null), ('232', '异常日志', '1', null, '文件不存在!', '2016-02-19 08:49:02', '0', null), ('233', '异常日志', '1', null, '文件不存在!', '2016-02-19 08:49:39', '0', null), ('234', '异常日志', '1', null, '文件不存在!', '2016-02-19 08:50:22', '0', null), ('235', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'code\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-19 13:29:00', '0', null), ('236', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'code\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-19 13:29:52', '0', null), ('237', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'code\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-19 13:33:12', '0', null), ('238', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT count(*) FROM tfw_menu m LEFT JOIN (SELECT num, name FROM tfw_dict WHERE code = 902) d ON m.status = d.num WHERE 1 = 1 AND (name LIKE CONCAT(CONCAT(\'%\', ?), \'%\')) AND (code LIKE CONCAT(CONCAT(\'%\', ?), \'%\'))\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n', '2016-02-19 13:35:17', '0', null), ('239', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'name\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111', '2016-02-19 13:36:31', '0', null), ('240', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'name\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111', '2016-02-19 13:37:11', '0', null), ('241', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'name\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111', '2016-02-19 13:40:07', '0', null), ('242', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT count(*) FROM tfw_menu m LEFT JOIN (SELECT num, name FROM tfw_dict WHERE code = 902) d ON m.status = d.num WHERE 1 = 1 AND (name LIKE CONCAT(CONCAT(\'%\', ?), \'%\')) AND (code LIKE CONCAT(CONCAT(\'%\', ?), \'%\'))\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n', '2016-02-19 13:42:08', '0', null), ('243', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT count(*) FROM tfw_menu m LEFT JOIN (SELECT num, name FROM tfw_dict WHERE code = 902) d ON m.status = d.num WHERE 1 = 1 AND (name LIKE \'%新增%\') AND (code LIKE \'%user%\')\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n', '2016-02-19 13:48:24', '0', null), ('244', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT count(*) FROM (SELECT m.*, d.name AS DIC_STATUS FROM tfw_menu m LEFT JOIN (SELECT num, name FROM tfw_dict WHERE code = 902) d ON m.status = d.num WHERE 1 = 1 AND (name LIKE CONCAT(CONCAT(\'%\', ?), \'%\')) AND (code LIKE CONCAT(CONCAT(\'%\', ?), \'%\'))) blade_statement\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n', '2016-02-19 13:50:40', '0', null), ('245', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT count(*) FROM (SELECT m.*, d.name AS DIC_STATUS FROM tfw_menu m LEFT JOIN (SELECT num, name FROM tfw_dict WHERE code = 902) d ON m.status = d.num WHERE 1 = 1 AND (name LIKE CONCAT(CONCAT(\'%\', ?), \'%\'))) blade_statement\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列\n', '2016-02-19 13:54:35', '0', null), ('246', '异常日志', '1', null, 'Index: 0, Size: 0', '2016-02-19 14:00:39', '0', null), ('247', '异常日志', '1', null, 'Index: 0, Size: 0', '2016-02-19 14:00:41', '0', null), ('248', '异常日志', '1', null, 'Index: 0, Size: 0', '2016-02-19 14:01:13', '0', null), ('249', '异常日志', '1', null, 'Index: 0, Size: 0', '2016-02-19 14:04:21', '0', null), ('250', '异常日志', '1', null, 'Index: 0, Size: 0', '2016-02-19 14:04:58', '0', null), ('251', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"R\".\"ID\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select * from ( select tmp_page.*, rownum row_id from ( SELECT * FROM (SELECT r.*, d.simpleName DEPTNAME, (SELECT name FROM tfw_role WHERE id = r.pId) PNAME FROM tfw_role r LEFT JOIN tfw_dept d ON r.deptId = d.id) blade_statement WHERE 1 = 1 order by r.id asc ) tmp_page where rownum <= ? ) where row_id > ?\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"R\".\"ID\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"R\".\"ID\": 标识符无效\n', '2016-02-19 14:08:19', '0', null), ('252', '异常日志', '21', null, 'java.sql.SQLIntegrityConstraintViolationException: ORA-00001: 违反唯一约束条件 (TFRAMEWORK.SYS_C0041927)\n', '2016-02-19 14:10:58', '0', null), ('253', '异常日志', '21', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select count(*) from (select * from (select bg.*, nr.F_TX_BGNR, u1.name DIC_F_IT_CJR, u2.name DIC_F_IT_XGR from tb_tfw_gzbg bg left join tb_tfw_gzbgnr nr on bg.f_it_xl=nr.f_it_bgxl left join tfw_user u1 on bg.f_it_cjr=u1.id left join tfw_user u2 on bg.f_it_xgr=u2.id) blade_statement where 1=1 where 1=1 and bg.f_it_cjr = ?) tmp_count\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号\n', '2016-02-19 14:14:47', '0', null), ('254', '异常日志', '21', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select count(*) from (select * from (select bg.*, nr.F_TX_BGNR, u1.name DIC_F_IT_CJR, u2.name DIC_F_IT_XGR from tb_tfw_gzbg bg left join tb_tfw_gzbgnr nr on bg.f_it_xl=nr.f_it_bgxl left join tfw_user u1 on bg.f_it_cjr=u1.id left join tfw_user u2 on bg.f_it_xgr=u2.id) blade_statement where 1=1 where 1=1 and bg.f_it_cjr = ?) tmp_count\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号\n', '2016-02-19 14:15:23', '0', null), ('255', '异常日志', '21', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select count(*) from (select * from (select bg.*, nr.F_TX_BGNR, u1.name DIC_F_IT_CJR, u2.name DIC_F_IT_XGR from tb_tfw_gzbg bg left join tb_tfw_gzbgnr nr on bg.f_it_xl=nr.f_it_bgxl left join tfw_user u1 on bg.f_it_cjr=u1.id left join tfw_user u2 on bg.f_it_xgr=u2.id) blade_statement where 1=1 and bg.f_it_cjr = ? where 1=1 ) tmp_count\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号\n', '2016-02-19 14:17:19', '0', null), ('256', '异常日志', '21', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"BG\".\"F_IT_CJR\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT count(*) FROM (SELECT bg.*, nr.F_TX_BGNR, u1.name DIC_F_IT_CJR, u2.name DIC_F_IT_XGR FROM tb_tfw_gzbg bg LEFT JOIN tb_tfw_gzbgnr nr ON bg.f_it_xl = nr.f_it_bgxl LEFT JOIN tfw_user u1 ON bg.f_it_cjr = u1.id LEFT JOIN tfw_user u2 ON bg.f_it_xgr = u2.id) blade_statement WHERE 1 = 1 AND bg.f_it_cjr = ?\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"BG\".\"F_IT_CJR\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"BG\".\"F_IT_CJR\": 标识符无效\n', '2016-02-19 14:18:34', '0', null), ('257', '异常日志', '21', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"BG\".\"F_IT_XL\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select * from ( select tmp_page.*, rownum row_id from ( SELECT * FROM (SELECT bg.*, nr.F_TX_BGNR, u1.name DIC_F_IT_CJR, u2.name DIC_F_IT_XGR FROM tb_tfw_gzbg bg LEFT JOIN tb_tfw_gzbgnr nr ON bg.f_it_xl = nr.f_it_bgxl LEFT JOIN tfw_user u1 ON bg.f_it_cjr = u1.id LEFT JOIN tfw_user u2 ON bg.f_it_xgr = u2.id) blade_statement WHERE 1 = 1 AND f_it_cjr = ? order by bg.F_IT_XL desc ) tmp_page where rownum <= ? ) where row_id > ?\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"BG\".\"F_IT_XL\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"BG\".\"F_IT_XL\": 标识符无效\n', '2016-02-19 14:20:09', '0', null), ('258', '异常日志', '1', null, 'java.sql.SQLSyntaxErrorException: ORA-00911: 无效字符\n', '2016-02-20 14:03:39', '0', null), ('261', '异常日志', '1', null, 'Required String parameter \'type\' is not present', '2016-02-23 14:27:19', '0', null), ('262', '异常日志', '1', null, 'Mapped Statements collection does not contain value for 0', '2016-02-23 14:27:42', '0', null), ('263', '异常日志', '1', null, 'Mapped Statements collection does not contain value for 0', '2016-02-23 14:28:13', '0', null), ('264', '异常日志', '1', null, 'Mapped Statements collection does not contain value for 0', '2016-02-23 14:28:33', '0', null), ('265', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值\r\n### The error may involve SELECT.0\r\n### The error occurred while executing a query\r\n### SQL: \r\n### Cause: java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值\n; uncategorized SQLException for SQL []; SQL state [99999]; error code [17104]; 要执行的 SQL 语句不得为空白或空值; nested exception is java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值', '2016-02-23 14:30:08', '0', null), ('266', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值\r\n### The error may involve SELECT.0\r\n### The error occurred while executing a query\r\n### SQL: \r\n### Cause: java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值\n; uncategorized SQLException for SQL []; SQL state [99999]; error code [17104]; 要执行的 SQL 语句不得为空白或空值; nested exception is java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值', '2016-02-23 14:30:35', '0', null), ('267', '异常日志', '1', null, 'Mapped Statements collection does not contain value for ', '2016-02-23 15:27:09', '0', null), ('268', '异常日志', '1', null, 'Mapped Statements collection does not contain value for ', '2016-02-23 15:27:25', '0', null), ('269', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n', '2016-02-23 16:10:49', '0', null), ('270', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n', '2016-02-23 16:10:50', '0', null), ('271', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n', '2016-02-23 16:13:59', '0', null), ('272', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n', '2016-02-23 16:14:03', '0', null), ('273', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY\": 标识符无效\n', '2016-02-23 16:14:06', '0', null), ('274', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy_notice\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n', '2016-02-23 16:19:43', '0', null), ('275', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy_notice\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n', '2016-02-23 16:19:44', '0', null), ('276', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy_notice\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n', '2016-02-23 16:21:50', '0', null), ('277', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy_notice\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n', '2016-02-23 16:21:52', '0', null), ('278', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy_notice\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n', '2016-02-23 16:23:14', '0', null), ('279', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy_notice\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n', '2016-02-23 16:23:33', '0', null), ('280', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=diy_notice\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"DIY_NOTICE\": 标识符无效\n', '2016-02-23 16:24:34', '0', null), ('281', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_equal\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 16:47:44', '0', null), ('282', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_equal\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 16:48:25', '0', null), ('283', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_equal\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 16:49:58', '0', null), ('284', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_equ\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 16:52:15', '0', null), ('285', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_equal\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 16:55:44', '0', null), ('286', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 16:57:31', '0', null), ('287', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_VC_BT_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 16:59:17', '0', null), ('288', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_VC_BT\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 16:59:38', '0', null), ('289', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_VC_BT\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:00:02', '0', null), ('290', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_VC_BT_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:00:20', '0', null), ('291', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_VC_BT_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:02:13', '0', null), ('292', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_VC_BT\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:03:19', '0', null), ('293', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_VC_BT\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:03:56', '0', null), ('294', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_VC_BT\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:06:42', '0', null), ('295', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_VC_BT_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:07:36', '0', null), ('296', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_VC_BT_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:07:50', '0', null), ('297', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:11:19', '0', null), ('298', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:15:33', '0', null), ('299', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-23 17:15:35', '0', null), ('300', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-24 08:38:32', '0', null), ('301', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-24 08:38:40', '0', null), ('302', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-24 08:38:43', '0', null), ('303', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-24 08:41:40', '0', null), ('304', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX_2nd\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-24 08:41:48', '0', null), ('305', '异常日志', '1', null, 'Expected one result (or null) to be returned by selectOne(), but found: 2', '2016-02-24 08:41:55', '0', null), ('306', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=\'F_IT_LX\', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=\'null\', jdbcTypeName=\'null\', expression=\'null\'}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', '2016-02-24 08:43:14', '0', null), ('307', '异常日志', '1', null, 'Expected one result (or null) to be returned by selectOne(), but found: 2', '2016-02-24 08:45:51', '0', null), ('308', '异常日志', '1', null, 'Expected one result (or null) to be returned by selectOne(), but found: 2', '2016-02-24 08:47:36', '0', null), ('309', '异常日志', '1', null, 'Expected one result (or null) to be returned by selectOne(), but found: 2', '2016-02-24 08:53:09', '0', null), ('310', '异常日志', '1', null, 'Expected one result (or null) to be returned by selectOne(), but found: 2', '2016-02-24 08:53:52', '0', null), ('311', '异常日志', '1', null, '\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"USERID\": 标识符无效\n\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select * from tfw_user where userid = 1\r\n### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: \"USERID\": 标识符无效\n\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: \"USERID\": 标识符无效\n', '2016-02-24 09:57:54', '0', null), ('312', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table \'tframework.tfw_user\' doesn\'t exist', '2016-02-24 14:08:54', '0', null), ('313', '异常日志', '1', null, 'java.lang.IllegalAccessException: Class org.beetl.sql.core.mapping.BeanProcessor can not access a member of class com.tonbusoft.core.toolbox.Maps with modifiers \"private\"', '2016-02-24 16:43:38', '0', null), ('314', '异常日志', '1', null, 'SQL Script Error:>>04:43:48:变量未定义(VAR_NOT_DEFINED):jds 位于1行 资源:auto._gen_select * from tfw_me', '2016-02-24 16:43:48', '0', null), ('315', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'\'1\',\'2\',\'3\',\'4\',\'5\',\'6\',\'7\',\'8\',\'9\',\'10\' \nlimit 0 , 5\' at line 1', '2016-02-24 16:44:46', '0', null), ('316', '异常日志', '1', null, 'java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号\n', '2016-02-24 16:55:09', '0', null), ('317', '异常日志', '1', null, 'java.lang.InstantiationException', '2016-02-25 13:16:46', '0', null), ('318', '异常日志', '1', null, 'java.lang.InstantiationException', '2016-02-25 13:17:33', '0', null), ('319', '异常日志', '1', null, 'java.lang.InstantiationException', '2016-02-25 13:18:37', '0', null), ('320', '异常日志', '1', null, 'java.lang.IllegalAccessException: Class org.beetl.sql.core.mapping.BeanProcessor can not access a member of class com.tonbusoft.core.toolbox.Maps with modifiers \"private\"', '2016-02-25 13:30:23', '0', null), ('321', '异常日志', '1', null, '在 /beetlsql/mysql/userMapper.sql 和 /beetlsql/mysql/userMapper.md 和 /beetlsql/userMapper.sql 和 /beetlsql/userMapper.md 和 未找到[id=userMapper.list]相关的SQL', '2016-03-19 11:17:04', '0', null), ('322', '异常日志', '1', null, '在 /beetlsql/mysql/userMapper.sql 和 /beetlsql/mysql/userMapper.md 和 /beetlsql/userMapper.sql 和 /beetlsql/userMapper.md 和 未找到[id=userMapper.list]相关的SQL', '2016-03-19 11:23:52', '0', null), ('324', '异常日志', '1', null, '在 /beetlsql/mysql/noticeMapper.sql 和 /beetlsql/mysql/noticeMapper.md 和 /beetlsql/noticeMapper.sql 和 /beetlsql/noticeMapper.md 和 未找到[id=noticeMapper.list]相关的SQL', '2016-03-19 14:43:28', '0', null), ('325', '异常日志', '1', null, '在 /beetlsql/mysql/noticeMapper.sql 和 /beetlsql/mysql/noticeMapper.md 和 /beetlsql/noticeMapper.sql 和 /beetlsql/noticeMapper.md 和 未找到[id=noticeMapper.list]相关的SQL', '2016-03-19 15:23:03', '0', null), ('326', '异常日志', '1', null, '在 /beetlsql/mysql/reportMapper.sql 和 /beetlsql/mysql/reportMapper.md 和 /beetlsql/reportMapper.sql 和 /beetlsql/reportMapper.md 和 未找到[id=reportMapper.list]相关的SQL', '2016-03-21 09:11:45', '0', null), ('327', '异常日志', '1', null, '在 /beetlsql/mysql/reportMapper.sql 和 /beetlsql/mysql/reportMapper.md 和 /beetlsql/reportMapper.sql 和 /beetlsql/reportMapper.md 和 未找到[id=reportMapper.list]相关的SQL', '2016-03-21 09:16:29', '0', null); -INSERT INTO `tfw_operation_log` VALUES ('328', '异常日志', '1', null, 'SQL Script Error:>>09:17:12:调用方法抛出了异常(NATIVE_CALL_EXCEPTION):use 位于2行 资源:auto._gen_select * from (selec', '2016-03-21 09:17:12', '0', null), ('329', '异常日志', '1', null, 'SQL Script Error:>>09:18:49:调用方法抛出了异常(NATIVE_CALL_EXCEPTION):use 位于2行 资源:auto._gen_select * from (selec', '2016-03-21 09:18:49', '0', null), ('330', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'from\r\ntb_tfw_gzbg bg\r\nleft join tb_tfw_gzbgnr nr on bg.f_it_xl=nr.f_it_bgxl\r\nlef\' at line 3', '2016-03-21 09:19:11', '0', null), ('331', '异常日志', '1', null, 'SQL Script Error:>>09:19:54:调用方法抛出了异常(NATIVE_CALL_EXCEPTION):use 位于2行 资源:auto._gen_select * from (selec', '2016-03-21 09:19:54', '0', null), ('332', '异常日志', '1', null, 'SQL Script Error:>>09:20:01:调用方法抛出了异常(NATIVE_CALL_EXCEPTION):use 位于2行 资源:auto._gen_select * from (selec', '2016-03-21 09:20:01', '0', null), ('333', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'from\r\ntb_tfw_gzbg bg\r\nleft join tb_tfw_gzbgnr nr on bg.f_it_xl=nr.f_it_bgxl\r\nlef\' at line 3', '2016-03-21 09:20:49', '0', null), ('334', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'from\r\ntb_tfw_gzbg bg\r\nleft join tb_tfw_gzbgnr nr on bg.f_it_xl=nr.f_it_bgxl\r\nlef\' at line 3', '2016-03-21 09:21:40', '0', null), ('335', '异常日志', '1', null, 'SQL Script Error:>>09:22:12:调用方法抛出了异常(NATIVE_CALL_EXCEPTION):use 位于2行 资源:auto._gen_select * from (selec', '2016-03-21 09:22:12', '0', null), ('336', '异常日志', '1', null, 'SQL Script Error:>>09:22:21:调用方法抛出了异常(NATIVE_CALL_EXCEPTION):use 位于2行 资源:auto._gen_select * from (selec', '2016-03-21 09:22:21', '0', null), ('337', '异常日志', '1', null, 'SQL Script Error:>>09:23:25:调用方法抛出了异常(NATIVE_CALL_EXCEPTION):use 位于2行 资源:auto._gen_select * from (selec', '2016-03-21 09:23:25', '0', null), ('338', '异常日志', '1', null, 'java.util.ArrayList cannot be cast to java.util.Map', '2016-03-21 09:24:49', '0', null), ('339', '异常日志', '1', null, '在 /beetlsql/mysql/noticeMapper.sql 和 /beetlsql/mysql/noticeMapper.md 和 /beetlsql/noticeMapper.sql 和 /beetlsql/noticeMapper.md 和 未找到[id=noticeMapper.list]相关的SQL', '2016-03-21 09:30:26', '0', null), ('340', '异常日志', '1', null, '在 /beetlsql/mysql/newsMapper.sql 和 /beetlsql/mysql/newsMapper.md 和 /beetlsql/newsMapper.sql 和 /beetlsql/newsMapper.md 和 未找到[id=newsMapper.data]相关的SQL', '2016-03-21 09:35:03', '0', null), ('341', '异常日志', '1', null, '在 /beetlsql/mysql/noticeMapper.sql 和 /beetlsql/mysql/noticeMapper.md 和 /beetlsql/noticeMapper.sql 和 /beetlsql/noticeMapper.md 和 未找到[id=noticeMapper.list]相关的SQL', '2016-03-21 10:57:21', '0', null), ('342', '异常日志', '1', null, '在 /beetlsql/mysql/noticeMapper.sql 和 /beetlsql/mysql/noticeMapper.md 和 /beetlsql/noticeMapper.sql 和 /beetlsql/noticeMapper.md 和 未找到[id=noticeMapper.list]相关的SQL', '2016-03-21 10:57:45', '0', null), ('343', '异常日志', '1', null, '在 /beetlsql/mysql/notice.sql 和 /beetlsql/mysql/notice.md 和 /beetlsql/notice.sql 和 /beetlsql/notice.md 和 未找到[id=notice.list]相关的SQL', '2016-03-21 10:58:14', '0', null), ('344', '异常日志', '1', null, '删除失败!', '2016-03-30 13:35:12', '0', null), ('345', '异常日志', '1', null, '删除失败!', '2016-03-30 13:35:58', '0', null), ('346', '异常日志', '1', null, '未取到ID的值,无法修改!', '2016-03-31 08:56:32', '0', null), ('347', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-01 11:23:21', '0', null), ('348', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-01 11:30:07', '0', null), ('349', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-01 12:06:47', '0', null), ('350', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-01 12:08:32', '0', null), ('351', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-01 12:19:34', '0', null), ('352', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-05 08:40:25', '0', null), ('353', '异常日志', '1', null, '数据库中此数据不存在,可能数据已经被删除,请刷新数据后在操作', '2016-04-05 08:40:33', '0', null), ('354', '异常日志', '1', null, 'com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column \'F_CR_FBZT\' at row 1', '2016-04-07 14:08:08', '0', null), ('355', '异常日志', '1', null, 'Inject [height] error!', '2016-04-07 16:27:32', '0', null), ('356', '异常日志', '1', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=dept\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'', '2016-04-09 10:07:35', '0', null), ('357', '异常日志', '1', null, 'Mapped Statements collection does not contain value for 0', '2016-04-09 10:08:46', '0', null), ('358', '异常日志', '1', null, 'Mapped Statements collection does not contain value for 0', '2016-04-09 10:09:22', '0', null), ('359', '异常日志', '1', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=dept\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'', '2016-04-09 10:11:16', '0', null), ('360', '异常日志', '1', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=dept\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'', '2016-04-09 10:11:28', '0', null), ('361', '异常日志', '1', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select NUM as \"num\",ID as \"id\",PID as \"pId\",NAME as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_DICT where code=dept\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'dept\' in \'where clause\'', '2016-04-09 10:11:58', '0', null), ('362', '异常日志', '1', null, 'Mapped Statements collection does not contain value for 0', '2016-04-09 10:12:36', '0', null), ('363', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 10:37:24', '0', null), ('364', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 10:37:27', '0', null), ('365', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-09 10:37:53', '0', null), ('366', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 10:37:59', '0', null), ('367', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 10:38:04', '0', null), ('368', '异常日志', '1', null, '数据库中此数据不存在,可能数据已经被删除,请刷新数据后在操作', '2016-04-09 10:38:18', '0', null), ('369', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 11:00:13', '0', null), ('370', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 11:30:54', '0', null), ('371', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 11:31:16', '0', null), ('372', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 11:31:34', '0', null), ('373', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 11:31:46', '0', null), ('374', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 13:42:14', '0', null), ('375', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 13:43:06', '0', null), ('376', '异常日志', '1', null, 'Required String parameter \'where\' is not present', '2016-04-09 13:43:20', '0', null), ('377', '异常日志', '1', null, 'syntax error, expect {, actual int', '2016-04-09 13:46:01', '0', null), ('378', '异常日志', '1', null, 'syntax error, expect {, actual int', '2016-04-09 13:46:15', '0', null), ('379', '异常日志', '1', null, 'syntax error, expect {, actual int', '2016-04-09 13:46:25', '0', null), ('380', '异常日志', '1', null, 'syntax error, expect {, actual EOF', '2016-04-09 13:48:11', '0', null), ('381', '异常日志', '1', null, 'syntax error, expect {, actual EOF', '2016-04-09 13:48:26', '0', null), ('382', '异常日志', '1', null, '删除失败!', '2016-04-11 10:11:36', '0', null), ('383', '异常日志', '1', null, '删除失败!', '2016-04-11 10:11:48', '0', null), ('384', '异常日志', '1', null, 'Required String parameter \'inter\' is not present', '2016-04-12 09:24:15', '0', null), ('385', '异常日志', '1', null, 'Required String parameter \'inter\' is not present', '2016-04-12 09:24:20', '0', null), ('386', '异常日志', '1', null, 'Required String parameter \'inter\' is not present', '2016-04-12 09:24:59', '0', null), ('387', '异常日志', '1', null, 'Required String parameter \'inter\' is not present', '2016-04-12 09:25:05', '0', null), ('388', '异常日志', '1', null, 'Required String parameter \'inter\' is not present', '2016-04-12 09:27:57', '0', null), ('389', '异常日志', '1', null, 'Required String parameter \'inter\' is not present', '2016-04-12 09:28:12', '0', null), ('390', '异常日志', '1', null, 'Required String parameter \'intercept\' is not present', '2016-04-12 09:30:47', '0', null), ('391', '异常日志', '1', null, 'Instance class [10] error!', '2016-04-12 09:32:45', '0', null), ('392', '异常日志', '1', null, 'Instance class [] error!', '2016-04-12 09:34:03', '0', null), ('393', '异常日志', '1', null, 'Instance class [] error!', '2016-04-12 09:34:36', '0', null), ('394', '异常日志', '1', null, 'Instance class [] error!', '2016-04-12 09:35:52', '0', null), ('395', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-12 16:43:40', '0', null), ('396', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-12 16:44:01', '0', null), ('397', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-12 16:44:11', '0', null), ('398', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-12 16:45:01', '0', null), ('399', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-12 16:49:38', '0', null), ('400', '异常日志', '1', null, '表单数据版本号和数据库数据版本号不一致,可能数据已经被其他人修改,请重新编辑', '2016-04-12 16:50:08', '0', null), ('401', '异常日志', '1', null, '已经有XXXX......', '2016-05-07 15:31:01', '0', null), ('402', '异常日志', '1', null, 'Could not find acceptable representation', '2016-05-10 09:35:31', '0', null), ('403', '异常日志', '1', null, 'Could not find acceptable representation', '2016-05-10 09:37:13', '0', null), ('404', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'\'1\'\' at line 1', '2016-05-16 14:24:36', '0', null), ('405', '异常日志', '1', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'where id in (1,2,3)) tmp_count\' at line 1\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select count(*) from (select * from (select r.*,d.simpleName DEPTNAME,(select name from tfw_role where id=r.pId) PNAME from tfw_role r left join tfw_dept d on r.deptId=d.id) blade_statement where 1=1 where id in (1,2,3)) tmp_count\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'where id in (1,2,3)) tmp_count\' at line 1\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'where id in (1,2,3)) tmp_count\' at line 1', '2016-06-03 08:45:03', '0', null), ('406', '异常日志', '1', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'where r.id in (1,2,3)) tmp_count\' at line 1\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select count(*) from (select * from (select r.*,d.simpleName DEPTNAME,(select name from tfw_role where id=r.pId) PNAME from tfw_role r left join tfw_dept d on r.deptId=d.id) blade_statement where 1=1 where r.id in (1,2,3)) tmp_count\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'where r.id in (1,2,3)) tmp_count\' at line 1\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'where r.id in (1,2,3)) tmp_count\' at line 1', '2016-06-03 08:46:18', '0', null), ('407', '异常日志', '21', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select count(*) from (select * from (select d.*,(select simpleName from tfw_dept where id=d.pId) PNAME from tfw_dept d) blade_statement where 1=1 and id in (11,)) tmp_count\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1', '2016-06-03 09:00:55', '0', null), ('408', '异常日志', '21', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select count(*) from (select * from (select d.*,(select simpleName from tfw_dept where id=d.pId) PNAME from tfw_dept d) blade_statement where 1=1 and id in (11,)) tmp_count\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1', '2016-06-03 09:01:16', '0', null), ('409', '异常日志', '21', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select count(*) from (select * from (select d.*,(select simpleName from tfw_dept where id=d.pId) PNAME from tfw_dept d) blade_statement where 1=1 and id in (11,)) tmp_count\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1', '2016-06-03 09:01:23', '0', null), ('410', '异常日志', '21', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select count(*) from (select * from (select d.*,(select simpleName from tfw_dept where id=d.pId) PNAME from tfw_dept d) blade_statement where 1=1 and id in (11,)) tmp_count\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')) tmp_count\' at line 1', '2016-06-03 09:02:00', '0', null), ('411', '异常日志', '22', null, '当前用户无权操作!', '2016-06-03 09:34:11', '0', null), ('412', '异常日志', '22', null, '\r\n### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'and id in (5)\' at line 1\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: select id \"id\",pId \"pId\",name as \"name\",(case when (pId=0 or pId is null) then \'true\' else \'false\' end) \"open\" from TFW_ROLE order by pId,num asc and id in (5)\r\n### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'and id in (5)\' at line 1\n; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'and id in (5)\' at line 1', '2016-06-03 09:48:07', '0', null), ('413', '异常日志', '1', null, 'For input string: \"administrator\"', '2016-06-03 15:04:25', '0', null), ('414', '异常日志', '1', null, 'For input string: \"administrator\"', '2016-06-03 15:05:02', '0', null), ('415', '异常日志', '1', null, 'For input string: \"administrator\"', '2016-06-03 15:05:45', '0', null), ('416', '异常日志', '1', null, 'For input string: \"administrator\"', '2016-06-03 15:07:23', '0', null), ('417', '异常日志', '1', null, 'table \"tb_yw_blog\" not exist', '2016-06-12 16:54:39', '0', null), ('418', '异常日志', '1', null, 'table \"tb_yw_tzgg\" not exist', '2016-06-12 16:55:12', '0', null), ('419', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column \'id\' in \'where clause\'', '2016-06-18 09:54:45', '0', null); -COMMIT; - --- ---------------------------- --- Table structure for tfw_parameter --- ---------------------------- -DROP TABLE IF EXISTS `tfw_parameter`; -CREATE TABLE `tfw_parameter` ( -`ID` int(11) NOT NULL AUTO_INCREMENT , -`CODE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`NUM` int(11) NULL DEFAULT NULL , -`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`PARA` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , -`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`STATUS` int(11) NULL DEFAULT NULL , -`VERSION` int(11) NULL DEFAULT NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=2 - -; - --- ---------------------------- --- Records of tfw_parameter --- ---------------------------- -BEGIN; -INSERT INTO `tfw_parameter` VALUES ('1', '101', '100', '是否开启记录日志', '2', '1:是 2:否', '1', '7'); -COMMIT; - --- ---------------------------- --- Table structure for tfw_relation --- ---------------------------- -DROP TABLE IF EXISTS `tfw_relation`; -CREATE TABLE `tfw_relation` ( -`ID` int(11) NOT NULL AUTO_INCREMENT , -`MENUID` int(11) NULL DEFAULT NULL , -`ROLEID` int(11) NULL DEFAULT NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=1998 - -; - --- ---------------------------- --- Records of tfw_relation --- ---------------------------- -BEGIN; -INSERT INTO `tfw_relation` VALUES ('821', '73', '2'), ('822', '74', '2'), ('823', '75', '2'), ('824', '76', '2'), ('825', '77', '2'), ('826', '78', '2'), ('827', '79', '2'), ('828', '80', '2'), ('829', '81', '2'), ('830', '82', '2'), ('831', '83', '2'), ('832', '84', '2'), ('833', '85', '2'), ('834', '86', '2'), ('835', '87', '2'), ('836', '88', '2'), ('837', '89', '2'), ('838', '90', '2'), ('839', '91', '2'), ('840', '92', '2'), ('841', '93', '2'), ('842', '94', '2'), ('843', '95', '2'), ('844', '96', '2'), ('845', '97', '2'), ('846', '98', '2'), ('847', '99', '2'), ('848', '100', '2'), ('849', '101', '2'), ('850', '102', '2'), ('851', '1', '2'), ('852', '8', '2'), ('853', '9', '2'), ('854', '10', '2'), ('855', '11', '2'), ('856', '12', '2'), ('857', '13', '2'), ('858', '14', '2'), ('859', '15', '2'), ('860', '16', '2'), ('861', '17', '2'), ('862', '18', '2'), ('863', '19', '2'), ('864', '20', '2'), ('865', '21', '2'), ('866', '22', '2'), ('867', '23', '2'), ('868', '24', '2'), ('869', '2', '2'), ('870', '3', '2'), ('871', '4', '2'), ('872', '5', '2'), ('873', '6', '2'), ('874', '7', '2'), ('875', '25', '2'), ('876', '26', '2'), ('877', '27', '2'), ('878', '28', '2'), ('879', '29', '2'), ('880', '30', '2'), ('881', '31', '2'), ('882', '32', '2'), ('883', '33', '2'), ('884', '34', '2'), ('885', '35', '2'), ('886', '36', '2'), ('887', '37', '2'), ('888', '38', '2'), ('889', '39', '2'), ('890', '40', '2'), ('891', '41', '2'), ('892', '42', '2'), ('893', '43', '2'), ('894', '44', '2'), ('895', '45', '2'), ('896', '46', '2'), ('897', '47', '2'), ('898', '48', '2'), ('899', '49', '2'), ('1244', '1', '3'), ('1245', '62', '3'), ('1246', '64', '3'), ('1247', '72', '3'), ('1248', '73', '3'), ('1249', '74', '3'), ('1250', '75', '3'), ('1251', '76', '3'), ('1252', '77', '3'), ('1253', '78', '3'), ('1254', '79', '3'), ('1255', '80', '3'), ('1384', '72', '6'), ('1385', '73', '6'), ('1386', '74', '6'), ('1387', '75', '6'), ('1388', '76', '6'), ('1389', '77', '6'), ('1390', '78', '6'), ('1391', '79', '6'), ('1392', '80', '6'); -INSERT INTO `tfw_relation` VALUES ('1393', '81', '6'), ('1394', '82', '6'), ('1395', '84', '6'), ('1396', '85', '6'), ('1397', '86', '6'), ('1398', '87', '6'), ('1399', '83', '6'), ('1400', '88', '6'), ('1401', '89', '6'), ('1402', '90', '6'), ('1403', '91', '6'), ('1524', '1', '25'), ('1525', '62', '25'), ('1526', '64', '25'), ('1527', '72', '25'), ('1528', '73', '25'), ('1529', '74', '25'), ('1530', '75', '25'), ('1531', '76', '25'), ('1532', '77', '25'), ('1533', '78', '25'), ('1534', '79', '25'), ('1535', '80', '25'), ('1668', '81', '5'), ('1669', '82', '5'), ('1670', '84', '5'), ('1671', '85', '5'), ('1672', '86', '5'), ('1673', '87', '5'), ('1893', '92', '1'), ('1894', '93', '1'), ('1895', '94', '1'), ('1896', '95', '1'), ('1897', '96', '1'), ('1898', '97', '1'), ('1899', '98', '1'), ('1900', '99', '1'), ('1901', '100', '1'), ('1902', '101', '1'), ('1903', '102', '1'), ('1904', '103', '1'), ('1905', '104', '1'), ('1906', '105', '1'), ('1907', '106', '1'), ('1908', '107', '1'), ('1909', '225', '1'), ('1910', '1', '1'), ('1911', '8', '1'), ('1912', '9', '1'), ('1913', '10', '1'), ('1914', '11', '1'), ('1915', '12', '1'), ('1916', '13', '1'), ('1917', '14', '1'), ('1918', '15', '1'), ('1919', '16', '1'), ('1920', '17', '1'), ('1921', '18', '1'), ('1922', '19', '1'), ('1923', '20', '1'), ('1924', '21', '1'), ('1925', '22', '1'), ('1926', '23', '1'), ('1927', '24', '1'), ('1928', '2', '1'), ('1929', '3', '1'), ('1930', '4', '1'), ('1931', '5', '1'), ('1932', '6', '1'), ('1933', '7', '1'), ('1934', '25', '1'), ('1935', '26', '1'), ('1936', '27', '1'), ('1937', '28', '1'), ('1938', '29', '1'), ('1939', '30', '1'), ('1940', '31', '1'), ('1941', '32', '1'), ('1942', '33', '1'), ('1943', '34', '1'), ('1944', '35', '1'), ('1945', '36', '1'), ('1946', '37', '1'), ('1947', '38', '1'), ('1948', '39', '1'), ('1949', '40', '1'), ('1950', '41', '1'), ('1951', '42', '1'), ('1952', '43', '1'), ('1953', '44', '1'), ('1954', '45', '1'), ('1955', '46', '1'), ('1956', '47', '1'), ('1957', '48', '1'), ('1958', '49', '1'), ('1959', '56', '1'), ('1960', '57', '1'), ('1961', '58', '1'), ('1962', '59', '1'), ('1963', '60', '1'); -INSERT INTO `tfw_relation` VALUES ('1964', '61', '1'), ('1965', '62', '1'), ('1966', '63', '1'), ('1967', '64', '1'), ('1968', '65', '1'), ('1969', '81', '1'), ('1970', '82', '1'), ('1971', '84', '1'), ('1972', '85', '1'), ('1973', '86', '1'), ('1974', '87', '1'), ('1975', '83', '1'), ('1976', '88', '1'), ('1977', '89', '1'), ('1978', '90', '1'), ('1979', '91', '1'), ('1980', '1', '4'), ('1981', '2', '4'), ('1982', '3', '4'), ('1983', '4', '4'), ('1984', '5', '4'), ('1985', '6', '4'), ('1986', '7', '4'), ('1987', '81', '4'), ('1988', '82', '4'), ('1989', '84', '4'), ('1990', '85', '4'), ('1991', '86', '4'), ('1992', '87', '4'), ('1993', '83', '4'), ('1994', '88', '4'), ('1995', '89', '4'), ('1996', '90', '4'), ('1997', '91', '4'); -COMMIT; - --- ---------------------------- --- Table structure for tfw_role --- ---------------------------- -DROP TABLE IF EXISTS `tfw_role`; -CREATE TABLE `tfw_role` ( -`ID` int(11) NOT NULL AUTO_INCREMENT , -`NUM` int(11) NULL DEFAULT NULL , -`PID` int(11) NULL DEFAULT NULL , -`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`DEPTID` int(11) NULL DEFAULT NULL , -`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`VERSION` int(11) NULL DEFAULT NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=7 - -; - --- ---------------------------- --- Records of tfw_role --- ---------------------------- -BEGIN; -INSERT INTO `tfw_role` VALUES ('1', '1', null, '超级管理员', '1', 'administrator', '0'), ('2', '1', '1', '管理员', '7', 'admin', '3'), ('3', '2', '1', '管理员1', '10', 'admin', '2'), ('4', '2', null, '测试', '10', 'test', '0'), ('5', '1', '4', '测试1', '3', 'test', '1'), ('6', '2', '4', '测试2', '10', 'test', '0'); -COMMIT; - --- ---------------------------- --- Table structure for tfw_role_ext --- ---------------------------- -DROP TABLE IF EXISTS `tfw_role_ext`; -CREATE TABLE `tfw_role_ext` ( -`ID` int(11) NOT NULL AUTO_INCREMENT , -`USERID` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`ROLEIN` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , -`ROLEOUT` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=128 - -; - --- ---------------------------- --- Records of tfw_role_ext --- ---------------------------- -BEGIN; -INSERT INTO `tfw_role_ext` VALUES ('27', '66', '1,44,49', '45'), ('47', '2', '0', '8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24'), ('48', '63', '0', '0'), ('49', '72', '0', '0'), ('50', '74', '0', '0'), ('67', '1', '0', '0'), ('87', '168', '92,103,104,105,106,107', '109,110,111,112,113,114,115,116,117,118,119,120,121,122'), ('107', '189', '108,109,110,111,112,113,114,115,116,117,118,119,120,121,122', '0'), ('127', '21', '92,98,99,100,101,102,1,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,39,40,41,42,43', '0'); -COMMIT; - --- ---------------------------- --- Table structure for tfw_user --- ---------------------------- -DROP TABLE IF EXISTS `tfw_user`; -CREATE TABLE `tfw_user` ( -`ID` int(11) NOT NULL AUTO_INCREMENT , -`ACCOUNT` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`PASSWORD` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`SALT` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`NAME` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`BIRTHDAY` datetime NULL DEFAULT NULL , -`SEX` int(11) NULL DEFAULT NULL , -`EMAIL` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`PHONE` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`ROLEID` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , -`DEPTID` int(11) NULL DEFAULT NULL , -`STATUS` int(11) NULL DEFAULT NULL , -`CREATETIME` datetime NULL DEFAULT NULL , -`VERSION` int(11) NULL DEFAULT NULL , -PRIMARY KEY (`ID`) -) -ENGINE=InnoDB -DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci -AUTO_INCREMENT=23 - -; - --- ---------------------------- --- Records of tfw_user --- ---------------------------- -BEGIN; -INSERT INTO `tfw_user` VALUES ('1', 'admin', '4779e4a9903dfb08f9f877791c516a73', 'admin', '管理员', '2015-09-08 00:00:00', '1', 'admin@tonbusoft.com.cn', '222333', '1', '9', '1', '2016-01-29 08:49:53', '24'), ('21', 'test001', 'e334680512284cac2f57701abe03af96', 'r4i90', 'test', '2016-02-19 14:00:13', '1', null, null, '5', '11', '1', '2016-02-19 14:00:19', '22'), ('22', '123123', '653f21c93acdd4f03c95876824f440a7', '048wh', '213123', '2016-05-03 00:00:00', '1', '123', '1232', '4', '1', '1', '2016-05-17 18:50:15', '2'); -COMMIT; - --- ---------------------------- --- Function structure for queryChildren --- ---------------------------- -DROP FUNCTION IF EXISTS `queryChildren`; -DELIMITER ;; -CREATE DEFINER=`root`@`localhost` FUNCTION `queryChildren`(rootid VARCHAR(500),tabname VARCHAR(500)) RETURNS varchar(4000) CHARSET utf8 -BEGIN -DECLARE sTemp VARCHAR(4000); -DECLARE sTempChd VARCHAR(4000); -DECLARE icount INTEGER; -DECLARE tname VARCHAR(500); - -SET sTemp = '$'; -SET sTempChd = rootid; -set tname=tabname; - -if INSTR(tname,'tfw_dept')>0 then -select count(1) into icount from tfw_dept where id=sTempChd; -if icount>0 then -WHILE sTempChd is not NULL DO -if sTempChd <> rootid then -SET sTemp = CONCAT(sTemp,',',sTempChd); -end if; -SELECT group_concat(id) INTO sTempChd FROM tfw_dept where FIND_IN_SET(pid,sTempChd)>0; -END WHILE; -RETURN SUBSTRING(sTemp,3); -ELSE -RETURN null; -end if; -end if; -if INSTR(tname,'tfw_role')>0 then -select count(1) into icount from tfw_role where id=sTempChd; -if icount>0 then -WHILE sTempChd is not NULL DO -if sTempChd <> rootid then -SET sTemp = CONCAT(sTemp,',',sTempChd); -end if; -SELECT group_concat(id) INTO sTempChd FROM tfw_role where FIND_IN_SET(pid,sTempChd)>0; -END WHILE; -RETURN SUBSTRING(sTemp,3); -ELSE -RETURN null; -end if; -end if; - - -END -;; -DELIMITER ; - --- ---------------------------- --- Auto increment value for tb_tfw_tzgg --- ---------------------------- -ALTER TABLE `tb_tfw_tzgg` AUTO_INCREMENT=2; - --- ---------------------------- --- Auto increment value for tfw_attach --- ---------------------------- -ALTER TABLE `tfw_attach` AUTO_INCREMENT=295; - --- ---------------------------- --- Auto increment value for tfw_dept --- ---------------------------- -ALTER TABLE `tfw_dept` AUTO_INCREMENT=14; - --- ---------------------------- --- Auto increment value for tfw_dict --- ---------------------------- -ALTER TABLE `tfw_dict` AUTO_INCREMENT=46; - --- ---------------------------- --- Auto increment value for tfw_generate --- ---------------------------- -ALTER TABLE `tfw_generate` AUTO_INCREMENT=2; - --- ---------------------------- --- Auto increment value for tfw_login_log --- ---------------------------- -ALTER TABLE `tfw_login_log` AUTO_INCREMENT=70; - --- ---------------------------- --- Auto increment value for tfw_menu --- ---------------------------- -ALTER TABLE `tfw_menu` AUTO_INCREMENT=105; - --- ---------------------------- --- Auto increment value for tfw_operation_log --- ---------------------------- -ALTER TABLE `tfw_operation_log` AUTO_INCREMENT=420; - --- ---------------------------- --- Auto increment value for tfw_parameter --- ---------------------------- -ALTER TABLE `tfw_parameter` AUTO_INCREMENT=2; - --- ---------------------------- --- Auto increment value for tfw_relation --- ---------------------------- -ALTER TABLE `tfw_relation` AUTO_INCREMENT=1998; - --- ---------------------------- --- Auto increment value for tfw_role --- ---------------------------- -ALTER TABLE `tfw_role` AUTO_INCREMENT=7; - --- ---------------------------- --- Auto increment value for tfw_role_ext --- ---------------------------- -ALTER TABLE `tfw_role_ext` AUTO_INCREMENT=128; - --- ---------------------------- --- Auto increment value for tfw_user --- ---------------------------- -ALTER TABLE `tfw_user` AUTO_INCREMENT=23; +/* +Navicat MySQL Data Transfer + +Source Server : MySQL_localhost +Source Server Version : 50528 +Source Host : localhost:3306 +Source Database : bladepro + +Target Server Type : MYSQL +Target Server Version : 50528 +File Encoding : 65001 + +Date: 2016-06-25 09:43:05 +*/ + +SET FOREIGN_KEY_CHECKS=0; + +-- ---------------------------- +-- Table structure for tb_tfw_tzgg +-- ---------------------------- +DROP TABLE IF EXISTS `tb_tfw_tzgg`; +CREATE TABLE `tb_tfw_tzgg` ( +`F_IT_XL` int(11) NOT NULL AUTO_INCREMENT , +`F_VC_BT` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`F_IT_LX` int(11) NULL DEFAULT NULL , +`F_TX_NR` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , +`F_DT_FBSJ` datetime NULL DEFAULT NULL , +`F_DT_CJSJ` datetime NULL DEFAULT NULL , +`F_IT_CJR` int(11) NULL DEFAULT NULL , +`F_IT_TP` int(11) NULL DEFAULT NULL , +`VERSION` int(11) NULL DEFAULT NULL , +PRIMARY KEY (`F_IT_XL`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=2 + +; + +-- ---------------------------- +-- Records of tb_tfw_tzgg +-- ---------------------------- +BEGIN; +INSERT INTO `tb_tfw_tzgg` VALUES ('1', 'testdd12222233333331', '10', 'd12121211', '2016-06-09 12:00:00', null, null, null, '1'); +COMMIT; + +-- ---------------------------- +-- Table structure for tfw_attach +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_attach`; +CREATE TABLE `tfw_attach` ( +`ID` int(11) NOT NULL AUTO_INCREMENT , +`CODE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`URL` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , +`STATUS` int(11) NULL DEFAULT NULL , +`CREATER` int(11) NULL DEFAULT NULL , +`CREATETIME` datetime NULL DEFAULT NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=295 + +; + +-- ---------------------------- +-- Records of tfw_attach +-- ---------------------------- +BEGIN; +INSERT INTO `tfw_attach` VALUES ('290', null, 'Desert.jpg', '/upload/20160222/20160222085146_506.jpg', '1', '1', '2016-02-22 08:51:46'), ('291', null, 'Chrysanthemum.jpg', '/upload\\20160319\\1458372187438.jpg', '1', '1', '2016-03-19 15:23:07'), ('292', null, '11.png', '/upload\\20160415\\1460705916912.png', '1', '1', '2016-04-15 15:38:36'), ('293', null, '11.png', '/upload\\20160415\\1460706087306.png', '1', '1', '2016-04-15 15:41:27'), ('294', null, '14ce36d3d539b600ac7ff8a1ea50352ac65cb777.jpg', '/upload\\20160612\\1465711014299.jpg', '1', '1', '2016-06-12 13:56:54'); +COMMIT; + +-- ---------------------------- +-- Table structure for tfw_dept +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_dept`; +CREATE TABLE `tfw_dept` ( +`ID` int(11) NOT NULL AUTO_INCREMENT , +`NUM` int(11) NULL DEFAULT NULL , +`PID` int(11) NULL DEFAULT NULL , +`SIMPLENAME` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`FULLNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`VERSION` int(11) NULL DEFAULT NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=14 + +; + +-- ---------------------------- +-- Records of tfw_dept +-- ---------------------------- +BEGIN; +INSERT INTO `tfw_dept` VALUES ('1', '0', '0', 'Tonbu', 'Tonbu', null, '1'), ('2', '1', '1', '江苏同步', '江苏同步信息技术有限公司', null, '1'), ('3', '1', '2', '技服部', '技术服务部', null, '1'), ('4', '2', '2', '客服部', '客户服务部', null, '1'), ('5', '3', '2', '销售部', '销售部', null, '1'), ('6', '4', '2', '综合管理部', '综合管理部', null, '1'), ('7', '2', '1', '常州同步', '常州同步软件技术有限公司', null, '1'), ('8', '1', '7', '产品部', '产品部', null, '1'), ('9', '2', '7', '研发部', '研发部', null, '1'), ('10', '3', '7', '项目部', '项目部', null, '1'), ('11', '4', '7', '运维部', '运维部', null, '1'), ('12', '5', '7', '销售部', '销售部', null, '1'), ('13', '6', '7', '行政部', '行政部', null, '1'); +COMMIT; + +-- ---------------------------- +-- Table structure for tfw_dict +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_dict`; +CREATE TABLE `tfw_dict` ( +`ID` int(11) NOT NULL AUTO_INCREMENT , +`CODE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`NUM` int(11) NULL DEFAULT NULL , +`PID` int(11) NULL DEFAULT NULL , +`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`VERSION` int(11) NULL DEFAULT NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=46 + +; + +-- ---------------------------- +-- Records of tfw_dict +-- ---------------------------- +BEGIN; +INSERT INTO `tfw_dict` VALUES ('1', '101', '0', '0', '性别', null, '0'), ('2', '101', '1', '1', '男', null, '1'), ('3', '101', '2', '1', '女', null, '0'), ('5', '901', '0', '0', '账号状态', null, '0'), ('6', '901', '1', '5', '启用', null, '0'), ('7', '901', '2', '5', '冻结', null, '0'), ('8', '901', '3', '5', '待审核', null, '0'), ('9', '901', '4', '5', '审核拒绝', null, '0'), ('10', '901', '5', '5', '已删除', null, '0'), ('11', '902', '0', '0', '状态', null, '0'), ('12', '902', '1', '11', '启用', null, '0'), ('13', '902', '2', '11', '禁用', null, '0'), ('14', '102', '0', '0', '公告类型', null, '0'), ('15', '102', '10', '14', '通知公告', null, '0'), ('16', '102', '9', '14', '发布计划', null, '0'), ('17', '903', '0', '0', '审核状态', null, '0'), ('18', '903', '1', '17', '待审核', null, '0'), ('19', '903', '2', '17', '审核拒绝', null, '0'), ('20', '903', '3', '17', '审核通过', null, '0'), ('41', '102', '6', '16', '测试', null, '0'), ('44', '102', '1', '14', '发布测试', null, '0'), ('45', '102', '2', '16', '测试222', null, '1'); +COMMIT; + +-- ---------------------------- +-- Table structure for tfw_generate +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_generate`; +CREATE TABLE `tfw_generate` ( +`ID` int(11) NOT NULL AUTO_INCREMENT , +`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`REALPATH` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`PACKAGENAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`MODELNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`TABLENAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`PKNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=2 + +; + +-- ---------------------------- +-- Records of tfw_generate +-- ---------------------------- +BEGIN; +INSERT INTO `tfw_generate` VALUES ('1', '测试', 'E:\\Workspaces\\git\\bladepro', 'com.smallchill.test', 'Blog', 'tb_tfw_tzgg', 'f_it_xl', null); +COMMIT; + +-- ---------------------------- +-- Table structure for tfw_login_log +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_login_log`; +CREATE TABLE `tfw_login_log` ( +`ID` int(65) NOT NULL AUTO_INCREMENT , +`LOGNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`USERID` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`CLASSNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`METHOD` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , +`CREATETIME` datetime NULL DEFAULT NULL , +`SUCCEED` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`MESSAGE` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=70 + +; + +-- ---------------------------- +-- Table structure for tfw_menu +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_menu`; +CREATE TABLE `tfw_menu` ( +`ID` int(65) NOT NULL AUTO_INCREMENT , +`CODE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`PCODE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`ALIAS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`ICON` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`URL` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`NUM` int(65) NULL DEFAULT NULL , +`LEVELS` int(65) NULL DEFAULT NULL , +`SOURCE` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , +`PATH` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`STATUS` int(65) NULL DEFAULT NULL , +`ISOPEN` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`ISTEMPLATE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`VERSION` int(11) NULL DEFAULT NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=105 + +; + +-- ---------------------------- +-- Records of tfw_menu +-- ---------------------------- +BEGIN; +INSERT INTO `tfw_menu` VALUES ('1', 'system', '0', null, '系统管理', 'fa-cog', null, '9', '1', null, null, null, '1', '1', '0', '3'), ('2', 'role', 'system', null, '角色管理', 'fa-key', '/role/', '2', '2', null, null, null, '1', '0', null, '1'), ('3', 'role_add', 'role', 'addex', '角色新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/role/add', '1', '3', null, 'role_add.html', '800*340', '1', '0', null, '2'), ('4', 'role_edit', 'role', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/role/edit', '2', '3', null, 'role_edit.html', '800*340', '1', '0', '0', '1'), ('5', 'role_remove', 'role', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/role/remove', '3', '3', null, null, null, '1', '0', null, '1'), ('6', 'role_view', 'role', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/role/view', '4', '3', null, 'role_view.html', '800*340', '1', null, null, '1'), ('7', 'role_authority', 'role', 'authority', '权限配置', 'btn btn-xs btn-white | fa fa-wrench bigger-120', '/role/authority', '5', '3', null, 'role_authority.html', '350*500', '1', '0', null, '2'), ('8', 'user', 'system', null, '用户管理', 'fa-user', '/user/', '1', '2', null, null, null, '1', null, null, '0'), ('9', 'user_add', 'user', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/user/add', '1', '3', null, 'user_add.html', '800*430', '1', null, null, '0'), ('10', 'user_edit', 'user', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/user/edit', '2', '3', null, 'user_edit.html', '800*430', '1', null, null, '0'), ('11', 'user_del', 'user', 'remove', '删除', 'btn btn-xs btn-white | fa fa fa-times bigger-120', '/user/del', '3', '3', null, null, null, '1', null, null, '0'), ('12', 'user_view', 'user', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/user/view', '4', '3', null, 'user_view.html', '800*390', '1', null, null, '0'), ('13', 'user_audit', 'user', 'audit', '审核', 'btn btn-xs btn-white | fa fa-user bigger-120', '{\"status\":\"3\"}', '5', '3', null, null, null, '1', null, null, '0'), ('14', 'user_audit_ok', 'user_audit', 'ok', '通过', 'btn btn-xs btn-white | fa fa-check bigger-120', '/user/auditOk', '1', '4', null, null, null, '1', null, null, '0'), ('15', 'user_audit_refuse', 'user_audit', 'refuse', '拒绝', 'btn btn-xs btn-white | fa fa-times bigger-120', '/user/auditRefuse', '2', '4', null, null, null, '1', null, null, '0'), ('16', 'user_audit_back', 'user_audit', 'back', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0'), ('17', 'user_reset', 'user', 'reset', '重置密码', 'btn btn-xs btn-white | fa fa-key bigger-120', '/user/reset', '6', '3', null, null, null, '1', null, null, '0'), ('18', 'user_ban', 'user', 'frozen', '冻结', 'btn btn-xs btn-white | fa fa-ban bigger-120', '/user/ban', '7', '3', null, null, null, '1', null, null, '0'), ('19', 'user_recycle', 'user', 'recycle', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{\"status\":\"5\"}', '8', '3', null, null, null, '1', null, null, '0'), ('20', 'user_recycle_restore', 'user_recycle', 'restore', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/user/restore', '1', '4', null, null, null, '1', null, null, '0'), ('21', 'user_recycle_remove', 'user_recycle', 'remove', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/user/remove', '2', '4', null, null, null, '1', null, null, '0'), ('22', 'user_recycle_back', 'user_recycle', 'back', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0'), ('23', 'user_roleAssign', 'user', 'assign', '角色分配', 'btn btn-xs btn-white | fa fa-users bigger-120', '/user/roleAssign', '9', '3', null, 'user_roleAssign.html', '350*500', '1', null, null, '0'), ('24', 'user_extrole', 'user', 'agent', '权限代理', 'btn btn-xs btn-white | fa fa-wrench bigger-120', '/user/extrole', '10', '3', null, 'user_extrole.html', null, '1', null, null, '0'), ('25', 'menu', 'system', null, '菜单管理', 'fa-tasks', '/menu/', '3', '2', null, null, null, '1', null, null, '0'), ('26', 'menu_add', 'menu', 'addex', '菜单新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/menu/add', '1', '3', null, 'menu_add.html', '800*430', '1', '0', '0', '1'), ('27', 'menu_edit', 'menu', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/menu/edit', '2', '3', null, 'menu_edit.html', '800*430', '1', '0', '0', '1'), ('28', 'menu_del', 'menu', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/menu/del', '3', '3', null, null, null, '1', '0', null, '1'), ('29', 'menu_view', 'menu', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/menu/view', '4', '3', null, 'menu_view.html', '800*430', '1', '0', '0', '1'), ('30', 'menu_recycle', 'menu', 'recycle', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{\"status\":\"2\"}', '5', '3', null, null, null, '1', null, null, '0'), ('31', 'menu_recycle_restore', 'menu_recycle', 'restore', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/menu/restore', '1', '4', null, null, null, '1', null, null, '0'), ('32', 'menu_recycle_remove', 'menu_recycle', 'remove', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/menu/remove', '2', '4', null, null, null, '1', '0', null, '1'), ('33', 'menu_recycle_back', 'menu_recycle', 'back', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0'), ('34', 'dict', 'system', null, '字典管理', 'fa fa-book', '/dict/', '4', '2', null, null, null, '1', null, null, '0'), ('35', 'dict_add', 'dict', 'addex', '字典新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/dict/add', '1', '3', null, 'dict_add.html', '800*390', '1', null, null, '0'), ('36', 'dict_edit', 'dict', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/dict/edit', '2', '3', null, 'dict_edit.html', '800*390', '1', null, null, '0'), ('37', 'dict_remove', 'dict', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/dict/remove', '3', '3', null, null, null, '1', null, null, '0'), ('38', 'dict_view', 'dict', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/dict/view', '4', '3', null, 'dict_view.html', '800*390', '1', null, null, '0'), ('39', 'dept', 'system', null, '部门管理', 'fa fa-users', '/dept/', '5', '2', null, null, null, '1', null, null, '0'), ('40', 'dept_add', 'dept', 'addex', '部门新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/dept/add', '1', '3', null, 'dept_add.html', '800*340', '1', null, null, '0'), ('41', 'dept_edit', 'dept', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/dept/edit', '2', '3', null, 'dept_edit.html', '800*340', '1', null, null, '0'), ('42', 'dept_remove', 'dept', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/dept/remove', '3', '3', null, null, null, '1', null, null, '0'), ('43', 'dept_view', 'dept', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/dept/view', '4', '3', null, 'dept_view.html', '800*340', '1', '0', '0', '0'), ('44', 'attach', 'system', null, '附件管理', 'fa fa-paperclip', '/attach/', '6', '2', null, 'attach.html', null, '1', '0', '0', '0'), ('45', 'attach_add', 'attach', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/attach/add', '1', '3', null, 'attach_add.html', '800*450', '1', '0', '0', '0'), ('46', 'attach_edit', 'attach', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/attach/edit', '2', '3', null, 'attach_edit.html', '800*290', '1', '0', null, '0'), ('47', 'attach_remove', 'attach', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/attach/remove', '3', '3', null, null, null, '1', null, null, '0'), ('48', 'attach_view', 'attach', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/attach/view', '4', '3', null, 'attach_view.html', '800*450', '1', '0', '0', '1'), ('49', 'attach_download', 'attach', 'download', '下载', 'btn btn-xs btn-white | fa fa-paperclip bigger-120', '/attach/download', '5', '3', null, null, null, '1', null, null, '0'), ('56', 'parameter', 'system', null, '参数化管理', 'fa-tags', '/parameter/', '9', '2', null, 'parameter.html', null, '1', '0', '1', '0'), ('57', 'parameter_add', 'parameter', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/parameter/add', '1', '3', null, 'parameter_add.html', null, '1', '0', '0', '0'), ('58', 'parameter_edit', 'parameter', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/parameter/edit', '2', '3', null, 'parameter_edit.html', null, '1', '0', '0', '0'), ('59', 'parameter_del', 'parameter', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/parameter/del', '3', '3', null, null, null, '1', '0', '0', '1'), ('60', 'parameter_view', 'parameter', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/parameter/view', '4', '3', null, 'parameter_view.html', null, '1', '0', '0', '0'), ('61', 'parameter_recycle', 'parameter', 'recycle', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{\"status\":\"5\"}', '5', '3', null, 'parameter_recycle.html', null, '1', '0', '0', '0'), ('62', 'parameter_recycle_restore', 'parameter_recycle', 'restore', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/parameter/restore', '1', '4', null, null, null, '1', '0', '0', '0'), ('63', 'parameter_recycle_remove', 'parameter_recycle', 'remove', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/parameter/remove', '2', '4', null, null, null, '1', '0', '0', '1'), ('64', 'parameter_recycle_back', 'parameter_recycle', 'back', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', '0', '0', '0'), ('65', 'druid', 'system', null, '连接池监视', 'fa-arrows-v', '/druid', '10', '2', null, null, null, '1', '0', null, '1'), ('81', 'log', 'system', null, '日志管理', 'fa-tasks', null, '11', '2', null, null, null, '1', '0', '0', '1'), ('82', 'olog', 'log', null, '操作日志', 'fa-database', '/olog/', '1', '3', null, 'olog.html', null, '1', '0', '0', '0'), ('83', 'llog', 'log', null, '登录日志', 'fa-sign-in', '/llog/', '2', '3', null, 'llog.html', null, '1', '0', '1', '0'), ('84', 'olog_add', 'olog', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/olog/add', '1', '4', null, 'olog_add.html', null, '1', '0', '0', '0'), ('85', 'olog_edit', 'olog', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/olog/edit', '2', '4', null, 'olog_edit.html', null, '1', '0', '0', '0'), ('86', 'olog_remove', 'olog', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/olog/remove', '3', '4', null, null, null, '1', '0', '0', '0'), ('87', 'olog_view', 'olog', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/olog/view', '4', '4', null, 'olog_view.html', null, '1', '0', '0', '0'), ('88', 'llog_add', 'llog', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/llog/add', '1', '4', null, 'llog_add.html', null, '1', '0', '0', '0'), ('89', 'llog_edit', 'llog', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/llog/edit', '2', '4', null, 'llog_edit.html', null, '1', '0', '0', '0'), ('90', 'llog_remove', 'llog', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/llog/remove', '3', '4', null, null, null, '1', '0', '0', '0'), ('91', 'llog_view', 'llog', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/llog/view', '4', '4', null, 'llog_view.html', null, '1', '0', '0', '0'), ('92', 'office', '0', null, '工作台', 'fa fa-desktop', null, '1', '1', null, null, null, '1', '0', '0', '0'), ('93', 'notice', 'office', null, '通知公告', 'fa fa-bell', '/notice/', '1', '2', null, null, null, '1', '0', '0', '0'), ('94', 'notice_add', 'notice', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/notice/add', '1', '3', null, null, '800*500', '1', '0', '0', '1'), ('95', 'notice_edit', 'notice', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/notice/edit', '2', '3', null, null, '800*500', '1', '0', '0', '0'), ('96', 'notice_remove', 'notice', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/notice/remove', '3', '3', null, null, null, '1', '0', '0', '0'), ('97', 'notice_view', 'notice', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/notice/view', '4', '3', null, null, '800*500', '1', '0', '0', '0'), ('98', 'online', 'system', '', '在线开发', 'fa-rocket', null, '12', '2', null, null, '800*520', '1', '0', null, '1'), ('99', 'generate', 'online', null, '代码生成', 'fa-gavel', '/generate/', '1', '3', null, null, '800*520', '1', '0', null, '1'), ('100', 'generate_add', 'generate', 'add', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/generate/add', '1', '4', null, null, '800*420', '1', '0', null, '3'), ('101', 'generate_edit', 'generate', 'edit', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/generate/edit', '2', '4', null, null, '800*420', '1', '0', null, '3'), ('102', 'generate_remove', 'generate', 'remove', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/generate/remove', '3', '4', null, null, '800*520', '1', '0', null, null), ('103', 'generate_view', 'generate', 'view', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/generate/view', '4', '4', null, null, '800*420', '1', '0', null, '3'), ('104', 'generate_gencode', 'generate', 'gencode', '代码生成', 'btn btn-xs btn-white | fa fa-gavel bigger-120', '/generate/gencode', '5', '4', null, null, '800*520', '1', '0', null, '1'); +COMMIT; + +-- ---------------------------- +-- Table structure for tfw_operation_log +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_operation_log`; +CREATE TABLE `tfw_operation_log` ( +`ID` int(65) NOT NULL AUTO_INCREMENT , +`LOGNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`USERID` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`CLASSNAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`METHOD` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , +`CREATETIME` datetime NULL DEFAULT NULL , +`SUCCEED` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`MESSAGE` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=420 + +; + +-- ---------------------------- +-- Table structure for tfw_parameter +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_parameter`; +CREATE TABLE `tfw_parameter` ( +`ID` int(11) NOT NULL AUTO_INCREMENT , +`CODE` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`NUM` int(11) NULL DEFAULT NULL , +`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`PARA` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , +`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`STATUS` int(11) NULL DEFAULT NULL , +`VERSION` int(11) NULL DEFAULT NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=2 + +; + +-- ---------------------------- +-- Records of tfw_parameter +-- ---------------------------- +BEGIN; +INSERT INTO `tfw_parameter` VALUES ('1', '101', '100', '是否开启记录日志', '2', '1:是 2:否', '1', '7'); +COMMIT; + +-- ---------------------------- +-- Table structure for tfw_relation +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_relation`; +CREATE TABLE `tfw_relation` ( +`ID` int(11) NOT NULL AUTO_INCREMENT , +`MENUID` int(11) NULL DEFAULT NULL , +`ROLEID` int(11) NULL DEFAULT NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=1998 + +; + +-- ---------------------------- +-- Records of tfw_relation +-- ---------------------------- +BEGIN; +INSERT INTO `tfw_relation` VALUES ('821', '73', '2'), ('822', '74', '2'), ('823', '75', '2'), ('824', '76', '2'), ('825', '77', '2'), ('826', '78', '2'), ('827', '79', '2'), ('828', '80', '2'), ('829', '81', '2'), ('830', '82', '2'), ('831', '83', '2'), ('832', '84', '2'), ('833', '85', '2'), ('834', '86', '2'), ('835', '87', '2'), ('836', '88', '2'), ('837', '89', '2'), ('838', '90', '2'), ('839', '91', '2'), ('840', '92', '2'), ('841', '93', '2'), ('842', '94', '2'), ('843', '95', '2'), ('844', '96', '2'), ('845', '97', '2'), ('846', '98', '2'), ('847', '99', '2'), ('848', '100', '2'), ('849', '101', '2'), ('850', '102', '2'), ('851', '1', '2'), ('852', '8', '2'), ('853', '9', '2'), ('854', '10', '2'), ('855', '11', '2'), ('856', '12', '2'), ('857', '13', '2'), ('858', '14', '2'), ('859', '15', '2'), ('860', '16', '2'), ('861', '17', '2'), ('862', '18', '2'), ('863', '19', '2'), ('864', '20', '2'), ('865', '21', '2'), ('866', '22', '2'), ('867', '23', '2'), ('868', '24', '2'), ('869', '2', '2'), ('870', '3', '2'), ('871', '4', '2'), ('872', '5', '2'), ('873', '6', '2'), ('874', '7', '2'), ('875', '25', '2'), ('876', '26', '2'), ('877', '27', '2'), ('878', '28', '2'), ('879', '29', '2'), ('880', '30', '2'), ('881', '31', '2'), ('882', '32', '2'), ('883', '33', '2'), ('884', '34', '2'), ('885', '35', '2'), ('886', '36', '2'), ('887', '37', '2'), ('888', '38', '2'), ('889', '39', '2'), ('890', '40', '2'), ('891', '41', '2'), ('892', '42', '2'), ('893', '43', '2'), ('894', '44', '2'), ('895', '45', '2'), ('896', '46', '2'), ('897', '47', '2'), ('898', '48', '2'), ('899', '49', '2'), ('1244', '1', '3'), ('1245', '62', '3'), ('1246', '64', '3'), ('1247', '72', '3'), ('1248', '73', '3'), ('1249', '74', '3'), ('1250', '75', '3'), ('1251', '76', '3'), ('1252', '77', '3'), ('1253', '78', '3'), ('1254', '79', '3'), ('1255', '80', '3'), ('1384', '72', '6'), ('1385', '73', '6'), ('1386', '74', '6'), ('1387', '75', '6'), ('1388', '76', '6'), ('1389', '77', '6'), ('1390', '78', '6'), ('1391', '79', '6'), ('1392', '80', '6'); +INSERT INTO `tfw_relation` VALUES ('1393', '81', '6'), ('1394', '82', '6'), ('1395', '84', '6'), ('1396', '85', '6'), ('1397', '86', '6'), ('1398', '87', '6'), ('1399', '83', '6'), ('1400', '88', '6'), ('1401', '89', '6'), ('1402', '90', '6'), ('1403', '91', '6'), ('1524', '1', '25'), ('1525', '62', '25'), ('1526', '64', '25'), ('1527', '72', '25'), ('1528', '73', '25'), ('1529', '74', '25'), ('1530', '75', '25'), ('1531', '76', '25'), ('1532', '77', '25'), ('1533', '78', '25'), ('1534', '79', '25'), ('1535', '80', '25'), ('1668', '81', '5'), ('1669', '82', '5'), ('1670', '84', '5'), ('1671', '85', '5'), ('1672', '86', '5'), ('1673', '87', '5'), ('1893', '92', '1'), ('1894', '93', '1'), ('1895', '94', '1'), ('1896', '95', '1'), ('1897', '96', '1'), ('1898', '97', '1'), ('1899', '98', '1'), ('1900', '99', '1'), ('1901', '100', '1'), ('1902', '101', '1'), ('1903', '102', '1'), ('1904', '103', '1'), ('1905', '104', '1'), ('1906', '105', '1'), ('1907', '106', '1'), ('1908', '107', '1'), ('1909', '225', '1'), ('1910', '1', '1'), ('1911', '8', '1'), ('1912', '9', '1'), ('1913', '10', '1'), ('1914', '11', '1'), ('1915', '12', '1'), ('1916', '13', '1'), ('1917', '14', '1'), ('1918', '15', '1'), ('1919', '16', '1'), ('1920', '17', '1'), ('1921', '18', '1'), ('1922', '19', '1'), ('1923', '20', '1'), ('1924', '21', '1'), ('1925', '22', '1'), ('1926', '23', '1'), ('1927', '24', '1'), ('1928', '2', '1'), ('1929', '3', '1'), ('1930', '4', '1'), ('1931', '5', '1'), ('1932', '6', '1'), ('1933', '7', '1'), ('1934', '25', '1'), ('1935', '26', '1'), ('1936', '27', '1'), ('1937', '28', '1'), ('1938', '29', '1'), ('1939', '30', '1'), ('1940', '31', '1'), ('1941', '32', '1'), ('1942', '33', '1'), ('1943', '34', '1'), ('1944', '35', '1'), ('1945', '36', '1'), ('1946', '37', '1'), ('1947', '38', '1'), ('1948', '39', '1'), ('1949', '40', '1'), ('1950', '41', '1'), ('1951', '42', '1'), ('1952', '43', '1'), ('1953', '44', '1'), ('1954', '45', '1'), ('1955', '46', '1'), ('1956', '47', '1'), ('1957', '48', '1'), ('1958', '49', '1'), ('1959', '56', '1'), ('1960', '57', '1'), ('1961', '58', '1'), ('1962', '59', '1'), ('1963', '60', '1'); +INSERT INTO `tfw_relation` VALUES ('1964', '61', '1'), ('1965', '62', '1'), ('1966', '63', '1'), ('1967', '64', '1'), ('1968', '65', '1'), ('1969', '81', '1'), ('1970', '82', '1'), ('1971', '84', '1'), ('1972', '85', '1'), ('1973', '86', '1'), ('1974', '87', '1'), ('1975', '83', '1'), ('1976', '88', '1'), ('1977', '89', '1'), ('1978', '90', '1'), ('1979', '91', '1'), ('1980', '1', '4'), ('1981', '2', '4'), ('1982', '3', '4'), ('1983', '4', '4'), ('1984', '5', '4'), ('1985', '6', '4'), ('1986', '7', '4'), ('1987', '81', '4'), ('1988', '82', '4'), ('1989', '84', '4'), ('1990', '85', '4'), ('1991', '86', '4'), ('1992', '87', '4'), ('1993', '83', '4'), ('1994', '88', '4'), ('1995', '89', '4'), ('1996', '90', '4'), ('1997', '91', '4'); +COMMIT; + +-- ---------------------------- +-- Table structure for tfw_role +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_role`; +CREATE TABLE `tfw_role` ( +`ID` int(11) NOT NULL AUTO_INCREMENT , +`NUM` int(11) NULL DEFAULT NULL , +`PID` int(11) NULL DEFAULT NULL , +`NAME` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`DEPTID` int(11) NULL DEFAULT NULL , +`TIPS` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`VERSION` int(11) NULL DEFAULT NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=7 + +; + +-- ---------------------------- +-- Records of tfw_role +-- ---------------------------- +BEGIN; +INSERT INTO `tfw_role` VALUES ('1', '1', null, '超级管理员', '1', 'administrator', '0'), ('2', '1', '1', '管理员', '7', 'admin', '3'), ('3', '2', '1', '管理员1', '10', 'admin', '2'), ('4', '2', null, '测试', '10', 'test', '0'), ('5', '1', '4', '测试1', '3', 'test', '1'), ('6', '2', '4', '测试2', '10', 'test', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for tfw_role_ext +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_role_ext`; +CREATE TABLE `tfw_role_ext` ( +`ID` int(11) NOT NULL AUTO_INCREMENT , +`USERID` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`ROLEIN` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , +`ROLEOUT` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=128 + +; + +-- ---------------------------- +-- Records of tfw_role_ext +-- ---------------------------- +BEGIN; +INSERT INTO `tfw_role_ext` VALUES ('27', '66', '1,44,49', '45'), ('47', '2', '0', '8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24'), ('48', '63', '0', '0'), ('49', '72', '0', '0'), ('50', '74', '0', '0'), ('67', '1', '0', '0'), ('87', '168', '92,103,104,105,106,107', '109,110,111,112,113,114,115,116,117,118,119,120,121,122'), ('107', '189', '108,109,110,111,112,113,114,115,116,117,118,119,120,121,122', '0'), ('127', '21', '92,98,99,100,101,102,1,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,39,40,41,42,43', '0'); +COMMIT; + +-- ---------------------------- +-- Table structure for tfw_user +-- ---------------------------- +DROP TABLE IF EXISTS `tfw_user`; +CREATE TABLE `tfw_user` ( +`ID` int(11) NOT NULL AUTO_INCREMENT , +`ACCOUNT` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`PASSWORD` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`SALT` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`NAME` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`BIRTHDAY` datetime NULL DEFAULT NULL , +`SEX` int(11) NULL DEFAULT NULL , +`EMAIL` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`PHONE` varchar(45) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`ROLEID` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL , +`DEPTID` int(11) NULL DEFAULT NULL , +`STATUS` int(11) NULL DEFAULT NULL , +`CREATETIME` datetime NULL DEFAULT NULL , +`VERSION` int(11) NULL DEFAULT NULL , +PRIMARY KEY (`ID`) +) +ENGINE=InnoDB +DEFAULT CHARACTER SET=utf8 COLLATE=utf8_general_ci +AUTO_INCREMENT=23 + +; + +-- ---------------------------- +-- Records of tfw_user +-- ---------------------------- +BEGIN; +INSERT INTO `tfw_user` VALUES ('1', 'admin', '4779e4a9903dfb08f9f877791c516a73', 'admin', '管理员', '2015-09-08 00:00:00', '1', 'admin@tonbusoft.com.cn', '222333', '1', '9', '1', '2016-01-29 08:49:53', '24'), ('21', 'test001', 'e334680512284cac2f57701abe03af96', 'r4i90', 'test', '2016-02-19 14:00:13', '1', null, null, '5', '11', '1', '2016-02-19 14:00:19', '22'), ('22', '123123', '653f21c93acdd4f03c95876824f440a7', '048wh', '213123', '2016-05-03 00:00:00', '1', '123', '1232', '4', '1', '1', '2016-05-17 18:50:15', '2'); +COMMIT; + +-- ---------------------------- +-- Function structure for queryChildren +-- ---------------------------- +DROP FUNCTION IF EXISTS `queryChildren`; +DELIMITER ;; +CREATE DEFINER=`root`@`localhost` FUNCTION `queryChildren`(rootid VARCHAR(500),tabname VARCHAR(500)) RETURNS varchar(4000) CHARSET utf8 +BEGIN +DECLARE sTemp VARCHAR(4000); +DECLARE sTempChd VARCHAR(4000); +DECLARE icount INTEGER; +DECLARE tname VARCHAR(500); + +SET sTemp = '$'; +SET sTempChd = rootid; +set tname=tabname; + +if INSTR(tname,'tfw_dept')>0 then +select count(1) into icount from tfw_dept where id=sTempChd; +if icount>0 then +WHILE sTempChd is not NULL DO +if sTempChd <> rootid then +SET sTemp = CONCAT(sTemp,',',sTempChd); +end if; +SELECT group_concat(id) INTO sTempChd FROM tfw_dept where FIND_IN_SET(pid,sTempChd)>0; +END WHILE; +RETURN SUBSTRING(sTemp,3); +ELSE +RETURN null; +end if; +end if; +if INSTR(tname,'tfw_role')>0 then +select count(1) into icount from tfw_role where id=sTempChd; +if icount>0 then +WHILE sTempChd is not NULL DO +if sTempChd <> rootid then +SET sTemp = CONCAT(sTemp,',',sTempChd); +end if; +SELECT group_concat(id) INTO sTempChd FROM tfw_role where FIND_IN_SET(pid,sTempChd)>0; +END WHILE; +RETURN SUBSTRING(sTemp,3); +ELSE +RETURN null; +end if; +end if; + + +END +;; +DELIMITER ; + +-- ---------------------------- +-- Auto increment value for tb_tfw_tzgg +-- ---------------------------- +ALTER TABLE `tb_tfw_tzgg` AUTO_INCREMENT=2; + +-- ---------------------------- +-- Auto increment value for tfw_attach +-- ---------------------------- +ALTER TABLE `tfw_attach` AUTO_INCREMENT=295; + +-- ---------------------------- +-- Auto increment value for tfw_dept +-- ---------------------------- +ALTER TABLE `tfw_dept` AUTO_INCREMENT=14; + +-- ---------------------------- +-- Auto increment value for tfw_dict +-- ---------------------------- +ALTER TABLE `tfw_dict` AUTO_INCREMENT=46; + +-- ---------------------------- +-- Auto increment value for tfw_generate +-- ---------------------------- +ALTER TABLE `tfw_generate` AUTO_INCREMENT=2; + +-- ---------------------------- +-- Auto increment value for tfw_login_log +-- ---------------------------- +ALTER TABLE `tfw_login_log` AUTO_INCREMENT=1; + +-- ---------------------------- +-- Auto increment value for tfw_menu +-- ---------------------------- +ALTER TABLE `tfw_menu` AUTO_INCREMENT=105; + +-- ---------------------------- +-- Auto increment value for tfw_operation_log +-- ---------------------------- +ALTER TABLE `tfw_operation_log` AUTO_INCREMENT=1; + +-- ---------------------------- +-- Auto increment value for tfw_parameter +-- ---------------------------- +ALTER TABLE `tfw_parameter` AUTO_INCREMENT=2; + +-- ---------------------------- +-- Auto increment value for tfw_relation +-- ---------------------------- +ALTER TABLE `tfw_relation` AUTO_INCREMENT=1998; + +-- ---------------------------- +-- Auto increment value for tfw_role +-- ---------------------------- +ALTER TABLE `tfw_role` AUTO_INCREMENT=7; + +-- ---------------------------- +-- Auto increment value for tfw_role_ext +-- ---------------------------- +ALTER TABLE `tfw_role_ext` AUTO_INCREMENT=128; + +-- ---------------------------- +-- Auto increment value for tfw_user +-- ---------------------------- +ALTER TABLE `tfw_user` AUTO_INCREMENT=23; diff --git a/doc/sql/spring-blade-oracle.sql b/doc/sql/spring-blade-oracle.sql index 1c5a6180..a38d5d1b 100644 --- a/doc/sql/spring-blade-oracle.sql +++ b/doc/sql/spring-blade-oracle.sql @@ -1,1911 +1,1522 @@ -/* -Navicat Oracle Data Transfer -Oracle Client Version : 10.2.0.5.0 - -Source Server : Oracle_Blade -Source Server Version : 100200 -Source Host : 192.168.30.172:1521 -Source Schema : BLADE - -Target Server Type : ORACLE -Target Server Version : 100200 -File Encoding : 65001 - -Date: 2016-06-23 15:28:26 -*/ - - --- ---------------------------- --- Table structure for TB_TFW_GSDT --- ---------------------------- -DROP TABLE "TB_TFW_GSDT"; -CREATE TABLE "TB_TFW_GSDT" ( -"F_IT_XL" NUMBER(11) NOT NULL , -"F_IT_QZ" NUMBER(11) NULL , -"F_VC_BT" NVARCHAR2(500) NULL , -"F_VC_LJBT" NVARCHAR2(255) NULL , -"F_IT_CJR" NUMBER(11) NULL , -"F_DT_CJSJ" DATE NULL , -"F_VC_BJBM" NVARCHAR2(255) NULL , -"F_VC_BJSJ" NVARCHAR2(255) NULL , -"F_IT_XGR" NUMBER(11) NULL , -"F_DT_XGSJ" DATE NULL , -"F_IT_ZT" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TB_TFW_GSDT --- ---------------------------- -INSERT INTO "TB_TFW_GSDT" VALUES ('12', '100', '123', '123', '1', TO_DATE('2016-02-02 15:05:30', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', '2016年02月01日', null, null, null); -INSERT INTO "TB_TFW_GSDT" VALUES ('13', '100', '1', '1', '1', TO_DATE('2016-02-02 15:41:52', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', '2016年03月07日', null, null, null); -INSERT INTO "TB_TFW_GSDT" VALUES ('7', '100', '123123', '123123', '1', TO_DATE('2016-02-02 14:06:29', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', null, null, null, null); -INSERT INTO "TB_TFW_GSDT" VALUES ('8', '100', '21312', '21312', '1', TO_DATE('2016-02-02 14:06:45', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', '2016年02月02日', null, null, null); -INSERT INTO "TB_TFW_GSDT" VALUES ('11', '100', '312322223333333333', '3123', '1', TO_DATE('2016-02-24 13:23:20', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', '2016年02月08日', '1', TO_DATE('2016-02-24 13:23:20', 'YYYY-MM-DD HH24:MI:SS'), '1'); -INSERT INTO "TB_TFW_GSDT" VALUES ('16', '100', '23333333333333333333332', '23333333333333333333332', '1', TO_DATE('2016-02-03 11:18:27', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', '2016年02月07日', '1', TO_DATE('2016-02-03 11:18:27', 'YYYY-MM-DD HH24:MI:SS'), '2'); - --- ---------------------------- --- Table structure for TB_TFW_GSDTNR --- ---------------------------- -DROP TABLE "TB_TFW_GSDTNR"; -CREATE TABLE "TB_TFW_GSDTNR" ( -"F_IT_XL" NUMBER(11) NOT NULL , -"F_IT_DTXL" NUMBER(11) NULL , -"F_TX_NR" NVARCHAR2(2000) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TB_TFW_GSDTNR --- ---------------------------- -INSERT INTO "TB_TFW_GSDTNR" VALUES ('12', '12', '3123123'); -INSERT INTO "TB_TFW_GSDTNR" VALUES ('13', '13', '12'); -INSERT INTO "TB_TFW_GSDTNR" VALUES ('11', '11', '123123123111111111111111111111111111111111111112'); -INSERT INTO "TB_TFW_GSDTNR" VALUES ('16', '16', '1'); - --- ---------------------------- --- Table structure for TB_TFW_GZBG --- ---------------------------- -DROP TABLE "TB_TFW_GZBG"; -CREATE TABLE "TB_TFW_GZBG" ( -"F_IT_XL" NUMBER(11) NOT NULL , -"F_VC_BT" NVARCHAR2(255) NULL , -"F_IT_BGBM" NUMBER(11) NULL , -"F_DT_BGSJ" DATE NULL , -"F_DT_CJSJ" DATE NULL , -"F_DT_XGSJ" DATE NULL , -"F_IT_CJR" NUMBER(11) NULL , -"F_IT_XGR" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TB_TFW_GZBG --- ---------------------------- -INSERT INTO "TB_TFW_GZBG" VALUES ('269', 'test', '3', TO_DATE('2016-03-01 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), TO_DATE('2016-03-07 08:49:08', 'YYYY-MM-DD HH24:MI:SS'), null, '1', null); - --- ---------------------------- --- Table structure for TB_TFW_GZBGNR --- ---------------------------- -DROP TABLE "TB_TFW_GZBGNR"; -CREATE TABLE "TB_TFW_GZBGNR" ( -"F_IT_XL" NUMBER(11) NOT NULL , -"F_IT_BGXL" NUMBER(11) NULL , -"F_TX_BGNR" NVARCHAR2(2000) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TB_TFW_GZBGNR --- ---------------------------- -INSERT INTO "TB_TFW_GZBGNR" VALUES ('111', '269', 'test'); - --- ---------------------------- --- Table structure for TB_TFW_TZGG --- ---------------------------- -DROP TABLE "TB_TFW_TZGG"; -CREATE TABLE "TB_TFW_TZGG" ( -"F_IT_XL" NUMBER(11) NOT NULL , -"F_VC_BT" NVARCHAR2(255) NULL , -"F_IT_LX" NUMBER(11) NULL , -"F_TX_NR" NVARCHAR2(2000) NULL , -"F_DT_FBSJ" DATE NULL , -"F_DT_CJSJ" DATE NULL , -"F_IT_CJR" NUMBER(11) NULL , -"F_IT_TP" NUMBER(11) NULL , -"VERSION" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TB_TFW_TZGG --- ---------------------------- -INSERT INTO "TB_TFW_TZGG" VALUES ('1411', '23333', null, null, null, null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1414', '2333333', '10', '11222', TO_DATE('2016-02-24 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1412', '23333', '6', '1', TO_DATE('2016-02-15 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1418', 'tom', '1', '1', TO_DATE('2016-02-18 10:58:44', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1430', 'ceshi233333333333', null, null, null, null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1431', 'ceshi233333333333', null, null, null, null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('123', 'sssssss', '2', null, null, null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1420', 'ceshi233333333333', null, null, null, null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1429', 'asdfasdf23312', '10', 'asdfdd1', TO_DATE('2016-01-31 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1409', '23333', null, null, null, null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1410', '23333', null, null, null, null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1404', 'asdfasdf23312', '1', 'asdfdd1', TO_DATE('2016-01-31 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null); -INSERT INTO "TB_TFW_TZGG" VALUES ('1419', 'ceshi', null, null, null, null, null, null, null); - --- ---------------------------- --- Table structure for TB_TFW_XWB --- ---------------------------- -DROP TABLE "TB_TFW_XWB"; -CREATE TABLE "TB_TFW_XWB" ( -"F_IT_XL" NUMBER(11) NOT NULL , -"F_VC_BT" NVARCHAR2(100) NULL , -"F_VC_FBT" NVARCHAR2(100) NULL , -"F_VC_LJBT" NVARCHAR2(2000) NULL , -"F_VC_TTBT" NVARCHAR2(2000) NULL , -"F_VC_DD" NVARCHAR2(2000) NULL , -"F_VC_TP" NVARCHAR2(100) NULL , -"F_VC_GJZ" NVARCHAR2(200) NULL , -"F_VC_SSLP" NVARCHAR2(200) NULL , -"F_VC_ZLDZ" NVARCHAR2(200) NULL , -"F_IT_DJJS" NUMBER(11) NULL , -"F_IT_DJS" NUMBER(11) NULL , -"F_VC_BJ" NVARCHAR2(30) NULL , -"F_VC_LY" NVARCHAR2(30) NULL , -"F_CR_FBZT" NCHAR(1) NULL , -"F_CR_GKZT" NCHAR(1) NULL , -"F_DT_FBSJ" DATE NULL , -"F_CR_SHZT" NCHAR(1) NULL , -"F_IT_SHR" NUMBER(11) NULL , -"F_DT_SHSJ" DATE NULL , -"F_VC_SHYJ" NVARCHAR2(2000) NULL , -"F_CR_TBLX" NUMBER(11) NULL , -"F_IT_CJR" NUMBER(11) NULL , -"F_DT_CJSJ" DATE NULL , -"F_IT_ZHXGR" NUMBER(11) NULL , -"F_DT_ZHXGSJ" DATE NULL , -"F_VC_TPFJ" NVARCHAR2(100) NULL , -"F_VC_SPFJ" NVARCHAR2(100) NULL , -"F_CR_SFYC" NCHAR(1) NULL , -"F_IT_QZ" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TB_TFW_XWB --- ---------------------------- -INSERT INTO "TB_TFW_XWB" VALUES ('85060', '123', '121', '12', null, '1212', null, '121', null, '21212', null, null, '管理员', '12', null, '2', TO_DATE('2016-02-03 15:08:44', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null, null, '1', TO_DATE('2016-02-03 15:08:44', 'YYYY-MM-DD HH24:MI:SS'), '1', TO_DATE('2016-02-26 08:42:40', 'YYYY-MM-DD HH24:MI:SS'), null, null, '0', '10011'); -INSERT INTO "TB_TFW_XWB" VALUES ('1', '233333', '121', '12', '12', '1212', null, '121', '12', '21212', '1', '1', '管理员', '12', null, '2', TO_DATE('2016-02-03 15:08:44', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null, null, null, null, '1', TO_DATE('2016-02-22 13:18:06', 'YYYY-MM-DD HH24:MI:SS'), null, null, '0', '10011'); - --- ---------------------------- --- Table structure for TB_TFW_XWXQB --- ---------------------------- -DROP TABLE "TB_TFW_XWXQB"; -CREATE TABLE "TB_TFW_XWXQB" ( -"F_IT_XL" NUMBER(11) NOT NULL , -"F_IT_SSXW" NUMBER(11) NULL , -"F_TX_NR" NVARCHAR2(2000) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TB_TFW_XWXQB --- ---------------------------- -INSERT INTO "TB_TFW_XWXQB" VALUES ('40060', '85060', '12121'); -INSERT INTO "TB_TFW_XWXQB" VALUES ('1', '1', '12121'); - --- ---------------------------- --- Table structure for TFW_ATTACH --- ---------------------------- -DROP TABLE "TFW_ATTACH"; -CREATE TABLE "TFW_ATTACH" ( -"ID" NUMBER(11) NOT NULL , -"CODE" NVARCHAR2(255) NULL , -"NAME" NVARCHAR2(255) NULL , -"URL" NVARCHAR2(2000) NULL , -"STATUS" NUMBER(11) NULL , -"CREATER" NUMBER(11) NULL , -"CREATETIME" DATE NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_ATTACH --- ---------------------------- - --- ---------------------------- --- Table structure for TFW_DEPT --- ---------------------------- -DROP TABLE "TFW_DEPT"; -CREATE TABLE "TFW_DEPT" ( -"ID" NUMBER(11) NOT NULL , -"NUM" NUMBER(11) NULL , -"PID" NUMBER(11) NULL , -"SIMPLENAME" NVARCHAR2(45) NULL , -"FULLNAME" NVARCHAR2(255) NULL , -"TIPS" NVARCHAR2(255) NULL , -"VERSION" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_DEPT --- ---------------------------- -INSERT INTO "TFW_DEPT" VALUES ('1', '0', '0', 'Tonbu', 'Tonbu', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('2', '1', '1', '江苏同步', '江苏同步信息技术有限公司', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('3', '1', '2', '技服部', '技术服务部', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('4', '2', '2', '客服部', '客户服务部', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('5', '3', '2', '销售部', '销售部', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('6', '4', '2', '综合管理部', '综合管理部', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('7', '2', '1', '常州同步', '常州同步软件技术有限公司', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('8', '1', '7', '产品部', '产品部', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('9', '2', '7', '研发部', '研发部', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('10', '3', '7', '项目部', '项目部', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('11', '4', '7', '运维部', '运维部', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('12', '5', '7', '销售部', '销售部', null, '1'); -INSERT INTO "TFW_DEPT" VALUES ('13', '6', '7', '行政部', '行政部', null, '1'); - --- ---------------------------- --- Table structure for TFW_DICT --- ---------------------------- -DROP TABLE "TFW_DICT"; -CREATE TABLE "TFW_DICT" ( -"ID" NUMBER(11) NOT NULL , -"CODE" NVARCHAR2(255) NULL , -"NUM" NUMBER(11) NULL , -"PID" NUMBER(11) NULL , -"NAME" NVARCHAR2(255) NULL , -"TIPS" NVARCHAR2(255) NULL , -"VERSION" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_DICT --- ---------------------------- -INSERT INTO "TFW_DICT" VALUES ('44', '102', '1', '14', '发布测试', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('45', '102', '2', '16', '测试222', null, '1'); -INSERT INTO "TFW_DICT" VALUES ('1', '101', '0', '0', '性别', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('2', '101', '1', '1', '男', null, '1'); -INSERT INTO "TFW_DICT" VALUES ('3', '101', '2', '1', '女', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('5', '901', '0', '0', '账号状态', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('6', '901', '1', '5', '启用', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('7', '901', '2', '5', '冻结', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('8', '901', '3', '5', '待审核', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('9', '901', '4', '5', '审核拒绝', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('10', '901', '5', '5', '已删除', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('11', '902', '0', '0', '状态', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('12', '902', '1', '11', '启用', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('13', '902', '2', '11', '禁用', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('14', '102', '0', '0', '公告类型', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('15', '102', '10', '14', '通知公告', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('16', '102', '9', '14', '发布计划', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('17', '903', '0', '0', '审核状态', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('18', '903', '1', '17', '待审核', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('19', '903', '2', '17', '审核拒绝', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('20', '903', '3', '17', '审核通过', null, '0'); -INSERT INTO "TFW_DICT" VALUES ('41', '102', '6', '16', '测试', null, '0'); - --- ---------------------------- --- Table structure for TFW_GENERATE --- ---------------------------- -DROP TABLE "TFW_GENERATE"; -CREATE TABLE "TFW_GENERATE" ( -"ID" NUMBER(11) NOT NULL , -"NAME" NVARCHAR2(255) NULL , -"REALPATH" NVARCHAR2(255) NULL , -"PACKAGENAME" NVARCHAR2(255) NULL , -"MODELNAME" NVARCHAR2(255) NULL , -"TABLENAME" NVARCHAR2(255) NULL , -"PKNAME" NVARCHAR2(255) NULL , -"TIPS" NVARCHAR2(255) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_GENERATE --- ---------------------------- -INSERT INTO "TFW_GENERATE" VALUES ('1', '测试', 'E:\Workspaces\git\bladepro', 'com.tonbusoft.platform', 'Blog', 'tb_yw_blog', 'f_it_xl', null); - --- ---------------------------- --- Table structure for TFW_LOGIN_LOG --- ---------------------------- -DROP TABLE "TFW_LOGIN_LOG"; -CREATE TABLE "TFW_LOGIN_LOG" ( -"ID" NUMBER NOT NULL , -"LOGNAME" NVARCHAR2(255) NULL , -"USERID" NVARCHAR2(255) NULL , -"CLASSNAME" NVARCHAR2(255) NULL , -"METHOD" NVARCHAR2(2000) NULL , -"CREATETIME" DATE NULL , -"SUCCEED" NVARCHAR2(255) NULL , -"MESSAGE" NVARCHAR2(2000) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_LOGIN_LOG --- ---------------------------- - --- ---------------------------- --- Table structure for TFW_MENU --- ---------------------------- -DROP TABLE "TFW_MENU"; -CREATE TABLE "TFW_MENU" ( -"ID" NUMBER NOT NULL , -"CODE" NVARCHAR2(255) NULL , -"PCODE" NVARCHAR2(255) NULL , -"NAME" NVARCHAR2(255) NULL , -"ICON" NVARCHAR2(255) NULL , -"URL" NVARCHAR2(255) NULL , -"NUM" NUMBER NULL , -"LEVELS" NUMBER NULL , -"SOURCE" NVARCHAR2(2000) NULL , -"PATH" NVARCHAR2(255) NULL , -"TIPS" NVARCHAR2(255) NULL , -"STATUS" NUMBER NULL , -"ISOPEN" VARCHAR2(255 BYTE) NULL , -"ISTEMPLATE" VARCHAR2(255 BYTE) NULL , -"VERSION" NUMBER(11) NULL , -"ALIAS" VARCHAR2(255 BYTE) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_MENU --- ---------------------------- -INSERT INTO "TFW_MENU" VALUES ('91', 'llog_view', 'llog', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/llog/view', '4', '4', null, 'llog_view.html', null, '1', '0', '0', '0', 'view'); -INSERT INTO "TFW_MENU" VALUES ('84', 'olog_add', 'olog', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/olog/add', '1', '4', null, 'olog_add.html', null, '1', '0', '0', '0', 'add'); -INSERT INTO "TFW_MENU" VALUES ('56', 'parameter', 'system', '参数化管理', 'fa-tags', '/parameter/', '9', '2', null, 'parameter.html', null, '1', '0', '1', '0', null); -INSERT INTO "TFW_MENU" VALUES ('57', 'parameter_add', 'parameter', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/parameter/add', '1', '3', null, 'parameter_add.html', null, '1', '0', '0', '0', 'add'); -INSERT INTO "TFW_MENU" VALUES ('58', 'parameter_edit', 'parameter', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/parameter/edit', '2', '3', null, 'parameter_edit.html', null, '1', '0', '0', '0', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('59', 'parameter_del', 'parameter', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/parameter/del', '3', '3', null, null, null, '1', '0', '0', '1', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('60', 'parameter_view', 'parameter', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/parameter/view', '4', '3', null, 'parameter_view.html', null, '1', '0', '0', '0', 'view'); -INSERT INTO "TFW_MENU" VALUES ('61', 'parameter_recycle', 'parameter', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{"status":"5"}', '5', '3', null, 'parameter_recycle.html', null, '1', '0', '0', '0', 'recycle'); -INSERT INTO "TFW_MENU" VALUES ('62', 'parameter_recycle_restore', 'parameter_recycle', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/parameter/restore', '1', '4', null, null, null, '1', '0', '0', '0', 'restore'); -INSERT INTO "TFW_MENU" VALUES ('63', 'parameter_recycle_remove', 'parameter_recycle', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/parameter/remove', '2', '4', null, null, null, '1', '0', '0', '1', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('64', 'parameter_recycle_back', 'parameter_recycle', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', '0', '0', '0', 'back'); -INSERT INTO "TFW_MENU" VALUES ('65', 'druid', 'system', '连接池监视', 'fa-arrows-v', '/druid', '10', '2', null, null, null, '1', '0', null, '1', null); -INSERT INTO "TFW_MENU" VALUES ('1', 'system', '0', '系统管理', 'fa-cog', null, '9', '1', null, null, null, '1', '1', '0', '1', null); -INSERT INTO "TFW_MENU" VALUES ('2', 'role', 'system', '角色管理', 'fa-key', '/role/', '2', '2', null, null, null, '1', '0', null, '1', null); -INSERT INTO "TFW_MENU" VALUES ('3', 'role_add', 'role', '角色新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/role/add', '1', '3', null, 'role_add.html', '800*340', '1', '0', null, '1', 'addex'); -INSERT INTO "TFW_MENU" VALUES ('98', 'online', 'system', '在线开发', 'fa-rocket', null, '12', '2', null, null, '800*520', '1', '0', null, '1', null); -INSERT INTO "TFW_MENU" VALUES ('99', 'generate', 'online', '代码生成', 'fa-gavel', '/generate/', '1', '3', null, null, '800*520', '1', '0', null, '1', null); -INSERT INTO "TFW_MENU" VALUES ('100', 'generate_add', 'generate', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/generate/add', '1', '4', null, null, '800*420', '1', '0', null, '3', 'add'); -INSERT INTO "TFW_MENU" VALUES ('101', 'generate_edit', 'generate', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/generate/edit', '2', '4', null, null, '800*420', '1', '0', null, '3', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('102', 'generate_remove', 'generate', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/generate/remove', '3', '4', null, null, '800*520', '1', '0', null, null, 'remove'); -INSERT INTO "TFW_MENU" VALUES ('103', 'generate_view', 'generate', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/generate/view', '4', '4', null, null, '800*420', '1', '0', null, '3', 'view'); -INSERT INTO "TFW_MENU" VALUES ('104', 'generate_gencode', 'generate', '代码生成', 'btn btn-xs btn-white | fa fa-gavel bigger-120', '/generate/gencode', '5', '4', null, null, '800*520', '1', '0', null, '1', 'gencode'); -INSERT INTO "TFW_MENU" VALUES ('4', 'role_edit', 'role', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/role/edit', '2', '3', null, 'role_edit.html', '800*340', '1', '0', '0', '1', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('5', 'role_remove', 'role', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/role/remove', '3', '3', null, null, null, '1', null, null, '0', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('6', 'role_view', 'role', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/role/view', '4', '3', null, 'role_view.html', '800*340', '1', null, null, '1', 'view'); -INSERT INTO "TFW_MENU" VALUES ('7', 'role_authority', 'role', '权限配置', 'btn btn-xs btn-white | fa fa-wrench bigger-120', '/role/authority', '5', '3', null, 'role_authority.html', '350*500', '1', null, null, '0', 'authority'); -INSERT INTO "TFW_MENU" VALUES ('8', 'user', 'system', '用户管理', 'fa-user', '/user/', '1', '2', null, null, null, '1', null, null, '0', null); -INSERT INTO "TFW_MENU" VALUES ('9', 'user_add', 'user', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/user/add', '1', '3', null, 'user_add.html', '800*430', '1', null, null, '0', 'add'); -INSERT INTO "TFW_MENU" VALUES ('10', 'user_edit', 'user', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/user/edit', '2', '3', null, 'user_edit.html', '800*430', '1', null, null, '0', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('11', 'user_del', 'user', '删除', 'btn btn-xs btn-white | fa fa fa-times bigger-120', '/user/del', '3', '3', null, null, null, '1', null, null, '0', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('12', 'user_view', 'user', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/user/view', '4', '3', null, 'user_view.html', '800*390', '1', null, null, '0', 'view'); -INSERT INTO "TFW_MENU" VALUES ('13', 'user_audit', 'user', '审核', 'btn btn-xs btn-white | fa fa-user bigger-120', '{"status":"3"}', '5', '3', null, null, null, '1', null, null, '0', 'audit'); -INSERT INTO "TFW_MENU" VALUES ('14', 'user_audit_ok', 'user_audit', '通过', 'btn btn-xs btn-white | fa fa-check bigger-120', '/user/auditOk', '1', '4', null, null, null, '1', null, null, '0', 'ok'); -INSERT INTO "TFW_MENU" VALUES ('15', 'user_audit_refuse', 'user_audit', '拒绝', 'btn btn-xs btn-white | fa fa-times bigger-120', '/user/auditRefuse', '2', '4', null, null, null, '1', null, null, '0', 'refuse'); -INSERT INTO "TFW_MENU" VALUES ('16', 'user_audit_back', 'user_audit', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0', 'back'); -INSERT INTO "TFW_MENU" VALUES ('17', 'user_reset', 'user', '重置密码', 'btn btn-xs btn-white | fa fa-key bigger-120', '/user/reset', '6', '3', null, null, null, '1', null, null, '0', 'reset'); -INSERT INTO "TFW_MENU" VALUES ('18', 'user_ban', 'user', '冻结', 'btn btn-xs btn-white | fa fa-ban bigger-120', '/user/ban', '7', '3', null, null, null, '1', null, null, '0', 'frozen'); -INSERT INTO "TFW_MENU" VALUES ('19', 'user_recycle', 'user', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{"status":"5"}', '8', '3', null, null, null, '1', null, null, '0', 'recycle'); -INSERT INTO "TFW_MENU" VALUES ('20', 'user_recycle_restore', 'user_recycle', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/user/restore', '1', '4', null, null, null, '1', null, null, '0', 'restore'); -INSERT INTO "TFW_MENU" VALUES ('21', 'user_recycle_remove', 'user_recycle', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/user/remove', '2', '4', null, null, null, '1', null, null, '0', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('22', 'user_recycle_back', 'user_recycle', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0', 'back'); -INSERT INTO "TFW_MENU" VALUES ('24', 'user_extrole', 'user', '权限代理', 'btn btn-xs btn-white | fa fa-wrench bigger-120', '/user/extrole', '10', '3', null, 'user_extrole.html', null, '1', null, null, '0', 'agent'); -INSERT INTO "TFW_MENU" VALUES ('25', 'menu', 'system', '菜单管理', 'fa-tasks', '/menu/', '3', '2', null, null, null, '1', null, null, '0', null); -INSERT INTO "TFW_MENU" VALUES ('26', 'menu_add', 'menu', '菜单新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/menu/add', '1', '3', null, 'menu_add.html', '800*430', '1', '0', '0', '1', 'addex'); -INSERT INTO "TFW_MENU" VALUES ('27', 'menu_edit', 'menu', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/menu/edit', '2', '3', null, 'menu_edit.html', '800*430', '1', '0', '0', '1', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('28', 'menu_del', 'menu', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/menu/del', '3', '3', null, null, null, '1', '0', null, '1', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('29', 'menu_view', 'menu', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/menu/view', '4', '3', null, 'menu_view.html', '800*430', '1', '0', '0', '1', 'view'); -INSERT INTO "TFW_MENU" VALUES ('30', 'menu_recycle', 'menu', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{"status":"2"}', '5', '3', null, null, null, '1', null, null, '0', 'recycle'); -INSERT INTO "TFW_MENU" VALUES ('31', 'menu_recycle_restore', 'menu_recycle', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/menu/restore', '1', '4', null, null, null, '1', null, null, '0', 'restore'); -INSERT INTO "TFW_MENU" VALUES ('32', 'menu_recycle_remove', 'menu_recycle', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/menu/remove', '2', '4', null, null, null, '1', '0', null, '1', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('33', 'menu_recycle_back', 'menu_recycle', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0', 'back'); -INSERT INTO "TFW_MENU" VALUES ('34', 'dict', 'system', '字典管理', 'fa fa-book', '/dict/', '4', '2', null, null, null, '1', null, null, '0', null); -INSERT INTO "TFW_MENU" VALUES ('35', 'dict_add', 'dict', '字典新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/dict/add', '1', '3', null, 'dict_add.html', '800*390', '1', null, null, '0', 'addex'); -INSERT INTO "TFW_MENU" VALUES ('36', 'dict_edit', 'dict', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/dict/edit', '2', '3', null, 'dict_edit.html', '800*390', '1', null, null, '0', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('37', 'dict_remove', 'dict', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/dict/remove', '3', '3', null, null, null, '1', null, null, '0', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('38', 'dict_view', 'dict', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/dict/view', '4', '3', null, 'dict_view.html', '800*390', '1', null, null, '0', 'view'); -INSERT INTO "TFW_MENU" VALUES ('39', 'dept', 'system', '部门管理', 'fa fa-users', '/dept/', '5', '2', null, null, null, '1', null, null, '0', null); -INSERT INTO "TFW_MENU" VALUES ('40', 'dept_add', 'dept', '部门新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/dept/add', '1', '3', null, 'dept_add.html', '800*340', '1', null, null, '0', 'addex'); -INSERT INTO "TFW_MENU" VALUES ('41', 'dept_edit', 'dept', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/dept/edit', '2', '3', null, 'dept_edit.html', '800*340', '1', null, null, '0', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('42', 'dept_remove', 'dept', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/dept/remove', '3', '3', null, null, null, '1', null, null, '0', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('43', 'dept_view', 'dept', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/dept/view', '4', '3', null, 'dept_view.html', '800*340', '1', '0', '0', '0', 'view'); -INSERT INTO "TFW_MENU" VALUES ('44', 'attach', 'system', '附件管理', 'fa fa-paperclip', '/attach/', '6', '2', null, 'attach.html', null, '1', '0', '0', '0', null); -INSERT INTO "TFW_MENU" VALUES ('45', 'attach_add', 'attach', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/attach/add', '1', '3', null, 'attach_add.html', '800*450', '1', '0', '0', '0', 'add'); -INSERT INTO "TFW_MENU" VALUES ('46', 'attach_edit', 'attach', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/attach/edit', '2', '3', null, 'attach_edit.html', '800*290', '1', '0', null, '0', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('47', 'attach_remove', 'attach', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/attach/remove', '3', '3', null, null, null, '1', null, null, '0', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('48', 'attach_view', 'attach', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/attach/view', '4', '3', null, 'attach_view.html', '800*450', '1', '0', '0', '1', 'view'); -INSERT INTO "TFW_MENU" VALUES ('49', 'attach_download', 'attach', '下载', 'btn btn-xs btn-white | fa fa-paperclip bigger-120', '/attach/download', '5', '3', null, null, null, '1', null, null, '0', 'download'); -INSERT INTO "TFW_MENU" VALUES ('92', 'office', '0', '工作台', 'fa fa-desktop', null, '1', '1', null, null, null, '1', null, null, '1', null); -INSERT INTO "TFW_MENU" VALUES ('93', 'notice', 'office', '通知公告', 'fa fa-bell', '/notice/', '1', '2', null, 'notice.html', null, '1', '0', '1', '0', null); -INSERT INTO "TFW_MENU" VALUES ('94', 'notice_add', 'notice', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/notice/add', '1', '3', null, 'notice_add.html', '800*500', '1', '0', '0', '0', 'add'); -INSERT INTO "TFW_MENU" VALUES ('95', 'notice_edit', 'notice', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/notice/edit', '2', '3', null, 'notice_edit.html', '800*500', '1', '0', '0', '1', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('96', 'notice_remove', 'notice', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/notice/remove', '3', '3', null, null, null, '1', '0', '0', '0', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('97', 'notice_view', 'notice', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/notice/view', '4', '3', null, null, '800*500', '1', '0', '0', '0', 'view'); -INSERT INTO "TFW_MENU" VALUES ('23', 'user_roleAssign', 'user', '角色分配', 'btn btn-xs btn-white | fa fa-users bigger-120', '/user/roleAssign', '9', '3', null, 'user_roleAssign.html', '350*500', '1', null, null, '0', 'assign'); -INSERT INTO "TFW_MENU" VALUES ('81', 'log', 'system', '日志管理', 'fa-tasks', null, '11', '2', null, null, null, '1', '0', '0', '1', null); -INSERT INTO "TFW_MENU" VALUES ('82', 'olog', 'log', '操作日志', 'fa-database', '/olog/', '1', '3', null, 'olog.html', null, '1', '0', '0', '0', null); -INSERT INTO "TFW_MENU" VALUES ('83', 'llog', 'log', '登录日志', 'fa-sign-in', '/llog/', '2', '3', null, 'llog.html', null, '1', '0', '1', '0', null); -INSERT INTO "TFW_MENU" VALUES ('85', 'olog_edit', 'olog', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/olog/edit', '2', '4', null, 'olog_edit.html', null, '1', '0', '0', '0', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('86', 'olog_remove', 'olog', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/olog/remove', '3', '4', null, null, null, '1', '0', '0', '0', 'remove'); -INSERT INTO "TFW_MENU" VALUES ('87', 'olog_view', 'olog', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/olog/view', '4', '4', null, 'olog_view.html', null, '1', '0', '0', '0', 'view'); -INSERT INTO "TFW_MENU" VALUES ('88', 'llog_add', 'llog', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/llog/add', '1', '4', null, 'llog_add.html', null, '1', '0', '0', '0', 'add'); -INSERT INTO "TFW_MENU" VALUES ('89', 'llog_edit', 'llog', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/llog/edit', '2', '4', null, 'llog_edit.html', null, '1', '0', '0', '0', 'edit'); -INSERT INTO "TFW_MENU" VALUES ('90', 'llog_remove', 'llog', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/llog/remove', '3', '4', null, null, null, '1', '0', '0', '0', 'remove'); - --- ---------------------------- --- Table structure for TFW_METADATA --- ---------------------------- -DROP TABLE "TFW_METADATA"; -CREATE TABLE "TFW_METADATA" ( -"ID" NUMBER NOT NULL , -"CODE" NVARCHAR2(2000) NULL , -"SEQ" NVARCHAR2(2000) NULL , -"KEYSJSON" NVARCHAR2(2000) NULL , -"COLNAMES" NVARCHAR2(2000) NULL , -"COLMODEL" NVARCHAR2(2000) NULL , -"SEARCHJSON" NVARCHAR2(2000) NULL , -"ADDJSON" NVARCHAR2(2000) NULL , -"EDITJSON" NVARCHAR2(2000) NULL , -"VIEWJSON" NVARCHAR2(2000) NULL , -"SORTSTR" NVARCHAR2(2000) NULL , -"ORDERSTR" NVARCHAR2(2000) NULL , -"STATUS" NUMBER NULL , -"ISFIT" NUMBER NULL , -"LISTMETHOD" NVARCHAR2(2000) NULL , -"SAVEMETHOD" NVARCHAR2(2000) NULL , -"UPDATEMETHOD" NVARCHAR2(2000) NULL , -"FILTERSTR" NVARCHAR2(2000) NULL , -"CREATETIME" DATE NULL , -"CREATER" VARCHAR2(255 BYTE) NULL , -"EDITTIME" DATE NULL , -"EDITER" VARCHAR2(255 BYTE) NULL , -"VERSION" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_METADATA --- ---------------------------- -INSERT INTO "TFW_METADATA" VALUES ('21', 'report', null, '[{table:"TB_TMSP_GZBG",key:"F_IT_XL",seq:"SEQ_REPORT.nextval"}, {table:"TB_TMSP_GZBGNR",key:"F_IT_XL",foreignKey:"F_IT_BGXL",foreignPrimaryKey:"TB_TMSP_GZBG.F_IT_XL",seq:"SEQ_REPORTCONTENT.nextval"}]', '["序列","报告标题", "报告部门","报告时间","创建时间","创建人","修改时间","修改人"]', '[{name:"F_IT_XL",index:"F_IT_XL", width:35,hidden:true}, -{name:"F_VC_BT",index:"F_VC_BT", width:100}, -{name:"DIC_F_IT_BGBM",index:"F_IT_BGBM", width:80}, -{name:"F_DT_BGSJ",index:"F_DT_BGSJ", width:80}, -{name:"F_DT_CJSJ",index:"F_DT_CJSJ", width:80}, -{name:"DIC_F_IT_CJR",index:"F_IT_CJR", width:80}, -{name:"F_DT_XGSJ",index:"F_DT_XGSJ", width:80}, -{name:"DIC_F_IT_XGR",index:"F_IT_XGR", width:80}]', '[{name:"报告标题",index:"F_VC_BT", type:"text"}, -{name:"报告部门",index:"F_IT_BGBM",type:"selectDept"}, -{name:"报告时间",index:"F_DT_BGSJ", type:"text"} ]', '[{table:"TB_TMSP_GZBG",name:"报告标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, -{table:"TB_TMSP_GZBG",name:"报告部门",index:"F_IT_BGBM", type:"selectDept",newline:true,length:3,required:"required"}, -{table:"TB_TMSP_GZBG",name:"报告时间",index:"F_DT_BGSJ", type:"laydate",format:"YYYY-MM-DD hh:mm:ss",newline:false,length:3,required:"required"}, - {table:"TB_TMSP_GZBGNR",name:"报告内容",index:"F_TX_BGNR", type:"kindeditor",newline:true,length:8,required:"required"}, -{table:"TB_TMSP_GZBG",name:"创建人",index:"F_IT_CJR", type:"hidden",newline:true,value:session.user.ID,length:8}, - {table:"TB_TMSP_GZBG",name:"创建时间",index:"F_DT_CJSJ", type:"hidden",newline:true,value:c.newdate(),length:8} ]', '[ {table:"TB_TMSP_GZBG",name:"报告标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, -{table:"TB_TMSP_GZBG",name:"报告部门",index:"F_IT_BGBM", type:"selectDept",newline:true,length:3,required:"required"}, -{table:"TB_TMSP_GZBG",name:"报告时间",index:"F_DT_BGSJ", type:"laydate",format:"YYYY-MM-DD hh:mm:ss",newline:false,length:3,required:"required"}, -{table:"TB_TMSP_GZBGNR",name:"报告内容",index:"F_TX_BGNR", type:"kindeditor",newline:true,length:8,required:"required"}, -{table:"TB_TMSP_GZBG",name:"修改人",index:"F_IT_XGR", type:"autohidden",newline:true,value:session.user.ID,length:8}, -{table:"TB_TMSP_GZBG",name:"修改时间",index:"F_DT_XGSJ", type:"autohidden",newline:true,value:c.newdate(),length:8}]', '[ {table:"TB_TMSP_GZBG",name:"报告标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, - {table:"TB_TMSP_GZBG",name:"报告部门",index:"DIC_F_IT_BGBM", type:"selectDept",newline:true,length:3,required:"required"}, - {table:"TB_TMSP_GZBG",name:"报告时间",index:"F_DT_BGSJ", type:"laydate",newline:false,length:3,required:"required"}, -{table:"TB_TMSP_GZBGNR",name:"报告内容",index:"F_TX_BGNR", type:"kindeditor",newline:true,length:8,required:"required"}]', 'f_it_xl', 'desc', '1', '0', '/template/list', '/template/save', '/template/update', null, TO_DATE('2015-11-02 14:25:29', 'YYYY-MM-DD HH24:MI:SS'), '1', TO_DATE('2015-11-02 14:25:29', 'YYYY-MM-DD HH24:MI:SS'), '1', '2'); -INSERT INTO "TFW_METADATA" VALUES ('1', 'notice', null, '[{table:"TB_TMSP_TZGG",key:"F_IT_XL",seq:"SEQ_NOTICE.nextval"}]', '[ "序列","通知标题", "公告类型","发布时间"]', '[{name:"F_IT_XL",index:"F_IT_XL", width:35,hidden:true}, - {name:"F_VC_BT",index:"F_VC_BT", width:100}, - {name:"DIC_F_IT_LX",index:"DIC_F_IT_LX", width:80}, - {name:"F_DT_FBSJ",index:"F_DT_FBSJ", width:80}]', '[{name:"通知标题",index:"F_VC_BT", type:"text"}, - {name:"公告类型",index:"F_IT_LX",type:"select_102"}, - {name:"发布时间",index:"F_DT_FBSJ", type:"text"}]', '[ {table:"TB_TMSP_TZGG",name:"通知标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, - {table:"TB_TMSP_TZGG",name:"公告类型",index:"F_IT_LX", type:"select_102",newline:true,length:3,required:"required"}, - {table:"TB_TMSP_TZGG",name:"通知时间",index:"F_DT_FBSJ", type:"laydate",format:"YYYY-MM-DD hh:mm:ss",newline:false,length:3}, - {table:"TB_TMSP_TZGG",name:"通知内容",index:"F_TX_NR", type:"kindeditor",newline:true,length:8,required:"required"} ]', '[{table:"TB_TMSP_TZGG",name:"通知标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, - {table:"TB_TMSP_TZGG",name:"公告类型",index:"F_IT_LX", type:"combo_102",newline:true,length:3,required:"required"}, - {table:"TB_TMSP_TZGG",name:"通知时间",index:"F_DT_FBSJ", type:"laydate",format:"YYYY-MM-DD hh:mm:ss",newline:false,length:3}, - {table:"TB_TMSP_TZGG",name:"通知内容",index:"F_TX_NR", type:"kindeditor",newline:true,length:8,required:"required"}]', '[{table:"TB_TMSP_TZGG",name:"通知标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, - {table:"TB_TMSP_TZGG",name:"公告类型",index:"DIC_F_IT_LX", type:"select_102",newline:true,length:3,required:"required"}, - {table:"TB_TMSP_TZGG",name:"通知时间",index:"F_DT_FBSJ", type:"date",newline:false,length:3,required:"required"}, - {table:"TB_TMSP_TZGG",name:"通知内容",index:"F_TX_NR", type:"kindeditor",newline:true,length:8,required:"required"}]', 'f_it_xl', 'desc', '1', '1', '/template/list', '/template/save', '/template/update', '{"f_it_cjr":"session.user.ID"}', TO_DATE('2015-11-02 14:25:29', 'YYYY-MM-DD HH24:MI:SS'), '1', TO_DATE('2015-11-02 14:25:29', 'YYYY-MM-DD HH24:MI:SS'), '1', '0'); - --- ---------------------------- --- Table structure for TFW_OPERATION_LOG --- ---------------------------- -DROP TABLE "TFW_OPERATION_LOG"; -CREATE TABLE "TFW_OPERATION_LOG" ( -"ID" NUMBER NOT NULL , -"LOGNAME" NVARCHAR2(255) NULL , -"USERID" NVARCHAR2(255) NULL , -"CLASSNAME" NVARCHAR2(255) NULL , -"METHOD" NVARCHAR2(2000) NULL , -"CREATETIME" DATE NULL , -"SUCCEED" NVARCHAR2(255) NULL , -"MESSAGE" NVARCHAR2(2000) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_OPERATION_LOG --- ---------------------------- -INSERT INTO "TFW_OPERATION_LOG" VALUES ('251', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "R"."ID": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select * from ( select tmp_page.*, rownum row_id from ( SELECT * FROM (SELECT r.*, d.simpleName DEPTNAME, (SELECT name FROM tfw_role WHERE id = r.pId) PNAME FROM tfw_role r LEFT JOIN tfw_dept d ON r.deptId = d.id) blade_statement WHERE 1 = 1 order by r.id asc ) tmp_page where rownum <= ? ) where row_id > ? -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "R"."ID": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "R"."ID": 标识符无效 -', TO_DATE('2016-02-19 14:08:19', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('262', '异常日志', '1', null, 'Mapped Statements collection does not contain value for 0', TO_DATE('2016-02-23 14:27:42', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('232', '异常日志', '1', null, '文件不存在!', TO_DATE('2016-02-19 08:49:02', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('247', '异常日志', '1', null, 'Index: 0, Size: 0', TO_DATE('2016-02-19 14:00:41', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('264', '异常日志', '1', null, 'Mapped Statements collection does not contain value for 0', TO_DATE('2016-02-23 14:28:33', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('266', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值 -### The error may involve SELECT.0 -### The error occurred while executing a query -### SQL: -### Cause: java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值 -; uncategorized SQLException for SQL []; SQL state [99999]; error code [17104]; 要执行的 SQL 语句不得为空白或空值; nested exception is java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值', TO_DATE('2016-02-23 14:30:35', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('270', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 -', TO_DATE('2016-02-23 16:10:50', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('271', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 -', TO_DATE('2016-02-23 16:13:59', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('272', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 -', TO_DATE('2016-02-23 16:14:03', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('273', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 -', TO_DATE('2016-02-23 16:14:06', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('219', '异常日志', '1', null, ' -### Error updating database. Cause: java.sql.SQLSyntaxErrorException: ORA-01722: 无效数字 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: insert into tb_tfw_tzgg (f_dt_fbsj,f_vc_bt,f_it_xl) values (?,?,?) -### Cause: java.sql.SQLSyntaxErrorException: ORA-01722: 无效数字 - -; SQL []; ORA-01722: 无效数字 -; nested exception is java.sql.SQLSyntaxErrorException: ORA-01722: 无效数字 -', TO_DATE('2016-02-18 10:51:46', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('241', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''name'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111', TO_DATE('2016-02-19 13:40:07', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('231', '异常日志', '1', null, '文件不存在!', TO_DATE('2016-02-19 08:48:49', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('234', '异常日志', '1', null, '文件不存在!', TO_DATE('2016-02-19 08:50:22', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('253', '异常日志', '21', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select count(*) from (select * from (select bg.*, nr.F_TX_BGNR, u1.name DIC_F_IT_CJR, u2.name DIC_F_IT_XGR from tb_tfw_gzbg bg left join tb_tfw_gzbgnr nr on bg.f_it_xl=nr.f_it_bgxl left join tfw_user u1 on bg.f_it_cjr=u1.id left join tfw_user u2 on bg.f_it_xgr=u2.id) blade_statement where 1=1 where 1=1 and bg.f_it_cjr = ?) tmp_count -### Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号 -', TO_DATE('2016-02-19 14:14:47', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('255', '异常日志', '21', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select count(*) from (select * from (select bg.*, nr.F_TX_BGNR, u1.name DIC_F_IT_CJR, u2.name DIC_F_IT_XGR from tb_tfw_gzbg bg left join tb_tfw_gzbgnr nr on bg.f_it_xl=nr.f_it_bgxl left join tfw_user u1 on bg.f_it_cjr=u1.id left join tfw_user u2 on bg.f_it_xgr=u2.id) blade_statement where 1=1 and bg.f_it_cjr = ? where 1=1 ) tmp_count -### Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号 -', TO_DATE('2016-02-19 14:17:19', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('256', '异常日志', '21', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "BG"."F_IT_CJR": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: SELECT count(*) FROM (SELECT bg.*, nr.F_TX_BGNR, u1.name DIC_F_IT_CJR, u2.name DIC_F_IT_XGR FROM tb_tfw_gzbg bg LEFT JOIN tb_tfw_gzbgnr nr ON bg.f_it_xl = nr.f_it_bgxl LEFT JOIN tfw_user u1 ON bg.f_it_cjr = u1.id LEFT JOIN tfw_user u2 ON bg.f_it_xgr = u2.id) blade_statement WHERE 1 = 1 AND bg.f_it_cjr = ? -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "BG"."F_IT_CJR": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "BG"."F_IT_CJR": 标识符无效 -', TO_DATE('2016-02-19 14:18:34', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('216', '异常日志', '1', null, 'com.sun.proxy.$Proxy27 cannot be cast to org.springframework.web.multipart.MultipartHttpServletRequest', TO_DATE('2016-02-17 16:26:13', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('217', '异常日志', '1', null, 'write javaBean error', TO_DATE('2016-02-17 16:43:12', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('248', '异常日志', '1', null, 'Index: 0, Size: 0', TO_DATE('2016-02-19 14:01:13', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('220', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''f_it_xl'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #3 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111', TO_DATE('2016-02-18 10:58:01', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('254', '异常日志', '21', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select count(*) from (select * from (select bg.*, nr.F_TX_BGNR, u1.name DIC_F_IT_CJR, u2.name DIC_F_IT_XGR from tb_tfw_gzbg bg left join tb_tfw_gzbgnr nr on bg.f_it_xl=nr.f_it_bgxl left join tfw_user u1 on bg.f_it_cjr=u1.id left join tfw_user u2 on bg.f_it_xgr=u2.id) blade_statement where 1=1 where 1=1 and bg.f_it_cjr = ?) tmp_count -### Cause: java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号 -', TO_DATE('2016-02-19 14:15:23', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('240', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''name'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111', TO_DATE('2016-02-19 13:37:11', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('245', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: SELECT count(*) FROM (SELECT m.*, d.name AS DIC_STATUS FROM tfw_menu m LEFT JOIN (SELECT num, name FROM tfw_dict WHERE code = 902) d ON m.status = d.num WHERE 1 = 1 AND (name LIKE CONCAT(CONCAT(''%'', ?), ''%''))) blade_statement -### Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 -', TO_DATE('2016-02-19 13:54:35', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('257', '异常日志', '21', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "BG"."F_IT_XL": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select * from ( select tmp_page.*, rownum row_id from ( SELECT * FROM (SELECT bg.*, nr.F_TX_BGNR, u1.name DIC_F_IT_CJR, u2.name DIC_F_IT_XGR FROM tb_tfw_gzbg bg LEFT JOIN tb_tfw_gzbgnr nr ON bg.f_it_xl = nr.f_it_bgxl LEFT JOIN tfw_user u1 ON bg.f_it_cjr = u1.id LEFT JOIN tfw_user u2 ON bg.f_it_xgr = u2.id) blade_statement WHERE 1 = 1 AND f_it_cjr = ? order by bg.F_IT_XL desc ) tmp_page where rownum <= ? ) where row_id > ? -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "BG"."F_IT_XL": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "BG"."F_IT_XL": 标识符无效 -', TO_DATE('2016-02-19 14:20:09', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('261', '异常日志', '1', null, 'Required String parameter ''type'' is not present', TO_DATE('2016-02-23 14:27:19', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('221', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select * from TMSP_ATTACH where id = ? -### Cause: java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00942: 表或视图不存在 -', TO_DATE('2016-02-18 15:10:05', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('238', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: SELECT count(*) FROM tfw_menu m LEFT JOIN (SELECT num, name FROM tfw_dict WHERE code = 902) d ON m.status = d.num WHERE 1 = 1 AND (name LIKE CONCAT(CONCAT(''%'', ?), ''%'')) AND (code LIKE CONCAT(CONCAT(''%'', ?), ''%'')) -### Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 -', TO_DATE('2016-02-19 13:35:17', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('239', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''name'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列类型: 1111', TO_DATE('2016-02-19 13:36:31', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('242', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: SELECT count(*) FROM tfw_menu m LEFT JOIN (SELECT num, name FROM tfw_dict WHERE code = 902) d ON m.status = d.num WHERE 1 = 1 AND (name LIKE CONCAT(CONCAT(''%'', ?), ''%'')) AND (code LIKE CONCAT(CONCAT(''%'', ?), ''%'')) -### Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 -', TO_DATE('2016-02-19 13:42:08', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('235', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''code'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-19 13:29:00', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('237', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''code'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-19 13:33:12', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('218', '异常日志', '1', null, '-1', TO_DATE('2016-02-17 16:57:21', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('233', '异常日志', '1', null, '文件不存在!', TO_DATE('2016-02-19 08:49:39', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('236', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''code'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-19 13:29:52', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('243', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: SELECT count(*) FROM tfw_menu m LEFT JOIN (SELECT num, name FROM tfw_dict WHERE code = 902) d ON m.status = d.num WHERE 1 = 1 AND (name LIKE ''%新增%'') AND (code LIKE ''%user%'') -### Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 -', TO_DATE('2016-02-19 13:48:24', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('244', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: SELECT count(*) FROM (SELECT m.*, d.name AS DIC_STATUS FROM tfw_menu m LEFT JOIN (SELECT num, name FROM tfw_dict WHERE code = 902) d ON m.status = d.num WHERE 1 = 1 AND (name LIKE CONCAT(CONCAT(''%'', ?), ''%'')) AND (code LIKE CONCAT(CONCAT(''%'', ?), ''%''))) blade_statement -### Cause: java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00918: 未明确定义列 -', TO_DATE('2016-02-19 13:50:40', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('246', '异常日志', '1', null, 'Index: 0, Size: 0', TO_DATE('2016-02-19 14:00:39', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('249', '异常日志', '1', null, 'Index: 0, Size: 0', TO_DATE('2016-02-19 14:04:21', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('250', '异常日志', '1', null, 'Index: 0, Size: 0', TO_DATE('2016-02-19 14:04:58', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('252', '异常日志', '21', null, 'java.sql.SQLIntegrityConstraintViolationException: ORA-00001: 违反唯一约束条件 (TFRAMEWORK.SYS_C0041927) -', TO_DATE('2016-02-19 14:10:58', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('258', '异常日志', '1', null, 'java.sql.SQLSyntaxErrorException: ORA-00911: 无效字符 -', TO_DATE('2016-02-20 14:03:39', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('263', '异常日志', '1', null, 'Mapped Statements collection does not contain value for 0', TO_DATE('2016-02-23 14:28:13', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('265', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值 -### The error may involve SELECT.0 -### The error occurred while executing a query -### SQL: -### Cause: java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值 -; uncategorized SQLException for SQL []; SQL state [99999]; error code [17104]; 要执行的 SQL 语句不得为空白或空值; nested exception is java.sql.SQLException: 要执行的 SQL 语句不得为空白或空值', TO_DATE('2016-02-23 14:30:08', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('267', '异常日志', '1', null, 'Mapped Statements collection does not contain value for ', TO_DATE('2016-02-23 15:27:09', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('268', '异常日志', '1', null, 'Mapped Statements collection does not contain value for ', TO_DATE('2016-02-23 15:27:25', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('269', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY": 标识符无效 -', TO_DATE('2016-02-23 16:10:49', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('274', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy_notice -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 -', TO_DATE('2016-02-23 16:19:43', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('283', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_equal'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 16:49:58', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('297', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #1 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:11:19', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('298', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:15:33', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('307', '异常日志', '1', null, 'Expected one result (or null) to be returned by selectOne(), but found: 2', TO_DATE('2016-02-24 08:45:51', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('308', '异常日志', '1', null, 'Expected one result (or null) to be returned by selectOne(), but found: 2', TO_DATE('2016-02-24 08:47:36', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('313', '异常日志', '1', null, 'java.lang.IllegalAccessException: Class org.beetl.sql.core.mapping.BeanProcessor can not access a member of class com.tonbusoft.core.toolbox.Maps with modifiers "private"', TO_DATE('2016-02-24 16:43:38', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('315', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''''1'',''2'',''3'',''4'',''5'',''6'',''7'',''8'',''9'',''10'' -limit 0 , 5'' at line 1', TO_DATE('2016-02-24 16:44:46', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('317', '异常日志', '1', null, 'java.lang.InstantiationException', TO_DATE('2016-02-25 13:16:46', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('318', '异常日志', '1', null, 'java.lang.InstantiationException', TO_DATE('2016-02-25 13:17:33', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('319', '异常日志', '1', null, 'java.lang.InstantiationException', TO_DATE('2016-02-25 13:18:37', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('324', '异常日志', '1', null, '在 /beetlsql/mysql/test/user.sql 和 /beetlsql/mysql/test/user.md 和 /beetlsql/test/user.sql 和 /beetlsql/test/user.md 和 未找到[id=test/user.select]相关的SQL', TO_DATE('2016-02-25 17:12:54', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('284', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_equ'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 16:52:15', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('285', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_equal'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 16:55:44', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('286', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 16:57:31', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('295', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_VC_BT_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:07:36', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('323', '异常日志', '1', null, '在 /beetlsql/mysql//test/user.sql 和 /beetlsql/mysql//test/user.md 和 /beetlsql//test/user.sql 和 /beetlsql//test/user.md 和 未找到[id=/test/user.select]相关的SQL', TO_DATE('2016-02-25 17:12:13', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('330', '异常日志', '1', null, 'com.sun.proxy.$Proxy28 cannot be cast to org.springframework.web.multipart.MultipartHttpServletRequest', TO_DATE('2016-02-29 14:01:20', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('331', '异常日志', '1', null, 'com.sun.proxy.$Proxy28 cannot be cast to org.springframework.web.multipart.MultipartHttpServletRequest', TO_DATE('2016-02-29 14:01:50', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('342', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''F_IT_XL desc -limit 0 , 10'' at line 5', TO_DATE('2016-03-01 16:24:54', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('278', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy_notice -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 -', TO_DATE('2016-02-23 16:23:14', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('289', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_VC_BT'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:00:02', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('304', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-24 08:41:48', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('309', '异常日志', '1', null, 'Expected one result (or null) to be returned by selectOne(), but found: 2', TO_DATE('2016-02-24 08:53:09', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('310', '异常日志', '1', null, 'Expected one result (or null) to be returned by selectOne(), but found: 2', TO_DATE('2016-02-24 08:53:52', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('316', '异常日志', '1', null, 'java.sql.SQLSyntaxErrorException: ORA-00907: 缺失右括号 -', TO_DATE('2016-02-24 16:55:09', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('320', '异常日志', '1', null, 'java.lang.IllegalAccessException: Class org.beetl.sql.core.mapping.BeanProcessor can not access a member of class com.tonbusoft.core.toolbox.Maps with modifiers "private"', TO_DATE('2016-02-25 13:30:23', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('328', '异常日志', '1', null, 'java.sql.SQLException: Incorrect integer value: ''SEQ_NOTICE.nextval'' for column ''F_IT_XL'' at row 1', TO_DATE('2016-02-27 09:47:02', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('341', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''F_IT_XL desc -limit 0 , 10'' at line 5', TO_DATE('2016-03-01 16:23:03', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('344', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''byF_IT_XL desc -limit 0 , 10'' at line 5', TO_DATE('2016-03-01 16:25:54', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('346', '异常日志', '1', null, 'java.sql.SQLException: Incorrect integer value: ''SEQ_NOTICE.nextval'' for column ''F_IT_XL'' at row 1', TO_DATE('2016-03-02 09:05:54', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('347', '异常日志', '1', null, 'java.sql.SQLException: Incorrect integer value: ''SEQ_NOTICE.nextval'' for column ''F_IT_XL'' at row 1', TO_DATE('2016-03-02 09:06:24', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('348', '异常日志', '1', null, 'java.sql.SQLException: Incorrect integer value: ''SEQ_NOTICE.nextval'' for column ''F_IT_XL'' at row 1', TO_DATE('2016-03-02 09:07:06', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('349', '异常日志', '1', null, 'unique查询TFW_USER,但数据库未找到结果集:主键是21', TO_DATE('2016-03-02 09:42:22', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('352', '异常日志', '1', null, 'unique查询TFW_USER,但数据库未找到结果集:主键是21', TO_DATE('2016-03-02 09:45:53', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('277', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy_notice -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 -', TO_DATE('2016-02-23 16:21:52', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('290', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_VC_BT_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:00:20', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('302', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-24 08:38:43', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('303', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-24 08:41:40', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('306', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-24 08:43:14', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('321', '异常日志', '1', null, 'java.sql.SQLSyntaxErrorException: ORA-00904: "STATUS": 标识符无效 -', TO_DATE('2016-02-25 15:46:07', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('329', '异常日志', '1', null, 'java.sql.SQLSyntaxErrorException: ORA-02287: 此处不允许序号 -', TO_DATE('2016-02-27 09:53:43', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('276', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy_notice -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 -', TO_DATE('2016-02-23 16:21:50', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('291', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_VC_BT_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:02:13', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('301', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-24 08:38:40', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('311', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "USERID": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select * from tfw_user where userid = 1 -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "USERID": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "USERID": 标识符无效 -', TO_DATE('2016-02-24 09:57:54', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('312', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ''tframework.tfw_user'' doesn''t exist', TO_DATE('2016-02-24 14:08:54', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('327', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table ''SEQ_NOTICE'' in field list', TO_DATE('2016-02-27 09:44:33', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('332', '异常日志', '1', null, 'com.sun.proxy.$Proxy28 cannot be cast to org.springframework.web.multipart.MultipartHttpServletRequest', TO_DATE('2016-02-29 14:57:20', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('333', '异常日志', '1', null, 'com.sun.proxy.$Proxy28 cannot be cast to org.springframework.web.multipart.MultipartHttpServletRequest', TO_DATE('2016-02-29 14:57:55', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('334', '异常日志', '1', null, 'String index out of range: -1', TO_DATE('2016-02-29 15:04:04', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('335', '异常日志', '1', null, 'String index out of range: -1', TO_DATE('2016-02-29 15:06:03', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('336', '异常日志', '1', null, 'String index out of range: -1', TO_DATE('2016-02-29 15:07:46', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('345', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''-1 , 10'' at line 6', TO_DATE('2016-03-01 17:04:35', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('351', '异常日志', '1', null, 'unique查询TFW_USER,但数据库未找到结果集:主键是21', TO_DATE('2016-03-02 09:43:53', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('353', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''-11 , 10'' at line 6', TO_DATE('2016-03-02 09:53:28', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('280', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy_notice -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 -', TO_DATE('2016-02-23 16:24:34', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('294', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_VC_BT'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:06:42', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('296', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_VC_BT_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:07:50', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('300', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-24 08:38:32', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('322', '异常日志', '1', null, '在 /beetlsql/mysql/test.sql 和 /beetlsql/mysql/test.md 和 /beetlsql/test.sql 和 /beetlsql/test.md 和 未找到[id=test.select]相关的SQL', TO_DATE('2016-02-25 16:45:21', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('325', '异常日志', '1', null, 'java.sql.SQLException: Incorrect integer value: ''SEQ_NOTICE'' for column ''F_IT_XL'' at row 1', TO_DATE('2016-02-27 09:42:41', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('326', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table ''SEQ_NOTICE'' in field list', TO_DATE('2016-02-27 09:43:27', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('343', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''F_IT_XL desc -limit 0 , 10'' at line 5', TO_DATE('2016-03-01 16:25:08', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('350', '异常日志', '1', null, 'unique查询TFW_USER,但数据库未找到结果集:主键是21', TO_DATE('2016-03-02 09:42:56', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('354', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''-11 , 10'' at line 6', TO_DATE('2016-03-02 09:54:01', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('282', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_equal'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 16:48:25', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('288', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_VC_BT'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 16:59:38', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('292', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_VC_BT'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:03:19', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('299', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:15:35', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('305', '异常日志', '1', null, 'Expected one result (or null) to be returned by selectOne(), but found: 2', TO_DATE('2016-02-24 08:41:55', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('314', '异常日志', '1', null, 'SQL Script Error:>>04:43:48:变量未定义(VAR_NOT_DEFINED):jds 位于1行 资源:auto._gen_select * from tfw_me', TO_DATE('2016-02-24 16:43:48', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('355', '异常日志', '1', null, 'com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''-1 , 10'' at line 6', TO_DATE('2016-03-02 09:54:54', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('275', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy_notice -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 -', TO_DATE('2016-02-23 16:19:44', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('279', '异常日志', '1', null, ' -### Error querying database. Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -### The error may involve defaultParameterMap -### The error occurred while setting parameters -### SQL: select NUM as "num",ID as "id",PID as "pId",NAME as "name",(case when (pId=0 or pId is null) then ''true'' else ''false'' end) "open" from TFW_DICT where code=diy_notice -### Cause: java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 - -; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: ORA-00904: "DIY_NOTICE": 标识符无效 -', TO_DATE('2016-02-23 16:23:33', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('281', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_IT_LX_equal'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 16:47:44', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('287', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_VC_BT_2nd'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #1 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 16:59:17', 'YYYY-MM-DD HH24:MI:SS'), '0', null); -INSERT INTO "TFW_OPERATION_LOG" VALUES ('293', '异常日志', '1', null, 'nested exception is org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property=''F_VC_BT'', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId=''null'', jdbcTypeName=''null'', expression=''null''}. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: org.apache.ibatis.type.TypeException: Error setting non null for parameter #2 with JdbcType null . Try setting a different JdbcType for this parameter or a different configuration property. Cause: java.sql.SQLException: 无效的列索引', TO_DATE('2016-02-23 17:03:56', 'YYYY-MM-DD HH24:MI:SS'), '0', null); - --- ---------------------------- --- Table structure for TFW_PARAMETER --- ---------------------------- -DROP TABLE "TFW_PARAMETER"; -CREATE TABLE "TFW_PARAMETER" ( -"ID" NUMBER(11) NOT NULL , -"CODE" NVARCHAR2(255) NULL , -"NUM" NUMBER(11) NULL , -"NAME" NVARCHAR2(255) NULL , -"PARA" NVARCHAR2(2000) NULL , -"TIPS" NVARCHAR2(255) NULL , -"STATUS" NUMBER(11) NULL , -"VERSION" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_PARAMETER --- ---------------------------- -INSERT INTO "TFW_PARAMETER" VALUES ('1', '101', '100', '是否开启记录日志', '2', '1:是 2:否', '1', '7'); - --- ---------------------------- --- Table structure for TFW_RELATION --- ---------------------------- -DROP TABLE "TFW_RELATION"; -CREATE TABLE "TFW_RELATION" ( -"ID" NUMBER(11) NOT NULL , -"MENUID" NUMBER(11) NULL , -"ROLEID" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_RELATION --- ---------------------------- -INSERT INTO "TFW_RELATION" VALUES ('1544', '92', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1545', '93', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1546', '94', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1547', '95', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1548', '96', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1549', '97', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1550', '109', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1551', '110', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1552', '111', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1553', '112', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1554', '113', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1555', '98', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1556', '99', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1557', '100', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1558', '101', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1559', '102', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1560', '103', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1561', '104', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1562', '105', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1563', '106', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1564', '107', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1565', '225', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1566', '1', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1567', '8', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1568', '9', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1569', '10', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1570', '11', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1571', '12', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1572', '13', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1573', '14', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1574', '15', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1575', '16', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1576', '17', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1577', '18', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1578', '19', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1579', '20', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1580', '21', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1581', '22', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1582', '23', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1583', '24', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1584', '2', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1585', '3', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1586', '4', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1587', '5', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1588', '6', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1589', '7', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1590', '25', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1591', '26', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1592', '27', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1593', '28', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1594', '29', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1595', '30', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1596', '31', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1597', '32', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1598', '33', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1599', '34', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1600', '35', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1601', '36', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1602', '37', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1603', '38', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1604', '39', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1605', '40', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1606', '41', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1607', '42', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1608', '43', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1609', '44', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1610', '45', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1611', '46', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1612', '47', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1613', '48', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1614', '49', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1615', '50', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1616', '51', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1617', '52', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1618', '53', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1619', '54', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1620', '55', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1621', '56', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1622', '57', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1623', '58', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1624', '59', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1625', '60', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1626', '61', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1627', '62', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1628', '63', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1629', '64', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1630', '65', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1631', '81', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1632', '82', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1633', '84', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1634', '85', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1635', '86', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1636', '87', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1637', '83', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1638', '88', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1639', '89', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1640', '90', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1641', '91', '1'); -INSERT INTO "TFW_RELATION" VALUES ('1657', '81', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1658', '82', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1659', '84', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1660', '85', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1661', '86', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1662', '87', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1663', '83', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1664', '88', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1665', '89', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1666', '90', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1667', '91', '4'); -INSERT INTO "TFW_RELATION" VALUES ('1668', '81', '5'); -INSERT INTO "TFW_RELATION" VALUES ('1669', '82', '5'); -INSERT INTO "TFW_RELATION" VALUES ('1670', '84', '5'); -INSERT INTO "TFW_RELATION" VALUES ('1671', '85', '5'); -INSERT INTO "TFW_RELATION" VALUES ('1672', '86', '5'); -INSERT INTO "TFW_RELATION" VALUES ('1673', '87', '5'); -INSERT INTO "TFW_RELATION" VALUES ('821', '73', '2'); -INSERT INTO "TFW_RELATION" VALUES ('822', '74', '2'); -INSERT INTO "TFW_RELATION" VALUES ('823', '75', '2'); -INSERT INTO "TFW_RELATION" VALUES ('824', '76', '2'); -INSERT INTO "TFW_RELATION" VALUES ('825', '77', '2'); -INSERT INTO "TFW_RELATION" VALUES ('826', '78', '2'); -INSERT INTO "TFW_RELATION" VALUES ('827', '79', '2'); -INSERT INTO "TFW_RELATION" VALUES ('828', '80', '2'); -INSERT INTO "TFW_RELATION" VALUES ('829', '81', '2'); -INSERT INTO "TFW_RELATION" VALUES ('830', '82', '2'); -INSERT INTO "TFW_RELATION" VALUES ('831', '83', '2'); -INSERT INTO "TFW_RELATION" VALUES ('832', '84', '2'); -INSERT INTO "TFW_RELATION" VALUES ('833', '85', '2'); -INSERT INTO "TFW_RELATION" VALUES ('834', '86', '2'); -INSERT INTO "TFW_RELATION" VALUES ('835', '87', '2'); -INSERT INTO "TFW_RELATION" VALUES ('836', '88', '2'); -INSERT INTO "TFW_RELATION" VALUES ('837', '89', '2'); -INSERT INTO "TFW_RELATION" VALUES ('838', '90', '2'); -INSERT INTO "TFW_RELATION" VALUES ('839', '91', '2'); -INSERT INTO "TFW_RELATION" VALUES ('840', '92', '2'); -INSERT INTO "TFW_RELATION" VALUES ('841', '93', '2'); -INSERT INTO "TFW_RELATION" VALUES ('842', '94', '2'); -INSERT INTO "TFW_RELATION" VALUES ('843', '95', '2'); -INSERT INTO "TFW_RELATION" VALUES ('844', '96', '2'); -INSERT INTO "TFW_RELATION" VALUES ('845', '97', '2'); -INSERT INTO "TFW_RELATION" VALUES ('846', '98', '2'); -INSERT INTO "TFW_RELATION" VALUES ('847', '99', '2'); -INSERT INTO "TFW_RELATION" VALUES ('848', '100', '2'); -INSERT INTO "TFW_RELATION" VALUES ('849', '101', '2'); -INSERT INTO "TFW_RELATION" VALUES ('850', '102', '2'); -INSERT INTO "TFW_RELATION" VALUES ('851', '1', '2'); -INSERT INTO "TFW_RELATION" VALUES ('852', '8', '2'); -INSERT INTO "TFW_RELATION" VALUES ('853', '9', '2'); -INSERT INTO "TFW_RELATION" VALUES ('854', '10', '2'); -INSERT INTO "TFW_RELATION" VALUES ('855', '11', '2'); -INSERT INTO "TFW_RELATION" VALUES ('856', '12', '2'); -INSERT INTO "TFW_RELATION" VALUES ('857', '13', '2'); -INSERT INTO "TFW_RELATION" VALUES ('858', '14', '2'); -INSERT INTO "TFW_RELATION" VALUES ('859', '15', '2'); -INSERT INTO "TFW_RELATION" VALUES ('860', '16', '2'); -INSERT INTO "TFW_RELATION" VALUES ('861', '17', '2'); -INSERT INTO "TFW_RELATION" VALUES ('862', '18', '2'); -INSERT INTO "TFW_RELATION" VALUES ('863', '19', '2'); -INSERT INTO "TFW_RELATION" VALUES ('864', '20', '2'); -INSERT INTO "TFW_RELATION" VALUES ('865', '21', '2'); -INSERT INTO "TFW_RELATION" VALUES ('866', '22', '2'); -INSERT INTO "TFW_RELATION" VALUES ('867', '23', '2'); -INSERT INTO "TFW_RELATION" VALUES ('868', '24', '2'); -INSERT INTO "TFW_RELATION" VALUES ('869', '2', '2'); -INSERT INTO "TFW_RELATION" VALUES ('870', '3', '2'); -INSERT INTO "TFW_RELATION" VALUES ('871', '4', '2'); -INSERT INTO "TFW_RELATION" VALUES ('872', '5', '2'); -INSERT INTO "TFW_RELATION" VALUES ('873', '6', '2'); -INSERT INTO "TFW_RELATION" VALUES ('874', '7', '2'); -INSERT INTO "TFW_RELATION" VALUES ('875', '25', '2'); -INSERT INTO "TFW_RELATION" VALUES ('876', '26', '2'); -INSERT INTO "TFW_RELATION" VALUES ('877', '27', '2'); -INSERT INTO "TFW_RELATION" VALUES ('878', '28', '2'); -INSERT INTO "TFW_RELATION" VALUES ('879', '29', '2'); -INSERT INTO "TFW_RELATION" VALUES ('880', '30', '2'); -INSERT INTO "TFW_RELATION" VALUES ('881', '31', '2'); -INSERT INTO "TFW_RELATION" VALUES ('882', '32', '2'); -INSERT INTO "TFW_RELATION" VALUES ('883', '33', '2'); -INSERT INTO "TFW_RELATION" VALUES ('884', '34', '2'); -INSERT INTO "TFW_RELATION" VALUES ('885', '35', '2'); -INSERT INTO "TFW_RELATION" VALUES ('886', '36', '2'); -INSERT INTO "TFW_RELATION" VALUES ('887', '37', '2'); -INSERT INTO "TFW_RELATION" VALUES ('888', '38', '2'); -INSERT INTO "TFW_RELATION" VALUES ('889', '39', '2'); -INSERT INTO "TFW_RELATION" VALUES ('890', '40', '2'); -INSERT INTO "TFW_RELATION" VALUES ('891', '41', '2'); -INSERT INTO "TFW_RELATION" VALUES ('892', '42', '2'); -INSERT INTO "TFW_RELATION" VALUES ('893', '43', '2'); -INSERT INTO "TFW_RELATION" VALUES ('894', '44', '2'); -INSERT INTO "TFW_RELATION" VALUES ('895', '45', '2'); -INSERT INTO "TFW_RELATION" VALUES ('896', '46', '2'); -INSERT INTO "TFW_RELATION" VALUES ('897', '47', '2'); -INSERT INTO "TFW_RELATION" VALUES ('898', '48', '2'); -INSERT INTO "TFW_RELATION" VALUES ('899', '49', '2'); -INSERT INTO "TFW_RELATION" VALUES ('1244', '1', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1245', '62', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1246', '64', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1247', '72', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1248', '73', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1249', '74', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1250', '75', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1251', '76', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1252', '77', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1253', '78', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1254', '79', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1255', '80', '3'); -INSERT INTO "TFW_RELATION" VALUES ('1384', '72', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1385', '73', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1386', '74', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1387', '75', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1388', '76', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1389', '77', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1390', '78', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1391', '79', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1392', '80', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1393', '81', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1394', '82', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1395', '84', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1396', '85', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1397', '86', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1398', '87', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1399', '83', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1400', '88', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1401', '89', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1402', '90', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1403', '91', '6'); -INSERT INTO "TFW_RELATION" VALUES ('1524', '1', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1525', '62', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1526', '64', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1527', '72', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1528', '73', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1529', '74', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1530', '75', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1531', '76', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1532', '77', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1533', '78', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1534', '79', '25'); -INSERT INTO "TFW_RELATION" VALUES ('1535', '80', '25'); - --- ---------------------------- --- Table structure for TFW_ROLE --- ---------------------------- -DROP TABLE "TFW_ROLE"; -CREATE TABLE "TFW_ROLE" ( -"ID" NUMBER NOT NULL , -"NUM" NUMBER NULL , -"PID" NUMBER NULL , -"NAME" NVARCHAR2(255) NULL , -"DEPTID" NUMBER NULL , -"TIPS" NVARCHAR2(255) NULL , -"VERSION" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_ROLE --- ---------------------------- -INSERT INTO "TFW_ROLE" VALUES ('1', '1', null, '超级管理员', '1', 'administrator', '0'); -INSERT INTO "TFW_ROLE" VALUES ('2', '1', '1', '管理员', '7', 'admin', '1'); -INSERT INTO "TFW_ROLE" VALUES ('3', '2', '1', '管理员1', '10', 'admin', '1'); -INSERT INTO "TFW_ROLE" VALUES ('4', '2', null, '测试', '10', 'test', '0'); -INSERT INTO "TFW_ROLE" VALUES ('5', '1', '4', '测试1', '3', 'test', '1'); -INSERT INTO "TFW_ROLE" VALUES ('8', '1', '3', '管理员2', '6', 'user', '0'); -INSERT INTO "TFW_ROLE" VALUES ('6', '2', '4', '测试2', '10', 'test', '0'); - --- ---------------------------- --- Table structure for TFW_ROLE_EXT --- ---------------------------- -DROP TABLE "TFW_ROLE_EXT"; -CREATE TABLE "TFW_ROLE_EXT" ( -"ID" NUMBER NOT NULL , -"USERID" NVARCHAR2(255) NULL , -"ROLEIN" VARCHAR2(1000 BYTE) NULL , -"ROLEOUT" VARCHAR2(1000 BYTE) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_ROLE_EXT --- ---------------------------- -INSERT INTO "TFW_ROLE_EXT" VALUES ('67', '1', '1,265', '0'); -INSERT INTO "TFW_ROLE_EXT" VALUES ('27', '66', '1,44,49', '45'); -INSERT INTO "TFW_ROLE_EXT" VALUES ('50', '74', '0', '0'); -INSERT INTO "TFW_ROLE_EXT" VALUES ('48', '63', '0', '0'); -INSERT INTO "TFW_ROLE_EXT" VALUES ('49', '72', '0', '0'); -INSERT INTO "TFW_ROLE_EXT" VALUES ('47', '2', '0', '8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24'); -INSERT INTO "TFW_ROLE_EXT" VALUES ('87', '168', '92,103,104,105,106,107', '109,110,111,112,113,114,115,116,117,118,119,120,121,122'); -INSERT INTO "TFW_ROLE_EXT" VALUES ('107', '189', '108,109,110,111,112,113,114,115,116,117,118,119,120,121,122', '0'); -INSERT INTO "TFW_ROLE_EXT" VALUES ('127', '21', '92,98,99,100,101,102', '0'); - --- ---------------------------- --- Table structure for TFW_USER --- ---------------------------- -DROP TABLE "TFW_USER"; -CREATE TABLE "TFW_USER" ( -"ID" NUMBER(11) NOT NULL , -"ACCOUNT" NVARCHAR2(45) NULL , -"PASSWORD" NVARCHAR2(45) NULL , -"SALT" NVARCHAR2(45) NULL , -"NAME" NVARCHAR2(45) NULL , -"BIRTHDAY" DATE NULL , -"SEX" NUMBER(11) NULL , -"EMAIL" NVARCHAR2(45) NULL , -"PHONE" NVARCHAR2(45) NULL , -"ROLEID" NVARCHAR2(255) NULL , -"DEPTID" NUMBER(11) NULL , -"STATUS" NUMBER(11) NULL , -"CREATETIME" DATE NULL , -"VERSION" NUMBER(11) NULL -) -LOGGING -NOCOMPRESS -NOCACHE - -; - --- ---------------------------- --- Records of TFW_USER --- ---------------------------- -INSERT INTO "TFW_USER" VALUES ('1', 'admin', '628ae8c976312139426687441cce6a02', 'admin', '管理员', TO_DATE('2015-09-08 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), '1', 'admin@tonbusoft.com.cn', '222333', '1', '1', '1', TO_DATE('2016-01-29 08:49:53', 'YYYY-MM-DD HH24:MI:SS'), '10'); -INSERT INTO "TFW_USER" VALUES ('2', 'test001', 'e334680512284cac2f57701abe03af96', 'r4i90', 'cs', TO_DATE('2016-02-19 14:00:13', 'YYYY-MM-DD HH24:MI:SS'), '1', null, null, '6', '2', '1', TO_DATE('2016-02-19 14:00:19', 'YYYY-MM-DD HH24:MI:SS'), '3'); - --- ---------------------------- --- Sequence structure for SEQ_ADMIN --- ---------------------------- -DROP SEQUENCE "SEQ_ADMIN"; -CREATE SEQUENCE "SEQ_ADMIN" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 100 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_ATTACH --- ---------------------------- -DROP SEQUENCE "SEQ_ATTACH"; -CREATE SEQUENCE "SEQ_ATTACH" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 350 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_ATTACH_BLOB --- ---------------------------- -DROP SEQUENCE "SEQ_ATTACH_BLOB"; -CREATE SEQUENCE "SEQ_ATTACH_BLOB" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 101 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_DEPT --- ---------------------------- -DROP SEQUENCE "SEQ_DEPT"; -CREATE SEQUENCE "SEQ_DEPT" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 54 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_DICT --- ---------------------------- -DROP SEQUENCE "SEQ_DICT"; -CREATE SEQUENCE "SEQ_DICT" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 81 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_GENERATE --- ---------------------------- -DROP SEQUENCE "SEQ_GENERATE"; -CREATE SEQUENCE "SEQ_GENERATE" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 5 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_LLOG --- ---------------------------- -DROP SEQUENCE "SEQ_LLOG"; -CREATE SEQUENCE "SEQ_LLOG" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 81 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_MENU --- ---------------------------- -DROP SEQUENCE "SEQ_MENU"; -CREATE SEQUENCE "SEQ_MENU" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 285 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_METADATA --- ---------------------------- -DROP SEQUENCE "SEQ_METADATA"; -CREATE SEQUENCE "SEQ_METADATA" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 41 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_NEWS --- ---------------------------- -DROP SEQUENCE "SEQ_NEWS"; -CREATE SEQUENCE "SEQ_NEWS" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 85080 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_NEWSCONTENT --- ---------------------------- -DROP SEQUENCE "SEQ_NEWSCONTENT"; -CREATE SEQUENCE "SEQ_NEWSCONTENT" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 40080 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_NOTICE --- ---------------------------- -DROP SEQUENCE "SEQ_NOTICE"; -CREATE SEQUENCE "SEQ_NOTICE" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 999999999999999999999999999 - START WITH 1439 - CACHE 10; - --- ---------------------------- --- Sequence structure for SEQ_OLOG --- ---------------------------- -DROP SEQUENCE "SEQ_OLOG"; -CREATE SEQUENCE "SEQ_OLOG" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 361 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_PARAMETER --- ---------------------------- -DROP SEQUENCE "SEQ_PARAMETER"; -CREATE SEQUENCE "SEQ_PARAMETER" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 81 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_RELATION --- ---------------------------- -DROP SEQUENCE "SEQ_RELATION"; -CREATE SEQUENCE "SEQ_RELATION" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 1684 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_REPORT --- ---------------------------- -DROP SEQUENCE "SEQ_REPORT"; -CREATE SEQUENCE "SEQ_REPORT" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 289 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_REPORTCONTENT --- ---------------------------- -DROP SEQUENCE "SEQ_REPORTCONTENT"; -CREATE SEQUENCE "SEQ_REPORTCONTENT" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 131 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_ROLE --- ---------------------------- -DROP SEQUENCE "SEQ_ROLE"; -CREATE SEQUENCE "SEQ_ROLE" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 45 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_ROLE_EXT --- ---------------------------- -DROP SEQUENCE "SEQ_ROLE_EXT"; -CREATE SEQUENCE "SEQ_ROLE_EXT" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 147 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_USER --- ---------------------------- -DROP SEQUENCE "SEQ_USER"; -CREATE SEQUENCE "SEQ_USER" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 41 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_WEB --- ---------------------------- -DROP SEQUENCE "SEQ_WEB"; -CREATE SEQUENCE "SEQ_WEB" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 41 - CACHE 20; - --- ---------------------------- --- Sequence structure for SEQ_WEBCONTENT --- ---------------------------- -DROP SEQUENCE "SEQ_WEBCONTENT"; -CREATE SEQUENCE "SEQ_WEBCONTENT" - INCREMENT BY 1 - MINVALUE 1 - MAXVALUE 9999999999999999 - START WITH 21 - CACHE 20; - --- ---------------------------- --- Indexes structure for table TB_TFW_GSDT --- ---------------------------- - --- ---------------------------- --- Checks structure for table TB_TFW_GSDT --- ---------------------------- -ALTER TABLE "TB_TFW_GSDT" ADD CHECK ("F_IT_XL" IS NOT NULL); -ALTER TABLE "TB_TFW_GSDT" ADD CHECK ("F_IT_XL" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TB_TFW_GSDT --- ---------------------------- -ALTER TABLE "TB_TFW_GSDT" ADD PRIMARY KEY ("F_IT_XL"); - --- ---------------------------- --- Indexes structure for table TB_TFW_GSDTNR --- ---------------------------- - --- ---------------------------- --- Checks structure for table TB_TFW_GSDTNR --- ---------------------------- -ALTER TABLE "TB_TFW_GSDTNR" ADD CHECK ("F_IT_XL" IS NOT NULL); -ALTER TABLE "TB_TFW_GSDTNR" ADD CHECK ("F_IT_XL" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TB_TFW_GSDTNR --- ---------------------------- -ALTER TABLE "TB_TFW_GSDTNR" ADD PRIMARY KEY ("F_IT_XL"); - --- ---------------------------- --- Indexes structure for table TB_TFW_GZBG --- ---------------------------- - --- ---------------------------- --- Checks structure for table TB_TFW_GZBG --- ---------------------------- -ALTER TABLE "TB_TFW_GZBG" ADD CHECK ("F_IT_XL" IS NOT NULL); -ALTER TABLE "TB_TFW_GZBG" ADD CHECK ("F_IT_XL" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TB_TFW_GZBG --- ---------------------------- -ALTER TABLE "TB_TFW_GZBG" ADD PRIMARY KEY ("F_IT_XL"); - --- ---------------------------- --- Indexes structure for table TB_TFW_GZBGNR --- ---------------------------- - --- ---------------------------- --- Checks structure for table TB_TFW_GZBGNR --- ---------------------------- -ALTER TABLE "TB_TFW_GZBGNR" ADD CHECK ("F_IT_XL" IS NOT NULL); -ALTER TABLE "TB_TFW_GZBGNR" ADD CHECK ("F_IT_XL" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TB_TFW_GZBGNR --- ---------------------------- -ALTER TABLE "TB_TFW_GZBGNR" ADD PRIMARY KEY ("F_IT_XL"); - --- ---------------------------- --- Indexes structure for table TB_TFW_TZGG --- ---------------------------- - --- ---------------------------- --- Checks structure for table TB_TFW_TZGG --- ---------------------------- -ALTER TABLE "TB_TFW_TZGG" ADD CHECK ("F_IT_XL" IS NOT NULL); -ALTER TABLE "TB_TFW_TZGG" ADD CHECK ("F_IT_XL" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TB_TFW_TZGG --- ---------------------------- -ALTER TABLE "TB_TFW_TZGG" ADD PRIMARY KEY ("F_IT_XL"); - --- ---------------------------- --- Indexes structure for table TB_TFW_XWB --- ---------------------------- - --- ---------------------------- --- Checks structure for table TB_TFW_XWB --- ---------------------------- -ALTER TABLE "TB_TFW_XWB" ADD CHECK ("F_IT_XL" IS NOT NULL); -ALTER TABLE "TB_TFW_XWB" ADD CHECK ("F_IT_XL" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TB_TFW_XWB --- ---------------------------- -ALTER TABLE "TB_TFW_XWB" ADD PRIMARY KEY ("F_IT_XL"); - --- ---------------------------- --- Indexes structure for table TB_TFW_XWXQB --- ---------------------------- - --- ---------------------------- --- Checks structure for table TB_TFW_XWXQB --- ---------------------------- -ALTER TABLE "TB_TFW_XWXQB" ADD CHECK ("F_IT_XL" IS NOT NULL); -ALTER TABLE "TB_TFW_XWXQB" ADD CHECK ("F_IT_XL" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TB_TFW_XWXQB --- ---------------------------- -ALTER TABLE "TB_TFW_XWXQB" ADD PRIMARY KEY ("F_IT_XL"); - --- ---------------------------- --- Indexes structure for table TFW_ATTACH --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_ATTACH --- ---------------------------- -ALTER TABLE "TFW_ATTACH" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_ATTACH" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_ATTACH" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_ATTACH" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_ATTACH --- ---------------------------- -ALTER TABLE "TFW_ATTACH" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_DEPT --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_DEPT --- ---------------------------- -ALTER TABLE "TFW_DEPT" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_DEPT" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_DEPT" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_DEPT" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_DEPT --- ---------------------------- -ALTER TABLE "TFW_DEPT" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_DICT --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_DICT --- ---------------------------- -ALTER TABLE "TFW_DICT" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_DICT" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_DICT" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_DICT" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_DICT --- ---------------------------- -ALTER TABLE "TFW_DICT" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_GENERATE --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_GENERATE --- ---------------------------- -ALTER TABLE "TFW_GENERATE" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_GENERATE --- ---------------------------- -ALTER TABLE "TFW_GENERATE" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_LOGIN_LOG --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_LOGIN_LOG --- ---------------------------- -ALTER TABLE "TFW_LOGIN_LOG" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_LOGIN_LOG" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_LOGIN_LOG" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_LOGIN_LOG" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_LOGIN_LOG --- ---------------------------- -ALTER TABLE "TFW_LOGIN_LOG" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_MENU --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_MENU --- ---------------------------- -ALTER TABLE "TFW_MENU" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_MENU" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_MENU" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_MENU" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_MENU --- ---------------------------- -ALTER TABLE "TFW_MENU" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_METADATA --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_METADATA --- ---------------------------- -ALTER TABLE "TFW_METADATA" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_METADATA" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_METADATA" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_METADATA" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_METADATA --- ---------------------------- -ALTER TABLE "TFW_METADATA" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_OPERATION_LOG --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_OPERATION_LOG --- ---------------------------- -ALTER TABLE "TFW_OPERATION_LOG" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_OPERATION_LOG" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_OPERATION_LOG" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_OPERATION_LOG" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_OPERATION_LOG --- ---------------------------- -ALTER TABLE "TFW_OPERATION_LOG" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_PARAMETER --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_PARAMETER --- ---------------------------- -ALTER TABLE "TFW_PARAMETER" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_PARAMETER" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_PARAMETER" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_PARAMETER" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_PARAMETER --- ---------------------------- -ALTER TABLE "TFW_PARAMETER" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_RELATION --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_RELATION --- ---------------------------- -ALTER TABLE "TFW_RELATION" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_RELATION" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_RELATION" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_RELATION" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_RELATION --- ---------------------------- -ALTER TABLE "TFW_RELATION" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_ROLE --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_ROLE --- ---------------------------- -ALTER TABLE "TFW_ROLE" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_ROLE" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_ROLE" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_ROLE" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_ROLE --- ---------------------------- -ALTER TABLE "TFW_ROLE" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_ROLE_EXT --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_ROLE_EXT --- ---------------------------- -ALTER TABLE "TFW_ROLE_EXT" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_ROLE_EXT" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_ROLE_EXT" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_ROLE_EXT" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_ROLE_EXT --- ---------------------------- -ALTER TABLE "TFW_ROLE_EXT" ADD PRIMARY KEY ("ID"); - --- ---------------------------- --- Indexes structure for table TFW_USER --- ---------------------------- - --- ---------------------------- --- Checks structure for table TFW_USER --- ---------------------------- -ALTER TABLE "TFW_USER" ADD CHECK ("ID" IS NOT NULL); -ALTER TABLE "TFW_USER" ADD CHECK ("ID" IS NOT NULL); - --- ---------------------------- --- Primary Key structure for table TFW_USER --- ---------------------------- -ALTER TABLE "TFW_USER" ADD PRIMARY KEY ("ID"); +/* +Navicat Oracle Data Transfer +Oracle Client Version : 10.2.0.5.0 + +Source Server : Oracle_Blade +Source Server Version : 100200 +Source Host : 192.168.30.172:1521 +Source Schema : BLADE + +Target Server Type : ORACLE +Target Server Version : 100200 +File Encoding : 65001 + +Date: 2016-06-23 15:28:26 +*/ + + +-- ---------------------------- +-- Table structure for TB_TFW_GSDT +-- ---------------------------- +DROP TABLE "TB_TFW_GSDT"; +CREATE TABLE "TB_TFW_GSDT" ( +"F_IT_XL" NUMBER(11) NOT NULL , +"F_IT_QZ" NUMBER(11) NULL , +"F_VC_BT" NVARCHAR2(500) NULL , +"F_VC_LJBT" NVARCHAR2(255) NULL , +"F_IT_CJR" NUMBER(11) NULL , +"F_DT_CJSJ" DATE NULL , +"F_VC_BJBM" NVARCHAR2(255) NULL , +"F_VC_BJSJ" NVARCHAR2(255) NULL , +"F_IT_XGR" NUMBER(11) NULL , +"F_DT_XGSJ" DATE NULL , +"F_IT_ZT" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TB_TFW_GSDT +-- ---------------------------- +INSERT INTO "TB_TFW_GSDT" VALUES ('12', '100', '123', '123', '1', TO_DATE('2016-02-02 15:05:30', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', '2016年02月01日', null, null, null); +INSERT INTO "TB_TFW_GSDT" VALUES ('13', '100', '1', '1', '1', TO_DATE('2016-02-02 15:41:52', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', '2016年03月07日', null, null, null); +INSERT INTO "TB_TFW_GSDT" VALUES ('7', '100', '123123', '123123', '1', TO_DATE('2016-02-02 14:06:29', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', null, null, null, null); +INSERT INTO "TB_TFW_GSDT" VALUES ('8', '100', '21312', '21312', '1', TO_DATE('2016-02-02 14:06:45', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', '2016年02月02日', null, null, null); +INSERT INTO "TB_TFW_GSDT" VALUES ('11', '100', '312322223333333333', '3123', '1', TO_DATE('2016-02-24 13:23:20', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', '2016年02月08日', '1', TO_DATE('2016-02-24 13:23:20', 'YYYY-MM-DD HH24:MI:SS'), '1'); +INSERT INTO "TB_TFW_GSDT" VALUES ('16', '100', '23333333333333333333332', '23333333333333333333332', '1', TO_DATE('2016-02-03 11:18:27', 'YYYY-MM-DD HH24:MI:SS'), '常州同步软件技术有限公司', '2016年02月07日', '1', TO_DATE('2016-02-03 11:18:27', 'YYYY-MM-DD HH24:MI:SS'), '2'); + +-- ---------------------------- +-- Table structure for TB_TFW_GSDTNR +-- ---------------------------- +DROP TABLE "TB_TFW_GSDTNR"; +CREATE TABLE "TB_TFW_GSDTNR" ( +"F_IT_XL" NUMBER(11) NOT NULL , +"F_IT_DTXL" NUMBER(11) NULL , +"F_TX_NR" NVARCHAR2(2000) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TB_TFW_GSDTNR +-- ---------------------------- +INSERT INTO "TB_TFW_GSDTNR" VALUES ('12', '12', '3123123'); +INSERT INTO "TB_TFW_GSDTNR" VALUES ('13', '13', '12'); +INSERT INTO "TB_TFW_GSDTNR" VALUES ('11', '11', '123123123111111111111111111111111111111111111112'); +INSERT INTO "TB_TFW_GSDTNR" VALUES ('16', '16', '1'); + +-- ---------------------------- +-- Table structure for TB_TFW_GZBG +-- ---------------------------- +DROP TABLE "TB_TFW_GZBG"; +CREATE TABLE "TB_TFW_GZBG" ( +"F_IT_XL" NUMBER(11) NOT NULL , +"F_VC_BT" NVARCHAR2(255) NULL , +"F_IT_BGBM" NUMBER(11) NULL , +"F_DT_BGSJ" DATE NULL , +"F_DT_CJSJ" DATE NULL , +"F_DT_XGSJ" DATE NULL , +"F_IT_CJR" NUMBER(11) NULL , +"F_IT_XGR" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TB_TFW_GZBG +-- ---------------------------- +INSERT INTO "TB_TFW_GZBG" VALUES ('269', 'test', '3', TO_DATE('2016-03-01 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), TO_DATE('2016-03-07 08:49:08', 'YYYY-MM-DD HH24:MI:SS'), null, '1', null); + +-- ---------------------------- +-- Table structure for TB_TFW_GZBGNR +-- ---------------------------- +DROP TABLE "TB_TFW_GZBGNR"; +CREATE TABLE "TB_TFW_GZBGNR" ( +"F_IT_XL" NUMBER(11) NOT NULL , +"F_IT_BGXL" NUMBER(11) NULL , +"F_TX_BGNR" NVARCHAR2(2000) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TB_TFW_GZBGNR +-- ---------------------------- +INSERT INTO "TB_TFW_GZBGNR" VALUES ('111', '269', 'test'); + +-- ---------------------------- +-- Table structure for TB_TFW_TZGG +-- ---------------------------- +DROP TABLE "TB_TFW_TZGG"; +CREATE TABLE "TB_TFW_TZGG" ( +"F_IT_XL" NUMBER(11) NOT NULL , +"F_VC_BT" NVARCHAR2(255) NULL , +"F_IT_LX" NUMBER(11) NULL , +"F_TX_NR" NVARCHAR2(2000) NULL , +"F_DT_FBSJ" DATE NULL , +"F_DT_CJSJ" DATE NULL , +"F_IT_CJR" NUMBER(11) NULL , +"F_IT_TP" NUMBER(11) NULL , +"VERSION" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TB_TFW_TZGG +-- ---------------------------- +INSERT INTO "TB_TFW_TZGG" VALUES ('1411', '23333', null, null, null, null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1414', '2333333', '10', '11222', TO_DATE('2016-02-24 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1412', '23333', '6', '1', TO_DATE('2016-02-15 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1418', 'tom', '1', '1', TO_DATE('2016-02-18 10:58:44', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1430', 'ceshi233333333333', null, null, null, null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1431', 'ceshi233333333333', null, null, null, null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('123', 'sssssss', '2', null, null, null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1420', 'ceshi233333333333', null, null, null, null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1429', 'asdfasdf23312', '10', 'asdfdd1', TO_DATE('2016-01-31 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1409', '23333', null, null, null, null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1410', '23333', null, null, null, null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1404', 'asdfasdf23312', '1', 'asdfdd1', TO_DATE('2016-01-31 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null); +INSERT INTO "TB_TFW_TZGG" VALUES ('1419', 'ceshi', null, null, null, null, null, null, null); + +-- ---------------------------- +-- Table structure for TB_TFW_XWB +-- ---------------------------- +DROP TABLE "TB_TFW_XWB"; +CREATE TABLE "TB_TFW_XWB" ( +"F_IT_XL" NUMBER(11) NOT NULL , +"F_VC_BT" NVARCHAR2(100) NULL , +"F_VC_FBT" NVARCHAR2(100) NULL , +"F_VC_LJBT" NVARCHAR2(2000) NULL , +"F_VC_TTBT" NVARCHAR2(2000) NULL , +"F_VC_DD" NVARCHAR2(2000) NULL , +"F_VC_TP" NVARCHAR2(100) NULL , +"F_VC_GJZ" NVARCHAR2(200) NULL , +"F_VC_SSLP" NVARCHAR2(200) NULL , +"F_VC_ZLDZ" NVARCHAR2(200) NULL , +"F_IT_DJJS" NUMBER(11) NULL , +"F_IT_DJS" NUMBER(11) NULL , +"F_VC_BJ" NVARCHAR2(30) NULL , +"F_VC_LY" NVARCHAR2(30) NULL , +"F_CR_FBZT" NCHAR(1) NULL , +"F_CR_GKZT" NCHAR(1) NULL , +"F_DT_FBSJ" DATE NULL , +"F_CR_SHZT" NCHAR(1) NULL , +"F_IT_SHR" NUMBER(11) NULL , +"F_DT_SHSJ" DATE NULL , +"F_VC_SHYJ" NVARCHAR2(2000) NULL , +"F_CR_TBLX" NUMBER(11) NULL , +"F_IT_CJR" NUMBER(11) NULL , +"F_DT_CJSJ" DATE NULL , +"F_IT_ZHXGR" NUMBER(11) NULL , +"F_DT_ZHXGSJ" DATE NULL , +"F_VC_TPFJ" NVARCHAR2(100) NULL , +"F_VC_SPFJ" NVARCHAR2(100) NULL , +"F_CR_SFYC" NCHAR(1) NULL , +"F_IT_QZ" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TB_TFW_XWB +-- ---------------------------- +INSERT INTO "TB_TFW_XWB" VALUES ('85060', '123', '121', '12', null, '1212', null, '121', null, '21212', null, null, '管理员', '12', null, '2', TO_DATE('2016-02-03 15:08:44', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null, null, '1', TO_DATE('2016-02-03 15:08:44', 'YYYY-MM-DD HH24:MI:SS'), '1', TO_DATE('2016-02-26 08:42:40', 'YYYY-MM-DD HH24:MI:SS'), null, null, '0', '10011'); +INSERT INTO "TB_TFW_XWB" VALUES ('1', '233333', '121', '12', '12', '1212', null, '121', '12', '21212', '1', '1', '管理员', '12', null, '2', TO_DATE('2016-02-03 15:08:44', 'YYYY-MM-DD HH24:MI:SS'), null, null, null, null, null, null, null, '1', TO_DATE('2016-02-22 13:18:06', 'YYYY-MM-DD HH24:MI:SS'), null, null, '0', '10011'); + +-- ---------------------------- +-- Table structure for TB_TFW_XWXQB +-- ---------------------------- +DROP TABLE "TB_TFW_XWXQB"; +CREATE TABLE "TB_TFW_XWXQB" ( +"F_IT_XL" NUMBER(11) NOT NULL , +"F_IT_SSXW" NUMBER(11) NULL , +"F_TX_NR" NVARCHAR2(2000) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TB_TFW_XWXQB +-- ---------------------------- +INSERT INTO "TB_TFW_XWXQB" VALUES ('40060', '85060', '12121'); +INSERT INTO "TB_TFW_XWXQB" VALUES ('1', '1', '12121'); + +-- ---------------------------- +-- Table structure for TFW_ATTACH +-- ---------------------------- +DROP TABLE "TFW_ATTACH"; +CREATE TABLE "TFW_ATTACH" ( +"ID" NUMBER(11) NOT NULL , +"CODE" NVARCHAR2(255) NULL , +"NAME" NVARCHAR2(255) NULL , +"URL" NVARCHAR2(2000) NULL , +"STATUS" NUMBER(11) NULL , +"CREATER" NUMBER(11) NULL , +"CREATETIME" DATE NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_ATTACH +-- ---------------------------- + +-- ---------------------------- +-- Table structure for TFW_DEPT +-- ---------------------------- +DROP TABLE "TFW_DEPT"; +CREATE TABLE "TFW_DEPT" ( +"ID" NUMBER(11) NOT NULL , +"NUM" NUMBER(11) NULL , +"PID" NUMBER(11) NULL , +"SIMPLENAME" NVARCHAR2(45) NULL , +"FULLNAME" NVARCHAR2(255) NULL , +"TIPS" NVARCHAR2(255) NULL , +"VERSION" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_DEPT +-- ---------------------------- +INSERT INTO "TFW_DEPT" VALUES ('1', '0', '0', 'Tonbu', 'Tonbu', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('2', '1', '1', '江苏同步', '江苏同步信息技术有限公司', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('3', '1', '2', '技服部', '技术服务部', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('4', '2', '2', '客服部', '客户服务部', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('5', '3', '2', '销售部', '销售部', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('6', '4', '2', '综合管理部', '综合管理部', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('7', '2', '1', '常州同步', '常州同步软件技术有限公司', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('8', '1', '7', '产品部', '产品部', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('9', '2', '7', '研发部', '研发部', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('10', '3', '7', '项目部', '项目部', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('11', '4', '7', '运维部', '运维部', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('12', '5', '7', '销售部', '销售部', null, '1'); +INSERT INTO "TFW_DEPT" VALUES ('13', '6', '7', '行政部', '行政部', null, '1'); + +-- ---------------------------- +-- Table structure for TFW_DICT +-- ---------------------------- +DROP TABLE "TFW_DICT"; +CREATE TABLE "TFW_DICT" ( +"ID" NUMBER(11) NOT NULL , +"CODE" NVARCHAR2(255) NULL , +"NUM" NUMBER(11) NULL , +"PID" NUMBER(11) NULL , +"NAME" NVARCHAR2(255) NULL , +"TIPS" NVARCHAR2(255) NULL , +"VERSION" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_DICT +-- ---------------------------- +INSERT INTO "TFW_DICT" VALUES ('44', '102', '1', '14', '发布测试', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('45', '102', '2', '16', '测试222', null, '1'); +INSERT INTO "TFW_DICT" VALUES ('1', '101', '0', '0', '性别', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('2', '101', '1', '1', '男', null, '1'); +INSERT INTO "TFW_DICT" VALUES ('3', '101', '2', '1', '女', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('5', '901', '0', '0', '账号状态', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('6', '901', '1', '5', '启用', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('7', '901', '2', '5', '冻结', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('8', '901', '3', '5', '待审核', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('9', '901', '4', '5', '审核拒绝', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('10', '901', '5', '5', '已删除', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('11', '902', '0', '0', '状态', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('12', '902', '1', '11', '启用', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('13', '902', '2', '11', '禁用', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('14', '102', '0', '0', '公告类型', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('15', '102', '10', '14', '通知公告', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('16', '102', '9', '14', '发布计划', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('17', '903', '0', '0', '审核状态', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('18', '903', '1', '17', '待审核', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('19', '903', '2', '17', '审核拒绝', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('20', '903', '3', '17', '审核通过', null, '0'); +INSERT INTO "TFW_DICT" VALUES ('41', '102', '6', '16', '测试', null, '0'); + +-- ---------------------------- +-- Table structure for TFW_GENERATE +-- ---------------------------- +DROP TABLE "TFW_GENERATE"; +CREATE TABLE "TFW_GENERATE" ( +"ID" NUMBER(11) NOT NULL , +"NAME" NVARCHAR2(255) NULL , +"REALPATH" NVARCHAR2(255) NULL , +"PACKAGENAME" NVARCHAR2(255) NULL , +"MODELNAME" NVARCHAR2(255) NULL , +"TABLENAME" NVARCHAR2(255) NULL , +"PKNAME" NVARCHAR2(255) NULL , +"TIPS" NVARCHAR2(255) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_GENERATE +-- ---------------------------- +INSERT INTO "TFW_GENERATE" VALUES ('1', '测试', 'E:\Workspaces\git\bladepro', 'com.tonbusoft.platform', 'Blog', 'tb_yw_blog', 'f_it_xl', null); + +-- ---------------------------- +-- Table structure for TFW_LOGIN_LOG +-- ---------------------------- +DROP TABLE "TFW_LOGIN_LOG"; +CREATE TABLE "TFW_LOGIN_LOG" ( +"ID" NUMBER NOT NULL , +"LOGNAME" NVARCHAR2(255) NULL , +"USERID" NVARCHAR2(255) NULL , +"CLASSNAME" NVARCHAR2(255) NULL , +"METHOD" NVARCHAR2(2000) NULL , +"CREATETIME" DATE NULL , +"SUCCEED" NVARCHAR2(255) NULL , +"MESSAGE" NVARCHAR2(2000) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Table structure for TFW_MENU +-- ---------------------------- +DROP TABLE "TFW_MENU"; +CREATE TABLE "TFW_MENU" ( +"ID" NUMBER NOT NULL , +"CODE" NVARCHAR2(255) NULL , +"PCODE" NVARCHAR2(255) NULL , +"NAME" NVARCHAR2(255) NULL , +"ICON" NVARCHAR2(255) NULL , +"URL" NVARCHAR2(255) NULL , +"NUM" NUMBER NULL , +"LEVELS" NUMBER NULL , +"SOURCE" NVARCHAR2(2000) NULL , +"PATH" NVARCHAR2(255) NULL , +"TIPS" NVARCHAR2(255) NULL , +"STATUS" NUMBER NULL , +"ISOPEN" VARCHAR2(255 BYTE) NULL , +"ISTEMPLATE" VARCHAR2(255 BYTE) NULL , +"VERSION" NUMBER(11) NULL , +"ALIAS" VARCHAR2(255 BYTE) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_MENU +-- ---------------------------- +INSERT INTO "TFW_MENU" VALUES ('91', 'llog_view', 'llog', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/llog/view', '4', '4', null, 'llog_view.html', null, '1', '0', '0', '0', 'view'); +INSERT INTO "TFW_MENU" VALUES ('84', 'olog_add', 'olog', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/olog/add', '1', '4', null, 'olog_add.html', null, '1', '0', '0', '0', 'add'); +INSERT INTO "TFW_MENU" VALUES ('56', 'parameter', 'system', '参数化管理', 'fa-tags', '/parameter/', '9', '2', null, 'parameter.html', null, '1', '0', '1', '0', null); +INSERT INTO "TFW_MENU" VALUES ('57', 'parameter_add', 'parameter', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/parameter/add', '1', '3', null, 'parameter_add.html', null, '1', '0', '0', '0', 'add'); +INSERT INTO "TFW_MENU" VALUES ('58', 'parameter_edit', 'parameter', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/parameter/edit', '2', '3', null, 'parameter_edit.html', null, '1', '0', '0', '0', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('59', 'parameter_del', 'parameter', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/parameter/del', '3', '3', null, null, null, '1', '0', '0', '1', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('60', 'parameter_view', 'parameter', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/parameter/view', '4', '3', null, 'parameter_view.html', null, '1', '0', '0', '0', 'view'); +INSERT INTO "TFW_MENU" VALUES ('61', 'parameter_recycle', 'parameter', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{"status":"5"}', '5', '3', null, 'parameter_recycle.html', null, '1', '0', '0', '0', 'recycle'); +INSERT INTO "TFW_MENU" VALUES ('62', 'parameter_recycle_restore', 'parameter_recycle', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/parameter/restore', '1', '4', null, null, null, '1', '0', '0', '0', 'restore'); +INSERT INTO "TFW_MENU" VALUES ('63', 'parameter_recycle_remove', 'parameter_recycle', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/parameter/remove', '2', '4', null, null, null, '1', '0', '0', '1', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('64', 'parameter_recycle_back', 'parameter_recycle', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', '0', '0', '0', 'back'); +INSERT INTO "TFW_MENU" VALUES ('65', 'druid', 'system', '连接池监视', 'fa-arrows-v', '/druid', '10', '2', null, null, null, '1', '0', null, '1', null); +INSERT INTO "TFW_MENU" VALUES ('1', 'system', '0', '系统管理', 'fa-cog', null, '9', '1', null, null, null, '1', '1', '0', '1', null); +INSERT INTO "TFW_MENU" VALUES ('2', 'role', 'system', '角色管理', 'fa-key', '/role/', '2', '2', null, null, null, '1', '0', null, '1', null); +INSERT INTO "TFW_MENU" VALUES ('3', 'role_add', 'role', '角色新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/role/add', '1', '3', null, 'role_add.html', '800*340', '1', '0', null, '1', 'addex'); +INSERT INTO "TFW_MENU" VALUES ('98', 'online', 'system', '在线开发', 'fa-rocket', null, '12', '2', null, null, '800*520', '1', '0', null, '1', null); +INSERT INTO "TFW_MENU" VALUES ('99', 'generate', 'online', '代码生成', 'fa-gavel', '/generate/', '1', '3', null, null, '800*520', '1', '0', null, '1', null); +INSERT INTO "TFW_MENU" VALUES ('100', 'generate_add', 'generate', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/generate/add', '1', '4', null, null, '800*420', '1', '0', null, '3', 'add'); +INSERT INTO "TFW_MENU" VALUES ('101', 'generate_edit', 'generate', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/generate/edit', '2', '4', null, null, '800*420', '1', '0', null, '3', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('102', 'generate_remove', 'generate', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/generate/remove', '3', '4', null, null, '800*520', '1', '0', null, null, 'remove'); +INSERT INTO "TFW_MENU" VALUES ('103', 'generate_view', 'generate', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/generate/view', '4', '4', null, null, '800*420', '1', '0', null, '3', 'view'); +INSERT INTO "TFW_MENU" VALUES ('104', 'generate_gencode', 'generate', '代码生成', 'btn btn-xs btn-white | fa fa-gavel bigger-120', '/generate/gencode', '5', '4', null, null, '800*520', '1', '0', null, '1', 'gencode'); +INSERT INTO "TFW_MENU" VALUES ('4', 'role_edit', 'role', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/role/edit', '2', '3', null, 'role_edit.html', '800*340', '1', '0', '0', '1', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('5', 'role_remove', 'role', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/role/remove', '3', '3', null, null, null, '1', null, null, '0', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('6', 'role_view', 'role', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/role/view', '4', '3', null, 'role_view.html', '800*340', '1', null, null, '1', 'view'); +INSERT INTO "TFW_MENU" VALUES ('7', 'role_authority', 'role', '权限配置', 'btn btn-xs btn-white | fa fa-wrench bigger-120', '/role/authority', '5', '3', null, 'role_authority.html', '350*500', '1', null, null, '0', 'authority'); +INSERT INTO "TFW_MENU" VALUES ('8', 'user', 'system', '用户管理', 'fa-user', '/user/', '1', '2', null, null, null, '1', null, null, '0', null); +INSERT INTO "TFW_MENU" VALUES ('9', 'user_add', 'user', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/user/add', '1', '3', null, 'user_add.html', '800*430', '1', null, null, '0', 'add'); +INSERT INTO "TFW_MENU" VALUES ('10', 'user_edit', 'user', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/user/edit', '2', '3', null, 'user_edit.html', '800*430', '1', null, null, '0', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('11', 'user_del', 'user', '删除', 'btn btn-xs btn-white | fa fa fa-times bigger-120', '/user/del', '3', '3', null, null, null, '1', null, null, '0', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('12', 'user_view', 'user', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/user/view', '4', '3', null, 'user_view.html', '800*390', '1', null, null, '0', 'view'); +INSERT INTO "TFW_MENU" VALUES ('13', 'user_audit', 'user', '审核', 'btn btn-xs btn-white | fa fa-user bigger-120', '{"status":"3"}', '5', '3', null, null, null, '1', null, null, '0', 'audit'); +INSERT INTO "TFW_MENU" VALUES ('14', 'user_audit_ok', 'user_audit', '通过', 'btn btn-xs btn-white | fa fa-check bigger-120', '/user/auditOk', '1', '4', null, null, null, '1', null, null, '0', 'ok'); +INSERT INTO "TFW_MENU" VALUES ('15', 'user_audit_refuse', 'user_audit', '拒绝', 'btn btn-xs btn-white | fa fa-times bigger-120', '/user/auditRefuse', '2', '4', null, null, null, '1', null, null, '0', 'refuse'); +INSERT INTO "TFW_MENU" VALUES ('16', 'user_audit_back', 'user_audit', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0', 'back'); +INSERT INTO "TFW_MENU" VALUES ('17', 'user_reset', 'user', '重置密码', 'btn btn-xs btn-white | fa fa-key bigger-120', '/user/reset', '6', '3', null, null, null, '1', null, null, '0', 'reset'); +INSERT INTO "TFW_MENU" VALUES ('18', 'user_ban', 'user', '冻结', 'btn btn-xs btn-white | fa fa-ban bigger-120', '/user/ban', '7', '3', null, null, null, '1', null, null, '0', 'frozen'); +INSERT INTO "TFW_MENU" VALUES ('19', 'user_recycle', 'user', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{"status":"5"}', '8', '3', null, null, null, '1', null, null, '0', 'recycle'); +INSERT INTO "TFW_MENU" VALUES ('20', 'user_recycle_restore', 'user_recycle', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/user/restore', '1', '4', null, null, null, '1', null, null, '0', 'restore'); +INSERT INTO "TFW_MENU" VALUES ('21', 'user_recycle_remove', 'user_recycle', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/user/remove', '2', '4', null, null, null, '1', null, null, '0', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('22', 'user_recycle_back', 'user_recycle', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0', 'back'); +INSERT INTO "TFW_MENU" VALUES ('24', 'user_extrole', 'user', '权限代理', 'btn btn-xs btn-white | fa fa-wrench bigger-120', '/user/extrole', '10', '3', null, 'user_extrole.html', null, '1', null, null, '0', 'agent'); +INSERT INTO "TFW_MENU" VALUES ('25', 'menu', 'system', '菜单管理', 'fa-tasks', '/menu/', '3', '2', null, null, null, '1', null, null, '0', null); +INSERT INTO "TFW_MENU" VALUES ('26', 'menu_add', 'menu', '菜单新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/menu/add', '1', '3', null, 'menu_add.html', '800*430', '1', '0', '0', '1', 'addex'); +INSERT INTO "TFW_MENU" VALUES ('27', 'menu_edit', 'menu', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/menu/edit', '2', '3', null, 'menu_edit.html', '800*430', '1', '0', '0', '1', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('28', 'menu_del', 'menu', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/menu/del', '3', '3', null, null, null, '1', '0', null, '1', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('29', 'menu_view', 'menu', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/menu/view', '4', '3', null, 'menu_view.html', '800*430', '1', '0', '0', '1', 'view'); +INSERT INTO "TFW_MENU" VALUES ('30', 'menu_recycle', 'menu', '回收站', 'btn btn-xs btn-white | fa fa-recycle bigger-120', '{"status":"2"}', '5', '3', null, null, null, '1', null, null, '0', 'recycle'); +INSERT INTO "TFW_MENU" VALUES ('31', 'menu_recycle_restore', 'menu_recycle', '还原', 'btn btn-xs btn-white | fa fa-refresh bigger-120', '/menu/restore', '1', '4', null, null, null, '1', null, null, '0', 'restore'); +INSERT INTO "TFW_MENU" VALUES ('32', 'menu_recycle_remove', 'menu_recycle', '彻底删除', 'btn btn-xs btn-white btn-danger | fa fa fa-times bigger-120', '/menu/remove', '2', '4', null, null, null, '1', '0', null, '1', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('33', 'menu_recycle_back', 'menu_recycle', '返回', 'btn btn-xs btn-white | fa fa-undo bigger-120', null, '3', '4', null, null, null, '1', null, null, '0', 'back'); +INSERT INTO "TFW_MENU" VALUES ('34', 'dict', 'system', '字典管理', 'fa fa-book', '/dict/', '4', '2', null, null, null, '1', null, null, '0', null); +INSERT INTO "TFW_MENU" VALUES ('35', 'dict_add', 'dict', '字典新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/dict/add', '1', '3', null, 'dict_add.html', '800*390', '1', null, null, '0', 'addex'); +INSERT INTO "TFW_MENU" VALUES ('36', 'dict_edit', 'dict', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/dict/edit', '2', '3', null, 'dict_edit.html', '800*390', '1', null, null, '0', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('37', 'dict_remove', 'dict', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/dict/remove', '3', '3', null, null, null, '1', null, null, '0', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('38', 'dict_view', 'dict', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/dict/view', '4', '3', null, 'dict_view.html', '800*390', '1', null, null, '0', 'view'); +INSERT INTO "TFW_MENU" VALUES ('39', 'dept', 'system', '部门管理', 'fa fa-users', '/dept/', '5', '2', null, null, null, '1', null, null, '0', null); +INSERT INTO "TFW_MENU" VALUES ('40', 'dept_add', 'dept', '部门新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/dept/add', '1', '3', null, 'dept_add.html', '800*340', '1', null, null, '0', 'addex'); +INSERT INTO "TFW_MENU" VALUES ('41', 'dept_edit', 'dept', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/dept/edit', '2', '3', null, 'dept_edit.html', '800*340', '1', null, null, '0', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('42', 'dept_remove', 'dept', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/dept/remove', '3', '3', null, null, null, '1', null, null, '0', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('43', 'dept_view', 'dept', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/dept/view', '4', '3', null, 'dept_view.html', '800*340', '1', '0', '0', '0', 'view'); +INSERT INTO "TFW_MENU" VALUES ('44', 'attach', 'system', '附件管理', 'fa fa-paperclip', '/attach/', '6', '2', null, 'attach.html', null, '1', '0', '0', '0', null); +INSERT INTO "TFW_MENU" VALUES ('45', 'attach_add', 'attach', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/attach/add', '1', '3', null, 'attach_add.html', '800*450', '1', '0', '0', '0', 'add'); +INSERT INTO "TFW_MENU" VALUES ('46', 'attach_edit', 'attach', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/attach/edit', '2', '3', null, 'attach_edit.html', '800*290', '1', '0', null, '0', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('47', 'attach_remove', 'attach', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/attach/remove', '3', '3', null, null, null, '1', null, null, '0', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('48', 'attach_view', 'attach', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/attach/view', '4', '3', null, 'attach_view.html', '800*450', '1', '0', '0', '1', 'view'); +INSERT INTO "TFW_MENU" VALUES ('49', 'attach_download', 'attach', '下载', 'btn btn-xs btn-white | fa fa-paperclip bigger-120', '/attach/download', '5', '3', null, null, null, '1', null, null, '0', 'download'); +INSERT INTO "TFW_MENU" VALUES ('92', 'office', '0', '工作台', 'fa fa-desktop', null, '1', '1', null, null, null, '1', null, null, '1', null); +INSERT INTO "TFW_MENU" VALUES ('93', 'notice', 'office', '通知公告', 'fa fa-bell', '/notice/', '1', '2', null, 'notice.html', null, '1', '0', '1', '0', null); +INSERT INTO "TFW_MENU" VALUES ('94', 'notice_add', 'notice', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/notice/add', '1', '3', null, 'notice_add.html', '800*500', '1', '0', '0', '0', 'add'); +INSERT INTO "TFW_MENU" VALUES ('95', 'notice_edit', 'notice', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/notice/edit', '2', '3', null, 'notice_edit.html', '800*500', '1', '0', '0', '1', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('96', 'notice_remove', 'notice', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/notice/remove', '3', '3', null, null, null, '1', '0', '0', '0', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('97', 'notice_view', 'notice', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/notice/view', '4', '3', null, null, '800*500', '1', '0', '0', '0', 'view'); +INSERT INTO "TFW_MENU" VALUES ('23', 'user_roleAssign', 'user', '角色分配', 'btn btn-xs btn-white | fa fa-users bigger-120', '/user/roleAssign', '9', '3', null, 'user_roleAssign.html', '350*500', '1', null, null, '0', 'assign'); +INSERT INTO "TFW_MENU" VALUES ('81', 'log', 'system', '日志管理', 'fa-tasks', null, '11', '2', null, null, null, '1', '0', '0', '1', null); +INSERT INTO "TFW_MENU" VALUES ('82', 'olog', 'log', '操作日志', 'fa-database', '/olog/', '1', '3', null, 'olog.html', null, '1', '0', '0', '0', null); +INSERT INTO "TFW_MENU" VALUES ('83', 'llog', 'log', '登录日志', 'fa-sign-in', '/llog/', '2', '3', null, 'llog.html', null, '1', '0', '1', '0', null); +INSERT INTO "TFW_MENU" VALUES ('85', 'olog_edit', 'olog', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/olog/edit', '2', '4', null, 'olog_edit.html', null, '1', '0', '0', '0', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('86', 'olog_remove', 'olog', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/olog/remove', '3', '4', null, null, null, '1', '0', '0', '0', 'remove'); +INSERT INTO "TFW_MENU" VALUES ('87', 'olog_view', 'olog', '查看', 'btn btn-xs btn-white | fa fa-eye bigger-120', '/olog/view', '4', '4', null, 'olog_view.html', null, '1', '0', '0', '0', 'view'); +INSERT INTO "TFW_MENU" VALUES ('88', 'llog_add', 'llog', '新增', 'btn btn-xs btn-white | fa fa-floppy-o bigger-120', '/llog/add', '1', '4', null, 'llog_add.html', null, '1', '0', '0', '0', 'add'); +INSERT INTO "TFW_MENU" VALUES ('89', 'llog_edit', 'llog', '修改', 'btn btn-xs btn-white | fa fa-pencil bigger-120', '/llog/edit', '2', '4', null, 'llog_edit.html', null, '1', '0', '0', '0', 'edit'); +INSERT INTO "TFW_MENU" VALUES ('90', 'llog_remove', 'llog', '删除', 'btn btn-xs btn-white | fa fa-times bigger-120', '/llog/remove', '3', '4', null, null, null, '1', '0', '0', '0', 'remove'); + +-- ---------------------------- +-- Table structure for TFW_METADATA +-- ---------------------------- +DROP TABLE "TFW_METADATA"; +CREATE TABLE "TFW_METADATA" ( +"ID" NUMBER NOT NULL , +"CODE" NVARCHAR2(2000) NULL , +"SEQ" NVARCHAR2(2000) NULL , +"KEYSJSON" NVARCHAR2(2000) NULL , +"COLNAMES" NVARCHAR2(2000) NULL , +"COLMODEL" NVARCHAR2(2000) NULL , +"SEARCHJSON" NVARCHAR2(2000) NULL , +"ADDJSON" NVARCHAR2(2000) NULL , +"EDITJSON" NVARCHAR2(2000) NULL , +"VIEWJSON" NVARCHAR2(2000) NULL , +"SORTSTR" NVARCHAR2(2000) NULL , +"ORDERSTR" NVARCHAR2(2000) NULL , +"STATUS" NUMBER NULL , +"ISFIT" NUMBER NULL , +"LISTMETHOD" NVARCHAR2(2000) NULL , +"SAVEMETHOD" NVARCHAR2(2000) NULL , +"UPDATEMETHOD" NVARCHAR2(2000) NULL , +"FILTERSTR" NVARCHAR2(2000) NULL , +"CREATETIME" DATE NULL , +"CREATER" VARCHAR2(255 BYTE) NULL , +"EDITTIME" DATE NULL , +"EDITER" VARCHAR2(255 BYTE) NULL , +"VERSION" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_METADATA +-- ---------------------------- +INSERT INTO "TFW_METADATA" VALUES ('21', 'report', null, '[{table:"TB_TMSP_GZBG",key:"F_IT_XL",seq:"SEQ_REPORT.nextval"}, {table:"TB_TMSP_GZBGNR",key:"F_IT_XL",foreignKey:"F_IT_BGXL",foreignPrimaryKey:"TB_TMSP_GZBG.F_IT_XL",seq:"SEQ_REPORTCONTENT.nextval"}]', '["序列","报告标题", "报告部门","报告时间","创建时间","创建人","修改时间","修改人"]', '[{name:"F_IT_XL",index:"F_IT_XL", width:35,hidden:true}, +{name:"F_VC_BT",index:"F_VC_BT", width:100}, +{name:"DIC_F_IT_BGBM",index:"F_IT_BGBM", width:80}, +{name:"F_DT_BGSJ",index:"F_DT_BGSJ", width:80}, +{name:"F_DT_CJSJ",index:"F_DT_CJSJ", width:80}, +{name:"DIC_F_IT_CJR",index:"F_IT_CJR", width:80}, +{name:"F_DT_XGSJ",index:"F_DT_XGSJ", width:80}, +{name:"DIC_F_IT_XGR",index:"F_IT_XGR", width:80}]', '[{name:"报告标题",index:"F_VC_BT", type:"text"}, +{name:"报告部门",index:"F_IT_BGBM",type:"selectDept"}, +{name:"报告时间",index:"F_DT_BGSJ", type:"text"} ]', '[{table:"TB_TMSP_GZBG",name:"报告标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, +{table:"TB_TMSP_GZBG",name:"报告部门",index:"F_IT_BGBM", type:"selectDept",newline:true,length:3,required:"required"}, +{table:"TB_TMSP_GZBG",name:"报告时间",index:"F_DT_BGSJ", type:"laydate",format:"YYYY-MM-DD hh:mm:ss",newline:false,length:3,required:"required"}, + {table:"TB_TMSP_GZBGNR",name:"报告内容",index:"F_TX_BGNR", type:"kindeditor",newline:true,length:8,required:"required"}, +{table:"TB_TMSP_GZBG",name:"创建人",index:"F_IT_CJR", type:"hidden",newline:true,value:session.user.ID,length:8}, + {table:"TB_TMSP_GZBG",name:"创建时间",index:"F_DT_CJSJ", type:"hidden",newline:true,value:c.newdate(),length:8} ]', '[ {table:"TB_TMSP_GZBG",name:"报告标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, +{table:"TB_TMSP_GZBG",name:"报告部门",index:"F_IT_BGBM", type:"selectDept",newline:true,length:3,required:"required"}, +{table:"TB_TMSP_GZBG",name:"报告时间",index:"F_DT_BGSJ", type:"laydate",format:"YYYY-MM-DD hh:mm:ss",newline:false,length:3,required:"required"}, +{table:"TB_TMSP_GZBGNR",name:"报告内容",index:"F_TX_BGNR", type:"kindeditor",newline:true,length:8,required:"required"}, +{table:"TB_TMSP_GZBG",name:"修改人",index:"F_IT_XGR", type:"autohidden",newline:true,value:session.user.ID,length:8}, +{table:"TB_TMSP_GZBG",name:"修改时间",index:"F_DT_XGSJ", type:"autohidden",newline:true,value:c.newdate(),length:8}]', '[ {table:"TB_TMSP_GZBG",name:"报告标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, + {table:"TB_TMSP_GZBG",name:"报告部门",index:"DIC_F_IT_BGBM", type:"selectDept",newline:true,length:3,required:"required"}, + {table:"TB_TMSP_GZBG",name:"报告时间",index:"F_DT_BGSJ", type:"laydate",newline:false,length:3,required:"required"}, +{table:"TB_TMSP_GZBGNR",name:"报告内容",index:"F_TX_BGNR", type:"kindeditor",newline:true,length:8,required:"required"}]', 'f_it_xl', 'desc', '1', '0', '/template/list', '/template/save', '/template/update', null, TO_DATE('2015-11-02 14:25:29', 'YYYY-MM-DD HH24:MI:SS'), '1', TO_DATE('2015-11-02 14:25:29', 'YYYY-MM-DD HH24:MI:SS'), '1', '2'); +INSERT INTO "TFW_METADATA" VALUES ('1', 'notice', null, '[{table:"TB_TMSP_TZGG",key:"F_IT_XL",seq:"SEQ_NOTICE.nextval"}]', '[ "序列","通知标题", "公告类型","发布时间"]', '[{name:"F_IT_XL",index:"F_IT_XL", width:35,hidden:true}, + {name:"F_VC_BT",index:"F_VC_BT", width:100}, + {name:"DIC_F_IT_LX",index:"DIC_F_IT_LX", width:80}, + {name:"F_DT_FBSJ",index:"F_DT_FBSJ", width:80}]', '[{name:"通知标题",index:"F_VC_BT", type:"text"}, + {name:"公告类型",index:"F_IT_LX",type:"select_102"}, + {name:"发布时间",index:"F_DT_FBSJ", type:"text"}]', '[ {table:"TB_TMSP_TZGG",name:"通知标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, + {table:"TB_TMSP_TZGG",name:"公告类型",index:"F_IT_LX", type:"select_102",newline:true,length:3,required:"required"}, + {table:"TB_TMSP_TZGG",name:"通知时间",index:"F_DT_FBSJ", type:"laydate",format:"YYYY-MM-DD hh:mm:ss",newline:false,length:3}, + {table:"TB_TMSP_TZGG",name:"通知内容",index:"F_TX_NR", type:"kindeditor",newline:true,length:8,required:"required"} ]', '[{table:"TB_TMSP_TZGG",name:"通知标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, + {table:"TB_TMSP_TZGG",name:"公告类型",index:"F_IT_LX", type:"combo_102",newline:true,length:3,required:"required"}, + {table:"TB_TMSP_TZGG",name:"通知时间",index:"F_DT_FBSJ", type:"laydate",format:"YYYY-MM-DD hh:mm:ss",newline:false,length:3}, + {table:"TB_TMSP_TZGG",name:"通知内容",index:"F_TX_NR", type:"kindeditor",newline:true,length:8,required:"required"}]', '[{table:"TB_TMSP_TZGG",name:"通知标题",index:"F_VC_BT",type:"text",newline:true,length:8,required:"required"}, + {table:"TB_TMSP_TZGG",name:"公告类型",index:"DIC_F_IT_LX", type:"select_102",newline:true,length:3,required:"required"}, + {table:"TB_TMSP_TZGG",name:"通知时间",index:"F_DT_FBSJ", type:"date",newline:false,length:3,required:"required"}, + {table:"TB_TMSP_TZGG",name:"通知内容",index:"F_TX_NR", type:"kindeditor",newline:true,length:8,required:"required"}]', 'f_it_xl', 'desc', '1', '1', '/template/list', '/template/save', '/template/update', '{"f_it_cjr":"session.user.ID"}', TO_DATE('2015-11-02 14:25:29', 'YYYY-MM-DD HH24:MI:SS'), '1', TO_DATE('2015-11-02 14:25:29', 'YYYY-MM-DD HH24:MI:SS'), '1', '0'); + +-- ---------------------------- +-- Table structure for TFW_OPERATION_LOG +-- ---------------------------- +DROP TABLE "TFW_OPERATION_LOG"; +CREATE TABLE "TFW_OPERATION_LOG" ( +"ID" NUMBER NOT NULL , +"LOGNAME" NVARCHAR2(255) NULL , +"USERID" NVARCHAR2(255) NULL , +"CLASSNAME" NVARCHAR2(255) NULL , +"METHOD" NVARCHAR2(2000) NULL , +"CREATETIME" DATE NULL , +"SUCCEED" NVARCHAR2(255) NULL , +"MESSAGE" NVARCHAR2(2000) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + + +-- ---------------------------- +-- Table structure for TFW_PARAMETER +-- ---------------------------- +DROP TABLE "TFW_PARAMETER"; +CREATE TABLE "TFW_PARAMETER" ( +"ID" NUMBER(11) NOT NULL , +"CODE" NVARCHAR2(255) NULL , +"NUM" NUMBER(11) NULL , +"NAME" NVARCHAR2(255) NULL , +"PARA" NVARCHAR2(2000) NULL , +"TIPS" NVARCHAR2(255) NULL , +"STATUS" NUMBER(11) NULL , +"VERSION" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_PARAMETER +-- ---------------------------- +INSERT INTO "TFW_PARAMETER" VALUES ('1', '101', '100', '是否开启记录日志', '2', '1:是 2:否', '1', '7'); + +-- ---------------------------- +-- Table structure for TFW_RELATION +-- ---------------------------- +DROP TABLE "TFW_RELATION"; +CREATE TABLE "TFW_RELATION" ( +"ID" NUMBER(11) NOT NULL , +"MENUID" NUMBER(11) NULL , +"ROLEID" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_RELATION +-- ---------------------------- +INSERT INTO "TFW_RELATION" VALUES ('1544', '92', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1545', '93', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1546', '94', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1547', '95', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1548', '96', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1549', '97', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1550', '109', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1551', '110', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1552', '111', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1553', '112', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1554', '113', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1555', '98', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1556', '99', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1557', '100', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1558', '101', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1559', '102', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1560', '103', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1561', '104', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1562', '105', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1563', '106', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1564', '107', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1565', '225', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1566', '1', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1567', '8', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1568', '9', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1569', '10', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1570', '11', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1571', '12', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1572', '13', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1573', '14', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1574', '15', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1575', '16', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1576', '17', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1577', '18', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1578', '19', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1579', '20', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1580', '21', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1581', '22', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1582', '23', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1583', '24', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1584', '2', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1585', '3', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1586', '4', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1587', '5', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1588', '6', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1589', '7', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1590', '25', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1591', '26', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1592', '27', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1593', '28', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1594', '29', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1595', '30', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1596', '31', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1597', '32', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1598', '33', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1599', '34', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1600', '35', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1601', '36', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1602', '37', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1603', '38', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1604', '39', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1605', '40', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1606', '41', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1607', '42', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1608', '43', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1609', '44', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1610', '45', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1611', '46', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1612', '47', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1613', '48', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1614', '49', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1615', '50', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1616', '51', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1617', '52', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1618', '53', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1619', '54', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1620', '55', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1621', '56', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1622', '57', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1623', '58', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1624', '59', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1625', '60', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1626', '61', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1627', '62', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1628', '63', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1629', '64', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1630', '65', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1631', '81', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1632', '82', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1633', '84', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1634', '85', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1635', '86', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1636', '87', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1637', '83', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1638', '88', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1639', '89', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1640', '90', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1641', '91', '1'); +INSERT INTO "TFW_RELATION" VALUES ('1657', '81', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1658', '82', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1659', '84', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1660', '85', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1661', '86', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1662', '87', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1663', '83', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1664', '88', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1665', '89', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1666', '90', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1667', '91', '4'); +INSERT INTO "TFW_RELATION" VALUES ('1668', '81', '5'); +INSERT INTO "TFW_RELATION" VALUES ('1669', '82', '5'); +INSERT INTO "TFW_RELATION" VALUES ('1670', '84', '5'); +INSERT INTO "TFW_RELATION" VALUES ('1671', '85', '5'); +INSERT INTO "TFW_RELATION" VALUES ('1672', '86', '5'); +INSERT INTO "TFW_RELATION" VALUES ('1673', '87', '5'); +INSERT INTO "TFW_RELATION" VALUES ('821', '73', '2'); +INSERT INTO "TFW_RELATION" VALUES ('822', '74', '2'); +INSERT INTO "TFW_RELATION" VALUES ('823', '75', '2'); +INSERT INTO "TFW_RELATION" VALUES ('824', '76', '2'); +INSERT INTO "TFW_RELATION" VALUES ('825', '77', '2'); +INSERT INTO "TFW_RELATION" VALUES ('826', '78', '2'); +INSERT INTO "TFW_RELATION" VALUES ('827', '79', '2'); +INSERT INTO "TFW_RELATION" VALUES ('828', '80', '2'); +INSERT INTO "TFW_RELATION" VALUES ('829', '81', '2'); +INSERT INTO "TFW_RELATION" VALUES ('830', '82', '2'); +INSERT INTO "TFW_RELATION" VALUES ('831', '83', '2'); +INSERT INTO "TFW_RELATION" VALUES ('832', '84', '2'); +INSERT INTO "TFW_RELATION" VALUES ('833', '85', '2'); +INSERT INTO "TFW_RELATION" VALUES ('834', '86', '2'); +INSERT INTO "TFW_RELATION" VALUES ('835', '87', '2'); +INSERT INTO "TFW_RELATION" VALUES ('836', '88', '2'); +INSERT INTO "TFW_RELATION" VALUES ('837', '89', '2'); +INSERT INTO "TFW_RELATION" VALUES ('838', '90', '2'); +INSERT INTO "TFW_RELATION" VALUES ('839', '91', '2'); +INSERT INTO "TFW_RELATION" VALUES ('840', '92', '2'); +INSERT INTO "TFW_RELATION" VALUES ('841', '93', '2'); +INSERT INTO "TFW_RELATION" VALUES ('842', '94', '2'); +INSERT INTO "TFW_RELATION" VALUES ('843', '95', '2'); +INSERT INTO "TFW_RELATION" VALUES ('844', '96', '2'); +INSERT INTO "TFW_RELATION" VALUES ('845', '97', '2'); +INSERT INTO "TFW_RELATION" VALUES ('846', '98', '2'); +INSERT INTO "TFW_RELATION" VALUES ('847', '99', '2'); +INSERT INTO "TFW_RELATION" VALUES ('848', '100', '2'); +INSERT INTO "TFW_RELATION" VALUES ('849', '101', '2'); +INSERT INTO "TFW_RELATION" VALUES ('850', '102', '2'); +INSERT INTO "TFW_RELATION" VALUES ('851', '1', '2'); +INSERT INTO "TFW_RELATION" VALUES ('852', '8', '2'); +INSERT INTO "TFW_RELATION" VALUES ('853', '9', '2'); +INSERT INTO "TFW_RELATION" VALUES ('854', '10', '2'); +INSERT INTO "TFW_RELATION" VALUES ('855', '11', '2'); +INSERT INTO "TFW_RELATION" VALUES ('856', '12', '2'); +INSERT INTO "TFW_RELATION" VALUES ('857', '13', '2'); +INSERT INTO "TFW_RELATION" VALUES ('858', '14', '2'); +INSERT INTO "TFW_RELATION" VALUES ('859', '15', '2'); +INSERT INTO "TFW_RELATION" VALUES ('860', '16', '2'); +INSERT INTO "TFW_RELATION" VALUES ('861', '17', '2'); +INSERT INTO "TFW_RELATION" VALUES ('862', '18', '2'); +INSERT INTO "TFW_RELATION" VALUES ('863', '19', '2'); +INSERT INTO "TFW_RELATION" VALUES ('864', '20', '2'); +INSERT INTO "TFW_RELATION" VALUES ('865', '21', '2'); +INSERT INTO "TFW_RELATION" VALUES ('866', '22', '2'); +INSERT INTO "TFW_RELATION" VALUES ('867', '23', '2'); +INSERT INTO "TFW_RELATION" VALUES ('868', '24', '2'); +INSERT INTO "TFW_RELATION" VALUES ('869', '2', '2'); +INSERT INTO "TFW_RELATION" VALUES ('870', '3', '2'); +INSERT INTO "TFW_RELATION" VALUES ('871', '4', '2'); +INSERT INTO "TFW_RELATION" VALUES ('872', '5', '2'); +INSERT INTO "TFW_RELATION" VALUES ('873', '6', '2'); +INSERT INTO "TFW_RELATION" VALUES ('874', '7', '2'); +INSERT INTO "TFW_RELATION" VALUES ('875', '25', '2'); +INSERT INTO "TFW_RELATION" VALUES ('876', '26', '2'); +INSERT INTO "TFW_RELATION" VALUES ('877', '27', '2'); +INSERT INTO "TFW_RELATION" VALUES ('878', '28', '2'); +INSERT INTO "TFW_RELATION" VALUES ('879', '29', '2'); +INSERT INTO "TFW_RELATION" VALUES ('880', '30', '2'); +INSERT INTO "TFW_RELATION" VALUES ('881', '31', '2'); +INSERT INTO "TFW_RELATION" VALUES ('882', '32', '2'); +INSERT INTO "TFW_RELATION" VALUES ('883', '33', '2'); +INSERT INTO "TFW_RELATION" VALUES ('884', '34', '2'); +INSERT INTO "TFW_RELATION" VALUES ('885', '35', '2'); +INSERT INTO "TFW_RELATION" VALUES ('886', '36', '2'); +INSERT INTO "TFW_RELATION" VALUES ('887', '37', '2'); +INSERT INTO "TFW_RELATION" VALUES ('888', '38', '2'); +INSERT INTO "TFW_RELATION" VALUES ('889', '39', '2'); +INSERT INTO "TFW_RELATION" VALUES ('890', '40', '2'); +INSERT INTO "TFW_RELATION" VALUES ('891', '41', '2'); +INSERT INTO "TFW_RELATION" VALUES ('892', '42', '2'); +INSERT INTO "TFW_RELATION" VALUES ('893', '43', '2'); +INSERT INTO "TFW_RELATION" VALUES ('894', '44', '2'); +INSERT INTO "TFW_RELATION" VALUES ('895', '45', '2'); +INSERT INTO "TFW_RELATION" VALUES ('896', '46', '2'); +INSERT INTO "TFW_RELATION" VALUES ('897', '47', '2'); +INSERT INTO "TFW_RELATION" VALUES ('898', '48', '2'); +INSERT INTO "TFW_RELATION" VALUES ('899', '49', '2'); +INSERT INTO "TFW_RELATION" VALUES ('1244', '1', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1245', '62', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1246', '64', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1247', '72', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1248', '73', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1249', '74', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1250', '75', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1251', '76', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1252', '77', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1253', '78', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1254', '79', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1255', '80', '3'); +INSERT INTO "TFW_RELATION" VALUES ('1384', '72', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1385', '73', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1386', '74', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1387', '75', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1388', '76', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1389', '77', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1390', '78', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1391', '79', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1392', '80', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1393', '81', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1394', '82', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1395', '84', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1396', '85', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1397', '86', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1398', '87', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1399', '83', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1400', '88', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1401', '89', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1402', '90', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1403', '91', '6'); +INSERT INTO "TFW_RELATION" VALUES ('1524', '1', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1525', '62', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1526', '64', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1527', '72', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1528', '73', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1529', '74', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1530', '75', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1531', '76', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1532', '77', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1533', '78', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1534', '79', '25'); +INSERT INTO "TFW_RELATION" VALUES ('1535', '80', '25'); + +-- ---------------------------- +-- Table structure for TFW_ROLE +-- ---------------------------- +DROP TABLE "TFW_ROLE"; +CREATE TABLE "TFW_ROLE" ( +"ID" NUMBER NOT NULL , +"NUM" NUMBER NULL , +"PID" NUMBER NULL , +"NAME" NVARCHAR2(255) NULL , +"DEPTID" NUMBER NULL , +"TIPS" NVARCHAR2(255) NULL , +"VERSION" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_ROLE +-- ---------------------------- +INSERT INTO "TFW_ROLE" VALUES ('1', '1', null, '超级管理员', '1', 'administrator', '0'); +INSERT INTO "TFW_ROLE" VALUES ('2', '1', '1', '管理员', '7', 'admin', '1'); +INSERT INTO "TFW_ROLE" VALUES ('3', '2', '1', '管理员1', '10', 'admin', '1'); +INSERT INTO "TFW_ROLE" VALUES ('4', '2', null, '测试', '10', 'test', '0'); +INSERT INTO "TFW_ROLE" VALUES ('5', '1', '4', '测试1', '3', 'test', '1'); +INSERT INTO "TFW_ROLE" VALUES ('8', '1', '3', '管理员2', '6', 'user', '0'); +INSERT INTO "TFW_ROLE" VALUES ('6', '2', '4', '测试2', '10', 'test', '0'); + +-- ---------------------------- +-- Table structure for TFW_ROLE_EXT +-- ---------------------------- +DROP TABLE "TFW_ROLE_EXT"; +CREATE TABLE "TFW_ROLE_EXT" ( +"ID" NUMBER NOT NULL , +"USERID" NVARCHAR2(255) NULL , +"ROLEIN" VARCHAR2(1000 BYTE) NULL , +"ROLEOUT" VARCHAR2(1000 BYTE) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_ROLE_EXT +-- ---------------------------- +INSERT INTO "TFW_ROLE_EXT" VALUES ('67', '1', '1,265', '0'); +INSERT INTO "TFW_ROLE_EXT" VALUES ('27', '66', '1,44,49', '45'); +INSERT INTO "TFW_ROLE_EXT" VALUES ('50', '74', '0', '0'); +INSERT INTO "TFW_ROLE_EXT" VALUES ('48', '63', '0', '0'); +INSERT INTO "TFW_ROLE_EXT" VALUES ('49', '72', '0', '0'); +INSERT INTO "TFW_ROLE_EXT" VALUES ('47', '2', '0', '8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24'); +INSERT INTO "TFW_ROLE_EXT" VALUES ('87', '168', '92,103,104,105,106,107', '109,110,111,112,113,114,115,116,117,118,119,120,121,122'); +INSERT INTO "TFW_ROLE_EXT" VALUES ('107', '189', '108,109,110,111,112,113,114,115,116,117,118,119,120,121,122', '0'); +INSERT INTO "TFW_ROLE_EXT" VALUES ('127', '21', '92,98,99,100,101,102', '0'); + +-- ---------------------------- +-- Table structure for TFW_USER +-- ---------------------------- +DROP TABLE "TFW_USER"; +CREATE TABLE "TFW_USER" ( +"ID" NUMBER(11) NOT NULL , +"ACCOUNT" NVARCHAR2(45) NULL , +"PASSWORD" NVARCHAR2(45) NULL , +"SALT" NVARCHAR2(45) NULL , +"NAME" NVARCHAR2(45) NULL , +"BIRTHDAY" DATE NULL , +"SEX" NUMBER(11) NULL , +"EMAIL" NVARCHAR2(45) NULL , +"PHONE" NVARCHAR2(45) NULL , +"ROLEID" NVARCHAR2(255) NULL , +"DEPTID" NUMBER(11) NULL , +"STATUS" NUMBER(11) NULL , +"CREATETIME" DATE NULL , +"VERSION" NUMBER(11) NULL +) +LOGGING +NOCOMPRESS +NOCACHE + +; + +-- ---------------------------- +-- Records of TFW_USER +-- ---------------------------- +INSERT INTO "TFW_USER" VALUES ('1', 'admin', '4779e4a9903dfb08f9f877791c516a73', 'admin', '管理员', TO_DATE('2015-09-08 00:00:00', 'YYYY-MM-DD HH24:MI:SS'), '1', 'admin@tonbusoft.com.cn', '222333', '1', '1', '1', TO_DATE('2016-01-29 08:49:53', 'YYYY-MM-DD HH24:MI:SS'), '10'); +INSERT INTO "TFW_USER" VALUES ('2', 'test001', 'e334680512284cac2f57701abe03af96', 'r4i90', 'cs', TO_DATE('2016-02-19 14:00:13', 'YYYY-MM-DD HH24:MI:SS'), '1', null, null, '6', '2', '1', TO_DATE('2016-02-19 14:00:19', 'YYYY-MM-DD HH24:MI:SS'), '3'); + +-- ---------------------------- +-- Sequence structure for SEQ_ADMIN +-- ---------------------------- +DROP SEQUENCE "SEQ_ADMIN"; +CREATE SEQUENCE "SEQ_ADMIN" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 100 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_ATTACH +-- ---------------------------- +DROP SEQUENCE "SEQ_ATTACH"; +CREATE SEQUENCE "SEQ_ATTACH" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 350 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_ATTACH_BLOB +-- ---------------------------- +DROP SEQUENCE "SEQ_ATTACH_BLOB"; +CREATE SEQUENCE "SEQ_ATTACH_BLOB" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 101 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_DEPT +-- ---------------------------- +DROP SEQUENCE "SEQ_DEPT"; +CREATE SEQUENCE "SEQ_DEPT" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 54 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_DICT +-- ---------------------------- +DROP SEQUENCE "SEQ_DICT"; +CREATE SEQUENCE "SEQ_DICT" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 81 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_GENERATE +-- ---------------------------- +DROP SEQUENCE "SEQ_GENERATE"; +CREATE SEQUENCE "SEQ_GENERATE" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 5 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_LLOG +-- ---------------------------- +DROP SEQUENCE "SEQ_LLOG"; +CREATE SEQUENCE "SEQ_LLOG" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 1 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_MENU +-- ---------------------------- +DROP SEQUENCE "SEQ_MENU"; +CREATE SEQUENCE "SEQ_MENU" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 285 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_METADATA +-- ---------------------------- +DROP SEQUENCE "SEQ_METADATA"; +CREATE SEQUENCE "SEQ_METADATA" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 41 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_NEWS +-- ---------------------------- +DROP SEQUENCE "SEQ_NEWS"; +CREATE SEQUENCE "SEQ_NEWS" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 85080 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_NEWSCONTENT +-- ---------------------------- +DROP SEQUENCE "SEQ_NEWSCONTENT"; +CREATE SEQUENCE "SEQ_NEWSCONTENT" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 40080 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_NOTICE +-- ---------------------------- +DROP SEQUENCE "SEQ_NOTICE"; +CREATE SEQUENCE "SEQ_NOTICE" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 999999999999999999999999999 + START WITH 1439 + CACHE 10; + +-- ---------------------------- +-- Sequence structure for SEQ_OLOG +-- ---------------------------- +DROP SEQUENCE "SEQ_OLOG"; +CREATE SEQUENCE "SEQ_OLOG" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 1 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_PARAMETER +-- ---------------------------- +DROP SEQUENCE "SEQ_PARAMETER"; +CREATE SEQUENCE "SEQ_PARAMETER" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 81 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_RELATION +-- ---------------------------- +DROP SEQUENCE "SEQ_RELATION"; +CREATE SEQUENCE "SEQ_RELATION" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 1684 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_REPORT +-- ---------------------------- +DROP SEQUENCE "SEQ_REPORT"; +CREATE SEQUENCE "SEQ_REPORT" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 289 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_REPORTCONTENT +-- ---------------------------- +DROP SEQUENCE "SEQ_REPORTCONTENT"; +CREATE SEQUENCE "SEQ_REPORTCONTENT" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 131 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_ROLE +-- ---------------------------- +DROP SEQUENCE "SEQ_ROLE"; +CREATE SEQUENCE "SEQ_ROLE" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 45 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_ROLE_EXT +-- ---------------------------- +DROP SEQUENCE "SEQ_ROLE_EXT"; +CREATE SEQUENCE "SEQ_ROLE_EXT" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 147 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_USER +-- ---------------------------- +DROP SEQUENCE "SEQ_USER"; +CREATE SEQUENCE "SEQ_USER" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 41 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_WEB +-- ---------------------------- +DROP SEQUENCE "SEQ_WEB"; +CREATE SEQUENCE "SEQ_WEB" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 41 + CACHE 20; + +-- ---------------------------- +-- Sequence structure for SEQ_WEBCONTENT +-- ---------------------------- +DROP SEQUENCE "SEQ_WEBCONTENT"; +CREATE SEQUENCE "SEQ_WEBCONTENT" + INCREMENT BY 1 + MINVALUE 1 + MAXVALUE 9999999999999999 + START WITH 21 + CACHE 20; + +-- ---------------------------- +-- Indexes structure for table TB_TFW_GSDT +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TB_TFW_GSDT +-- ---------------------------- +ALTER TABLE "TB_TFW_GSDT" ADD CHECK ("F_IT_XL" IS NOT NULL); +ALTER TABLE "TB_TFW_GSDT" ADD CHECK ("F_IT_XL" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TB_TFW_GSDT +-- ---------------------------- +ALTER TABLE "TB_TFW_GSDT" ADD PRIMARY KEY ("F_IT_XL"); + +-- ---------------------------- +-- Indexes structure for table TB_TFW_GSDTNR +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TB_TFW_GSDTNR +-- ---------------------------- +ALTER TABLE "TB_TFW_GSDTNR" ADD CHECK ("F_IT_XL" IS NOT NULL); +ALTER TABLE "TB_TFW_GSDTNR" ADD CHECK ("F_IT_XL" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TB_TFW_GSDTNR +-- ---------------------------- +ALTER TABLE "TB_TFW_GSDTNR" ADD PRIMARY KEY ("F_IT_XL"); + +-- ---------------------------- +-- Indexes structure for table TB_TFW_GZBG +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TB_TFW_GZBG +-- ---------------------------- +ALTER TABLE "TB_TFW_GZBG" ADD CHECK ("F_IT_XL" IS NOT NULL); +ALTER TABLE "TB_TFW_GZBG" ADD CHECK ("F_IT_XL" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TB_TFW_GZBG +-- ---------------------------- +ALTER TABLE "TB_TFW_GZBG" ADD PRIMARY KEY ("F_IT_XL"); + +-- ---------------------------- +-- Indexes structure for table TB_TFW_GZBGNR +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TB_TFW_GZBGNR +-- ---------------------------- +ALTER TABLE "TB_TFW_GZBGNR" ADD CHECK ("F_IT_XL" IS NOT NULL); +ALTER TABLE "TB_TFW_GZBGNR" ADD CHECK ("F_IT_XL" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TB_TFW_GZBGNR +-- ---------------------------- +ALTER TABLE "TB_TFW_GZBGNR" ADD PRIMARY KEY ("F_IT_XL"); + +-- ---------------------------- +-- Indexes structure for table TB_TFW_TZGG +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TB_TFW_TZGG +-- ---------------------------- +ALTER TABLE "TB_TFW_TZGG" ADD CHECK ("F_IT_XL" IS NOT NULL); +ALTER TABLE "TB_TFW_TZGG" ADD CHECK ("F_IT_XL" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TB_TFW_TZGG +-- ---------------------------- +ALTER TABLE "TB_TFW_TZGG" ADD PRIMARY KEY ("F_IT_XL"); + +-- ---------------------------- +-- Indexes structure for table TB_TFW_XWB +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TB_TFW_XWB +-- ---------------------------- +ALTER TABLE "TB_TFW_XWB" ADD CHECK ("F_IT_XL" IS NOT NULL); +ALTER TABLE "TB_TFW_XWB" ADD CHECK ("F_IT_XL" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TB_TFW_XWB +-- ---------------------------- +ALTER TABLE "TB_TFW_XWB" ADD PRIMARY KEY ("F_IT_XL"); + +-- ---------------------------- +-- Indexes structure for table TB_TFW_XWXQB +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TB_TFW_XWXQB +-- ---------------------------- +ALTER TABLE "TB_TFW_XWXQB" ADD CHECK ("F_IT_XL" IS NOT NULL); +ALTER TABLE "TB_TFW_XWXQB" ADD CHECK ("F_IT_XL" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TB_TFW_XWXQB +-- ---------------------------- +ALTER TABLE "TB_TFW_XWXQB" ADD PRIMARY KEY ("F_IT_XL"); + +-- ---------------------------- +-- Indexes structure for table TFW_ATTACH +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_ATTACH +-- ---------------------------- +ALTER TABLE "TFW_ATTACH" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_ATTACH" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_ATTACH" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_ATTACH" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_ATTACH +-- ---------------------------- +ALTER TABLE "TFW_ATTACH" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_DEPT +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_DEPT +-- ---------------------------- +ALTER TABLE "TFW_DEPT" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_DEPT" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_DEPT" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_DEPT" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_DEPT +-- ---------------------------- +ALTER TABLE "TFW_DEPT" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_DICT +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_DICT +-- ---------------------------- +ALTER TABLE "TFW_DICT" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_DICT" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_DICT" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_DICT" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_DICT +-- ---------------------------- +ALTER TABLE "TFW_DICT" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_GENERATE +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_GENERATE +-- ---------------------------- +ALTER TABLE "TFW_GENERATE" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_GENERATE +-- ---------------------------- +ALTER TABLE "TFW_GENERATE" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_LOGIN_LOG +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_LOGIN_LOG +-- ---------------------------- +ALTER TABLE "TFW_LOGIN_LOG" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_LOGIN_LOG" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_LOGIN_LOG" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_LOGIN_LOG" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_LOGIN_LOG +-- ---------------------------- +ALTER TABLE "TFW_LOGIN_LOG" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_MENU +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_MENU +-- ---------------------------- +ALTER TABLE "TFW_MENU" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_MENU" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_MENU" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_MENU" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_MENU +-- ---------------------------- +ALTER TABLE "TFW_MENU" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_METADATA +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_METADATA +-- ---------------------------- +ALTER TABLE "TFW_METADATA" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_METADATA" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_METADATA" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_METADATA" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_METADATA +-- ---------------------------- +ALTER TABLE "TFW_METADATA" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_OPERATION_LOG +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_OPERATION_LOG +-- ---------------------------- +ALTER TABLE "TFW_OPERATION_LOG" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_OPERATION_LOG" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_OPERATION_LOG" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_OPERATION_LOG" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_OPERATION_LOG +-- ---------------------------- +ALTER TABLE "TFW_OPERATION_LOG" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_PARAMETER +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_PARAMETER +-- ---------------------------- +ALTER TABLE "TFW_PARAMETER" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_PARAMETER" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_PARAMETER" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_PARAMETER" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_PARAMETER +-- ---------------------------- +ALTER TABLE "TFW_PARAMETER" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_RELATION +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_RELATION +-- ---------------------------- +ALTER TABLE "TFW_RELATION" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_RELATION" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_RELATION" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_RELATION" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_RELATION +-- ---------------------------- +ALTER TABLE "TFW_RELATION" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_ROLE +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_ROLE +-- ---------------------------- +ALTER TABLE "TFW_ROLE" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_ROLE" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_ROLE" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_ROLE" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_ROLE +-- ---------------------------- +ALTER TABLE "TFW_ROLE" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_ROLE_EXT +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_ROLE_EXT +-- ---------------------------- +ALTER TABLE "TFW_ROLE_EXT" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_ROLE_EXT" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_ROLE_EXT" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_ROLE_EXT" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_ROLE_EXT +-- ---------------------------- +ALTER TABLE "TFW_ROLE_EXT" ADD PRIMARY KEY ("ID"); + +-- ---------------------------- +-- Indexes structure for table TFW_USER +-- ---------------------------- + +-- ---------------------------- +-- Checks structure for table TFW_USER +-- ---------------------------- +ALTER TABLE "TFW_USER" ADD CHECK ("ID" IS NOT NULL); +ALTER TABLE "TFW_USER" ADD CHECK ("ID" IS NOT NULL); + +-- ---------------------------- +-- Primary Key structure for table TFW_USER +-- ---------------------------- +ALTER TABLE "TFW_USER" ADD PRIMARY KEY ("ID");