diff --git a/febs-cloud/sql/febs_cloud_base_dev.sql b/febs-cloud/sql/febs_cloud_base_dev.sql index 4da24fb..d7fd11a 100644 --- a/febs-cloud/sql/febs_cloud_base_dev.sql +++ b/febs-cloud/sql/febs_cloud_base_dev.sql @@ -1,7 +1,7 @@ /* Navicat Premium Data Transfer - Source Server : mysql192.168.11.57 + Source Server : 57 Source Server Type : MySQL Source Server Version : 50728 Source Host : 192.168.11.57:3306 @@ -11,7 +11,7 @@ Target Server Version : 50728 File Encoding : 65001 - Date: 02/11/2020 15:04:40 + Date: 08/03/2022 14:22:40 */ SET NAMES utf8mb4; @@ -144,10 +144,6 @@ CREATE TABLE `t_dict` ( -- ---------------------------- INSERT INTO `t_dict` VALUES (1, 'dict_type', '字典类型', '系统类不能修改', '', '2019-05-16 14:16:20', NULL, '2019-05-16 14:20:16', NULL, NULL, '0'); INSERT INTO `t_dict` VALUES (2, 'log_type', '日志类型', '0-正常 1 异常', '', '2020-03-13 14:21:01', 'MrBird', '2020-08-27 17:01:55', 'MrBird', '2020-08-27 17:01:33', '0'); -INSERT INTO `t_dict` VALUES (1308599921733087234, 'asdf', 'asd', 'sd', 'MrBird', '2020-09-23 10:51:49', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_dict` VALUES (1308600102717304834, 'asdfe', 'asd', 'we', 'MrBird', '2020-09-23 10:52:32', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_dict` VALUES (1308600370762690561, 'ddwe', 'e', 'e', 'MrBird', '2020-09-23 10:53:36', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_dict` VALUES (1308600776863592450, 'dew', 'e', '', 'MrBird', '2020-09-23 10:55:12', NULL, NULL, NULL, NULL, '0'); -- ---------------------------- -- Table structure for t_dict_item @@ -346,206 +342,279 @@ CREATE TABLE `t_log` ( `IP` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作者IP', `CREATE_TIME` datetime(0) NULL DEFAULT NULL COMMENT '创建时间', `location` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作地点', + `DEPT_ID` bigint(20) NULL DEFAULT NULL COMMENT '部门ID', PRIMARY KEY (`ID`) USING BTREE, INDEX `t_log_create_time`(`CREATE_TIME`) USING BTREE -) ENGINE = MyISAM AUTO_INCREMENT = 194 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户操作日志表' ROW_FORMAT = Dynamic; +) ENGINE = MyISAM AUTO_INCREMENT = 266 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '用户操作日志表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of t_log -- ---------------------------- -INSERT INTO `t_log` VALUES (1, 'MrBird', '新增角色', 263, 'cc.mrbird.febs.server.system.controller.RoleController.addRole()', ' role: \"Role(roleId=5, roleName=测试角色2, remark=测试角色2, createTime=Wed Apr 22 13:54:19 CST 2020, modifyTime=null, menuIds=14)\"', '192.168.11.212', '2020-04-22 13:54:20', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (2, 'MrBird', '修改角色', 180, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=5, roleName=null, remark=测试角色2, createTime=null, modifyTime=Wed Apr 22 13:54:29 CST 2020, menuIds=14,15,16,131)\"', '192.168.11.212', '2020-04-22 13:54:30', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (3, 'MrBird', '新增用户', 501, 'cc.mrbird.febs.server.system.controller.UserController.addUser()', ' user: \"SystemUser(userId=18, username=测试账号, password=$2a$10$QauMTNU.KspTlL8YJK19duabgYlpIf6j0jWb2Ygdf5C543eAby7be, deptId=2, email=123@123.com, mobile=13881111111, status=1, createTime=Wed Apr 22 14:02:24 CST 2020, modifyTime=null, lastLoginTime=null, sex=2, avatar=default.jpg, description=null, deptName=null, createTimeFrom=null, createTimeTo=null, roleId=3, roleName=null, deptIds=1,2)\"', '192.168.11.212', '2020-04-22 14:02:25', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (4, 'MrBird', '修改用户', 233, 'cc.mrbird.febs.server.system.controller.UserController.updateUser()', ' user: \"SystemUser(userId=18, username=null, password=null, deptId=2, email=123@123.com, mobile=13881111111, status=0, createTime=null, modifyTime=Wed Apr 22 14:02:38 CST 2020, lastLoginTime=null, sex=2, avatar=default.jpg, description=null, deptName=开发一部, createTimeFrom=null, createTimeTo=null, roleId=3, roleName=系统监控员, deptIds=1,2)\"', '192.168.11.212', '2020-04-22 14:02:39', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (5, 'MrBird', '修改用户', 170, 'cc.mrbird.febs.server.system.controller.UserController.updateUser()', ' user: \"SystemUser(userId=18, username=null, password=null, deptId=2, email=123@123.com, mobile=13881111111, status=1, createTime=null, modifyTime=Wed Apr 22 14:04:12 CST 2020, lastLoginTime=null, sex=2, avatar=default.jpg, description=null, deptName=开发一部, createTimeFrom=null, createTimeTo=null, roleId=3, roleName=系统监控员, deptIds=1,2)\"', '192.168.11.212', '2020-04-22 14:04:13', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (6, 'MrBird', '新增菜单/按钮', 108, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=195, parentId=170, menuName=四级菜单, path=, component=, perms=, icon=el-icon-shopping-cart-2, type=0, orderNum=0, createTime=Wed Apr 22 14:07:48 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.212', '2020-04-22 14:07:49', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (7, 'MrBird', '修改菜单/按钮', 420, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=195, parentId=170, menuName=四级菜单, path=/four, component=demos/two/three/four/Index, perms=, icon=el-icon-shopping-cart-2, type=0, orderNum=0, createTime=null, modifyTime=Wed Apr 22 14:09:15 CST 2020, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.212', '2020-04-22 14:09:16', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (8, 'MrBird', '修改角色', 414, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Wed Apr 22 14:20:09 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172)\"', '192.168.11.212', '2020-04-22 14:20:10', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (9, 'MrBird', '新增部门', 84, 'cc.mrbird.febs.server.system.controller.DeptController.addDept()', ' dept: \"Dept(deptId=7, parentId=1, deptName=开发三部, orderNum=2, createTime=Wed Apr 22 14:25:36 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.212', '2020-04-22 14:25:37', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (10, 'MrBird', '修改部门', 75, 'cc.mrbird.febs.server.system.controller.DeptController.updateDept()', ' dept: \"Dept(deptId=7, parentId=1, deptName=开发三部, orderNum=3, createTime=null, modifyTime=Wed Apr 22 14:25:45 CST 2020, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.212', '2020-04-22 14:25:46', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (11, 'MrBird', '修改角色', 139, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=5, roleName=null, remark=测试角色2, createTime=null, modifyTime=Thu Apr 23 09:07:35 CST 2020, menuIds=1,14,15,16,131)\"', '192.168.11.183', '2020-04-23 09:07:36', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (12, 'MrBird', '新增用户', 469, 'cc.mrbird.febs.server.system.controller.UserController.addUser()', ' user: \"SystemUser(userId=19, username=jiuyang, password=$2a$10$OC/sBdZyjY8M/5lRNMTYgOqQZlCivTwZfd4n0LgQ7ng7PijY8wU5a, deptId=1, email=jiuyang_tan@163.com, mobile=13521875751, status=1, createTime=Fri May 08 10:32:43 CST 2020, modifyTime=null, lastLoginTime=null, sex=0, avatar=default.jpg, description=null, deptName=null, createTimeFrom=null, createTimeTo=null, roleId=2,4, roleName=null, deptIds=1,4,5,6)\"', '192.168.11.71', '2020-05-08 10:32:44', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (13, 'MrBird', '导出菜单数据', 25136, 'cc.mrbird.febs.server.system.controller.MenuController.export()', ' menu: \"Menu(menuId=null, parentId=null, menuName=, path=null, component=null, perms=null, icon=null, type=null, orderNum=null, createTime=null, modifyTime=null, createTimeFrom=null, createTimeTo=null)\" response: org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterResponse@38c32ea4', '192.168.11.183', '2020-06-17 09:38:38', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (14, 'MrBird', '修改部门', 568, 'cc.mrbird.febs.server.system.controller.DeptController.updateDept()', ' dept: \"Dept(deptId=1, parentId=0, deptName=开发部, orderNum=4, createTime=null, modifyTime=Wed Jun 24 17:11:17 CST 2020, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.172', '2020-06-24 17:11:18', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (15, 'MrBird', '修改用户', 518, 'cc.mrbird.febs.server.system.controller.UserController.updateUser()', ' user: \"SystemUser(userId=18, username=null, password=null, deptId=2, email=123@123.com, mobile=13881111111, status=0, createTime=null, modifyTime=Sun Jun 28 10:08:46 CST 2020, lastLoginTime=null, sex=2, avatar=default.jpg, description=null, deptName=开发一部, createTimeFrom=null, createTimeTo=null, roleId=3, roleName=系统监控员, deptIds=1,2)\"', '192.168.11.212', '2020-06-28 10:08:47', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (16, 'MrBird', '导出用户数据', 702, 'cc.mrbird.febs.server.system.controller.UserController.export()', ' queryRequest: \"QueryRequest(pageSize=10, pageNum=1, field=null, order=null)\" user: \"SystemUser(userId=null, username=null, password=null, deptId=null, email=null, mobile=null, status=null, createTime=null, modifyTime=null, lastLoginTime=null, sex=null, avatar=null, description=null, deptName=null, createTimeFrom=null, createTimeTo=null, roleId=null, roleName=null, deptIds=null)\" response: org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterResponse@7555226e', '192.168.11.212', '2020-06-28 10:38:35', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (17, 'MrBird', '修改菜单/按钮', 369, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=2, createTime=null, modifyTime=Sat Aug 15 08:25:40 CST 2020, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.183', '2020-08-15 08:25:41', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (18, 'MrBird', '修改菜单/按钮', 433, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=0, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=2, createTime=null, modifyTime=Sat Aug 15 12:46:57 CST 2020, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.183', '2020-08-15 12:46:58', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (19, 'MrBird', '导出部门数据', 533, 'cc.mrbird.febs.server.system.controller.DeptController.export()', ' dept: \"Dept(deptId=null, parentId=null, deptName=, orderNum=null, createTime=null, modifyTime=null, createBy=null, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=\\u0000, createTimeFrom=null, createTimeTo=null)\" request: \"QueryRequest(pageSize=10, pageNum=1, field=null, order=null)\" response: org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterResponse@62a9876e', '192.168.11.183', '2020-08-19 14:37:12', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (20, 'MrBird', '删除部门', 99, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"5\"', '192.168.11.183', '2020-08-19 16:18:36', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (21, 'MrBird', '删除部门', 108, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"4\"', '192.168.11.183', '2020-08-19 16:30:45', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (22, 'MrBird', '删除部门', 156, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"6\"', '192.168.11.183', '2020-08-19 16:38:53', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (23, 'MrBird', '删除部门', 82, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"1,7\"', '192.168.11.183', '2020-08-19 16:40:33', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (24, 'MrBird', '删除部门', 50, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"5\"', '192.168.11.183', '2020-08-19 16:42:28', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (25, 'MrBird', '删除部门', 152, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"7\"', '192.168.11.183', '2020-08-19 16:45:31', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (26, 'MrBird', '删除部门', 79, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"2\"', '192.168.11.183', '2020-08-19 16:46:41', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (27, 'MrBird', '删除部门', 62, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"3\"', '192.168.11.183', '2020-08-19 16:48:06', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (28, 'MrBird', '删除用户', 95, 'cc.mrbird.febs.server.system.controller.UserController.deleteUsers()', ' userIds: \"19\"', '192.168.11.183', '2020-08-20 10:30:06', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (29, 'MrBird', '新增菜单/按钮', 40, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=196, parentId=1, menuName=字典管理, path=/system/dict, component=febs/system/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=Mon Aug 24 17:24:43 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-24 17:24:43', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (30, 'MrBird', '修改角色', 117, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Mon Aug 24 17:25:44 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-24 17:25:45', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (31, 'MrBird', '修改菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=196, parentId=1, menuName=字典管理, path=/system/dict, component=febs/system/dict/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Aug 24 17:27:59 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-24 17:28:00', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (32, 'MrBird', '新增菜单/按钮', 160, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=197, parentId=196, menuName=新增, path=null, component=null, perms=dict:add, icon=null, type=1, orderNum=null, createTime=Tue Aug 25 17:25:16 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-25 17:25:16', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (33, 'MrBird', '新增菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=198, parentId=196, menuName=修改, path=null, component=null, perms=dict:update, icon=null, type=1, orderNum=null, createTime=Tue Aug 25 17:25:37 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-25 17:25:38', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (34, 'MrBird', '新增菜单/按钮', 46, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=199, parentId=196, menuName=删除, path=null, component=null, perms=dict:delete, icon=null, type=1, orderNum=null, createTime=Tue Aug 25 17:26:16 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-25 17:26:17', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (35, 'MrBird', '修改角色', 107, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Tue Aug 25 17:26:32 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-25 17:26:33', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (36, 'MrBird', '新增菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=200, parentId=196, menuName=下拉子项, path=null, component=null, perms=dict:items, icon=null, type=1, orderNum=null, createTime=Tue Aug 25 17:29:45 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-25 17:29:46', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (37, 'MrBird', '修改角色', 122, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Tue Aug 25 17:30:01 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-25 17:30:02', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (38, 'MrBird', '修改角色', 115, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Wed Aug 26 14:18:57 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-26 14:18:58', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (39, 'MrBird', '删除用户', 65, 'cc.mrbird.febs.server.system.controller.UserController.deleteUsers()', ' userIds: \"18\"', '192.168.11.183', '2020-08-26 14:31:53', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (40, 'MrBird', '新增用户', 262, 'cc.mrbird.febs.server.system.controller.UserController.addUser()', ' user: \"SystemUser(userId=20, username=aobei, password=$2a$10$f4.f6dvMxu0SgM38xzGtUuQvUUfMVWmGSstTXDyDU2crJoFbaCeNe, deptId=4, email=1098@qq.com, mobile=17666666666, status=1, createTime=Wed Aug 26 14:33:02 CST 2020, modifyTime=null, lastLoginTime=null, sex=0, avatar=default.jpg, description=null, deptName=null, createTimeFrom=null, createTimeTo=null, roleId=1, roleName=null, deptIds=4, idcard=null, layout=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-26 14:33:03', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (41, 'aobei', '新增字典', 91, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=3, type=null, description=null, remarks=null, createBy=aobei, createTime=Wed Aug 26 15:06:14 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 15:06:15', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (42, 'aobei', '新增字典', 154, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=4, type=log_type2, description=121, remarks=, createBy=aobei, createTime=Wed Aug 26 15:09:56 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 15:09:56', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (43, 'aobei', '修改菜单/按钮', 36, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=199, parentId=196, menuName=删除, path=null, component=null, perms=dict:del, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Wed Aug 26 15:11:55 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=aobei, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-26 15:11:56', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (44, 'aobei', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=199, parentId=196, menuName=删除, path=null, component=null, perms=dict:delete, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Wed Aug 26 15:12:08 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=aobei, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-26 15:12:09', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (45, 'MrBird', '修改部门', 74, 'cc.mrbird.febs.server.system.controller.DeptController.updateDept()', ' dept: \"Dept(deptId=2, parentId=1, deptName=开发一部1, orderNum=1, createTime=null, modifyTime=Wed Aug 26 15:50:20 CST 2020, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.183', '2020-08-26 15:50:20', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (46, 'MrBird', '修改字典', 8875, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=4, type=log_type2, description=1213, remarks=, createBy=aobei, createTime=null, modifyBy=MrBird, modifyTime=Wed Aug 26 15:57:04 CST 2020, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 15:57:05', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (47, 'MrBird', '修改字典', 5936, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=2, type=log_type12, description=日志类型, remarks=0-正常 1 异常, createBy=, createTime=null, modifyBy=MrBird, modifyTime=Wed Aug 26 16:01:56 CST 2020, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 16:01:56', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (48, 'MrBird', '修改字典', 110, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=2, type=log_type, description=日志类型, remarks=0-正常 1 异常, createBy=, createTime=null, modifyBy=MrBird, modifyTime=Wed Aug 26 16:02:28 CST 2020, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 16:02:28', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (49, 'MrBird', '修改字典', 32, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=3, type=ddad, description=eww, remarks=qe, createBy=aobei, createTime=null, modifyBy=MrBird, modifyTime=Wed Aug 26 16:06:29 CST 2020, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 16:06:30', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (50, 'MrBird', '新增菜单/按钮', 71, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=201, parentId=200, menuName=修改, path=null, component=null, perms=dictItem:update, icon=null, type=1, orderNum=null, createTime=Thu Aug 27 10:35:45 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-27 10:35:45', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (51, 'MrBird', '修改角色', 116, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Thu Aug 27 10:36:12 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,201,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-27 10:36:13', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (52, 'MrBird', '新增菜单/按钮', 35, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=202, parentId=200, menuName=新增, path=null, component=null, perms=dictItem:add, icon=null, type=1, orderNum=null, createTime=Thu Aug 27 10:42:04 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-27 10:42:05', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (53, 'MrBird', '新增菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=203, parentId=200, menuName=删除, path=null, component=null, perms=dictItem:delete, icon=null, type=1, orderNum=null, createTime=Thu Aug 27 10:42:27 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-27 10:42:27', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (54, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=199, parentId=196, menuName=删除, path=null, component=null, perms=dict:delete, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Thu Aug 27 10:42:48 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-27 10:42:48', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (55, 'MrBird', '修改角色', 102, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Thu Aug 27 10:43:06 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,201,202,203,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-27 10:43:06', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (56, 'MrBird', '删除部门', 167, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"7\"', '192.168.11.183', '2020-08-27 15:23:10', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (57, 'MrBird', '删除字典', 110, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"4\"', '192.168.11.183', '2020-08-27 15:36:26', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (58, 'MrBird', '删除字典', 64, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"3,2\"', '192.168.11.183', '2020-08-27 15:36:50', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (59, 'MrBird', '修改字典', 48, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=4, type=log_type221, description=1213, remarks=, createBy=aobei, createTime=null, modifyBy=MrBird, modifyTime=Thu Aug 27 15:42:20 CST 2020, deleteBy=MrBird, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 15:42:20', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (60, 'MrBird', '新增字典', 190, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=5, type=null, description=null, remarks=null, createBy=MrBird, createTime=Thu Aug 27 15:59:59 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 16:00:00', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (61, 'MrBird', '删除字典', 34, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"5\"', '192.168.11.183', '2020-08-27 16:24:04', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (62, 'MrBird', '删除字典', 30, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"5\"', '192.168.11.183', '2020-08-27 16:36:50', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (63, 'MrBird', '删除字典', 50, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"5\"', '192.168.11.183', '2020-08-27 16:38:19', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (64, 'MrBird', '新增字典', 69, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=6, type=aaa, description=222, remarks=, createBy=MrBird, createTime=Thu Aug 27 16:45:36 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 16:45:37', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (65, 'MrBird', '修改字典', 80, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=6, type=bbbb, description=222, remarks=, createBy=MrBird, createTime=null, modifyBy=MrBird, modifyTime=Thu Aug 27 16:45:52 CST 2020, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 16:45:53', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (66, 'MrBird', '删除字典', 86, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"8\"', '192.168.11.183', '2020-08-27 16:47:33', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (67, 'MrBird', '删除字典', 46, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-27 16:47:42', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (68, 'MrBird', '删除字典', 122, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-27 16:50:36', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (69, 'MrBird', '修改字典', 65, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=4, type=log_type5, description=1213, remarks=, createBy=aobei, createTime=null, modifyBy=MrBird, modifyTime=Thu Aug 27 16:51:04 CST 2020, deleteBy=MrBird, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 16:51:05', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (70, 'MrBird', '删除字典', 15, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"5\"', '192.168.11.183', '2020-08-27 16:51:41', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (71, 'MrBird', '删除字典', 34, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-27 16:53:35', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (72, 'MrBird', '删除字典', 42, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-27 16:53:38', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (73, 'MrBird', '删除字典', 65, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-27 16:54:00', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (74, 'MrBird', '删除字典', 58, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"2\"', '192.168.11.183', '2020-08-27 16:59:43', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (75, 'MrBird', '删除字典', 143, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"2\"', '192.168.11.183', '2020-08-27 17:01:33', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (76, 'MrBird', '删除字典子项', 44, 'cc.mrbird.febs.server.system.controller.DictItemController.deleteDictItem()', ' ids: \"2\"', '192.168.11.183', '2020-08-27 17:02:26', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (77, 'MrBird', '删除字典子项', 290, 'cc.mrbird.febs.server.system.controller.DictItemController.deleteDictItem()', ' ids: \"8\"', '192.168.11.183', '2020-08-27 17:06:13', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (78, 'MrBird', '更新字典子项', 57, 'cc.mrbird.febs.server.system.controller.DictItemController.updateDictItem()', ' dictItem: DictItem(id=7, dictId=6, type=bbbb, value=aadfa, description=adfa, sort=2, remarks=adf, createBy=MrBird, createTime=null, modifyBy=MrBird, modifyTime=Thu Aug 27 17:25:01 CST 2020, deleteBy=MrBird, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 17:25:01', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (79, 'MrBird', '删除字典', 130, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-28 16:28:19', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (80, 'MrBird', '新增字典', 83, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=7, type=112, description=112, remarks=, createBy=MrBird, createTime=Mon Aug 31 14:48:36 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 14:48:36', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (81, 'MrBird', '新增字典', 48, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=8, type=eew, description=e, remarks=, createBy=MrBird, createTime=Mon Aug 31 14:49:27 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 14:49:28', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (82, 'MrBird', '删除字典', 108, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"8\"', '192.168.11.183', '2020-08-31 14:52:33', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (83, 'MrBird', '新增字典', 52, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=9, type=sdfa, description=asdfa, remarks=, createBy=MrBird, createTime=Mon Aug 31 14:57:27 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 14:57:28', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (84, 'MrBird', '新增字典', 55, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=10, type=ade, description=sdf, remarks=, createBy=MrBird, createTime=Mon Aug 31 14:59:14 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 14:59:14', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (85, 'MrBird', '新增字典', 45, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=11, type=aaa, description=aaa, remarks=, createBy=MrBird, createTime=Mon Aug 31 15:00:07 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 15:00:08', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (86, 'MrBird', '新增字典', 106, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=12, type=bbb, description=bbb, remarks=, createBy=MrBird, createTime=Mon Aug 31 15:01:38 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 15:01:39', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (87, 'MrBird', '新增字典', 65, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=13, type=ccc, description=ccc, remarks=, createBy=MrBird, createTime=Mon Aug 31 15:28:32 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 15:28:33', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (88, 'MrBird', '新增字典', 328, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=14, type=adfa, description=adfa, remarks=efdee, createBy=MrBird, createTime=Mon Aug 31 15:41:04 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-31 15:41:04', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (89, 'MrBird', '新增字典', 67, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=15, type=ccd, description=ddd, remarks=, createBy=MrBird, createTime=Mon Aug 31 15:54:43 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-31 15:54:43', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (90, 'MrBird', '新增字典', 31, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=16, type=eee, description=eee, remarks=, createBy=MrBird, createTime=Mon Aug 31 15:55:29 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-31 15:55:30', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (91, 'MrBird', '新增字典', 100, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=17, type=ggg, description=ggg, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:00:58 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-31 16:00:59', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (92, 'MrBird', '新增字典', 56, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=18, type=adfae, description=adfa, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:02:38 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 16:02:38', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (93, 'MrBird', '新增字典', 46, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=19, type=aaae, description=aaae, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:03:52 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 16:03:52', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (94, 'MrBird', '新增字典', 99, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=20, type=kkk, description=kkk, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:05:25 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 16:05:26', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (95, 'MrBird', '新增字典', 32, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=21, type=adsfa, description=asdfe, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:16:02 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 16:16:03', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (96, 'MrBird', '新增字典', 62, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=22, type=asdfee, description=eee, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:17:11 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 16:17:11', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (97, 'MrBird', '修改菜单/按钮', 73, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=2, createTime=null, modifyTime=Mon Aug 31 16:23:41 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-31 16:23:41', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (98, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=7, createTime=null, modifyTime=Mon Aug 31 16:24:38 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-31 16:24:39', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (99, 'MrBird', '修改菜单/按钮', 103, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=0, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=2, createTime=null, modifyTime=Mon Aug 31 16:25:38 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-31 16:25:38', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (100, 'MrBird', '导出角色数据', 1423, 'cc.mrbird.febs.server.system.controller.RoleController.export()', ' queryRequest: \"QueryRequest(pageSize=10, pageNum=1, field=null, order=null)\" role: \"Role(roleId=null, roleName=null, remark=null, createTime=null, modifyTime=null, menuIds=null, createBy=null, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\" response: org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterResponse@3eff1941', '192.168.11.183', '2020-09-02 14:16:34', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (101, 'MrBird', '修改菜单/按钮', 76, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 09:37:04 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:37:04', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (102, 'MrBird', '修改菜单/按钮', 62, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 09:37:39 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:37:40', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (103, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=Layout, perms=, icon=el-icon-odometer, type=0, orderNum=8, createTime=null, modifyTime=Mon Sep 14 09:37:57 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:37:58', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (104, 'MrBird', '修改菜单/按钮', 109, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=Layout, perms=, icon=el-icon-printer, type=0, orderNum=9, createTime=null, modifyTime=Mon Sep 14 09:38:06 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:38:07', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (105, 'MrBird', '修改菜单/按钮', 47, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=Layout, perms=, icon=el-icon-alarm-clock, type=0, orderNum=10, createTime=null, modifyTime=Mon Sep 14 09:38:18 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:38:18', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (106, 'MrBird', '修改菜单/按钮', 48, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=Layout, perms=, icon=el-icon-shopping-bag-1, type=0, orderNum=11, createTime=null, modifyTime=Mon Sep 14 09:38:26 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:38:26', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (107, 'MrBird', '修改菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=1, menuName=静态组件, path=/components, component=Layout, perms=, icon=el-icon-present, type=0, orderNum=12, createTime=null, modifyTime=Mon Sep 14 09:38:34 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:38:35', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (108, 'MrBird', '修改菜单/按钮', 29, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=1, menuName=静态组件, path=/components, component=Layout, perms=, icon=, type=0, orderNum=12, createTime=null, modifyTime=Mon Sep 14 15:03:47 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:03:48', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (109, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 15:03:56 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:03:57', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (110, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=Layout, perms=, icon=, type=0, orderNum=8, createTime=null, modifyTime=Mon Sep 14 15:04:01 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:04:02', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (111, 'MrBird', '修改菜单/按钮', 24, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=Layout, perms=, icon=, type=0, orderNum=9, createTime=null, modifyTime=Mon Sep 14 15:04:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:04:10', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (112, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=Layout, perms=, icon=, type=0, orderNum=10, createTime=null, modifyTime=Mon Sep 14 15:04:05 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:04:05', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (113, 'MrBird', '修改菜单/按钮', 44, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=Layout, perms=, icon=, type=0, orderNum=11, createTime=null, modifyTime=Mon Sep 14 15:04:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:04:11', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (114, 'MrBird', '修改角色', 74, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=2, roleName=null, remark=可查看,新增,导出, createTime=null, modifyTime=Mon Sep 14 15:15:25 CST 2020, menuIds=1,3,130,4,14,131,5,17,132,6,20,133,163,164,167,196,197,200,202,152, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:15:25', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (115, 'MrBird', '修改用户', 88, 'cc.mrbird.febs.server.system.controller.UserController.updateUser()', ' user: \"SystemUser(userId=20, username=null, password=null, deptId=4, email=1098@qq.com, mobile=17666666666, status=1, createTime=null, modifyTime=Mon Sep 14 15:16:04 CST 2020, lastLoginTime=null, sex=0, avatar=default.jpg, description=null, deptName=市场部, createTimeFrom=null, createTimeTo=null, roleId=2, roleName=管理员, deptIds=4, idcard=null, layout=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:16:04', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (116, 'MrBird', '新增菜单/按钮', 82, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统设置, path=, component=, perms=, icon=, type=0, orderNum=0, createTime=Mon Sep 14 15:28:41 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-09-14 15:28:42', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (117, 'MrBird', '修改菜单/按钮', 71, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=204, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 15:29:14 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:29:15', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (118, 'MrBird', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=4, parentId=204, menuName=角色管理, path=/system/role, component=febs/system/role/Index, perms=role:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 15:29:26 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:29:27', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (119, 'MrBird', '修改菜单/按钮', 43, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=5, parentId=204, menuName=菜单管理, path=/system/menu, component=febs/system/menu/Index, perms=menu:view, icon=, type=0, orderNum=3, createTime=null, modifyTime=Mon Sep 14 15:29:34 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:29:35', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (120, 'MrBird', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=204, menuName=部门管理, path=/system/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 15:29:42 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:29:43', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (121, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=204, menuName=客户端管理, path=/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=5, createTime=null, modifyTime=Mon Sep 14 15:29:53 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:29:53', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (122, 'MrBird', '修改菜单/按钮', 101, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=196, parentId=204, menuName=字典管理, path=/system/dict, component=febs/system/dict/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 15:30:01 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:01', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (123, 'MrBird', '修改菜单/按钮', 54, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 15:30:22 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:23', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (124, 'MrBird', '修改菜单/按钮', 43, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=Layout, perms=, icon=, type=0, orderNum=3, createTime=null, modifyTime=Mon Sep 14 15:30:32 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:32', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (125, 'MrBird', '修改菜单/按钮', 279, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=Layout, perms=, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 15:30:37 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:38', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (126, 'MrBird', '修改菜单/按钮', 79, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=Layout, perms=, icon=, type=0, orderNum=5, createTime=null, modifyTime=Mon Sep 14 15:30:43 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:44', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (127, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=Layout, perms=, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 15:30:48 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:48', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (128, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=1, menuName=静态组件, path=/components, component=Layout, perms=, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 15:30:53 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:54', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (129, 'MrBird', '修改菜单/按钮', 29, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统设置, path=, component=, perms=, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 15:30:58 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:58', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (130, 'MrBird', '修改菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=1, menuName=用户管理, path=/config/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 15:56:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:56:50', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (131, 'MrBird', '修改菜单/按钮', 55, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=4, parentId=1, menuName=角色管理, path=/config/role, component=febs/system/role/Index, perms=role:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 15:57:13 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:57:13', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (132, 'MrBird', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=1, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 15:58:54 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:58:55', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (133, 'MrBird', '修改菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=4, parentId=1, menuName=角色管理, path=/system/role, component=febs/system/role/Index, perms=role:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 15:59:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:59:10', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (134, 'MrBird', '修改菜单/按钮', 35, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=204, menuName=部门管理, path=/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 16:02:46 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:02:46', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (135, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=204, menuName=部门管理, path=/system/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 16:07:25 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:07:25', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (136, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=5, parentId=1, menuName=菜单管理, path=/system/menu, component=febs/system/menu/Index, perms=menu:view, icon=, type=0, orderNum=3, createTime=null, modifyTime=Mon Sep 14 16:08:33 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:08:33', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (137, 'MrBird', '修改菜单/按钮', 141, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=1, menuName=部门管理, path=/system/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 16:08:45 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:08:46', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (138, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=204, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=5, createTime=null, modifyTime=Mon Sep 14 16:09:07 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:09:07', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (139, 'MrBird', '修改菜单/按钮', 35, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=1, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=5, createTime=null, modifyTime=Mon Sep 14 16:09:23 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:09:24', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (140, 'MrBird', '修改菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=196, parentId=1, menuName=字典管理, path=/system/dict, component=febs/system/dict/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 16:09:37 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:09:37', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (141, 'MrBird', '删除菜单/按钮', 47, 'cc.mrbird.febs.server.system.controller.MenuController.deleteMenus()', ' menuIds: \"204\"', '192.168.11.183', '2020-09-14 16:09:47', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (142, 'MrBird', '修改菜单/按钮', 116, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=, perms=, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 16:14:33 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:14:34', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (143, 'MrBird', '修改菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=Layout, perms=, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 16:15:47 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:15:48', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (144, 'MrBird', '修改菜单/按钮', 62, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:20:33 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:20:34', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (145, 'MrBird', '修改菜单/按钮', 56, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=Layout, perms=, icon=, type=0, orderNum=8, createTime=null, modifyTime=Mon Sep 14 16:20:42 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:20:43', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (146, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=1, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=9, createTime=null, modifyTime=Mon Sep 14 16:20:52 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:20:52', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (147, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=Layout, perms=, icon=, type=0, orderNum=10, createTime=null, modifyTime=Mon Sep 14 16:21:02 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:21:03', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (148, 'MrBird', '修改菜单/按钮', 47, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=Layout, perms=, icon=, type=0, orderNum=11, createTime=null, modifyTime=Mon Sep 14 16:21:21 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:21:22', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (149, 'MrBird', '修改菜单/按钮', 25, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=Layout, perms=, icon=, type=0, orderNum=12, createTime=null, modifyTime=Mon Sep 14 16:21:34 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:21:35', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (150, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=1, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 16:22:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:22:11', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (151, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=febs/monitor/dashboard/Index, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:25:32 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:25:33', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (152, 'MrBird', '修改菜单/按钮', 149, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:26:53 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:26:54', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (153, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=febs/monitor/, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:28:15 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:28:15', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (154, 'MrBird', '修改菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=febs/monitor/Index, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:33:24 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:33:25', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (155, 'MrBird', '修改菜单/按钮', 263, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=180, parentId=2, menuName=监控面板, path=/dashboard, component=febs/monitor/dashboard/Index, perms=monitor:dashboard, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 16:39:51 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:39:52', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (156, 'MrBird', '修改菜单/按钮', 51, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=180, parentId=2, menuName=监控面板, path=/monitor/dashboard, component=febs/monitor/dashboard/Index, perms=monitor:dashboard, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 16:41:03 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:41:03', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (157, 'MrBird', '修改菜单/按钮', 152, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=febs/monitor, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:44:46 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:44:47', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (158, 'MrBird', '修改菜单/按钮', 102, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:47:32 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:47:33', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (159, 'MrBird', '修改菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monito, component=Layout, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:54:02 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:54:02', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (160, 'MrBird', '修改菜单/按钮', 24, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=, component=, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:54:45 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:54:46', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (161, 'MrBird', '修改菜单/按钮', 84, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=, component=Layout, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:55:17 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:55:17', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (162, 'MrBird', '修改菜单/按钮', 47, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=, component=febs/monitor/Index, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:57:52 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:57:53', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (163, 'MrBird', '修改菜单/按钮', 58, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=0, menuName=静态组件, path=/components, component=Layout, perms=, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 17:04:42 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:04:42', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (164, 'MrBird', '删除菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.deleteMenus()', ' menuIds: \"195\"', '192.168.11.183', '2020-09-14 17:07:54', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (165, 'MrBird', '修改菜单/按钮', 40, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=febs/monitor/Index, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 17:10:48 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:10:49', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (166, 'MrBird', '修改菜单/按钮', 113, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=febs/route/Index, perms=, icon=, type=0, orderNum=8, createTime=null, modifyTime=Mon Sep 14 17:15:47 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:15:48', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (167, 'MrBird', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=febs/gen/Index, perms=, icon=, type=0, orderNum=10, createTime=null, modifyTime=Mon Sep 14 17:16:06 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:16:06', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (168, 'MrBird', '修改菜单/按钮', 45, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=febs/others/Index, perms=, icon=, type=0, orderNum=11, createTime=null, modifyTime=Mon Sep 14 17:16:24 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:16:24', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (169, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=febs/job/Index, perms=, icon=, type=0, orderNum=12, createTime=null, modifyTime=Mon Sep 14 17:18:25 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:18:25', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (170, 'MrBird', '修改菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=204, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 17:19:47 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:19:48', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (171, 'MrBird', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=4, parentId=204, menuName=角色管理, path=/system/role, component=febs/system/role/Index, perms=role:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 17:19:56 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:19:57', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (172, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=5, parentId=204, menuName=菜单管理, path=/system/menu, component=febs/system/menu/Index, perms=menu:view, icon=, type=0, orderNum=3, createTime=null, modifyTime=Mon Sep 14 17:20:03 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:20:03', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (173, 'MrBird', '修改菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=204, menuName=部门管理, path=/system/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 17:20:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:20:10', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (174, 'MrBird', '修改菜单/按钮', 36, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=204, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 17:20:15 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:20:15', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (175, 'MrBird', '修改菜单/按钮', 58, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=196, parentId=204, menuName=字典管理, path=/system/dict, component=febs/system/dict/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 17:20:20 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:20:20', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (176, 'MrBird', '修改角色', 327, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Mon Sep 14 17:21:20 CST 2020, menuIds=1,204,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,201,202,203,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,154,155,181,182,183,184,186,187,188,189,190,191,192,185,193,194,168,169,170,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:21:21', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (177, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统设置, path=/config, component=febs/system/Index, perms=, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 17:22:38 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:22:38', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (178, 'MrBird', '修改菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=1, menuName=静态组件, path=/components, component=Layout, perms=, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 17:24:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:24:50', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (179, 'MrBird', '修改菜单/按钮', 26, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=1, menuName=静态组件, path=/components, component=demos/Index, perms=, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 17:25:16 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:25:17', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (180, 'MrBird', '修改菜单/按钮', 70, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统设置, path=/config, component=febs/system/Index, perms=, icon=el-icon-setting, type=0, orderNum=1, createTime=null, modifyTime=Tue Sep 15 15:37:01 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-15 15:37:02', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (181, 'MrBird', '修改菜单/按钮', 49, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=204, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=el-icon-user, type=0, orderNum=1, createTime=null, modifyTime=Tue Sep 15 15:39:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-15 15:39:50', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (182, 'MrBird', '修改菜单/按钮', 229, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统设置, path=/config, component=febs/system/Index, perms=, icon=, type=0, orderNum=1, createTime=null, modifyTime=Tue Sep 15 15:40:22 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-15 15:40:23', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (183, 'MrBird', '修改菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=204, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Tue Sep 15 15:40:33 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-15 15:40:34', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (184, 'MrBird', '删除菜单/按钮', 60, 'cc.mrbird.febs.server.system.controller.MenuController.deleteMenus()', ' menuIds: \"168\"', '192.168.11.183', '2020-09-15 16:45:50', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (185, 'MrBird', '修改菜单/按钮', 70, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=febs/job/Index, perms=, icon=, type=0, orderNum=11, createTime=null, modifyTime=Thu Sep 17 13:00:15 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.33,192.168.11.172', '2020-09-17 13:00:16', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (186, 'MrBird', '修改菜单/按钮', 51, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=平台监控, path=/monitor, component=febs/monitor/Index, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Thu Sep 17 13:00:27 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.33,192.168.11.172', '2020-09-17 13:00:28', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (187, 'MrBird', '修改菜单/按钮', 36, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=febs/others/Index, perms=, icon=, type=0, orderNum=12, createTime=null, modifyTime=Thu Sep 17 13:00:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.33,192.168.11.172', '2020-09-17 13:00:50', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (188, 'MrBird', '修改菜单/按钮', 104, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=1, parentId=0, menuName=系统配置, path=/system, component=Layout, perms=null, icon=el-icon-set-up, type=0, orderNum=1, createTime=null, modifyTime=Thu Sep 17 13:01:48 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.33,192.168.11.172', '2020-09-17 13:01:49', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (189, 'MrBird', '修改菜单/按钮', 51, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统管理, path=/config, component=febs/system/Index, perms=, icon=, type=0, orderNum=1, createTime=null, modifyTime=Thu Sep 17 13:01:55 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.33,192.168.11.172', '2020-09-17 13:01:56', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (190, 'MrBird', '新增字典', 130, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=1308599921733087234, type=asdf, description=asd, remarks=sd, createBy=MrBird, createTime=Wed Sep 23 10:51:48 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '127.0.0.1,192.168.11.183', '2020-09-23 10:51:49', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (191, 'MrBird', '新增字典', 67, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=1308600102717304834, type=asdfe, description=asd, remarks=we, createBy=MrBird, createTime=Wed Sep 23 10:52:31 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '127.0.0.1,192.168.11.183', '2020-09-23 10:52:32', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (192, 'MrBird', '新增字典', 64, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=1308600370762690561, type=ddwe, description=e, remarks=e, createBy=MrBird, createTime=Wed Sep 23 10:53:35 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '127.0.0.1,192.168.11.183', '2020-09-23 10:53:36', '内网IP|0|0|内网IP|内网IP'); -INSERT INTO `t_log` VALUES (193, 'MrBird', '新增字典', 31, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=1308600776863592450, type=dew, description=e, remarks=, createBy=MrBird, createTime=Wed Sep 23 10:55:12 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '127.0.0.1,192.168.11.183', '2020-09-23 10:55:13', '内网IP|0|0|内网IP|内网IP'); +INSERT INTO `t_log` VALUES (1, 'MrBird', '新增角色', 263, 'cc.mrbird.febs.server.system.controller.RoleController.addRole()', ' role: \"Role(roleId=5, roleName=测试角色2, remark=测试角色2, createTime=Wed Apr 22 13:54:19 CST 2020, modifyTime=null, menuIds=14)\"', '192.168.11.212', '2020-04-22 13:54:20', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (2, 'MrBird', '修改角色', 180, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=5, roleName=null, remark=测试角色2, createTime=null, modifyTime=Wed Apr 22 13:54:29 CST 2020, menuIds=14,15,16,131)\"', '192.168.11.212', '2020-04-22 13:54:30', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (3, 'MrBird', '新增用户', 501, 'cc.mrbird.febs.server.system.controller.UserController.addUser()', ' user: \"SystemUser(userId=18, username=测试账号, password=$2a$10$QauMTNU.KspTlL8YJK19duabgYlpIf6j0jWb2Ygdf5C543eAby7be, deptId=2, email=123@123.com, mobile=13881111111, status=1, createTime=Wed Apr 22 14:02:24 CST 2020, modifyTime=null, lastLoginTime=null, sex=2, avatar=default.jpg, description=null, deptName=null, createTimeFrom=null, createTimeTo=null, roleId=3, roleName=null, deptIds=1,2)\"', '192.168.11.212', '2020-04-22 14:02:25', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (4, 'MrBird', '修改用户', 233, 'cc.mrbird.febs.server.system.controller.UserController.updateUser()', ' user: \"SystemUser(userId=18, username=null, password=null, deptId=2, email=123@123.com, mobile=13881111111, status=0, createTime=null, modifyTime=Wed Apr 22 14:02:38 CST 2020, lastLoginTime=null, sex=2, avatar=default.jpg, description=null, deptName=开发一部, createTimeFrom=null, createTimeTo=null, roleId=3, roleName=系统监控员, deptIds=1,2)\"', '192.168.11.212', '2020-04-22 14:02:39', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (5, 'MrBird', '修改用户', 170, 'cc.mrbird.febs.server.system.controller.UserController.updateUser()', ' user: \"SystemUser(userId=18, username=null, password=null, deptId=2, email=123@123.com, mobile=13881111111, status=1, createTime=null, modifyTime=Wed Apr 22 14:04:12 CST 2020, lastLoginTime=null, sex=2, avatar=default.jpg, description=null, deptName=开发一部, createTimeFrom=null, createTimeTo=null, roleId=3, roleName=系统监控员, deptIds=1,2)\"', '192.168.11.212', '2020-04-22 14:04:13', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (6, 'MrBird', '新增菜单/按钮', 108, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=195, parentId=170, menuName=四级菜单, path=, component=, perms=, icon=el-icon-shopping-cart-2, type=0, orderNum=0, createTime=Wed Apr 22 14:07:48 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.212', '2020-04-22 14:07:49', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (7, 'MrBird', '修改菜单/按钮', 420, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=195, parentId=170, menuName=四级菜单, path=/four, component=demos/two/three/four/Index, perms=, icon=el-icon-shopping-cart-2, type=0, orderNum=0, createTime=null, modifyTime=Wed Apr 22 14:09:15 CST 2020, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.212', '2020-04-22 14:09:16', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (8, 'MrBird', '修改角色', 414, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Wed Apr 22 14:20:09 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172)\"', '192.168.11.212', '2020-04-22 14:20:10', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (9, 'MrBird', '新增部门', 84, 'cc.mrbird.febs.server.system.controller.DeptController.addDept()', ' dept: \"Dept(deptId=7, parentId=1, deptName=开发三部, orderNum=2, createTime=Wed Apr 22 14:25:36 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.212', '2020-04-22 14:25:37', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (10, 'MrBird', '修改部门', 75, 'cc.mrbird.febs.server.system.controller.DeptController.updateDept()', ' dept: \"Dept(deptId=7, parentId=1, deptName=开发三部, orderNum=3, createTime=null, modifyTime=Wed Apr 22 14:25:45 CST 2020, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.212', '2020-04-22 14:25:46', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (11, 'MrBird', '修改角色', 139, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=5, roleName=null, remark=测试角色2, createTime=null, modifyTime=Thu Apr 23 09:07:35 CST 2020, menuIds=1,14,15,16,131)\"', '192.168.11.183', '2020-04-23 09:07:36', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (12, 'MrBird', '新增用户', 469, 'cc.mrbird.febs.server.system.controller.UserController.addUser()', ' user: \"SystemUser(userId=19, username=jiuyang, password=$2a$10$OC/sBdZyjY8M/5lRNMTYgOqQZlCivTwZfd4n0LgQ7ng7PijY8wU5a, deptId=1, email=jiuyang_tan@163.com, mobile=13521875751, status=1, createTime=Fri May 08 10:32:43 CST 2020, modifyTime=null, lastLoginTime=null, sex=0, avatar=default.jpg, description=null, deptName=null, createTimeFrom=null, createTimeTo=null, roleId=2,4, roleName=null, deptIds=1,4,5,6)\"', '192.168.11.71', '2020-05-08 10:32:44', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (13, 'MrBird', '导出菜单数据', 25136, 'cc.mrbird.febs.server.system.controller.MenuController.export()', ' menu: \"Menu(menuId=null, parentId=null, menuName=, path=null, component=null, perms=null, icon=null, type=null, orderNum=null, createTime=null, modifyTime=null, createTimeFrom=null, createTimeTo=null)\" response: org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterResponse@38c32ea4', '192.168.11.183', '2020-06-17 09:38:38', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (14, 'MrBird', '修改部门', 568, 'cc.mrbird.febs.server.system.controller.DeptController.updateDept()', ' dept: \"Dept(deptId=1, parentId=0, deptName=开发部, orderNum=4, createTime=null, modifyTime=Wed Jun 24 17:11:17 CST 2020, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.172', '2020-06-24 17:11:18', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (15, 'MrBird', '修改用户', 518, 'cc.mrbird.febs.server.system.controller.UserController.updateUser()', ' user: \"SystemUser(userId=18, username=null, password=null, deptId=2, email=123@123.com, mobile=13881111111, status=0, createTime=null, modifyTime=Sun Jun 28 10:08:46 CST 2020, lastLoginTime=null, sex=2, avatar=default.jpg, description=null, deptName=开发一部, createTimeFrom=null, createTimeTo=null, roleId=3, roleName=系统监控员, deptIds=1,2)\"', '192.168.11.212', '2020-06-28 10:08:47', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (16, 'MrBird', '导出用户数据', 702, 'cc.mrbird.febs.server.system.controller.UserController.export()', ' queryRequest: \"QueryRequest(pageSize=10, pageNum=1, field=null, order=null)\" user: \"SystemUser(userId=null, username=null, password=null, deptId=null, email=null, mobile=null, status=null, createTime=null, modifyTime=null, lastLoginTime=null, sex=null, avatar=null, description=null, deptName=null, createTimeFrom=null, createTimeTo=null, roleId=null, roleName=null, deptIds=null)\" response: org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterResponse@7555226e', '192.168.11.212', '2020-06-28 10:38:35', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (17, 'MrBird', '修改菜单/按钮', 369, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=2, createTime=null, modifyTime=Sat Aug 15 08:25:40 CST 2020, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.183', '2020-08-15 08:25:41', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (18, 'MrBird', '修改菜单/按钮', 433, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=0, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=2, createTime=null, modifyTime=Sat Aug 15 12:46:57 CST 2020, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.183', '2020-08-15 12:46:58', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (19, 'MrBird', '导出部门数据', 533, 'cc.mrbird.febs.server.system.controller.DeptController.export()', ' dept: \"Dept(deptId=null, parentId=null, deptName=, orderNum=null, createTime=null, modifyTime=null, createBy=null, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=\\u0000, createTimeFrom=null, createTimeTo=null)\" request: \"QueryRequest(pageSize=10, pageNum=1, field=null, order=null)\" response: org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterResponse@62a9876e', '192.168.11.183', '2020-08-19 14:37:12', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (20, 'MrBird', '删除部门', 99, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"5\"', '192.168.11.183', '2020-08-19 16:18:36', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (21, 'MrBird', '删除部门', 108, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"4\"', '192.168.11.183', '2020-08-19 16:30:45', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (22, 'MrBird', '删除部门', 156, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"6\"', '192.168.11.183', '2020-08-19 16:38:53', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (23, 'MrBird', '删除部门', 82, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"1,7\"', '192.168.11.183', '2020-08-19 16:40:33', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (24, 'MrBird', '删除部门', 50, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"5\"', '192.168.11.183', '2020-08-19 16:42:28', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (25, 'MrBird', '删除部门', 152, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"7\"', '192.168.11.183', '2020-08-19 16:45:31', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (26, 'MrBird', '删除部门', 79, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"2\"', '192.168.11.183', '2020-08-19 16:46:41', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (27, 'MrBird', '删除部门', 62, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"3\"', '192.168.11.183', '2020-08-19 16:48:06', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (28, 'MrBird', '删除用户', 95, 'cc.mrbird.febs.server.system.controller.UserController.deleteUsers()', ' userIds: \"19\"', '192.168.11.183', '2020-08-20 10:30:06', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (29, 'MrBird', '新增菜单/按钮', 40, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=196, parentId=1, menuName=字典管理, path=/system/dict, component=febs/system/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=Mon Aug 24 17:24:43 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-24 17:24:43', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (30, 'MrBird', '修改角色', 117, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Mon Aug 24 17:25:44 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-24 17:25:45', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (31, 'MrBird', '修改菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=196, parentId=1, menuName=字典管理, path=/system/dict, component=febs/system/dict/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Aug 24 17:27:59 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-24 17:28:00', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (32, 'MrBird', '新增菜单/按钮', 160, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=197, parentId=196, menuName=新增, path=null, component=null, perms=dict:add, icon=null, type=1, orderNum=null, createTime=Tue Aug 25 17:25:16 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-25 17:25:16', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (33, 'MrBird', '新增菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=198, parentId=196, menuName=修改, path=null, component=null, perms=dict:update, icon=null, type=1, orderNum=null, createTime=Tue Aug 25 17:25:37 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-25 17:25:38', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (34, 'MrBird', '新增菜单/按钮', 46, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=199, parentId=196, menuName=删除, path=null, component=null, perms=dict:delete, icon=null, type=1, orderNum=null, createTime=Tue Aug 25 17:26:16 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-25 17:26:17', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (35, 'MrBird', '修改角色', 107, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Tue Aug 25 17:26:32 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-25 17:26:33', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (36, 'MrBird', '新增菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=200, parentId=196, menuName=下拉子项, path=null, component=null, perms=dict:items, icon=null, type=1, orderNum=null, createTime=Tue Aug 25 17:29:45 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-25 17:29:46', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (37, 'MrBird', '修改角色', 122, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Tue Aug 25 17:30:01 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-25 17:30:02', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (38, 'MrBird', '修改角色', 115, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Wed Aug 26 14:18:57 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-26 14:18:58', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (39, 'MrBird', '删除用户', 65, 'cc.mrbird.febs.server.system.controller.UserController.deleteUsers()', ' userIds: \"18\"', '192.168.11.183', '2020-08-26 14:31:53', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (40, 'MrBird', '新增用户', 262, 'cc.mrbird.febs.server.system.controller.UserController.addUser()', ' user: \"SystemUser(userId=20, username=aobei, password=$2a$10$f4.f6dvMxu0SgM38xzGtUuQvUUfMVWmGSstTXDyDU2crJoFbaCeNe, deptId=4, email=1098@qq.com, mobile=17666666666, status=1, createTime=Wed Aug 26 14:33:02 CST 2020, modifyTime=null, lastLoginTime=null, sex=0, avatar=default.jpg, description=null, deptName=null, createTimeFrom=null, createTimeTo=null, roleId=1, roleName=null, deptIds=4, idcard=null, layout=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-26 14:33:03', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (41, 'aobei', '新增字典', 91, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=3, type=null, description=null, remarks=null, createBy=aobei, createTime=Wed Aug 26 15:06:14 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 15:06:15', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (42, 'aobei', '新增字典', 154, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=4, type=log_type2, description=121, remarks=, createBy=aobei, createTime=Wed Aug 26 15:09:56 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 15:09:56', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (43, 'aobei', '修改菜单/按钮', 36, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=199, parentId=196, menuName=删除, path=null, component=null, perms=dict:del, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Wed Aug 26 15:11:55 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=aobei, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-26 15:11:56', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (44, 'aobei', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=199, parentId=196, menuName=删除, path=null, component=null, perms=dict:delete, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Wed Aug 26 15:12:08 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=aobei, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-26 15:12:09', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (45, 'MrBird', '修改部门', 74, 'cc.mrbird.febs.server.system.controller.DeptController.updateDept()', ' dept: \"Dept(deptId=2, parentId=1, deptName=开发一部1, orderNum=1, createTime=null, modifyTime=Wed Aug 26 15:50:20 CST 2020, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000, createTimeFrom=null, createTimeTo=null)\"', '192.168.11.183', '2020-08-26 15:50:20', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (46, 'MrBird', '修改字典', 8875, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=4, type=log_type2, description=1213, remarks=, createBy=aobei, createTime=null, modifyBy=MrBird, modifyTime=Wed Aug 26 15:57:04 CST 2020, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 15:57:05', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (47, 'MrBird', '修改字典', 5936, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=2, type=log_type12, description=日志类型, remarks=0-正常 1 异常, createBy=, createTime=null, modifyBy=MrBird, modifyTime=Wed Aug 26 16:01:56 CST 2020, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 16:01:56', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (48, 'MrBird', '修改字典', 110, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=2, type=log_type, description=日志类型, remarks=0-正常 1 异常, createBy=, createTime=null, modifyBy=MrBird, modifyTime=Wed Aug 26 16:02:28 CST 2020, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 16:02:28', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (49, 'MrBird', '修改字典', 32, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=3, type=ddad, description=eww, remarks=qe, createBy=aobei, createTime=null, modifyBy=MrBird, modifyTime=Wed Aug 26 16:06:29 CST 2020, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-26 16:06:30', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (50, 'MrBird', '新增菜单/按钮', 71, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=201, parentId=200, menuName=修改, path=null, component=null, perms=dictItem:update, icon=null, type=1, orderNum=null, createTime=Thu Aug 27 10:35:45 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-27 10:35:45', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (51, 'MrBird', '修改角色', 116, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Thu Aug 27 10:36:12 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,201,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-27 10:36:13', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (52, 'MrBird', '新增菜单/按钮', 35, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=202, parentId=200, menuName=新增, path=null, component=null, perms=dictItem:add, icon=null, type=1, orderNum=null, createTime=Thu Aug 27 10:42:04 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-27 10:42:05', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (53, 'MrBird', '新增菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=203, parentId=200, menuName=删除, path=null, component=null, perms=dictItem:delete, icon=null, type=1, orderNum=null, createTime=Thu Aug 27 10:42:27 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-08-27 10:42:27', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (54, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=199, parentId=196, menuName=删除, path=null, component=null, perms=dict:delete, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Thu Aug 27 10:42:48 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-27 10:42:48', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (55, 'MrBird', '修改角色', 102, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Thu Aug 27 10:43:06 CST 2020, menuIds=1,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,201,202,203,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182,168,169,170,195,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-27 10:43:06', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (56, 'MrBird', '删除部门', 167, 'cc.mrbird.febs.server.system.controller.DeptController.deleteDepts()', ' deptIds: \"7\"', '192.168.11.183', '2020-08-27 15:23:10', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (57, 'MrBird', '删除字典', 110, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"4\"', '192.168.11.183', '2020-08-27 15:36:26', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (58, 'MrBird', '删除字典', 64, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"3,2\"', '192.168.11.183', '2020-08-27 15:36:50', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (59, 'MrBird', '修改字典', 48, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=4, type=log_type221, description=1213, remarks=, createBy=aobei, createTime=null, modifyBy=MrBird, modifyTime=Thu Aug 27 15:42:20 CST 2020, deleteBy=MrBird, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 15:42:20', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (60, 'MrBird', '新增字典', 190, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=5, type=null, description=null, remarks=null, createBy=MrBird, createTime=Thu Aug 27 15:59:59 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 16:00:00', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (61, 'MrBird', '删除字典', 34, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"5\"', '192.168.11.183', '2020-08-27 16:24:04', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (62, 'MrBird', '删除字典', 30, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"5\"', '192.168.11.183', '2020-08-27 16:36:50', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (63, 'MrBird', '删除字典', 50, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"5\"', '192.168.11.183', '2020-08-27 16:38:19', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (64, 'MrBird', '新增字典', 69, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=6, type=aaa, description=222, remarks=, createBy=MrBird, createTime=Thu Aug 27 16:45:36 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 16:45:37', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (65, 'MrBird', '修改字典', 80, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=6, type=bbbb, description=222, remarks=, createBy=MrBird, createTime=null, modifyBy=MrBird, modifyTime=Thu Aug 27 16:45:52 CST 2020, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 16:45:53', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (66, 'MrBird', '删除字典', 86, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"8\"', '192.168.11.183', '2020-08-27 16:47:33', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (67, 'MrBird', '删除字典', 46, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-27 16:47:42', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (68, 'MrBird', '删除字典', 122, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-27 16:50:36', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (69, 'MrBird', '修改字典', 65, 'cc.mrbird.febs.server.system.controller.DictController.updateDict()', ' dict: Dict(id=4, type=log_type5, description=1213, remarks=, createBy=aobei, createTime=null, modifyBy=MrBird, modifyTime=Thu Aug 27 16:51:04 CST 2020, deleteBy=MrBird, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 16:51:05', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (70, 'MrBird', '删除字典', 15, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"5\"', '192.168.11.183', '2020-08-27 16:51:41', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (71, 'MrBird', '删除字典', 34, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-27 16:53:35', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (72, 'MrBird', '删除字典', 42, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-27 16:53:38', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (73, 'MrBird', '删除字典', 65, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-27 16:54:00', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (74, 'MrBird', '删除字典', 58, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"2\"', '192.168.11.183', '2020-08-27 16:59:43', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (75, 'MrBird', '删除字典', 143, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"2\"', '192.168.11.183', '2020-08-27 17:01:33', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (76, 'MrBird', '删除字典子项', 44, 'cc.mrbird.febs.server.system.controller.DictItemController.deleteDictItem()', ' ids: \"2\"', '192.168.11.183', '2020-08-27 17:02:26', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (77, 'MrBird', '删除字典子项', 290, 'cc.mrbird.febs.server.system.controller.DictItemController.deleteDictItem()', ' ids: \"8\"', '192.168.11.183', '2020-08-27 17:06:13', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (78, 'MrBird', '更新字典子项', 57, 'cc.mrbird.febs.server.system.controller.DictItemController.updateDictItem()', ' dictItem: DictItem(id=7, dictId=6, type=bbbb, value=aadfa, description=adfa, sort=2, remarks=adf, createBy=MrBird, createTime=null, modifyBy=MrBird, modifyTime=Thu Aug 27 17:25:01 CST 2020, deleteBy=MrBird, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-27 17:25:01', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (79, 'MrBird', '删除字典', 130, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"6\"', '192.168.11.183', '2020-08-28 16:28:19', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (80, 'MrBird', '新增字典', 83, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=7, type=112, description=112, remarks=, createBy=MrBird, createTime=Mon Aug 31 14:48:36 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 14:48:36', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (81, 'MrBird', '新增字典', 48, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=8, type=eew, description=e, remarks=, createBy=MrBird, createTime=Mon Aug 31 14:49:27 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 14:49:28', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (82, 'MrBird', '删除字典', 108, 'cc.mrbird.febs.server.system.controller.DictController.deleteDict()', ' ids: \"8\"', '192.168.11.183', '2020-08-31 14:52:33', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (83, 'MrBird', '新增字典', 52, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=9, type=sdfa, description=asdfa, remarks=, createBy=MrBird, createTime=Mon Aug 31 14:57:27 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 14:57:28', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (84, 'MrBird', '新增字典', 55, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=10, type=ade, description=sdf, remarks=, createBy=MrBird, createTime=Mon Aug 31 14:59:14 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 14:59:14', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (85, 'MrBird', '新增字典', 45, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=11, type=aaa, description=aaa, remarks=, createBy=MrBird, createTime=Mon Aug 31 15:00:07 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 15:00:08', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (86, 'MrBird', '新增字典', 106, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=12, type=bbb, description=bbb, remarks=, createBy=MrBird, createTime=Mon Aug 31 15:01:38 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 15:01:39', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (87, 'MrBird', '新增字典', 65, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=13, type=ccc, description=ccc, remarks=, createBy=MrBird, createTime=Mon Aug 31 15:28:32 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 15:28:33', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (88, 'MrBird', '新增字典', 328, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=14, type=adfa, description=adfa, remarks=efdee, createBy=MrBird, createTime=Mon Aug 31 15:41:04 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-31 15:41:04', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (89, 'MrBird', '新增字典', 67, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=15, type=ccd, description=ddd, remarks=, createBy=MrBird, createTime=Mon Aug 31 15:54:43 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-31 15:54:43', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (90, 'MrBird', '新增字典', 31, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=16, type=eee, description=eee, remarks=, createBy=MrBird, createTime=Mon Aug 31 15:55:29 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-31 15:55:30', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (91, 'MrBird', '新增字典', 100, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=17, type=ggg, description=ggg, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:00:58 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '192.168.11.183', '2020-08-31 16:00:59', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (92, 'MrBird', '新增字典', 56, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=18, type=adfae, description=adfa, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:02:38 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 16:02:38', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (93, 'MrBird', '新增字典', 46, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=19, type=aaae, description=aaae, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:03:52 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 16:03:52', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (94, 'MrBird', '新增字典', 99, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=20, type=kkk, description=kkk, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:05:25 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 16:05:26', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (95, 'MrBird', '新增字典', 32, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=21, type=adsfa, description=asdfe, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:16:02 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 16:16:03', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (96, 'MrBird', '新增字典', 62, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=22, type=asdfee, description=eee, remarks=, createBy=MrBird, createTime=Mon Aug 31 16:17:11 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=\0)', '192.168.11.183', '2020-08-31 16:17:11', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (97, 'MrBird', '修改菜单/按钮', 73, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=2, createTime=null, modifyTime=Mon Aug 31 16:23:41 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-31 16:23:41', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (98, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=7, createTime=null, modifyTime=Mon Aug 31 16:24:38 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-31 16:24:39', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (99, 'MrBird', '修改菜单/按钮', 103, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=0, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=2, createTime=null, modifyTime=Mon Aug 31 16:25:38 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-08-31 16:25:38', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (100, 'MrBird', '导出角色数据', 1423, 'cc.mrbird.febs.server.system.controller.RoleController.export()', ' queryRequest: \"QueryRequest(pageSize=10, pageNum=1, field=null, order=null)\" role: \"Role(roleId=null, roleName=null, remark=null, createTime=null, modifyTime=null, menuIds=null, createBy=null, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\" response: org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterResponse@3eff1941', '192.168.11.183', '2020-09-02 14:16:34', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (101, 'MrBird', '修改菜单/按钮', 76, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 09:37:04 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:37:04', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (102, 'MrBird', '修改菜单/按钮', 62, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=el-icon-data-line, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 09:37:39 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:37:40', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (103, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=Layout, perms=, icon=el-icon-odometer, type=0, orderNum=8, createTime=null, modifyTime=Mon Sep 14 09:37:57 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:37:58', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (104, 'MrBird', '修改菜单/按钮', 109, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=Layout, perms=, icon=el-icon-printer, type=0, orderNum=9, createTime=null, modifyTime=Mon Sep 14 09:38:06 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:38:07', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (105, 'MrBird', '修改菜单/按钮', 47, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=Layout, perms=, icon=el-icon-alarm-clock, type=0, orderNum=10, createTime=null, modifyTime=Mon Sep 14 09:38:18 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:38:18', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (106, 'MrBird', '修改菜单/按钮', 48, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=Layout, perms=, icon=el-icon-shopping-bag-1, type=0, orderNum=11, createTime=null, modifyTime=Mon Sep 14 09:38:26 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:38:26', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (107, 'MrBird', '修改菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=1, menuName=静态组件, path=/components, component=Layout, perms=, icon=el-icon-present, type=0, orderNum=12, createTime=null, modifyTime=Mon Sep 14 09:38:34 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 09:38:35', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (108, 'MrBird', '修改菜单/按钮', 29, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=1, menuName=静态组件, path=/components, component=Layout, perms=, icon=, type=0, orderNum=12, createTime=null, modifyTime=Mon Sep 14 15:03:47 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:03:48', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (109, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 15:03:56 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:03:57', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (110, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=Layout, perms=, icon=, type=0, orderNum=8, createTime=null, modifyTime=Mon Sep 14 15:04:01 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:04:02', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (111, 'MrBird', '修改菜单/按钮', 24, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=Layout, perms=, icon=, type=0, orderNum=9, createTime=null, modifyTime=Mon Sep 14 15:04:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:04:10', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (112, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=Layout, perms=, icon=, type=0, orderNum=10, createTime=null, modifyTime=Mon Sep 14 15:04:05 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:04:05', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (113, 'MrBird', '修改菜单/按钮', 44, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=Layout, perms=, icon=, type=0, orderNum=11, createTime=null, modifyTime=Mon Sep 14 15:04:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:04:11', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (114, 'MrBird', '修改角色', 74, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=2, roleName=null, remark=可查看,新增,导出, createTime=null, modifyTime=Mon Sep 14 15:15:25 CST 2020, menuIds=1,3,130,4,14,131,5,17,132,6,20,133,163,164,167,196,197,200,202,152, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:15:25', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (115, 'MrBird', '修改用户', 88, 'cc.mrbird.febs.server.system.controller.UserController.updateUser()', ' user: \"SystemUser(userId=20, username=null, password=null, deptId=4, email=1098@qq.com, mobile=17666666666, status=1, createTime=null, modifyTime=Mon Sep 14 15:16:04 CST 2020, lastLoginTime=null, sex=0, avatar=default.jpg, description=null, deptName=市场部, createTimeFrom=null, createTimeTo=null, roleId=2, roleName=管理员, deptIds=4, idcard=null, layout=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:16:04', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (116, 'MrBird', '新增菜单/按钮', 82, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统设置, path=, component=, perms=, icon=, type=0, orderNum=0, createTime=Mon Sep 14 15:28:41 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '192.168.11.183', '2020-09-14 15:28:42', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (117, 'MrBird', '修改菜单/按钮', 71, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=204, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 15:29:14 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:29:15', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (118, 'MrBird', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=4, parentId=204, menuName=角色管理, path=/system/role, component=febs/system/role/Index, perms=role:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 15:29:26 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:29:27', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (119, 'MrBird', '修改菜单/按钮', 43, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=5, parentId=204, menuName=菜单管理, path=/system/menu, component=febs/system/menu/Index, perms=menu:view, icon=, type=0, orderNum=3, createTime=null, modifyTime=Mon Sep 14 15:29:34 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:29:35', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (120, 'MrBird', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=204, menuName=部门管理, path=/system/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 15:29:42 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:29:43', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (121, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=204, menuName=客户端管理, path=/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=5, createTime=null, modifyTime=Mon Sep 14 15:29:53 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:29:53', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (122, 'MrBird', '修改菜单/按钮', 101, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=196, parentId=204, menuName=字典管理, path=/system/dict, component=febs/system/dict/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 15:30:01 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:01', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (123, 'MrBird', '修改菜单/按钮', 54, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 15:30:22 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:23', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (124, 'MrBird', '修改菜单/按钮', 43, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=Layout, perms=, icon=, type=0, orderNum=3, createTime=null, modifyTime=Mon Sep 14 15:30:32 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:32', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (125, 'MrBird', '修改菜单/按钮', 279, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=Layout, perms=, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 15:30:37 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:38', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (126, 'MrBird', '修改菜单/按钮', 79, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=Layout, perms=, icon=, type=0, orderNum=5, createTime=null, modifyTime=Mon Sep 14 15:30:43 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:44', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (127, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=Layout, perms=, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 15:30:48 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:48', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (128, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=1, menuName=静态组件, path=/components, component=Layout, perms=, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 15:30:53 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:54', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (129, 'MrBird', '修改菜单/按钮', 29, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统设置, path=, component=, perms=, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 15:30:58 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:30:58', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (130, 'MrBird', '修改菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=1, menuName=用户管理, path=/config/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 15:56:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:56:50', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (131, 'MrBird', '修改菜单/按钮', 55, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=4, parentId=1, menuName=角色管理, path=/config/role, component=febs/system/role/Index, perms=role:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 15:57:13 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:57:13', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (132, 'MrBird', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=1, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 15:58:54 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:58:55', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (133, 'MrBird', '修改菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=4, parentId=1, menuName=角色管理, path=/system/role, component=febs/system/role/Index, perms=role:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 15:59:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 15:59:10', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (134, 'MrBird', '修改菜单/按钮', 35, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=204, menuName=部门管理, path=/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 16:02:46 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:02:46', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (135, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=204, menuName=部门管理, path=/system/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 16:07:25 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:07:25', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (136, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=5, parentId=1, menuName=菜单管理, path=/system/menu, component=febs/system/menu/Index, perms=menu:view, icon=, type=0, orderNum=3, createTime=null, modifyTime=Mon Sep 14 16:08:33 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:08:33', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (137, 'MrBird', '修改菜单/按钮', 141, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=1, menuName=部门管理, path=/system/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 16:08:45 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:08:46', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (138, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=204, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=5, createTime=null, modifyTime=Mon Sep 14 16:09:07 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:09:07', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (139, 'MrBird', '修改菜单/按钮', 35, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=1, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=5, createTime=null, modifyTime=Mon Sep 14 16:09:23 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:09:24', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (140, 'MrBird', '修改菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=196, parentId=1, menuName=字典管理, path=/system/dict, component=febs/system/dict/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 16:09:37 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:09:37', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (141, 'MrBird', '删除菜单/按钮', 47, 'cc.mrbird.febs.server.system.controller.MenuController.deleteMenus()', ' menuIds: \"204\"', '192.168.11.183', '2020-09-14 16:09:47', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (142, 'MrBird', '修改菜单/按钮', 116, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=, perms=, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 16:14:33 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:14:34', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (143, 'MrBird', '修改菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=Layout, perms=, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 16:15:47 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:15:48', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (144, 'MrBird', '修改菜单/按钮', 62, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:20:33 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:20:34', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (145, 'MrBird', '修改菜单/按钮', 56, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=Layout, perms=, icon=, type=0, orderNum=8, createTime=null, modifyTime=Mon Sep 14 16:20:42 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:20:43', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (146, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=1, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=9, createTime=null, modifyTime=Mon Sep 14 16:20:52 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:20:52', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (147, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=Layout, perms=, icon=, type=0, orderNum=10, createTime=null, modifyTime=Mon Sep 14 16:21:02 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:21:03', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (148, 'MrBird', '修改菜单/按钮', 47, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=Layout, perms=, icon=, type=0, orderNum=11, createTime=null, modifyTime=Mon Sep 14 16:21:21 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:21:22', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (149, 'MrBird', '修改菜单/按钮', 25, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=Layout, perms=, icon=, type=0, orderNum=12, createTime=null, modifyTime=Mon Sep 14 16:21:34 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:21:35', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (150, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=1, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 16:22:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:22:11', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (151, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=febs/monitor/dashboard/Index, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:25:32 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:25:33', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (152, 'MrBird', '修改菜单/按钮', 149, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:26:53 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:26:54', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (153, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=febs/monitor/, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:28:15 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:28:15', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (154, 'MrBird', '修改菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=febs/monitor/Index, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:33:24 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:33:25', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (155, 'MrBird', '修改菜单/按钮', 263, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=180, parentId=2, menuName=监控面板, path=/dashboard, component=febs/monitor/dashboard/Index, perms=monitor:dashboard, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 16:39:51 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:39:52', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (156, 'MrBird', '修改菜单/按钮', 51, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=180, parentId=2, menuName=监控面板, path=/monitor/dashboard, component=febs/monitor/dashboard/Index, perms=monitor:dashboard, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 16:41:03 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:41:03', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (157, 'MrBird', '修改菜单/按钮', 152, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=febs/monitor, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:44:46 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:44:47', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (158, 'MrBird', '修改菜单/按钮', 102, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=Layout, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:47:32 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:47:33', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (159, 'MrBird', '修改菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monito, component=Layout, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:54:02 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:54:02', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (160, 'MrBird', '修改菜单/按钮', 24, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=, component=, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:54:45 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:54:46', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (161, 'MrBird', '修改菜单/按钮', 84, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=, component=Layout, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:55:17 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:55:17', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (162, 'MrBird', '修改菜单/按钮', 47, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=, component=febs/monitor/Index, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 16:57:52 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 16:57:53', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (163, 'MrBird', '修改菜单/按钮', 58, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=0, menuName=静态组件, path=/components, component=Layout, perms=, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 17:04:42 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:04:42', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (164, 'MrBird', '删除菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.deleteMenus()', ' menuIds: \"195\"', '192.168.11.183', '2020-09-14 17:07:54', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (165, 'MrBird', '修改菜单/按钮', 40, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=系统监控, path=/monitor, component=febs/monitor/Index, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 17:10:48 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:10:49', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (166, 'MrBird', '修改菜单/按钮', 113, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=febs/route/Index, perms=, icon=, type=0, orderNum=8, createTime=null, modifyTime=Mon Sep 14 17:15:47 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:15:48', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (167, 'MrBird', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=febs/gen/Index, perms=, icon=, type=0, orderNum=10, createTime=null, modifyTime=Mon Sep 14 17:16:06 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:16:06', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (168, 'MrBird', '修改菜单/按钮', 45, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=febs/others/Index, perms=, icon=, type=0, orderNum=11, createTime=null, modifyTime=Mon Sep 14 17:16:24 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:16:24', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (169, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=febs/job/Index, perms=, icon=, type=0, orderNum=12, createTime=null, modifyTime=Mon Sep 14 17:18:25 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:18:25', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (170, 'MrBird', '修改菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=204, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 17:19:47 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:19:48', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (171, 'MrBird', '修改菜单/按钮', 41, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=4, parentId=204, menuName=角色管理, path=/system/role, component=febs/system/role/Index, perms=role:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Mon Sep 14 17:19:56 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:19:57', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (172, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=5, parentId=204, menuName=菜单管理, path=/system/menu, component=febs/system/menu/Index, perms=menu:view, icon=, type=0, orderNum=3, createTime=null, modifyTime=Mon Sep 14 17:20:03 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:20:03', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (173, 'MrBird', '修改菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=204, menuName=部门管理, path=/system/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Mon Sep 14 17:20:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:20:10', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (174, 'MrBird', '修改菜单/按钮', 36, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=204, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 17:20:15 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:20:15', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (175, 'MrBird', '修改菜单/按钮', 58, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=196, parentId=204, menuName=字典管理, path=/system/dict, component=febs/system/dict/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Mon Sep 14 17:20:20 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:20:20', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (176, 'MrBird', '修改角色', 327, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Mon Sep 14 17:21:20 CST 2020, menuIds=1,204,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,201,202,203,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,154,155,181,182,183,184,186,187,188,189,190,191,192,185,193,194,168,169,170,171,172, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:21:21', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (177, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统设置, path=/config, component=febs/system/Index, perms=, icon=, type=0, orderNum=1, createTime=null, modifyTime=Mon Sep 14 17:22:38 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:22:38', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (178, 'MrBird', '修改菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=1, menuName=静态组件, path=/components, component=Layout, perms=, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 17:24:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:24:50', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (179, 'MrBird', '修改菜单/按钮', 26, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=168, parentId=1, menuName=静态组件, path=/components, component=demos/Index, perms=, icon=, type=0, orderNum=7, createTime=null, modifyTime=Mon Sep 14 17:25:16 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-14 17:25:17', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (180, 'MrBird', '修改菜单/按钮', 70, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统设置, path=/config, component=febs/system/Index, perms=, icon=el-icon-setting, type=0, orderNum=1, createTime=null, modifyTime=Tue Sep 15 15:37:01 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-15 15:37:02', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (181, 'MrBird', '修改菜单/按钮', 49, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=204, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=el-icon-user, type=0, orderNum=1, createTime=null, modifyTime=Tue Sep 15 15:39:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-15 15:39:50', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (182, 'MrBird', '修改菜单/按钮', 229, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统设置, path=/config, component=febs/system/Index, perms=, icon=, type=0, orderNum=1, createTime=null, modifyTime=Tue Sep 15 15:40:22 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-15 15:40:23', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (183, 'MrBird', '修改菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=204, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Tue Sep 15 15:40:33 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-09-15 15:40:34', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (184, 'MrBird', '删除菜单/按钮', 60, 'cc.mrbird.febs.server.system.controller.MenuController.deleteMenus()', ' menuIds: \"168\"', '192.168.11.183', '2020-09-15 16:45:50', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (185, 'MrBird', '修改菜单/按钮', 70, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=febs/job/Index, perms=, icon=, type=0, orderNum=11, createTime=null, modifyTime=Thu Sep 17 13:00:15 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.33,192.168.11.172', '2020-09-17 13:00:16', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (186, 'MrBird', '修改菜单/按钮', 51, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=平台监控, path=/monitor, component=febs/monitor/Index, perms=null, icon=, type=0, orderNum=7, createTime=null, modifyTime=Thu Sep 17 13:00:27 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.33,192.168.11.172', '2020-09-17 13:00:28', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (187, 'MrBird', '修改菜单/按钮', 36, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=febs/others/Index, perms=, icon=, type=0, orderNum=12, createTime=null, modifyTime=Thu Sep 17 13:00:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.33,192.168.11.172', '2020-09-17 13:00:50', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (188, 'MrBird', '修改菜单/按钮', 104, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=1, parentId=0, menuName=系统配置, path=/system, component=Layout, perms=null, icon=el-icon-set-up, type=0, orderNum=1, createTime=null, modifyTime=Thu Sep 17 13:01:48 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.33,192.168.11.172', '2020-09-17 13:01:49', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (189, 'MrBird', '修改菜单/按钮', 51, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统管理, path=/config, component=febs/system/Index, perms=, icon=, type=0, orderNum=1, createTime=null, modifyTime=Thu Sep 17 13:01:55 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.33,192.168.11.172', '2020-09-17 13:01:56', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (190, 'MrBird', '新增字典', 130, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=1308599921733087234, type=asdf, description=asd, remarks=sd, createBy=MrBird, createTime=Wed Sep 23 10:51:48 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '127.0.0.1,192.168.11.183', '2020-09-23 10:51:49', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (191, 'MrBird', '新增字典', 67, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=1308600102717304834, type=asdfe, description=asd, remarks=we, createBy=MrBird, createTime=Wed Sep 23 10:52:31 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '127.0.0.1,192.168.11.183', '2020-09-23 10:52:32', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (192, 'MrBird', '新增字典', 64, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=1308600370762690561, type=ddwe, description=e, remarks=e, createBy=MrBird, createTime=Wed Sep 23 10:53:35 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '127.0.0.1,192.168.11.183', '2020-09-23 10:53:36', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (193, 'MrBird', '新增字典', 31, 'cc.mrbird.febs.server.system.controller.DictController.addDict()', ' dict: Dict(id=1308600776863592450, type=dew, description=e, remarks=, createBy=MrBird, createTime=Wed Sep 23 10:55:12 CST 2020, modifyBy=null, modifyTime=null, deleteBy=null, deleteTime=null, deleteFlag=0)', '127.0.0.1,192.168.11.183', '2020-09-23 10:55:13', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (194, 'MrBird', '修改菜单/按钮', 78, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=1, parentId=0, menuName=系统配置, path=/system, component=Layout, perms=null, icon=el-icon-set-up, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:00:02 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:00:02', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (195, 'MrBird', '修改菜单/按钮', 141, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统管理, path=/config, component=febs/system/Index, perms=, icon=, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:00:48 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:00:49', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (196, 'MrBird', '修改菜单/按钮', 94, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=1, parentId=0, menuName=系统配置, path=/system, component=Layout, perms=null, icon=el-icon-set-up, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:01:02 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:01:03', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (197, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=204, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=el-icon-user, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:01:28 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:01:28', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (198, 'MrBird', '修改菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=1, parentId=0, menuName=系统配置, path=/system, component=Layout, perms=null, icon=el-icon-guide, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:01:37 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:01:37', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (199, 'MrBird', '修改菜单/按钮', 47, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=204, parentId=1, menuName=系统管理, path=/config, component=febs/system/Index, perms=, icon=el-icon-setting, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:39:46 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:39:46', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (200, 'MrBird', '修改菜单/按钮', 102, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=4, parentId=204, menuName=角色管理, path=/system/role, component=febs/system/role/Index, perms=role:view, icon=el-icon-finished, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 10:43:47 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:43:48', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (201, 'MrBird', '修改菜单/按钮', 46, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=5, parentId=204, menuName=菜单管理, path=/system/menu, component=febs/system/menu/Index, perms=menu:view, icon=el-icon-c-scale-to-original, type=0, orderNum=3, createTime=null, modifyTime=Wed Nov 04 10:44:36 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:44:37', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (202, 'MrBird', '修改菜单/按钮', 40, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=5, parentId=204, menuName=菜单管理, path=/system/menu, component=febs/system/menu/Index, perms=menu:view, icon=el-icon-finished, type=0, orderNum=3, createTime=null, modifyTime=Wed Nov 04 10:45:15 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:45:16', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (203, 'MrBird', '修改菜单/按钮', 29, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=204, menuName=部门管理, path=/system/dept, component=febs/system/dept/Index, perms=dept:view, icon=el-icon-office-building, type=0, orderNum=4, createTime=null, modifyTime=Wed Nov 04 10:46:34 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:46:34', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (204, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=204, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=el-icon-monitor, type=0, orderNum=6, createTime=null, modifyTime=Wed Nov 04 10:47:37 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:47:38', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (205, 'MrBird', '修改菜单/按钮', 97, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=196, parentId=204, menuName=字典管理, path=/system/dict, component=febs/system/dict/Index, perms=dict:view, icon=el-icon-edit, type=0, orderNum=6, createTime=null, modifyTime=Wed Nov 04 10:47:52 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:47:52', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (206, 'MrBird', '修改菜单/按钮', 98, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=平台监控, path=/monitor, component=febs/monitor/Index, perms=null, icon=el-icon-monitor, type=0, orderNum=7, createTime=null, modifyTime=Wed Nov 04 10:48:19 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:48:20', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (207, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=180, parentId=2, menuName=监控面板, path=/monitor/dashboard, component=febs/monitor/dashboard/Index, perms=monitor:dashboard, icon=el-icon-video-camera, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:48:31 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:48:31', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (208, 'MrBird', '修改菜单/按钮', 102, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=10, parentId=2, menuName=系统日志, path=/monitor/systemlog, component=febs/monitor/systemlog/Index, perms=log:view, icon=el-icon-document-copy, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 10:48:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:48:49', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (209, 'MrBird', '修改菜单/按钮', 35, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=174, parentId=173, menuName=网关用户, path=/route/user, component=febs/route/routeuser/Index, perms=, icon=el-icon-user, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:51:09 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:51:09', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (210, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=173, parentId=1, menuName=网关管理, path=/route, component=febs/route/Index, perms=, icon=el-icon-eleme, type=0, orderNum=8, createTime=null, modifyTime=Wed Nov 04 10:51:21 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:51:22', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (211, 'MrBird', '修改菜单/按钮', 196, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=175, parentId=173, menuName=网关日志, path=/route/log, component=febs/route/routelog/Index, perms=, icon=el-icon-notebook-2, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 10:51:46 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:51:47', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (212, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=176, parentId=173, menuName=限流规则, path=/route/ratelimitrule, component=febs/route/ratelimitrule/Index, perms=, icon=el-icon-notebook-1, type=0, orderNum=3, createTime=null, modifyTime=Wed Nov 04 10:52:41 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:52:41', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (213, 'MrBird', '修改菜单/按钮', 32, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=177, parentId=173, menuName=限流日志, path=/route/ratelimitlog, component=febs/route/ratelimitlog/Index, perms=, icon=el-icon-notebook-2, type=0, orderNum=4, createTime=null, modifyTime=Wed Nov 04 10:52:55 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:52:55', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (214, 'MrBird', '修改菜单/按钮', 40, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=178, parentId=173, menuName=黑名单管理, path=/route/blacklist, component=febs/route/blacklist/Index, perms=, icon=el-icon-notebook-1, type=0, orderNum=5, createTime=null, modifyTime=Wed Nov 04 10:53:06 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:53:06', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (215, 'MrBird', '修改菜单/按钮', 99, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=179, parentId=173, menuName=黑名单日志, path=/route/blocklog, component=febs/route/blocklog/Index, perms=, icon=el-icon-document-delete, type=0, orderNum=6, createTime=null, modifyTime=Wed Nov 04 10:53:30 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:53:31', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (216, 'MrBird', '修改菜单/按钮', 37, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=178, parentId=173, menuName=黑名单管理, path=/route/blacklist, component=febs/route/blacklist/Index, perms=, icon=el-icon-folder-delete, type=0, orderNum=5, createTime=null, modifyTime=Wed Nov 04 10:53:42 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:53:42', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (217, 'MrBird', '修改菜单/按钮', 250, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=febs/gen/Index, perms=, icon=el-icon-attract, type=0, orderNum=10, createTime=null, modifyTime=Wed Nov 04 10:53:58 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:53:59', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (218, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=157, parentId=156, menuName=基础配置, path=/gen/config, component=febs/gen/config/Index, perms=gen:config, icon=el-icon-edit, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:54:28 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:54:29', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (219, 'MrBird', '修改菜单/按钮', 184, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=156, parentId=1, menuName=代码生成, path=/gen, component=febs/gen/Index, perms=, icon=el-icon-edit, type=0, orderNum=10, createTime=null, modifyTime=Wed Nov 04 10:54:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:54:50', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (220, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=157, parentId=156, menuName=基础配置, path=/gen/config, component=febs/gen/config/Index, perms=gen:config, icon=el-icon-document, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:55:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:55:10', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (221, 'MrBird', '修改菜单/按钮', 19, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=158, parentId=156, menuName=生成代码, path=/gen/generate, component=febs/gen/generate/Index, perms=gen:generate, icon=el-icon-edit-outline, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 10:55:20 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:55:20', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (222, 'MrBird', '修改菜单/按钮', 39, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=183, parentId=1, menuName=任务调度, path=/job, component=febs/job/Index, perms=, icon=el-icon-reading, type=0, orderNum=11, createTime=null, modifyTime=Wed Nov 04 10:55:34 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:55:35', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (223, 'MrBird', '修改菜单/按钮', 36, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=184, parentId=183, menuName=任务列表, path=/job/list, component=febs/job/job/Index, perms=job:view, icon=el-icon-notebook-2, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:55:50 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:55:50', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (224, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=185, parentId=183, menuName=调度日志, path=/job/log, component=febs/job/log/Index, perms=job:log:view, icon=el-icon-document-copy, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 10:56:03 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:56:04', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (225, 'MrBird', '修改菜单/按钮', 95, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=154, parentId=1, menuName=其他模块, path=/others, component=febs/others/Index, perms=, icon=el-icon-c-scale-to-original, type=0, orderNum=12, createTime=null, modifyTime=Wed Nov 04 10:56:27 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:56:28', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (226, 'MrBird', '修改菜单/按钮', 29, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=155, parentId=154, menuName=导入导出, path=/others/eximport, component=febs/others/eximport/Index, perms=others:eximport, icon=el-icon-circle-check, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 10:56:39 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:56:40', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (227, 'MrBird', '修改菜单/按钮', 35, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=181, parentId=154, menuName=个人博客, path=/others/blog, component=febs/others/blog/Index, perms=, icon=el-icon-user, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 10:56:49 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:56:49', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (228, 'MrBird', '修改菜单/按钮', 23, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=2, parentId=1, menuName=平台监控, path=/monitor, component=febs/monitor/Index, perms=null, icon=el-icon-view, type=0, orderNum=7, createTime=null, modifyTime=Wed Nov 04 10:57:18 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 10:57:18', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (229, 'MrBird', '修改菜单/按钮', 36, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=3, parentId=204, menuName=用户管理, path=/system/user, component=febs/system/user/Index, perms=user:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 11:15:06 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:15:06', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (230, 'MrBird', '修改菜单/按钮', 99, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=4, parentId=204, menuName=角色管理, path=/system/role, component=febs/system/role/Index, perms=role:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 11:15:14 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:15:15', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (231, 'MrBird', '修改菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=5, parentId=204, menuName=菜单管理, path=/system/menu, component=febs/system/menu/Index, perms=menu:view, icon=, type=0, orderNum=3, createTime=null, modifyTime=Wed Nov 04 11:15:23 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:15:24', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (232, 'MrBird', '修改菜单/按钮', 27, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=6, parentId=204, menuName=部门管理, path=/system/dept, component=febs/system/dept/Index, perms=dept:view, icon=, type=0, orderNum=4, createTime=null, modifyTime=Wed Nov 04 11:15:34 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:15:35', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (233, 'MrBird', '修改菜单/按钮', 28, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=163, parentId=204, menuName=客户端管理, path=/system/client, component=febs/system/client/Index, perms=client:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Wed Nov 04 11:15:43 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:15:44', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (234, 'MrBird', '修改菜单/按钮', 25, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=196, parentId=204, menuName=字典管理, path=/system/dict, component=febs/system/dict/Index, perms=dict:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Wed Nov 04 11:15:52 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:15:52', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (235, 'MrBird', '修改菜单/按钮', 31, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=180, parentId=2, menuName=监控面板, path=/monitor/dashboard, component=febs/monitor/dashboard/Index, perms=monitor:dashboard, icon=, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 11:16:00 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:16:01', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (236, 'MrBird', '修改菜单/按钮', 25, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=10, parentId=2, menuName=系统日志, path=/monitor/systemlog, component=febs/monitor/systemlog/Index, perms=log:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 11:16:11 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:16:12', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (237, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=174, parentId=173, menuName=网关用户, path=/route/user, component=febs/route/routeuser/Index, perms=, icon=, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 11:16:27 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:16:28', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (238, 'MrBird', '修改菜单/按钮', 34, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=157, parentId=156, menuName=基础配置, path=/gen/config, component=febs/gen/config/Index, perms=gen:config, icon=, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 11:16:38 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:16:38', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (239, 'MrBird', '修改菜单/按钮', 105, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=158, parentId=156, menuName=生成代码, path=/gen/generate, component=febs/gen/generate/Index, perms=gen:generate, icon=, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 11:16:46 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:16:47', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (240, 'MrBird', '修改菜单/按钮', 42, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=175, parentId=173, menuName=网关日志, path=/route/log, component=febs/route/routelog/Index, perms=, icon=, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 11:16:59 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:16:59', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (241, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=176, parentId=173, menuName=限流规则, path=/route/ratelimitrule, component=febs/route/ratelimitrule/Index, perms=, icon=, type=0, orderNum=3, createTime=null, modifyTime=Wed Nov 04 11:17:07 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:17:08', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (242, 'MrBird', '修改菜单/按钮', 27, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=177, parentId=173, menuName=限流日志, path=/route/ratelimitlog, component=febs/route/ratelimitlog/Index, perms=, icon=, type=0, orderNum=4, createTime=null, modifyTime=Wed Nov 04 11:17:14 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:17:15', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (243, 'MrBird', '修改菜单/按钮', 23, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=178, parentId=173, menuName=黑名单管理, path=/route/blacklist, component=febs/route/blacklist/Index, perms=, icon=, type=0, orderNum=5, createTime=null, modifyTime=Wed Nov 04 11:17:23 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:17:24', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (244, 'MrBird', '修改菜单/按钮', 36, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=179, parentId=173, menuName=黑名单日志, path=/route/blocklog, component=febs/route/blocklog/Index, perms=, icon=, type=0, orderNum=6, createTime=null, modifyTime=Wed Nov 04 11:17:31 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:17:32', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (245, 'MrBird', '修改菜单/按钮', 90, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=184, parentId=183, menuName=任务列表, path=/job/list, component=febs/job/job/Index, perms=job:view, icon=, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 11:17:42 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:17:43', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (246, 'MrBird', '修改菜单/按钮', 60, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=185, parentId=183, menuName=调度日志, path=/job/log, component=febs/job/log/Index, perms=job:log:view, icon=, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 11:17:50 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:17:50', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (247, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=155, parentId=154, menuName=导入导出, path=/others/eximport, component=febs/others/eximport/Index, perms=others:eximport, icon=, type=0, orderNum=1, createTime=null, modifyTime=Wed Nov 04 11:17:56 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:17:57', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (248, 'MrBird', '修改菜单/按钮', 39, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=181, parentId=154, menuName=个人博客, path=/others/blog, component=febs/others/blog/Index, perms=, icon=, type=0, orderNum=2, createTime=null, modifyTime=Wed Nov 04 11:18:04 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 11:18:04', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (249, 'MrBird', '新增菜单/按钮', 152, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=205, parentId=204, menuName=岗位管理, path=/system/post, component=febs/system/post/Index , perms=post:view, icon=, type=0, orderNum=6, createTime=Wed Nov 04 14:19:50 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '127.0.0.1,192.168.11.172', '2020-11-04 14:19:51', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (250, 'MrBird', '修改角色', 175, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Wed Nov 04 14:24:25 CST 2020, menuIds=1,204,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,201,202,203,205,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 14:24:25', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (251, 'MrBird', '新增菜单/按钮', 73, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=206, parentId=205, menuName=新增, path=null, component=null, perms=post:add, icon=null, type=1, orderNum=null, createTime=Wed Nov 04 15:55:11 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '127.0.0.1,192.168.11.172', '2020-11-04 15:55:12', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (252, 'MrBird', '新增菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=207, parentId=205, menuName=修改, path=null, component=null, perms=post:update, icon=null, type=1, orderNum=null, createTime=Wed Nov 04 15:55:45 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '127.0.0.1,192.168.11.172', '2020-11-04 15:55:46', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (253, 'MrBird', '新增菜单/按钮', 54, 'cc.mrbird.febs.server.system.controller.MenuController.addMenu()', ' menu: \"Menu(menuId=208, parentId=205, menuName=删除, path=null, component=null, perms=post:delete, icon=null, type=1, orderNum=null, createTime=Wed Nov 04 15:56:10 CST 2020, modifyTime=null, createTimeFrom=null, createTimeTo=null, createBy=MrBird, modifyBy=null, deleteBy=null, deleteTime=null, deleteFlag=0)\"', '127.0.0.1,192.168.11.172', '2020-11-04 15:56:10', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (254, 'MrBird', '修改角色', 118, 'cc.mrbird.febs.server.system.controller.RoleController.updateRole()', ' role: \"Role(roleId=1, roleName=null, remark=管理员, createTime=null, modifyTime=Wed Nov 04 16:00:19 CST 2020, menuIds=1,204,3,11,12,13,130,135,4,14,15,16,131,5,17,18,19,132,6,20,21,22,133,163,164,165,166,167,196,197,198,199,200,201,202,203,205,206,207,208,2,180,10,24,136,150,151,152,173,174,175,176,177,178,179,156,157,159,158,160,183,184,186,187,188,189,190,191,192,185,193,194,154,155,181,182, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 16:00:19', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (255, 'MrBird', '修改菜单/按钮', 55, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=205, parentId=204, menuName=岗位管理, path=/system/user, component=febs/system/user/Index , perms=user:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Wed Nov 04 16:11:58 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 16:11:59', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (256, 'MrBird', '修改菜单/按钮', 110, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=206, parentId=205, menuName=新增, path=null, component=null, perms=user:add, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Wed Nov 04 16:12:12 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 16:12:12', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (257, 'MrBird', '修改菜单/按钮', 29, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=207, parentId=205, menuName=修改, path=null, component=null, perms=user:update, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Wed Nov 04 16:12:38 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 16:12:38', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (258, 'MrBird', '修改菜单/按钮', 33, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=208, parentId=205, menuName=删除, path=null, component=null, perms=user:delete, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Wed Nov 04 16:13:23 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 16:13:24', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (259, 'MrBird', '修改菜单/按钮', 45, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=205, parentId=204, menuName=岗位管理, path=/system/post, component=febs/system/post/Index , perms=post:view, icon=, type=0, orderNum=6, createTime=null, modifyTime=Wed Nov 04 16:14:55 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 16:14:55', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (260, 'MrBird', '修改菜单/按钮', 38, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=206, parentId=205, menuName=新增, path=null, component=null, perms=post:add, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Wed Nov 04 16:15:12 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 16:15:12', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (261, 'MrBird', '修改菜单/按钮', 344, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=207, parentId=205, menuName=修改, path=null, component=null, perms=post:update, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Wed Nov 04 16:15:26 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 16:15:27', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (262, 'MrBird', '修改菜单/按钮', 30, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=208, parentId=205, menuName=删除, path=null, component=null, perms=post:delete, icon=null, type=1, orderNum=null, createTime=null, modifyTime=Wed Nov 04 16:15:40 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 16:15:41', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (263, 'MrBird', '修改菜单/按钮', 119, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=205, parentId=204, menuName=岗位管理, path=/system/post, component=febs/system/post/Index , perms=post:view, icon=, type=0, orderNum=7, createTime=null, modifyTime=Wed Nov 04 16:23:08 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '192.168.11.183', '2020-11-04 16:23:08', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (264, 'MrBird', '修改菜单/按钮', 60, 'cc.mrbird.febs.server.system.controller.MenuController.updateMenu()', ' menu: \"Menu(menuId=205, parentId=204, menuName=岗位管理, path=/system/post, component=febs/system/post/Index, perms=post:view, icon=, type=0, orderNum=7, createTime=null, modifyTime=Wed Nov 04 16:29:10 CST 2020, createTimeFrom=null, createTimeTo=null, createBy=null, modifyBy=MrBird, deleteBy=null, deleteTime=null, deleteFlag=\\u0000)\"', '127.0.0.1,192.168.11.172', '2020-11-04 16:29:10', '内网IP|0|0|内网IP|内网IP', NULL); +INSERT INTO `t_log` VALUES (265, 'MrBird', '删除菜单/按钮', 64, 'cc.mrbird.febs.server.system.controller.MenuController.deleteMenus()', ' menuIds: \"181\"', '127.0.0.1,192.168.11.184', '2022-03-08 10:39:42', '内网IP|0|0|内网IP|内网IP', 2); -- ---------------------------- -- Table structure for t_logger @@ -578,195 +647,231 @@ CREATE TABLE `t_login_log` ( `IP` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT 'IP地址', `SYSTEM` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作系统', `BROWSER` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '浏览器', + `DEPT_ID` bigint(20) NULL DEFAULT NULL COMMENT '部门id', PRIMARY KEY (`ID`) USING BTREE, INDEX `t_login_log_login_time`(`LOGIN_TIME`) USING BTREE -) ENGINE = MyISAM AUTO_INCREMENT = 183 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '登录日志表' ROW_FORMAT = Dynamic; +) ENGINE = MyISAM AUTO_INCREMENT = 218 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '登录日志表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of t_login_log -- ---------------------------- -INSERT INTO `t_login_log` VALUES (1, 'MrBird', '2020-04-21 16:15:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (2, 'MrBird', '2020-04-22 09:01:11', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (3, 'MrBird', '2020-04-22 10:34:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.212', 'Windows 10', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (4, '测试账号', '2020-04-22 14:47:12', '内网IP|0|0|内网IP|内网IP', '192.168.11.212', 'Windows 10', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (5, 'MrBird', '2020-04-22 14:47:57', '内网IP|0|0|内网IP|内网IP', '192.168.11.212', 'Windows 10', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (6, 'MrBird', '2020-04-22 15:23:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.212', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (7, 'MrBird', '2020-04-22 16:42:04', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 80'); -INSERT INTO `t_login_log` VALUES (8, 'MrBird', '2020-04-22 16:44:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 80'); -INSERT INTO `t_login_log` VALUES (9, 'MrBird', '2020-04-24 16:12:54', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 80'); -INSERT INTO `t_login_log` VALUES (10, 'MrBird', '2020-04-26 16:07:31', '内网IP|0|0|内网IP|内网IP', '192.168.11.212', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (11, 'MrBird', '2020-04-27 09:24:25', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 80'); -INSERT INTO `t_login_log` VALUES (12, 'MrBird', '2020-05-06 09:08:52', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (13, 'MrBird', '2020-05-07 15:53:06', '内网IP|0|0|内网IP|内网IP', '192.168.11.71', 'Windows 10', 'Firefox 75'); -INSERT INTO `t_login_log` VALUES (14, 'MrBird', '2020-05-07 15:53:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (15, 'MrBird', '2020-05-07 16:06:03', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 76'); -INSERT INTO `t_login_log` VALUES (16, 'MrBird', '2020-05-11 13:59:16', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (17, 'MrBird', '2020-05-13 11:15:44', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (18, 'MrBird', '2020-05-18 14:25:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 80'); -INSERT INTO `t_login_log` VALUES (19, 'MrBird', '2020-05-22 10:22:51', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (20, 'MrBird', '2020-05-25 14:36:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (21, 'MrBird', '2020-05-27 14:28:07', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (22, 'MrBird', '2020-05-27 15:13:35', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (23, 'MrBird', '2020-06-02 09:04:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (24, 'MrBird', '2020-06-08 10:04:49', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (25, 'MrBird', '2020-06-08 10:13:21', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (26, 'MrBird', '2020-06-10 11:27:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (27, 'MrBird', '2020-06-10 14:09:34', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (28, 'MrBird', '2020-06-10 16:41:39', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (29, 'MrBird', '2020-06-12 16:07:42', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (30, 'MrBird', '2020-06-15 16:20:35', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (31, 'MrBird', '2020-06-16 09:45:07', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (32, 'MrBird', '2020-06-16 10:52:50', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (33, 'MrBird', '2020-06-16 16:09:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (34, 'MrBird', '2020-06-16 16:11:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (35, 'MrBird', '2020-06-16 16:57:54', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (36, 'MrBird', '2020-06-16 17:25:58', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (37, 'MrBird', '2020-06-17 09:29:31', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (38, 'MrBird', '2020-06-17 11:25:26', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (39, 'MrBird', '2020-06-17 15:25:23', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (40, 'MrBird', '2020-06-17 16:03:12', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (41, 'MrBird', '2020-06-18 15:45:44', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (42, 'MrBird', '2020-06-18 15:59:04', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (43, 'MrBird', '2020-06-18 16:51:37', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (44, 'MrBird', '2020-06-18 16:54:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (45, 'MrBird', '2020-06-19 09:05:24', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (46, 'MrBird', '2020-06-19 14:48:07', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (47, 'MrBird', '2020-06-19 16:35:43', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (48, 'MrBird', '2020-06-22 10:13:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (49, 'MrBird', '2020-06-22 10:21:06', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (50, 'MrBird', '2020-06-22 10:22:30', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (51, 'MrBird', '2020-06-22 14:59:40', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (52, 'MrBird', '2020-06-23 10:29:19', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Linux', 'Safari Version 4.0 Mob'); -INSERT INTO `t_login_log` VALUES (53, 'MrBird', '2020-06-23 10:33:54', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (54, 'MrBird', '2020-06-23 10:34:56', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (55, 'MrBird', '2020-06-23 10:55:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (56, 'MrBird', '2020-06-23 10:57:04', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (57, 'MrBird', '2020-06-23 14:56:40', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (58, 'MrBird', '2020-06-23 14:56:44', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (59, 'MrBird', '2020-06-23 15:03:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (60, 'MrBird', '2020-06-23 15:53:15', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (61, 'MrBird', '2020-06-23 16:37:28', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (62, 'MrBird', '2020-06-23 16:44:30', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (63, 'MrBird', '2020-06-23 16:51:33', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (64, 'MrBird', '2020-06-24 14:41:32', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (65, 'MrBird', '2020-06-24 14:42:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (66, 'MrBird', '2020-06-24 14:44:57', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (67, 'MrBird', '2020-06-24 16:42:15', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (68, 'MrBird', '2020-06-24 16:46:55', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (69, 'MrBird', '2020-06-24 17:09:19', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77'); -INSERT INTO `t_login_log` VALUES (70, 'MrBird', '2020-06-28 09:40:02', '内网IP|0|0|内网IP|内网IP', '192.168.11.208', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (71, 'MrBird', '2020-06-28 14:37:41', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (72, 'MrBird', '2020-06-28 15:04:53', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (73, 'MrBird', '2020-06-28 16:41:15', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (74, 'MrBird', '2020-06-29 09:06:04', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (75, 'MrBird', '2020-06-29 14:41:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (76, 'MrBird', '2020-06-29 16:12:03', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (77, 'MrBird', '2020-06-29 16:23:24', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (78, 'MrBird', '2020-06-30 09:28:53', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (79, 'MrBird', '2020-06-30 13:38:36', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Firefox 77'); -INSERT INTO `t_login_log` VALUES (80, 'MrBird', '2020-07-01 09:03:28', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (81, 'MrBird', '2020-07-01 21:23:26', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (82, 'MrBird', '2020-07-14 14:59:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (83, 'MrBird', '2020-07-21 08:39:33', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (84, 'MrBird', '2020-07-21 08:44:55', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (85, 'MrBird', '2020-07-31 08:35:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (86, 'MrBird', '2020-08-15 04:08:26', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (87, 'MrBird', '2020-08-15 08:25:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (88, 'MrBird', '2020-08-15 08:28:16', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (89, 'MrBird', '2020-08-15 13:22:58', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (90, 'MrBird', '2020-08-19 17:22:04', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (91, 'MrBird', '2020-08-20 09:22:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (92, 'MrBird', '2020-08-24 17:26:06', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (93, 'MrBird', '2020-08-24 17:28:17', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (94, 'MrBird', '2020-08-25 15:45:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (95, 'MrBird', '2020-08-25 15:51:18', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (96, 'MrBird', '2020-08-25 15:54:35', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (97, 'MrBird', '2020-08-25 17:27:12', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (98, 'MrBird', '2020-08-25 17:30:19', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (99, 'MrBird', '2020-08-26 14:15:46', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (100, 'MrBird', '2020-08-26 14:17:39', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (101, 'MrBird', '2020-08-26 14:27:50', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (102, 'MrBird', '2020-08-26 14:30:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (103, 'aobei', '2020-08-26 14:50:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (104, 'MrBird', '2020-08-26 15:48:18', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (105, 'MrBird', '2020-08-26 16:07:32', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (106, 'MrBird', '2020-08-27 10:36:26', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (107, 'MrBird', '2020-08-27 11:29:24', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (108, 'MrBird', '2020-08-27 15:44:45', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (109, 'MrBird', '2020-08-27 16:11:42', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (110, 'MrBird', '2020-08-28 14:54:21', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (111, 'MrBird', '2020-08-31 10:35:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (112, 'MrBird', '2020-08-31 15:29:25', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (113, 'MrBird', '2020-08-31 17:27:01', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (114, 'MrBird', '2020-09-01 17:20:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (115, 'MrBird', '2020-09-02 09:39:56', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (116, 'MrBird', '2020-09-02 10:38:09', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (117, 'MrBird', '2020-09-02 10:45:58', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (118, 'MrBird', '2020-09-02 10:58:19', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (119, 'MrBird', '2020-09-02 11:01:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (120, 'MrBird', '2020-09-02 11:13:25', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (121, 'MrBird', '2020-09-02 11:34:20', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (122, 'MrBird', '2020-09-02 14:58:07', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (123, 'MrBird', '2020-09-02 15:39:34', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (124, 'MrBird', '2020-09-02 15:50:17', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (125, 'MrBird', '2020-09-02 16:34:20', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (126, 'MrBird', '2020-09-03 09:17:38', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (127, 'MrBird', '2020-09-03 09:27:02', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (128, 'MrBird', '2020-09-03 16:09:48', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (129, 'MrBird', '2020-09-03 16:26:26', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (130, 'MrBird', '2020-09-03 16:31:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (131, 'MrBird', '2020-09-04 10:36:21', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (132, 'MrBird', '2020-09-04 11:01:18', '内网IP|0|0|内网IP|内网IP', '192.168.11.172,192.168.11.183', 'Windows 10', 'Firefox 80'); -INSERT INTO `t_login_log` VALUES (133, 'MrBird', '2020-09-04 14:15:05', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80'); -INSERT INTO `t_login_log` VALUES (134, 'MrBird', '2020-09-04 15:10:24', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (135, 'MrBird', '2020-09-04 15:11:56', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80'); -INSERT INTO `t_login_log` VALUES (136, 'MrBird', '2020-09-04 15:38:06', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (137, 'MrBird', '2020-09-04 15:40:13', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (138, 'MrBird', '2020-09-04 15:45:04', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (139, 'MrBird', '2020-09-04 15:47:45', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (140, 'MrBird', '2020-09-04 15:51:24', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (141, 'MrBird', '2020-09-04 16:00:48', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (142, 'MrBird', '2020-09-04 17:18:44', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Mac OS X) AppleW', 'Safari Version 10.0 Mo'); -INSERT INTO `t_login_log` VALUES (143, 'MrBird', '2020-09-07 17:30:32', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (144, 'MrBird', '2020-09-09 09:30:24', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (145, 'MrBird', '2020-09-10 11:21:45', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (146, 'MrBird', '2020-09-10 14:29:54', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80'); -INSERT INTO `t_login_log` VALUES (147, 'MrBird', '2020-09-10 15:28:36', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80'); -INSERT INTO `t_login_log` VALUES (148, 'MrBird', '2020-09-11 15:57:18', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (149, 'MrBird', '2020-09-14 09:32:07', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80'); -INSERT INTO `t_login_log` VALUES (150, 'MrBird', '2020-09-14 09:36:31', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (151, 'MrBird', '2020-09-14 11:01:46', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (152, 'MrBird', '2020-09-14 14:52:31', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (153, 'MrBird', '2020-09-14 14:57:55', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80'); -INSERT INTO `t_login_log` VALUES (154, 'aobei', '2020-09-14 15:16:25', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (155, 'MrBird', '2020-09-14 15:18:44', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (156, 'aobei', '2020-09-14 15:19:51', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (157, 'MrBird', '2020-09-14 15:20:29', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (158, 'aobei', '2020-09-14 15:22:12', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (159, 'MrBird', '2020-09-14 15:24:16', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (160, 'MrBird', '2020-09-14 15:31:10', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (161, 'jiuyang', '2020-09-14 15:36:01', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (162, 'MrBird', '2020-09-14 15:38:07', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (163, 'MrBird', '2020-09-14 15:56:03', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (164, 'MrBird', '2020-09-14 15:59:20', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (165, 'MrBird', '2020-09-14 16:03:00', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (166, 'MrBird', '2020-09-14 16:49:33', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (167, 'MrBird', '2020-09-15 13:58:57', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84'); -INSERT INTO `t_login_log` VALUES (168, 'MrBird', '2020-09-15 14:56:48', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (169, 'MrBird', '2020-09-15 14:58:14', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (170, 'MrBird', '2020-09-15 15:04:46', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (171, 'MrBird', '2020-09-15 15:31:46', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (172, 'MrBird', '2020-09-15 16:50:10', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (173, 'MrBird', '2020-09-15 17:24:32', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (174, 'MrBird', '2020-09-15 17:27:27', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80'); -INSERT INTO `t_login_log` VALUES (175, 'MrBird', '2020-09-16 15:38:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (176, 'MrBird', '2020-09-16 15:38:33', '内网IP|0|0|内网IP|内网IP', '192.168.11.183,192.168.11.172', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (177, 'MrBird', '2020-09-16 15:44:45', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Chrome 83'); -INSERT INTO `t_login_log` VALUES (178, 'MrBird', '2020-09-16 16:04:21', '内网IP|0|0|内网IP|内网IP', '192.168.11.183,192.168.11.172', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (179, 'MrBird', '2020-09-17 13:02:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81'); -INSERT INTO `t_login_log` VALUES (180, 'MrBird', '2020-09-23 10:47:24', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.183', 'Windows 10', 'Chrome 85'); -INSERT INTO `t_login_log` VALUES (181, 'MrBird', '2020-10-29 15:46:39', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 86'); -INSERT INTO `t_login_log` VALUES (182, 'MrBird', '2020-10-30 12:00:33', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Chrome 78'); +INSERT INTO `t_login_log` VALUES (1, 'MrBird', '2020-04-21 16:15:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (2, 'MrBird', '2020-04-22 09:01:11', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (3, 'MrBird', '2020-04-22 10:34:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.212', 'Windows 10', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (4, '测试账号', '2020-04-22 14:47:12', '内网IP|0|0|内网IP|内网IP', '192.168.11.212', 'Windows 10', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (5, 'MrBird', '2020-04-22 14:47:57', '内网IP|0|0|内网IP|内网IP', '192.168.11.212', 'Windows 10', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (6, 'MrBird', '2020-04-22 15:23:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.212', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (7, 'MrBird', '2020-04-22 16:42:04', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 80', NULL); +INSERT INTO `t_login_log` VALUES (8, 'MrBird', '2020-04-22 16:44:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 80', NULL); +INSERT INTO `t_login_log` VALUES (9, 'MrBird', '2020-04-24 16:12:54', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 80', NULL); +INSERT INTO `t_login_log` VALUES (10, 'MrBird', '2020-04-26 16:07:31', '内网IP|0|0|内网IP|内网IP', '192.168.11.212', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (11, 'MrBird', '2020-04-27 09:24:25', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 80', NULL); +INSERT INTO `t_login_log` VALUES (12, 'MrBird', '2020-05-06 09:08:52', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (13, 'MrBird', '2020-05-07 15:53:06', '内网IP|0|0|内网IP|内网IP', '192.168.11.71', 'Windows 10', 'Firefox 75', NULL); +INSERT INTO `t_login_log` VALUES (14, 'MrBird', '2020-05-07 15:53:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (15, 'MrBird', '2020-05-07 16:06:03', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 76', NULL); +INSERT INTO `t_login_log` VALUES (16, 'MrBird', '2020-05-11 13:59:16', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (17, 'MrBird', '2020-05-13 11:15:44', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (18, 'MrBird', '2020-05-18 14:25:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 80', NULL); +INSERT INTO `t_login_log` VALUES (19, 'MrBird', '2020-05-22 10:22:51', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (20, 'MrBird', '2020-05-25 14:36:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (21, 'MrBird', '2020-05-27 14:28:07', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (22, 'MrBird', '2020-05-27 15:13:35', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (23, 'MrBird', '2020-06-02 09:04:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (24, 'MrBird', '2020-06-08 10:04:49', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (25, 'MrBird', '2020-06-08 10:13:21', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (26, 'MrBird', '2020-06-10 11:27:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (27, 'MrBird', '2020-06-10 14:09:34', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (28, 'MrBird', '2020-06-10 16:41:39', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (29, 'MrBird', '2020-06-12 16:07:42', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (30, 'MrBird', '2020-06-15 16:20:35', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (31, 'MrBird', '2020-06-16 09:45:07', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (32, 'MrBird', '2020-06-16 10:52:50', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (33, 'MrBird', '2020-06-16 16:09:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (34, 'MrBird', '2020-06-16 16:11:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (35, 'MrBird', '2020-06-16 16:57:54', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (36, 'MrBird', '2020-06-16 17:25:58', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (37, 'MrBird', '2020-06-17 09:29:31', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (38, 'MrBird', '2020-06-17 11:25:26', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (39, 'MrBird', '2020-06-17 15:25:23', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (40, 'MrBird', '2020-06-17 16:03:12', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (41, 'MrBird', '2020-06-18 15:45:44', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (42, 'MrBird', '2020-06-18 15:59:04', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (43, 'MrBird', '2020-06-18 16:51:37', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (44, 'MrBird', '2020-06-18 16:54:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (45, 'MrBird', '2020-06-19 09:05:24', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (46, 'MrBird', '2020-06-19 14:48:07', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (47, 'MrBird', '2020-06-19 16:35:43', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (48, 'MrBird', '2020-06-22 10:13:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (49, 'MrBird', '2020-06-22 10:21:06', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (50, 'MrBird', '2020-06-22 10:22:30', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (51, 'MrBird', '2020-06-22 14:59:40', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (52, 'MrBird', '2020-06-23 10:29:19', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Linux', 'Safari Version 4.0 Mob', NULL); +INSERT INTO `t_login_log` VALUES (53, 'MrBird', '2020-06-23 10:33:54', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (54, 'MrBird', '2020-06-23 10:34:56', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (55, 'MrBird', '2020-06-23 10:55:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (56, 'MrBird', '2020-06-23 10:57:04', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (57, 'MrBird', '2020-06-23 14:56:40', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (58, 'MrBird', '2020-06-23 14:56:44', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (59, 'MrBird', '2020-06-23 15:03:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (60, 'MrBird', '2020-06-23 15:53:15', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (61, 'MrBird', '2020-06-23 16:37:28', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (62, 'MrBird', '2020-06-23 16:44:30', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (63, 'MrBird', '2020-06-23 16:51:33', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (64, 'MrBird', '2020-06-24 14:41:32', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (65, 'MrBird', '2020-06-24 14:42:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (66, 'MrBird', '2020-06-24 14:44:57', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (67, 'MrBird', '2020-06-24 16:42:15', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (68, 'MrBird', '2020-06-24 16:46:55', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (69, 'MrBird', '2020-06-24 17:09:19', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Chrome 77', NULL); +INSERT INTO `t_login_log` VALUES (70, 'MrBird', '2020-06-28 09:40:02', '内网IP|0|0|内网IP|内网IP', '192.168.11.208', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (71, 'MrBird', '2020-06-28 14:37:41', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (72, 'MrBird', '2020-06-28 15:04:53', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (73, 'MrBird', '2020-06-28 16:41:15', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (74, 'MrBird', '2020-06-29 09:06:04', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (75, 'MrBird', '2020-06-29 14:41:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (76, 'MrBird', '2020-06-29 16:12:03', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (77, 'MrBird', '2020-06-29 16:23:24', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (78, 'MrBird', '2020-06-30 09:28:53', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows 10', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (79, 'MrBird', '2020-06-30 13:38:36', '内网IP|0|0|内网IP|内网IP', '192.168.11.172', 'Windows ', 'Firefox 77', NULL); +INSERT INTO `t_login_log` VALUES (80, 'MrBird', '2020-07-01 09:03:28', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (81, 'MrBird', '2020-07-01 21:23:26', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (82, 'MrBird', '2020-07-14 14:59:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (83, 'MrBird', '2020-07-21 08:39:33', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (84, 'MrBird', '2020-07-21 08:44:55', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (85, 'MrBird', '2020-07-31 08:35:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (86, 'MrBird', '2020-08-15 04:08:26', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (87, 'MrBird', '2020-08-15 08:25:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (88, 'MrBird', '2020-08-15 08:28:16', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (89, 'MrBird', '2020-08-15 13:22:58', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (90, 'MrBird', '2020-08-19 17:22:04', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (91, 'MrBird', '2020-08-20 09:22:08', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (92, 'MrBird', '2020-08-24 17:26:06', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (93, 'MrBird', '2020-08-24 17:28:17', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (94, 'MrBird', '2020-08-25 15:45:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (95, 'MrBird', '2020-08-25 15:51:18', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (96, 'MrBird', '2020-08-25 15:54:35', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (97, 'MrBird', '2020-08-25 17:27:12', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (98, 'MrBird', '2020-08-25 17:30:19', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (99, 'MrBird', '2020-08-26 14:15:46', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (100, 'MrBird', '2020-08-26 14:17:39', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (101, 'MrBird', '2020-08-26 14:27:50', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (102, 'MrBird', '2020-08-26 14:30:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (103, 'aobei', '2020-08-26 14:50:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (104, 'MrBird', '2020-08-26 15:48:18', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (105, 'MrBird', '2020-08-26 16:07:32', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (106, 'MrBird', '2020-08-27 10:36:26', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (107, 'MrBird', '2020-08-27 11:29:24', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (108, 'MrBird', '2020-08-27 15:44:45', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (109, 'MrBird', '2020-08-27 16:11:42', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (110, 'MrBird', '2020-08-28 14:54:21', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (111, 'MrBird', '2020-08-31 10:35:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (112, 'MrBird', '2020-08-31 15:29:25', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (113, 'MrBird', '2020-08-31 17:27:01', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (114, 'MrBird', '2020-09-01 17:20:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (115, 'MrBird', '2020-09-02 09:39:56', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (116, 'MrBird', '2020-09-02 10:38:09', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (117, 'MrBird', '2020-09-02 10:45:58', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (118, 'MrBird', '2020-09-02 10:58:19', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (119, 'MrBird', '2020-09-02 11:01:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (120, 'MrBird', '2020-09-02 11:13:25', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (121, 'MrBird', '2020-09-02 11:34:20', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (122, 'MrBird', '2020-09-02 14:58:07', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (123, 'MrBird', '2020-09-02 15:39:34', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (124, 'MrBird', '2020-09-02 15:50:17', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (125, 'MrBird', '2020-09-02 16:34:20', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (126, 'MrBird', '2020-09-03 09:17:38', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (127, 'MrBird', '2020-09-03 09:27:02', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (128, 'MrBird', '2020-09-03 16:09:48', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (129, 'MrBird', '2020-09-03 16:26:26', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (130, 'MrBird', '2020-09-03 16:31:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (131, 'MrBird', '2020-09-04 10:36:21', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (132, 'MrBird', '2020-09-04 11:01:18', '内网IP|0|0|内网IP|内网IP', '192.168.11.172,192.168.11.183', 'Windows 10', 'Firefox 80', NULL); +INSERT INTO `t_login_log` VALUES (133, 'MrBird', '2020-09-04 14:15:05', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80', NULL); +INSERT INTO `t_login_log` VALUES (134, 'MrBird', '2020-09-04 15:10:24', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (135, 'MrBird', '2020-09-04 15:11:56', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80', NULL); +INSERT INTO `t_login_log` VALUES (136, 'MrBird', '2020-09-04 15:38:06', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (137, 'MrBird', '2020-09-04 15:40:13', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (138, 'MrBird', '2020-09-04 15:45:04', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (139, 'MrBird', '2020-09-04 15:47:45', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (140, 'MrBird', '2020-09-04 15:51:24', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (141, 'MrBird', '2020-09-04 16:00:48', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (142, 'MrBird', '2020-09-04 17:18:44', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Mac OS X) AppleW', 'Safari Version 10.0 Mo', NULL); +INSERT INTO `t_login_log` VALUES (143, 'MrBird', '2020-09-07 17:30:32', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (144, 'MrBird', '2020-09-09 09:30:24', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (145, 'MrBird', '2020-09-10 11:21:45', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (146, 'MrBird', '2020-09-10 14:29:54', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80', NULL); +INSERT INTO `t_login_log` VALUES (147, 'MrBird', '2020-09-10 15:28:36', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80', NULL); +INSERT INTO `t_login_log` VALUES (148, 'MrBird', '2020-09-11 15:57:18', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (149, 'MrBird', '2020-09-14 09:32:07', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80', NULL); +INSERT INTO `t_login_log` VALUES (150, 'MrBird', '2020-09-14 09:36:31', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (151, 'MrBird', '2020-09-14 11:01:46', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (152, 'MrBird', '2020-09-14 14:52:31', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (153, 'MrBird', '2020-09-14 14:57:55', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80', NULL); +INSERT INTO `t_login_log` VALUES (154, 'aobei', '2020-09-14 15:16:25', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (155, 'MrBird', '2020-09-14 15:18:44', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (156, 'aobei', '2020-09-14 15:19:51', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (157, 'MrBird', '2020-09-14 15:20:29', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (158, 'aobei', '2020-09-14 15:22:12', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (159, 'MrBird', '2020-09-14 15:24:16', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (160, 'MrBird', '2020-09-14 15:31:10', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (161, 'jiuyang', '2020-09-14 15:36:01', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (162, 'MrBird', '2020-09-14 15:38:07', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (163, 'MrBird', '2020-09-14 15:56:03', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (164, 'MrBird', '2020-09-14 15:59:20', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (165, 'MrBird', '2020-09-14 16:03:00', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (166, 'MrBird', '2020-09-14 16:49:33', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (167, 'MrBird', '2020-09-15 13:58:57', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.205', 'Windows 10', 'Chrome 84', NULL); +INSERT INTO `t_login_log` VALUES (168, 'MrBird', '2020-09-15 14:56:48', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (169, 'MrBird', '2020-09-15 14:58:14', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (170, 'MrBird', '2020-09-15 15:04:46', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (171, 'MrBird', '2020-09-15 15:31:46', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (172, 'MrBird', '2020-09-15 16:50:10', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (173, 'MrBird', '2020-09-15 17:24:32', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (174, 'MrBird', '2020-09-15 17:27:27', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 80', NULL); +INSERT INTO `t_login_log` VALUES (175, 'MrBird', '2020-09-16 15:38:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (176, 'MrBird', '2020-09-16 15:38:33', '内网IP|0|0|内网IP|内网IP', '192.168.11.183,192.168.11.172', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (177, 'MrBird', '2020-09-16 15:44:45', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Chrome 83', NULL); +INSERT INTO `t_login_log` VALUES (178, 'MrBird', '2020-09-16 16:04:21', '内网IP|0|0|内网IP|内网IP', '192.168.11.183,192.168.11.172', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (179, 'MrBird', '2020-09-17 13:02:27', '内网IP|0|0|内网IP|内网IP', '192.168.11.33,192.168.11.172', 'Windows ', 'Chrome 81', NULL); +INSERT INTO `t_login_log` VALUES (180, 'MrBird', '2020-09-23 10:47:24', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.183', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (181, 'MrBird', '2020-10-29 15:46:39', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 86', NULL); +INSERT INTO `t_login_log` VALUES (182, 'MrBird', '2020-10-30 12:00:33', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Chrome 78', NULL); +INSERT INTO `t_login_log` VALUES (183, 'MrBird', '2020-11-03 10:28:29', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (184, 'MrBird', '2020-11-03 10:29:19', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (185, 'MrBird', '2020-11-04 09:58:45', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (186, 'MrBird', '2020-11-04 10:23:57', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (187, 'MrBird', '2020-11-04 10:35:47', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 86', NULL); +INSERT INTO `t_login_log` VALUES (188, 'MrBird', '2020-11-04 10:57:34', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (189, 'MrBird', '2020-11-04 11:04:52', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (190, 'MrBird', '2020-11-04 11:18:36', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (191, 'MrBird', '2020-11-04 13:56:50', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (192, 'MrBird', '2020-11-04 13:59:46', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 86', NULL); +INSERT INTO `t_login_log` VALUES (193, 'MrBird', '2020-11-04 14:06:23', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (194, 'MrBird', '2020-11-04 14:18:46', '内网IP|0|0|内网IP|内网IP', '192.168.11.71', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (195, 'MrBird', '2020-11-04 14:20:22', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (196, 'MrBird', '2020-11-04 14:24:43', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (197, 'MrBird', '2020-11-04 14:40:10', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (198, 'MrBird', '2020-11-04 14:42:48', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (199, 'MrBird', '2020-11-04 14:56:23', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (200, 'MrBird', '2020-11-04 15:43:59', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 86', NULL); +INSERT INTO `t_login_log` VALUES (201, 'MrBird', '2020-11-04 15:47:47', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (202, 'MrBird', '2020-11-04 15:49:34', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (203, 'MrBird', '2020-11-04 15:49:57', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (204, 'MrBird', '2020-11-04 15:56:34', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (205, 'MrBird', '2020-11-04 15:58:05', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 86', NULL); +INSERT INTO `t_login_log` VALUES (206, 'MrBird', '2020-11-04 16:01:01', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (207, 'MrBird', '2020-11-04 16:07:24', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (208, 'MrBird', '2020-11-04 16:14:02', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (209, 'MrBird', '2020-11-04 16:15:54', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (210, 'MrBird', '2020-11-04 16:22:48', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (211, 'MrBird', '2020-11-04 16:27:51', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.172', 'Windows 10', 'Firefox 82', NULL); +INSERT INTO `t_login_log` VALUES (212, 'MrBird', '2020-11-04 17:16:36', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 86', NULL); +INSERT INTO `t_login_log` VALUES (213, 'MrBird', '2020-11-04 17:18:01', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 86', NULL); +INSERT INTO `t_login_log` VALUES (214, 'MrBird', '2020-11-04 17:18:34', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 86', NULL); +INSERT INTO `t_login_log` VALUES (215, 'MrBird', '2020-11-04 17:21:00', '内网IP|0|0|内网IP|内网IP', '192.168.11.183', 'Windows 10', 'Chrome 78', NULL); +INSERT INTO `t_login_log` VALUES (216, 'MrBird', '2020-11-04 17:24:06', '内网IP|0|0|内网IP|内网IP', '192.168.11.205', 'Windows 10', 'Chrome 85', NULL); +INSERT INTO `t_login_log` VALUES (217, 'MrBird', '2022-03-08 10:30:03', '内网IP|0|0|内网IP|内网IP', '127.0.0.1,192.168.11.184', 'Windows 10', 'Chrome 97', 2); -- ---------------------------- -- Table structure for t_menu @@ -792,18 +897,18 @@ CREATE TABLE `t_menu` ( PRIMARY KEY (`MENU_ID`) USING BTREE, INDEX `t_menu_parent_id`(`PARENT_ID`) USING BTREE, INDEX `t_menu_menu_id`(`MENU_ID`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 205 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '菜单表' ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 209 CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '菜单表' ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of t_menu -- ---------------------------- -INSERT INTO `t_menu` VALUES (1, 0, '系统配置', '/system', 'Layout', NULL, 'el-icon-set-up', '0', 1, '', '2017-12-27 16:39:07', 'MrBird', '2020-09-17 13:01:48', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (2, 1, '平台监控', '/monitor', 'febs/monitor/Index', NULL, '', '0', 7, '', '2017-12-27 16:45:51', 'MrBird', '2020-09-17 13:00:28', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (3, 204, '用户管理', '/system/user', 'febs/system/user/Index', 'user:view', '', '0', 1, '', '2017-12-27 16:47:13', 'MrBird', '2020-09-15 15:40:34', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (4, 204, '角色管理', '/system/role', 'febs/system/role/Index', 'role:view', '', '0', 2, '', '2017-12-27 16:48:09', 'MrBird', '2020-09-14 17:19:57', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (5, 204, '菜单管理', '/system/menu', 'febs/system/menu/Index', 'menu:view', '', '0', 3, '', '2017-12-27 16:48:57', 'MrBird', '2020-09-14 17:20:03', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (6, 204, '部门管理', '/system/dept', 'febs/system/dept/Index', 'dept:view', '', '0', 4, '', '2017-12-27 16:57:33', 'MrBird', '2020-09-14 17:20:10', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (10, 2, '系统日志', '/monitor/systemlog', 'febs/monitor/systemlog/Index', 'log:view', '', '0', 2, '', '2017-12-27 17:00:50', NULL, '2020-04-13 11:38:04', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (1, 0, '系统配置', '/system', 'Layout', NULL, 'el-icon-guide', '0', 1, '', '2017-12-27 16:39:07', 'MrBird', '2020-11-04 10:01:37', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (2, 1, '平台监控', '/monitor', 'febs/monitor/Index', NULL, 'el-icon-view', '0', 7, '', '2017-12-27 16:45:51', 'MrBird', '2020-11-04 10:57:18', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (3, 204, '用户管理', '/system/user', 'febs/system/user/Index', 'user:view', '', '0', 1, '', '2017-12-27 16:47:13', 'MrBird', '2020-11-04 11:15:06', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (4, 204, '角色管理', '/system/role', 'febs/system/role/Index', 'role:view', '', '0', 2, '', '2017-12-27 16:48:09', 'MrBird', '2020-11-04 11:15:15', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (5, 204, '菜单管理', '/system/menu', 'febs/system/menu/Index', 'menu:view', '', '0', 3, '', '2017-12-27 16:48:57', 'MrBird', '2020-11-04 11:15:24', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (6, 204, '部门管理', '/system/dept', 'febs/system/dept/Index', 'dept:view', '', '0', 4, '', '2017-12-27 16:57:33', 'MrBird', '2020-11-04 11:15:35', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (10, 2, '系统日志', '/monitor/systemlog', 'febs/monitor/systemlog/Index', 'log:view', '', '0', 2, '', '2017-12-27 17:00:50', 'MrBird', '2020-11-04 11:16:12', NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (11, 3, '新增用户', '', '', 'user:add', NULL, '1', NULL, '', '2017-12-27 17:02:58', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (12, 3, '修改用户', '', '', 'user:update', NULL, '1', NULL, '', '2017-12-27 17:04:07', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (13, 3, '删除用户', '', '', 'user:delete', NULL, '1', NULL, '', '2017-12-27 17:04:58', NULL, NULL, NULL, NULL, '0'); @@ -826,14 +931,14 @@ INSERT INTO `t_menu` VALUES (136, 10, '导出Excel', NULL, NULL, 'log:export', N INSERT INTO `t_menu` VALUES (150, 2, '登录日志', '/monitor/loginlog', 'febs/monitor/loginlog/Index', 'monitor:loginlog', '', '0', 3, '', '2019-07-22 13:41:17', NULL, '2020-04-13 11:38:08', NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (151, 150, '删除日志', NULL, NULL, 'loginlog:delete', NULL, '1', NULL, '', '2019-07-22 13:43:04', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (152, 150, '导出Excel', NULL, NULL, 'loginlog:export', NULL, '1', NULL, '', '2019-07-22 13:43:30', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (154, 1, '其他模块', '/others', 'febs/others/Index', '', '', '0', 12, '', '2019-07-25 10:16:16', 'MrBird', '2020-09-17 13:00:50', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (155, 154, '导入导出', '/others/eximport', 'febs/others/eximport/Index', 'others:eximport', '', '0', 1, '', '2019-07-25 10:19:31', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (156, 1, '代码生成', '/gen', 'febs/gen/Index', '', '', '0', 10, '', '2019-07-25 10:24:03', 'MrBird', '2020-09-14 17:16:06', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (157, 156, '基础配置', '/gen/config', 'febs/gen/config/Index', 'gen:config', '', '0', 1, '', '2019-07-25 10:24:55', NULL, '2020-04-09 14:21:54', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (158, 156, '生成代码', '/gen/generate', 'febs/gen/generate/Index', 'gen:generate', '', '0', 2, '', '2019-07-25 10:25:26', NULL, '2019-07-25 11:13:20', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (154, 1, '其他模块', '/others', 'febs/others/Index', '', 'el-icon-c-scale-to-original', '0', 12, '', '2019-07-25 10:16:16', 'MrBird', '2020-11-04 10:56:28', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (155, 154, '导入导出', '/others/eximport', 'febs/others/eximport/Index', 'others:eximport', '', '0', 1, '', '2019-07-25 10:19:31', 'MrBird', '2020-11-04 11:17:57', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (156, 1, '代码生成', '/gen', 'febs/gen/Index', '', 'el-icon-edit', '0', 10, '', '2019-07-25 10:24:03', 'MrBird', '2020-11-04 10:54:50', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (157, 156, '基础配置', '/gen/config', 'febs/gen/config/Index', 'gen:config', '', '0', 1, '', '2019-07-25 10:24:55', 'MrBird', '2020-11-04 11:16:38', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (158, 156, '生成代码', '/gen/generate', 'febs/gen/generate/Index', 'gen:generate', '', '0', 2, '', '2019-07-25 10:25:26', 'MrBird', '2020-11-04 11:16:47', NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (159, 157, '修改配置', NULL, NULL, 'gen:config:update', NULL, '1', NULL, '', '2019-07-26 16:22:56', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (160, 158, '打包生成', NULL, NULL, 'gen:generate:gen', NULL, '1', NULL, '', '2019-07-26 16:23:38', NULL, '2019-07-26 16:23:53', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (163, 204, '客户端管理', '/system/client', 'febs/system/client/Index', 'client:view', '', '0', 6, '', '2019-09-26 22:58:09', 'MrBird', '2020-09-14 17:20:15', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (163, 204, '客户端管理', '/system/client', 'febs/system/client/Index', 'client:view', '', '0', 6, '', '2019-09-26 22:58:09', 'MrBird', '2020-11-04 11:15:43', NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (164, 163, '新增', NULL, NULL, 'client:add', NULL, '1', NULL, '', '2019-09-26 22:58:21', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (165, 163, '修改', NULL, NULL, 'client:update', NULL, '1', NULL, '', '2019-09-26 22:58:43', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (166, 163, '删除', NULL, NULL, 'client:delete', NULL, '1', NULL, '', '2019-09-26 22:58:55', NULL, NULL, NULL, NULL, '0'); @@ -843,19 +948,19 @@ INSERT INTO `t_menu` VALUES (169, 168, '二级菜单', '/two', 'demos/two/Index' INSERT INTO `t_menu` VALUES (170, 169, '三级菜单', '/three', 'demos/two/three/Index', '', '', '0', 1, '', '2019-12-02 16:42:09', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (171, 168, 'MarkDown', '/components/markdown', 'demos/markdown', '', '', '0', 2, '', '2019-12-02 16:42:34', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (172, 168, '富文本编辑器', '/components/tinymce', 'demos/tinymce', '', '', '0', 3, '', '2019-12-02 16:42:50', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (173, 1, '网关管理', '/route', 'febs/route/Index', '', '', '0', 8, '', '2020-01-16 14:00:15', 'MrBird', '2020-09-14 17:15:48', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (174, 173, '网关用户', '/route/user', 'febs/route/routeuser/Index', '', '', '0', 1, '', '2020-01-16 14:00:32', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (175, 173, '网关日志', '/route/log', 'febs/route/routelog/Index', '', '', '0', 2, '', '2020-01-16 14:00:47', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (176, 173, '限流规则', '/route/ratelimitrule', 'febs/route/ratelimitrule/Index', '', '', '0', 3, '', '2020-01-16 14:01:01', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (177, 173, '限流日志', '/route/ratelimitlog', 'febs/route/ratelimitlog/Index', '', '', '0', 4, '', '2020-01-16 14:01:17', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (178, 173, '黑名单管理', '/route/blacklist', 'febs/route/blacklist/Index', '', '', '0', 5, '', '2020-01-16 14:01:32', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (179, 173, '黑名单日志', '/route/blocklog', 'febs/route/blocklog/Index', '', '', '0', 6, '', '2020-01-16 14:01:49', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (180, 2, '监控面板', '/monitor/dashboard', 'febs/monitor/dashboard/Index', 'monitor:dashboard', '', '0', 1, '', '2020-04-13 09:44:09', 'MrBird', '2020-09-14 16:41:03', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (181, 154, '个人博客', '/others/blog', 'febs/others/blog/Index', '', '', '0', 2, '', '2020-04-13 16:11:48', NULL, '2020-04-13 16:12:26', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (173, 1, '网关管理', '/route', 'febs/route/Index', '', 'el-icon-eleme', '0', 8, '', '2020-01-16 14:00:15', 'MrBird', '2020-11-04 10:51:22', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (174, 173, '网关用户', '/route/user', 'febs/route/routeuser/Index', '', '', '0', 1, '', '2020-01-16 14:00:32', 'MrBird', '2020-11-04 11:16:28', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (175, 173, '网关日志', '/route/log', 'febs/route/routelog/Index', '', '', '0', 2, '', '2020-01-16 14:00:47', 'MrBird', '2020-11-04 11:16:59', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (176, 173, '限流规则', '/route/ratelimitrule', 'febs/route/ratelimitrule/Index', '', '', '0', 3, '', '2020-01-16 14:01:01', 'MrBird', '2020-11-04 11:17:07', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (177, 173, '限流日志', '/route/ratelimitlog', 'febs/route/ratelimitlog/Index', '', '', '0', 4, '', '2020-01-16 14:01:17', 'MrBird', '2020-11-04 11:17:15', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (178, 173, '黑名单管理', '/route/blacklist', 'febs/route/blacklist/Index', '', '', '0', 5, '', '2020-01-16 14:01:32', 'MrBird', '2020-11-04 11:17:24', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (179, 173, '黑名单日志', '/route/blocklog', 'febs/route/blocklog/Index', '', '', '0', 6, '', '2020-01-16 14:01:49', 'MrBird', '2020-11-04 11:17:32', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (180, 2, '监控面板', '/monitor/dashboard', 'febs/monitor/dashboard/Index', 'monitor:dashboard', '', '0', 1, '', '2020-04-13 09:44:09', 'MrBird', '2020-11-04 11:16:01', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (181, 154, '个人博客', '/others/blog', 'febs/others/blog/Index', '', '', '0', 2, '', '2020-04-13 16:11:48', 'MrBird', '2020-11-04 11:18:04', 'MrBird', '2022-03-08 10:39:42', '1'); INSERT INTO `t_menu` VALUES (182, 154, '数据权限', '/others/datapermission', 'febs/others/datapermission/Index', 'others:datapermission', '', '0', 3, '', '2020-04-14 14:51:35', NULL, '2020-04-14 15:37:19', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (183, 1, '任务调度', '/job', 'febs/job/Index', '', '', '0', 11, '', '2020-04-14 18:39:35', 'MrBird', '2020-09-17 13:00:15', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (184, 183, '任务列表', '/job/list', 'febs/job/job/Index', 'job:view', '', '0', 1, '', '2020-04-14 18:40:37', NULL, '2020-04-14 18:41:36', NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (185, 183, '调度日志', '/job/log', 'febs/job/log/Index', 'job:log:view', '', '0', 2, '', '2020-04-14 18:42:25', NULL, NULL, NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (183, 1, '任务调度', '/job', 'febs/job/Index', '', 'el-icon-reading', '0', 11, '', '2020-04-14 18:39:35', 'MrBird', '2020-11-04 10:55:35', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (184, 183, '任务列表', '/job/list', 'febs/job/job/Index', 'job:view', '', '0', 1, '', '2020-04-14 18:40:37', 'MrBird', '2020-11-04 11:17:43', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (185, 183, '调度日志', '/job/log', 'febs/job/log/Index', 'job:log:view', '', '0', 2, '', '2020-04-14 18:42:25', 'MrBird', '2020-11-04 11:17:50', NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (186, 184, '新增任务', NULL, NULL, 'job:add', NULL, '1', NULL, '', '2020-04-14 18:59:55', NULL, '2020-04-15 08:56:03', NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (187, 184, '修改任务', NULL, NULL, 'job:update', NULL, '1', NULL, '', '2020-04-14 19:00:13', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (188, 184, '删除任务', NULL, NULL, 'job:delete', NULL, '1', NULL, '', '2020-04-14 19:00:26', NULL, NULL, NULL, NULL, '0'); @@ -866,7 +971,7 @@ INSERT INTO `t_menu` VALUES (192, 184, '导出Excel', NULL, NULL, 'job:export', INSERT INTO `t_menu` VALUES (193, 185, '删除', NULL, NULL, 'job:log:delete', NULL, '1', NULL, '', '2020-04-15 14:01:33', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (194, 185, '导出', NULL, NULL, 'job:log:export', NULL, '1', NULL, '', '2020-04-15 14:01:45', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (195, 170, '四级菜单', '/four', 'demos/two/three/four/Index', '', 'el-icon-shopping-cart-2', '0', 0, '', '2020-04-22 14:07:49', NULL, '2020-04-22 14:09:15', 'MrBird', '2020-09-14 17:07:54', '1'); -INSERT INTO `t_menu` VALUES (196, 204, '字典管理', '/system/dict', 'febs/system/dict/Index', 'dict:view', '', '0', 6, 'MrBird', '2020-08-24 17:24:43', 'MrBird', '2020-09-14 17:20:20', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (196, 204, '字典管理', '/system/dict', 'febs/system/dict/Index', 'dict:view', '', '0', 6, 'MrBird', '2020-08-24 17:24:43', 'MrBird', '2020-11-04 11:15:52', NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (197, 196, '新增', NULL, NULL, 'dict:add', NULL, '1', NULL, 'MrBird', '2020-08-25 17:25:16', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (198, 196, '修改', NULL, NULL, 'dict:update', NULL, '1', NULL, 'MrBird', '2020-08-25 17:25:38', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (199, 196, '删除', NULL, NULL, 'dict:delete', NULL, '1', NULL, 'MrBird', '2020-08-25 17:26:17', 'MrBird', '2020-08-27 10:42:48', NULL, NULL, '0'); @@ -874,7 +979,11 @@ INSERT INTO `t_menu` VALUES (200, 196, '下拉子项', NULL, NULL, 'dict:items', INSERT INTO `t_menu` VALUES (201, 200, '修改', NULL, NULL, 'dictItem:update', NULL, '1', NULL, 'MrBird', '2020-08-27 10:35:45', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (202, 200, '新增', NULL, NULL, 'dictItem:add', NULL, '1', NULL, 'MrBird', '2020-08-27 10:42:05', NULL, NULL, NULL, NULL, '0'); INSERT INTO `t_menu` VALUES (203, 200, '删除', NULL, NULL, 'dictItem:delete', NULL, '1', NULL, 'MrBird', '2020-08-27 10:42:27', NULL, NULL, NULL, NULL, '0'); -INSERT INTO `t_menu` VALUES (204, 1, '系统管理', '/config', 'febs/system/Index', '', '', '0', 1, 'MrBird', '2020-09-14 15:28:42', 'MrBird', '2020-09-17 13:01:56', 'MrBird', '2020-09-14 16:09:47', '0'); +INSERT INTO `t_menu` VALUES (204, 1, '系统管理', '/config', 'febs/system/Index', '', 'el-icon-setting', '0', 1, 'MrBird', '2020-09-14 15:28:42', 'MrBird', '2020-11-04 10:39:46', 'MrBird', '2020-09-14 16:09:47', '0'); +INSERT INTO `t_menu` VALUES (205, 204, '岗位管理', '/system/post', 'febs/system/post/Index', 'post:view', '', '0', 7, 'MrBird', '2020-11-04 14:19:51', 'MrBird', '2020-11-04 16:29:10', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (206, 205, '新增', NULL, NULL, 'post:add', NULL, '1', NULL, 'MrBird', '2020-11-04 15:55:12', 'MrBird', '2020-11-04 16:15:12', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (207, 205, '修改', NULL, NULL, 'post:update', NULL, '1', NULL, 'MrBird', '2020-11-04 15:55:46', 'MrBird', '2020-11-04 16:15:27', NULL, NULL, '0'); +INSERT INTO `t_menu` VALUES (208, 205, '删除', NULL, NULL, 'post:delete', NULL, '1', NULL, 'MrBird', '2020-11-04 15:56:10', 'MrBird', '2020-11-04 16:15:41', NULL, NULL, '0'); -- ---------------------------- -- Table structure for t_position @@ -921,7 +1030,7 @@ CREATE TABLE `t_role` ( -- ---------------------------- -- Records of t_role -- ---------------------------- -INSERT INTO `t_role` VALUES (1, '管理员', '管理员', '2017-12-27 16:23:11', '2020-09-14 17:21:21', '', 'MrBird', NULL, NULL, '0'); +INSERT INTO `t_role` VALUES (1, '管理员', '管理员', '2017-12-27 16:23:11', '2020-11-04 16:00:19', '', 'MrBird', NULL, NULL, '0'); INSERT INTO `t_role` VALUES (2, '注册用户', '可查看,新增,导出', '2019-01-04 14:11:28', '2020-09-14 15:15:25', '', 'MrBird', NULL, NULL, '0'); INSERT INTO `t_role` VALUES (3, '系统监控员', '负责系统监控模块', '2019-09-01 10:30:25', '2019-09-01 10:30:37', '', NULL, NULL, NULL, '0'); INSERT INTO `t_role` VALUES (4, '测试角色', '测试角色', '2020-03-08 19:16:01', '2020-04-13 11:26:13', '', NULL, NULL, NULL, '0'); @@ -984,11 +1093,6 @@ INSERT INTO `t_role_menu` VALUES (1, 164, '0'); INSERT INTO `t_role_menu` VALUES (1, 165, '0'); INSERT INTO `t_role_menu` VALUES (1, 166, '0'); INSERT INTO `t_role_menu` VALUES (1, 167, '0'); -INSERT INTO `t_role_menu` VALUES (1, 168, '0'); -INSERT INTO `t_role_menu` VALUES (1, 169, '0'); -INSERT INTO `t_role_menu` VALUES (1, 170, '0'); -INSERT INTO `t_role_menu` VALUES (1, 171, '0'); -INSERT INTO `t_role_menu` VALUES (1, 172, '0'); INSERT INTO `t_role_menu` VALUES (1, 173, '0'); INSERT INTO `t_role_menu` VALUES (1, 174, '0'); INSERT INTO `t_role_menu` VALUES (1, 175, '0'); @@ -1020,6 +1124,10 @@ INSERT INTO `t_role_menu` VALUES (1, 201, '0'); INSERT INTO `t_role_menu` VALUES (1, 202, '0'); INSERT INTO `t_role_menu` VALUES (1, 203, '0'); INSERT INTO `t_role_menu` VALUES (1, 204, '0'); +INSERT INTO `t_role_menu` VALUES (1, 205, '0'); +INSERT INTO `t_role_menu` VALUES (1, 206, '0'); +INSERT INTO `t_role_menu` VALUES (1, 207, '0'); +INSERT INTO `t_role_menu` VALUES (1, 208, '0'); INSERT INTO `t_role_menu` VALUES (2, 1, '0'); INSERT INTO `t_role_menu` VALUES (2, 3, '0'); INSERT INTO `t_role_menu` VALUES (2, 4, '0'); @@ -1136,7 +1244,7 @@ CREATE TABLE `t_user` ( -- ---------------------------- -- Records of t_user -- ---------------------------- -INSERT INTO `t_user` VALUES (1, 'MrBird', '$2a$10$gzhiUb1ldc1Rf3lka4k/WOoFKKGPepHSzJxzcPSN5/65SzkMdc.SK', 2, 'mrbird@qq.com', '17788888888', NULL, '1', '2020-10-30 12:00:33', '0', '1', 'white', 'gaOngJwsRYRaVAuXXcmB.png', NULL, '我是帅比作者。', '', '2019-06-14 20:39:22', NULL, '2020-04-15 16:00:32', NULL, '2020-10-30 12:00:08', '0'); +INSERT INTO `t_user` VALUES (1, 'MrBird', '$2a$10$gzhiUb1ldc1Rf3lka4k/WOoFKKGPepHSzJxzcPSN5/65SzkMdc.SK', 2, 'mrbird@qq.com', '17788888888', NULL, '1', '2022-03-08 10:30:02', '0', '1', 'white', 'gaOngJwsRYRaVAuXXcmB.png', NULL, '我是帅比作者。', '', '2019-06-14 20:39:22', NULL, '2020-04-15 16:00:32', NULL, '2022-03-08 10:29:59', '0'); INSERT INTO `t_user` VALUES (15, 'scott', '$2a$10$7tATi2STciLHnEgO/RfIxOYf2MQBu/SDVMRDs54rlSYVj2VmwwCHC', 5, 'scott@hotmail.com', '17720888888', NULL, '1', '2020-04-14 16:49:27', '2', NULL, NULL, 'BiazfanxmamNRoxxVxka.png', NULL, NULL, '', '2019-07-20 19:00:32', NULL, '2020-04-15 16:00:42', NULL, NULL, '0'); INSERT INTO `t_user` VALUES (16, 'Jane', '$2a$10$ECkfipOPY7hORVdlSzIOX.8hnig0shAZQPG8pQ7D5iVP.uVogmmHy', 4, 'Jane@hotmail.com', '13489898989', NULL, '1', '2019-09-01 10:32:27', '1', NULL, NULL, '2dd7a2d09fa94bf8b5c52e5318868b4d9.jpg', NULL, NULL, '', '2019-09-01 10:31:21', NULL, '2020-04-15 16:00:48', NULL, NULL, '0'); INSERT INTO `t_user` VALUES (18, '测试账号', '$2a$10$eVhcoFE1LyJ.c5ozlVhLlOfdoXJkbx4QES30DhwW1KeVBdk7/YeeG', 2, '123@123.com', '13881111111', NULL, '0', '2020-04-22 14:47:11', '2', NULL, NULL, 'default.jpg', NULL, NULL, '', '2020-04-22 14:02:25', NULL, '2020-06-28 10:08:46', 'MrBird', '2020-08-26 14:31:53', '1'); @@ -1196,6 +1304,22 @@ INSERT INTO `t_user_data_permission` VALUES (19, 5, '0'); INSERT INTO `t_user_data_permission` VALUES (19, 6, '0'); INSERT INTO `t_user_data_permission` VALUES (20, 4, '0'); +-- ---------------------------- +-- Table structure for t_user_position +-- ---------------------------- +DROP TABLE IF EXISTS `t_user_position`; +CREATE TABLE `t_user_position` ( + `ID` bigint(50) NOT NULL COMMENT '主键', + `USER_ID` bigint(20) NULL DEFAULT NULL COMMENT '用户id', + `POSITION_ID` bigint(20) NULL DEFAULT NULL COMMENT '岗位id', + `DELETED_FLAG` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, + PRIMARY KEY (`ID`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户岗位表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of t_user_position +-- ---------------------------- + -- ---------------------------- -- Table structure for t_user_role -- ---------------------------- diff --git a/febs-cloud/sql/febs_nacos.sql b/febs-cloud/sql/febs_nacos.sql deleted file mode 100644 index 5cffa9a..0000000 --- a/febs-cloud/sql/febs_nacos.sql +++ /dev/null @@ -1,309 +0,0 @@ -/* - Navicat Premium Data Transfer - - Source Server : localhost_mysql - Source Server Type : MySQL - Source Server Version : 50724 - Source Host : localhost:3306 - Source Schema : febs_nacos - - Target Server Type : MySQL - Target Server Version : 50724 - File Encoding : 65001 - - Date: 07/05/2020 15:19:28 -*/ - -SET NAMES utf8mb4; -SET FOREIGN_KEY_CHECKS = 0; - --- ---------------------------- --- Table structure for config_info --- ---------------------------- -DROP TABLE IF EXISTS `config_info`; -CREATE TABLE `config_info` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', - `data_id` varchar(255) COLLATE utf8_bin NOT NULL COMMENT 'data_id', - `group_id` varchar(255) COLLATE utf8_bin DEFAULT NULL, - `content` longtext COLLATE utf8_bin NOT NULL COMMENT 'content', - `md5` varchar(32) COLLATE utf8_bin DEFAULT NULL COMMENT 'md5', - `gmt_create` datetime NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '创建时间', - `gmt_modified` datetime NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '修改时间', - `src_user` text COLLATE utf8_bin COMMENT 'source user', - `src_ip` varchar(20) COLLATE utf8_bin DEFAULT NULL COMMENT 'source ip', - `app_name` varchar(128) COLLATE utf8_bin DEFAULT NULL, - `tenant_id` varchar(128) COLLATE utf8_bin DEFAULT '' COMMENT '租户字段', - `c_desc` varchar(256) COLLATE utf8_bin DEFAULT NULL, - `c_use` varchar(64) COLLATE utf8_bin DEFAULT NULL, - `effect` varchar(64) COLLATE utf8_bin DEFAULT NULL, - `type` varchar(64) COLLATE utf8_bin DEFAULT NULL, - `c_schema` text COLLATE utf8_bin, - PRIMARY KEY (`id`) USING BTREE, - UNIQUE KEY `uk_configinfo_datagrouptenant` (`data_id`,`group_id`,`tenant_id`) USING BTREE -) ENGINE=InnoDB AUTO_INCREMENT=103 DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='config_info'; - --- ---------------------------- --- Records of config_info --- ---------------------------- -BEGIN; -INSERT INTO `config_info` VALUES (8, 'febs-gateway.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 8301\r\nspring:\r\n cloud:\r\n gateway:\r\n globalcors:\r\n corsConfigurations:\r\n \'[/**]\':\r\n allowedOrigins: \"*\"\r\n allowedMethods: \"*\"\r\n allowedHeaders: \"*\"\r\n allowCredentials: true\r\n routes:\r\n - id: FEBS-Auth-Social\r\n uri: lb://FEBS-Auth\r\n predicates:\r\n - Path=/auth/social/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: socialfallback\r\n fallbackUri: forward:/fallback/FEBS-Auth\r\n - id: FEBS-Auth\r\n uri: lb://FEBS-Auth\r\n predicates:\r\n - Path=/auth/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: authfallback\r\n fallbackUri: forward:/fallback/FEBS-Auth \r\n - id: FEBS-Server-System\r\n uri: lb://FEBS-Server-System\r\n predicates:\r\n - Path=/system/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: systemfallback\r\n fallbackUri: forward:/fallback/FEBS-Server-System\r\n - id: FEBS-Server-Generator\r\n uri: lb://FEBS-Server-Generator\r\n predicates:\r\n - Path=/generator/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: generatorfallback\r\n fallbackUri: forward:/fallback/FEBS-Server-Generator\r\n - id: FEBS-Server-Job\r\n uri: lb://FEBS-Server-Job\r\n predicates:\r\n - Path=/job/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: jobfallback\r\n fallbackUri: forward:/fallback/FEBS-Server-Job\r\n - id: FEBS-Server-test\r\n uri: lb://FEBS-Server-Test\r\n predicates:\r\n - Path=/test/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: testfallback\r\n fallbackUri: forward:/fallback/FEBS-Server-Test\r\n loadbalancer:\r\n use404: true\r\n default-filters:\r\n - StripPrefix=1\r\n - FebsDocGatewayHeaderFilter\r\n autoconfigure:\r\n exclude: org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration,org.springframework.boot.autoconfigure.data.mongo.MongoReactiveRepositoriesAutoConfiguration,org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration\r\n \r\n# 网关增强配置\r\n # data:\r\n # mongodb:\r\n # host: ${mongo.url}\r\n # port: 27017\r\n # database: febs_cloud_route\r\n\r\n redis:\r\n database: 3\r\n host: ${redis.url}\r\n port: 6379\r\n lettuce:\r\n pool:\r\n min-idle: 8\r\n max-idle: 500\r\n max-active: 2000\r\n max-wait: 10000\r\n timeout: 5000\r\n\r\n# 网关增强配置\r\nfebs:\r\n gateway:\r\n enhance: false\r\n jwt:\r\n secret: 123456\r\n expiration: 36000\r\n doc:\r\n gateway:\r\n enable: true\r\n resources: \"FEBS-Server-System,FEBS-Server-Test,FEBS-Auth,FEBS-Server-Generator,FEBS-Server-Job\"\r\n\r\nhystrix:\r\n command:\r\n default:\r\n execution:\r\n isolation:\r\n thread:\r\n timeoutInMilliseconds: 10000\r\n socialfallback:\r\n execution:\r\n isolation:\r\n thread:\r\n timeoutInMilliseconds: 60000 \r\n\r\nribbon:\r\n eager-load:\r\n enabled: true\r\n\r\nmanagement:\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\n endpoints:\r\n web:\r\n exposure:\r\n include: health,info,gateway\r\n\r\n', 'b8834a3889e78dda34d04dddba0e4b58', '2019-09-18 10:37:02', '2020-04-19 10:48:42', NULL, '127.0.0.1', '', '', 'FEBS-Gateway微服务配置', 'null', 'null', 'yaml', 'null'); -INSERT INTO `config_info` VALUES (24, 'febs-server-test.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 8202\r\nspring:\r\n datasource:\r\n dynamic:\r\n p6spy: true\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 1800000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n primary: base\r\n datasource:\r\n base:\r\n username: root\r\n password: 123456\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/febs_cloud_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:8401\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n\r\nfeign:\r\n hystrix:\r\n enabled: true\r\n\r\nhystrix:\r\n shareSecurityContext: true\r\n command:\r\n default:\r\n execution:\r\n isolation:\r\n thread:\r\n timeoutInMilliseconds: 3000\r\nmybatis-plus:\r\n type-aliases-package: cc.mrbird.febs.common.core.entity.system\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\n\r\nsecurity:\r\n oauth2:\r\n resource:\r\n id: ${spring.application.name}\r\n user-info-uri: http://${febs-gateway}:8301/auth/user\r\n\r\ntx-lcn:\r\n client:\r\n manager-address: ${febs-tx-manager}:8888\r\n\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\nfebs:\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.server.test.controller\r\n description: ${febs.doc.title}\r\n name: MrBird\r\n email: 852252810@qq.com\r\n url: https://mrbird.cc\r\n version: 2.2-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/v2/api-docs,/v2/api-docs-ext', 'ce0dcf61f4921751f9cf6926aa2f0f88', '2019-09-19 10:17:25', '2020-04-18 10:10:50', NULL, '0:0:0:0:0:0:0:1', '', '', 'FEBS-Server-Test微服务配置', 'null', 'null', 'yaml', 'null'); -INSERT INTO `config_info` VALUES (29, 'febs-tx-manager.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 8501\r\nspring:\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:8401\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n datasource:\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/febs_cloud_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n username: root\r\n password: 123456\r\n redis:\r\n database: 0\r\n host: ${redis.url}\r\n port: 6379\r\n lettuce:\r\n pool:\r\n min-idle: 8\r\n max-idle: 500\r\n max-active: 2000\r\n max-wait: 10000\r\n timeout: 5000\r\n\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\n\r\ntx-lcn:\r\n manager:\r\n host: 0.0.0.0\r\n # TM监听Socket端口.\r\n port: 8888\r\n # TM控制台密码\r\n admin-key: 123456\r\n logger:\r\n # 开启日志记录\r\n enabled: true\r\n driver-class-name: ${spring.datasource.driver-class-name}\r\n jdbc-url: ${spring.datasource.url}\r\n username: ${spring.datasource.username}\r\n password: ${spring.datasource.password}', 'd0650331753a7507ca99d431c3face17', '2020-04-16 09:12:35', '2020-04-18 10:11:24', NULL, '0:0:0:0:0:0:0:1', '', '', 'null', 'null', 'null', 'yaml', 'null'); -INSERT INTO `config_info` VALUES (33, 'febs-server-generator.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 8203\r\nspring:\r\n datasource:\r\n dynamic:\r\n p6spy: true\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 1800000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n primary: base\r\n datasource:\r\n base:\r\n username: root\r\n password: 123456\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/febs_cloud_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:8401\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n\r\nmybatis-plus:\r\n type-aliases-package: cc.mrbird.febs.common.core.entity.system\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\n\r\nsecurity:\r\n oauth2:\r\n resource:\r\n id: ${spring.application.name}\r\n user-info-uri: http://${febs-gateway}:8301/auth/user\r\n\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\n\r\nfebs:\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.server.generator.controller\r\n description: ${febs.doc.title}\r\n name: MrBird\r\n email: 852252810@qq.com\r\n url: https://mrbird.cc\r\n version: 2.2-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/v2/api-docs,/v2/api-docs-ext', 'e6cc51aa230488d02a166b7de2a2e99f', '2020-04-16 11:03:11', '2020-04-19 10:55:06', NULL, '127.0.0.1', '', '', 'null', 'null', 'null', 'yaml', 'null'); -INSERT INTO `config_info` VALUES (35, 'febs-server-job.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 8204\r\nspring:\r\n jackson:\r\n date-format: yyyy-MM-dd HH:mm:ss\r\n time-zone: GMT+8\r\n datasource:\r\n dynamic:\r\n # 是否开启 SQL日志输出,生产环境建议关闭,有性能损耗\r\n p6spy: true\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 1800000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n # 配置默认数据源\r\n primary: base\r\n datasource:\r\n # 数据源-1,名称为 base\r\n base:\r\n username: root\r\n password: 123456\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/febs_cloud_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n # 数据源-2,名称为 job\r\n job:\r\n username: root\r\n password: 123456\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/febs_cloud_job?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:8401\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n\r\nmybatis-plus:\r\n type-aliases-package: cc.mrbird.febs.server.job.entity\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\n\r\nsecurity:\r\n oauth2:\r\n resource:\r\n id: ${spring.application.name}\r\n user-info-uri: http://${febs-gateway}:8301/auth/user\r\n\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\nfebs:\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.server.job.controller\r\n description: ${febs.doc.title}\r\n name: MrBird\r\n email: 852252810@qq.com\r\n url: https://mrbird.cc\r\n version: 2.2-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/v2/api-docs,/v2/api-docs-ext', 'bc5a3f62d3b16f47f4debc5e3ffc097f', '2020-04-16 11:31:54', '2020-04-19 10:55:21', NULL, '127.0.0.1', '', '', 'null', 'null', 'null', 'yaml', 'null'); -INSERT INTO `config_info` VALUES (38, 'febs-admin.yaml', 'DEFAULT_GROUP', 'server:\n port: 8401\n\nspring:\n security:\n user:\n name: febs\n password: 123456\n boot:\n admin:\n ui:\n title: ${spring.application.name}', '31a6f472776c2d374593f0ded91004af', '2020-04-16 13:56:54', '2020-04-16 13:56:54', NULL, '218.104.225.80', '', '', NULL, NULL, NULL, 'yaml', NULL); -INSERT INTO `config_info` VALUES (82, 'febs-server-system.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 8201\r\n \r\nspring:\r\n aop:\r\n proxy-target-class: true\r\n jackson:\r\n date-format: yyyy-MM-dd HH:mm:ss\r\n time-zone: GMT+8\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:8401\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n freemarker:\r\n check-template-location: false\r\n\r\n datasource:\r\n dynamic:\r\n p6spy: true\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 1800000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n primary: base\r\n datasource:\r\n base:\r\n username: root\r\n password: 123456\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/febs_cloud_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n\r\nmybatis-plus:\r\n type-aliases-package: cc.mrbird.febs.common.core.entity.system\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\nsecurity:\r\n oauth2:\r\n resource:\r\n id: ${spring.application.name}\r\n user-info-uri: http://${febs-gateway}:8301/auth/user\r\n\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\nfebs:\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.server.system.controller\r\n description: ${febs.doc.title}\r\n name: MrBird\r\n email: 852252810@qq.com\r\n url: https://mrbird.cc\r\n version: 2.2-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/v2/api-docs,/v2/api-docs-ext\r\ntx-lcn:\r\n client:\r\n manager-address: ${febs-tx-manager}:8888', 'b6952e120408775e7494f7e4f8bd7047', '2020-04-18 10:00:56', '2020-04-19 10:54:40', NULL, '127.0.0.1', '', '', 'FEBS-Server-System微服务配置', 'null', 'null', 'yaml', 'null'); -INSERT INTO `config_info` VALUES (83, 'febs-auth.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 8101\r\nspring:\r\n datasource:\r\n dynamic:\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 1800000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n primary: base\r\n datasource:\r\n base:\r\n username: root\r\n password: 123456\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/febs_cloud_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n\r\n jackson:\r\n date-format: yyyy-MM-dd HH:mm:ss\r\n time-zone: GMT+8\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:8401\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n\r\n redis:\r\n database: 0\r\n host: ${redis.url}\r\n port: 6379\r\n lettuce:\r\n pool:\r\n min-idle: 8\r\n max-idle: 500\r\n max-active: 2000\r\n max-wait: 10000\r\n timeout: 5000\r\nmybatis-plus:\r\n type-aliases-package: cc.mrbird.febs.common.core.entity.system\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\n\r\njustauth:\r\n enabled: true\r\n type:\r\n github:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n gitee:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n tencent_cloud:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n dingtalk:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n qq:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n microsoft:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n cache:\r\n type: redis\r\n prefix: \'FEBS::CLOUD::SOCIAL::STATE::\'\r\n timeout: 1h\r\n\r\nfebs:\r\n frontUrl: \'http://localhost:9527\'\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.auth.controller\r\n description: ${febs.doc.title}\r\n name: MrBird\r\n email: 852252810@qq.com\r\n url: https://mrbird.cc\r\n version: 2.2-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n only-fetch-by-gateway: false\r\n anon-uris: /actuator/**,/captcha,/social/**,/v2/api-docs,/v2/api-docs-ext,/login,/resource/**', '54c759d7da87b5c323593185e9c87b90', '2020-04-18 10:01:55', '2020-05-07 15:14:54', NULL, '0:0:0:0:0:0:0:1', '', '', 'FEBS-Auth微服务配置', 'null', 'null', 'yaml', 'null'); -COMMIT; - --- ---------------------------- --- Table structure for config_info_aggr --- ---------------------------- -DROP TABLE IF EXISTS `config_info_aggr`; -CREATE TABLE `config_info_aggr` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', - `data_id` varchar(255) COLLATE utf8_bin NOT NULL COMMENT 'data_id', - `group_id` varchar(255) COLLATE utf8_bin NOT NULL COMMENT 'group_id', - `datum_id` varchar(255) COLLATE utf8_bin NOT NULL COMMENT 'datum_id', - `content` longtext COLLATE utf8_bin NOT NULL COMMENT '内容', - `gmt_modified` datetime NOT NULL COMMENT '修改时间', - `app_name` varchar(128) COLLATE utf8_bin DEFAULT NULL, - `tenant_id` varchar(128) COLLATE utf8_bin DEFAULT '' COMMENT '租户字段', - PRIMARY KEY (`id`) USING BTREE, - UNIQUE KEY `uk_configinfoaggr_datagrouptenantdatum` (`data_id`,`group_id`,`tenant_id`,`datum_id`) USING BTREE -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='增加租户字段'; - --- ---------------------------- --- Records of config_info_aggr --- ---------------------------- -BEGIN; -COMMIT; - --- ---------------------------- --- Table structure for config_info_beta --- ---------------------------- -DROP TABLE IF EXISTS `config_info_beta`; -CREATE TABLE `config_info_beta` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', - `data_id` varchar(255) COLLATE utf8_bin NOT NULL COMMENT 'data_id', - `group_id` varchar(128) COLLATE utf8_bin NOT NULL COMMENT 'group_id', - `app_name` varchar(128) COLLATE utf8_bin DEFAULT NULL COMMENT 'app_name', - `content` longtext COLLATE utf8_bin NOT NULL COMMENT 'content', - `beta_ips` varchar(1024) COLLATE utf8_bin DEFAULT NULL COMMENT 'betaIps', - `md5` varchar(32) COLLATE utf8_bin DEFAULT NULL COMMENT 'md5', - `gmt_create` datetime NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '创建时间', - `gmt_modified` datetime NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '修改时间', - `src_user` text COLLATE utf8_bin COMMENT 'source user', - `src_ip` varchar(20) COLLATE utf8_bin DEFAULT NULL COMMENT 'source ip', - `tenant_id` varchar(128) COLLATE utf8_bin DEFAULT '' COMMENT '租户字段', - PRIMARY KEY (`id`) USING BTREE, - UNIQUE KEY `uk_configinfobeta_datagrouptenant` (`data_id`,`group_id`,`tenant_id`) USING BTREE -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='config_info_beta'; - --- ---------------------------- --- Records of config_info_beta --- ---------------------------- -BEGIN; -COMMIT; - --- ---------------------------- --- Table structure for config_info_tag --- ---------------------------- -DROP TABLE IF EXISTS `config_info_tag`; -CREATE TABLE `config_info_tag` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', - `data_id` varchar(255) COLLATE utf8_bin NOT NULL COMMENT 'data_id', - `group_id` varchar(128) COLLATE utf8_bin NOT NULL COMMENT 'group_id', - `tenant_id` varchar(128) COLLATE utf8_bin DEFAULT '' COMMENT 'tenant_id', - `tag_id` varchar(128) COLLATE utf8_bin NOT NULL COMMENT 'tag_id', - `app_name` varchar(128) COLLATE utf8_bin DEFAULT NULL COMMENT 'app_name', - `content` longtext COLLATE utf8_bin NOT NULL COMMENT 'content', - `md5` varchar(32) COLLATE utf8_bin DEFAULT NULL COMMENT 'md5', - `gmt_create` datetime NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '创建时间', - `gmt_modified` datetime NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '修改时间', - `src_user` text COLLATE utf8_bin COMMENT 'source user', - `src_ip` varchar(20) COLLATE utf8_bin DEFAULT NULL COMMENT 'source ip', - PRIMARY KEY (`id`) USING BTREE, - UNIQUE KEY `uk_configinfotag_datagrouptenanttag` (`data_id`,`group_id`,`tenant_id`,`tag_id`) USING BTREE -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='config_info_tag'; - --- ---------------------------- --- Records of config_info_tag --- ---------------------------- -BEGIN; -COMMIT; - --- ---------------------------- --- Table structure for config_tags_relation --- ---------------------------- -DROP TABLE IF EXISTS `config_tags_relation`; -CREATE TABLE `config_tags_relation` ( - `id` bigint(20) NOT NULL COMMENT 'id', - `tag_name` varchar(128) COLLATE utf8_bin NOT NULL COMMENT 'tag_name', - `tag_type` varchar(64) COLLATE utf8_bin DEFAULT NULL COMMENT 'tag_type', - `data_id` varchar(255) COLLATE utf8_bin NOT NULL COMMENT 'data_id', - `group_id` varchar(128) COLLATE utf8_bin NOT NULL COMMENT 'group_id', - `tenant_id` varchar(128) COLLATE utf8_bin DEFAULT '' COMMENT 'tenant_id', - `nid` bigint(20) NOT NULL AUTO_INCREMENT, - PRIMARY KEY (`nid`) USING BTREE, - UNIQUE KEY `uk_configtagrelation_configidtag` (`id`,`tag_name`,`tag_type`) USING BTREE, - KEY `idx_tenant_id` (`tenant_id`) USING BTREE -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='config_tag_relation'; - --- ---------------------------- --- Records of config_tags_relation --- ---------------------------- -BEGIN; -COMMIT; - --- ---------------------------- --- Table structure for group_capacity --- ---------------------------- -DROP TABLE IF EXISTS `group_capacity`; -CREATE TABLE `group_capacity` ( - `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键ID', - `group_id` varchar(128) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'Group ID,空字符表示整个集群', - `quota` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '配额,0表示使用默认值', - `usage` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '使用量', - `max_size` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '单个配置大小上限,单位为字节,0表示使用默认值', - `max_aggr_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '聚合子配置最大个数,,0表示使用默认值', - `max_aggr_size` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '单个聚合数据的子配置大小上限,单位为字节,0表示使用默认值', - `max_history_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最大变更历史数量', - `gmt_create` datetime NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '创建时间', - `gmt_modified` datetime NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '修改时间', - PRIMARY KEY (`id`) USING BTREE, - UNIQUE KEY `uk_group_id` (`group_id`) USING BTREE -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='集群、各Group容量信息表'; - --- ---------------------------- --- Records of group_capacity --- ---------------------------- -BEGIN; -COMMIT; - --- ---------------------------- --- Table structure for his_config_info --- ---------------------------- -DROP TABLE IF EXISTS `his_config_info`; -CREATE TABLE `his_config_info` ( - `id` bigint(64) unsigned NOT NULL, - `nid` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `data_id` varchar(255) COLLATE utf8_bin NOT NULL, - `group_id` varchar(128) COLLATE utf8_bin NOT NULL, - `app_name` varchar(128) COLLATE utf8_bin DEFAULT NULL COMMENT 'app_name', - `content` longtext COLLATE utf8_bin NOT NULL, - `md5` varchar(32) COLLATE utf8_bin DEFAULT NULL, - `gmt_create` datetime NOT NULL DEFAULT '2010-05-05 00:00:00', - `gmt_modified` datetime NOT NULL DEFAULT '2010-05-05 00:00:00', - `src_user` text COLLATE utf8_bin, - `src_ip` varchar(20) COLLATE utf8_bin DEFAULT NULL, - `op_type` char(10) COLLATE utf8_bin DEFAULT NULL, - `tenant_id` varchar(128) COLLATE utf8_bin DEFAULT '' COMMENT '租户字段', - PRIMARY KEY (`nid`) USING BTREE, - KEY `idx_gmt_create` (`gmt_create`) USING BTREE, - KEY `idx_gmt_modified` (`gmt_modified`) USING BTREE, - KEY `idx_did` (`data_id`) USING BTREE -) ENGINE=InnoDB AUTO_INCREMENT=86 DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='多租户改造'; - --- ---------------------------- --- Records of his_config_info --- ---------------------------- -BEGIN; -INSERT INTO `his_config_info` VALUES (83, 85, 'febs-auth.yaml', 'DEFAULT_GROUP', '', 'server:\r\n port: 8101\r\nspring:\r\n datasource:\r\n dynamic:\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 1800000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n primary: base\r\n datasource:\r\n base:\r\n username: root\r\n password: 123456\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/febs_cloud_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n\r\n jackson:\r\n date-format: yyyy-MM-dd HH:mm:ss\r\n time-zone: GMT+8\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:8401\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n\r\n redis:\r\n database: 0\r\n host: ${redis.url}\r\n port: 6379\r\n lettuce:\r\n pool:\r\n min-idle: 8\r\n max-idle: 500\r\n max-active: 2000\r\n max-wait: 10000\r\n timeout: 5000\r\nmybatis-plus:\r\n type-aliases-package: cc.mrbird.febs.common.core.entity.system\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\n\r\njustauth:\r\n enabled: true\r\n type:\r\n github:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n gitee:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n tencent_cloud:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n dingtalk:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n qq:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n microsoft:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n cache:\r\n type: redis\r\n prefix: \'FEBS::CLOUD::SOCIAL::STATE::\'\r\n timeout: 1h\r\n\r\nfebs:\r\n frontUrl: \'http://localhost:9527\'\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.auth.controller\r\n description: ${febs.doc.title}\r\n name: MrBird\r\n email: 852252810@qq.com\r\n url: https://mrbird.cc\r\n version: 2.2-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/captcha,/social/**,/v2/api-docs,/v2/api-docs-ext', '7b15f74be22544569e21900500d08703', '2010-05-05 00:00:00', '2020-05-07 15:14:54', NULL, '0:0:0:0:0:0:0:1', 'U', ''); -COMMIT; - --- ---------------------------- --- Table structure for roles --- ---------------------------- -DROP TABLE IF EXISTS `roles`; -CREATE TABLE `roles` ( - `username` varchar(50) NOT NULL, - `role` varchar(50) NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; - --- ---------------------------- --- Records of roles --- ---------------------------- -BEGIN; -INSERT INTO `roles` VALUES ('febs', 'ROLE_ADMIN'); -COMMIT; - --- ---------------------------- --- Table structure for tenant_capacity --- ---------------------------- -DROP TABLE IF EXISTS `tenant_capacity`; -CREATE TABLE `tenant_capacity` ( - `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键ID', - `tenant_id` varchar(128) COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'Tenant ID', - `quota` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '配额,0表示使用默认值', - `usage` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '使用量', - `max_size` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '单个配置大小上限,单位为字节,0表示使用默认值', - `max_aggr_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '聚合子配置最大个数', - `max_aggr_size` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '单个聚合数据的子配置大小上限,单位为字节,0表示使用默认值', - `max_history_count` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最大变更历史数量', - `gmt_create` datetime NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '创建时间', - `gmt_modified` datetime NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '修改时间', - PRIMARY KEY (`id`) USING BTREE, - UNIQUE KEY `uk_tenant_id` (`tenant_id`) USING BTREE -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='租户容量信息表'; - --- ---------------------------- --- Records of tenant_capacity --- ---------------------------- -BEGIN; -COMMIT; - --- ---------------------------- --- Table structure for tenant_info --- ---------------------------- -DROP TABLE IF EXISTS `tenant_info`; -CREATE TABLE `tenant_info` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', - `kp` varchar(128) COLLATE utf8_bin NOT NULL COMMENT 'kp', - `tenant_id` varchar(128) COLLATE utf8_bin DEFAULT '' COMMENT 'tenant_id', - `tenant_name` varchar(128) COLLATE utf8_bin DEFAULT '' COMMENT 'tenant_name', - `tenant_desc` varchar(256) COLLATE utf8_bin DEFAULT NULL COMMENT 'tenant_desc', - `create_source` varchar(32) COLLATE utf8_bin DEFAULT NULL COMMENT 'create_source', - `gmt_create` bigint(20) NOT NULL COMMENT '创建时间', - `gmt_modified` bigint(20) NOT NULL COMMENT '修改时间', - PRIMARY KEY (`id`) USING BTREE, - UNIQUE KEY `uk_tenant_info_kptenantid` (`kp`,`tenant_id`) USING BTREE, - KEY `idx_tenant_id` (`tenant_id`) USING BTREE -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin ROW_FORMAT=DYNAMIC COMMENT='tenant_info'; - --- ---------------------------- --- Records of tenant_info --- ---------------------------- -BEGIN; -COMMIT; - --- ---------------------------- --- Table structure for users --- ---------------------------- -DROP TABLE IF EXISTS `users`; -CREATE TABLE `users` ( - `username` varchar(50) NOT NULL, - `password` varchar(500) NOT NULL, - `enabled` tinyint(1) NOT NULL, - PRIMARY KEY (`username`) USING BTREE -) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC; - --- ---------------------------- --- Records of users --- ---------------------------- -BEGIN; -INSERT INTO `users` VALUES ('febs', '$2a$10$NJRJ.JUIUVX5suXNFRuOFezX5nzQLxl86OyMNnA7yxH1zr94H/gBS', 1); -COMMIT; - --- ---------------------------- --- Table structure for permissions --- ---------------------------- -DROP TABLE IF EXISTS `permissions`; -CREATE TABLE `permissions` ( - `role` varchar(50) NOT NULL, - `resource` varchar(512) NOT NULL, - `action` varchar(8) NOT NULL, - UNIQUE KEY `uk_role_permission` (`role`,`resource`,`action`) USING BTREE -) ENGINE=InnoDB DEFAULT CHARSET=utf8; - -SET FOREIGN_KEY_CHECKS = 1; diff --git a/febs-cloud/sql/febs_nacos_dev.sql b/febs-cloud/sql/febs_nacos_dev.sql new file mode 100644 index 0000000..b7bb325 --- /dev/null +++ b/febs-cloud/sql/febs_nacos_dev.sql @@ -0,0 +1,291 @@ +/* + Navicat Premium Data Transfer + + Source Server : 57 + Source Server Type : MySQL + Source Server Version : 50728 + Source Host : 192.168.11.57:3306 + Source Schema : febs_nacos_dev + + Target Server Type : MySQL + Target Server Version : 50728 + File Encoding : 65001 + + Date: 08/03/2022 14:22:18 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for config_info +-- ---------------------------- +DROP TABLE IF EXISTS `config_info`; +CREATE TABLE `config_info` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', + `data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'data_id', + `group_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL, + `content` longtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'content', + `md5` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'md5', + `gmt_create` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '创建时间', + `gmt_modified` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '修改时间', + `src_user` text CHARACTER SET utf8 COLLATE utf8_bin NULL COMMENT 'source user', + `src_ip` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'source ip', + `app_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL, + `tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT '' COMMENT '租户字段', + `c_desc` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL, + `c_use` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL, + `effect` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL, + `type` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL, + `c_schema` text CHARACTER SET utf8 COLLATE utf8_bin NULL, + PRIMARY KEY (`id`) USING BTREE, + UNIQUE INDEX `uk_configinfo_datagrouptenant`(`data_id`, `group_id`, `tenant_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 120 CHARACTER SET = utf8 COLLATE = utf8_bin COMMENT = 'config_info' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of config_info +-- ---------------------------- +INSERT INTO `config_info` VALUES (104, 'admin.yaml', 'DEFAULT_GROUP', 'server:\n port: 9003\n\nspring:\n security:\n user:\n name: febs\n password: 123456\n boot:\n admin:\n ui:\n title: ${spring.application.name}', '7cc7356958a03ddf665bfcc377647576', '2021-06-25 14:30:58', '2021-06-25 14:30:58', NULL, '0:0:0:0:0:0:0:1', '', '3eb2a58b-d98b-40e9-9329-aae4dfac40b9', NULL, NULL, NULL, 'yaml', NULL); +INSERT INTO `config_info` VALUES (105, 'auth.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 9002\r\nspring:\r\n datasource:\r\n dynamic:\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 1800000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n primary: base\r\n datasource:\r\n base:\r\n username: root\r\n password: root\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/target_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n\r\n jackson:\r\n date-format: yyyy-MM-dd HH:mm:ss\r\n time-zone: GMT+8\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:9003\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n\r\n redis:\r\n database: 10\r\n host: ${redis.url}\r\n port: 6379\r\n password: redis\r\n lettuce:\r\n pool:\r\n min-idle: 8\r\n max-idle: 500\r\n max-active: 2000\r\n max-wait: 10000\r\n timeout: 5000\r\nmybatis-plus:\r\n type-aliases-package: cc.mrbird.febs.common.core.entity.system\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\n\r\njustauth:\r\n enabled: true\r\n type:\r\n github:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n gitee:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n tencent_cloud:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n dingtalk:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n qq:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n microsoft:\r\n client-id: \r\n client-secret: \r\n redirect-uri: \r\n cache:\r\n type: redis\r\n prefix: \'FEBS::CLOUD::SOCIAL::STATE::\'\r\n timeout: 1h\r\n\r\nfebs:\r\n frontUrl: \'http://192.168.11.193:9528\'\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.auth.controller\r\n description: ${febs.doc.title}\r\n name: HNII-DEV\r\n email: \r\n url: https://\r\n version: 2.0-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/captcha,/social/**,/v2/api-docs,/v2/api-docs-ext,/fastdfs/download\r\nunifiedAuth: false ', '93b6b4505387b27c5b46ffd22bff77f5', '2021-06-25 14:30:58', '2021-11-10 15:50:07', NULL, '192.168.11.183', '', '3eb2a58b-d98b-40e9-9329-aae4dfac40b9', 'null', 'null', 'null', 'yaml', 'null'); +INSERT INTO `config_info` VALUES (106, 'gateway.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 9001\r\nspring:\r\n cloud:\r\n gateway:\r\n globalcors:\r\n corsConfigurations:\r\n \'[/**]\':\r\n allowedOrigins: \"*\"\r\n allowedMethods: \"*\"\r\n allowedHeaders: \"*\"\r\n allowCredentials: true\r\n routes:\r\n - id: Target-Auth\r\n uri: lb://Target-Auth\r\n predicates:\r\n - Path=/auth/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: authfallback\r\n fallbackUri: forward:/fallback/FEBS-Auth \r\n - id: Target-Server-System\r\n uri: lb://Target-Server-System\r\n predicates:\r\n - Path=/system/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: systemfallback\r\n fallbackUri: forward:/fallback/FEBS-Server-System\r\n - id: Target-Server-Generator\r\n uri: lb://Target-Server-Generator\r\n predicates:\r\n - Path=/generator/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: generatorfallback\r\n fallbackUri: forward:/fallback/FEBS-Server-Generator\r\n - id: Target-Server-Job\r\n uri: lb://Target-Server-Job\r\n predicates:\r\n - Path=/job/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: jobfallback\r\n fallbackUri: forward:/fallback/Target-Server-Job\r\n - id: FEBS-Server-test\r\n uri: lb://Target-Server-Test\r\n predicates:\r\n - Path=/test/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: testfallback\r\n fallbackUri: forward:/fallback/FEBS-Server-Test\r\n - id: Target-Server\r\n uri: lb://Target-Server\r\n predicates:\r\n - Path=/target/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: targetfallback\r\n fallbackUri: forward:/fallback/Target-Server\r\n - id: Target-Server-FastDFS\r\n uri: lb://Target-Server-FastDFS\r\n predicates:\r\n - Path=/fastdfs/**\r\n filters:\r\n - name: Hystrix\r\n args:\r\n name: fastdfsfallback\r\n fallbackUri: forward:/fallback/FEBS-Server-FastDFS\r\n loadbalancer:\r\n use404: true\r\n default-filters:\r\n - StripPrefix=1\r\n - FebsDocGatewayHeaderFilter\r\n # autoconfigure:\r\n # exclude: org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration,org.springframework.boot.autoconfigure.data.mongo.MongoReactiveRepositoriesAutoConfiguration,org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration\r\n config:\r\n allow-override: true\r\n overrideNone: true\r\n overrideSystemProperties: false\r\n# 网关增强配置\r\n data:\r\n mongodb:\r\n host: ${mongo.url}\r\n port: 27017\r\n database: post-target_route\r\n\r\n redis:\r\n database: 1\r\n host: ${redis.url}\r\n port: 6379\r\n password: redis\r\n lettuce:\r\n pool:\r\n min-idle: 8\r\n max-idle: 500\r\n max-active: 2000\r\n max-wait: 10000\r\n timeout: 5000\r\n security:\r\n user:\r\n name: admin\r\n password: admin\r\n\r\n# 网关增强配置\r\nfebs:\r\n gateway:\r\n enhance: true\r\n jwt:\r\n secret: 123456\r\n expiration: 36000\r\n doc:\r\n gateway:\r\n enable: true\r\n resources: \"FEBS-Server-Job1\"\r\n\r\nhystrix:\r\n command:\r\n default:\r\n execution:\r\n isolation:\r\n thread:\r\n timeoutInMilliseconds: 10000\r\n socialfallback:\r\n execution:\r\n isolation:\r\n thread:\r\n timeoutInMilliseconds: 60000 \r\n\r\nribbon:\r\n eager-load:\r\n enabled: true\r\n\r\nmanagement:\r\n endpoints:\r\n enabled-by-default: false\r\n endpoint:\r\n info:\r\n enabled: false ', 'df798e6c32535efc426e7c80aac74bb1', '2021-06-25 14:30:58', '2021-11-10 17:26:25', NULL, '192.168.11.183', '', '3eb2a58b-d98b-40e9-9329-aae4dfac40b9', 'null', 'null', 'null', 'yaml', 'null'); +INSERT INTO `config_info` VALUES (107, 'server-fastdfs.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 9004\r\n tomcat:\r\n max-swallow-size: 100MB\r\nconfig:\r\n info: dddds\r\nspring:\r\n aop:\r\n proxy-target-class: true\r\n jackson:\r\n date-format: yyyy-MM-dd HH:mm:ss\r\n time-zone: GMT+8\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:9003\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n freemarker:\r\n check-template-location: false\r\n servlet:\r\n multipart:\r\n enabled: true\r\n max-file-size: 30MB\r\n max-request-size: 50MB \r\n mvc:\r\n async:\r\n request-timeout: 20000\r\nsecurity:\r\n oauth2:\r\n resource:\r\n id: ${spring.application.name}\r\n user-info-uri: http://${febs-gateway}:9001/auth/user\r\n\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\nfebs:\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.server.fastdfs.controller\r\n description: ${febs.doc.title}\r\n name: HNII-DEV\r\n email: \r\n url: https://\r\n version: 2.0-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/v2/api-docs,/v2/api-docs-ext,/download/**\r\nfdfs:\r\n tracker_server: 192.168.11.202:22122', 'e29293b51a883ea3314e950601c61398', '2021-06-25 14:30:58', '2021-11-29 12:23:33', NULL, '192.168.11.183', '', '3eb2a58b-d98b-40e9-9329-aae4dfac40b9', 'null', 'null', 'null', 'yaml', 'null'); +INSERT INTO `config_info` VALUES (108, 'server-generator.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 9011\r\nspring:\r\n datasource:\r\n dynamic:\r\n p6spy: true\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 1800000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n primary: base\r\n datasource:\r\n base:\r\n username: root\r\n password: root\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/target_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n base2:\r\n username: root\r\n password: root\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/target_business?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8 \r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:9003\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n\r\nmybatis-plus:\r\n type-aliases-package: cc.mrbird.febs.common.core.entity.system\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\n\r\nsecurity:\r\n oauth2:\r\n resource:\r\n id: ${spring.application.name}\r\n user-info-uri: http://${febs-gateway}:9001/auth/user\r\n\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\n\r\nfebs:\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.server.generator.controller\r\n description: ${febs.doc.title}\r\n name: HNII-DEV\r\n email: \r\n url: https://\r\n version: 2.0-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/v2/api-docs,/v2/api-docs-ext', '6fcbd16d0111135d491de1674f480bf0', '2021-06-25 14:30:58', '2021-11-10 15:39:53', NULL, '192.168.11.183', '', '3eb2a58b-d98b-40e9-9329-aae4dfac40b9', 'null', 'null', 'null', 'yaml', 'null'); +INSERT INTO `config_info` VALUES (109, 'server-job.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 9006\r\nspring:\r\n jackson:\r\n date-format: yyyy-MM-dd HH:mm:ss\r\n time-zone: GMT+8\r\n datasource:\r\n dynamic:\r\n # 是否开启 SQL日志输出,生产环境建议关闭,有性能损耗\r\n p6spy: true\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 1800000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n # 配置默认数据源\r\n primary: base\r\n datasource:\r\n # 数据源-1,名称为 base\r\n base:\r\n username: root\r\n password: root\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/target_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n # 数据源-2,名称为 job\r\n job:\r\n username: root\r\n password: root\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/target_job?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n business:\r\n username: root\r\n password: root\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/target_business?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8&allowMultiQueries=true \r\n\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:9003\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n\r\nmybatis-plus:\r\n type-aliases-package: cc.mrbird.febs.server.job.entity,com.hnii.server.targetjudge.entity\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\n\r\nsecurity:\r\n oauth2:\r\n resource:\r\n id: ${spring.application.name}\r\n user-info-uri: http://${febs-gateway}:9001/auth/user\r\n\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\nfebs:\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.server.job.controller\r\n description: ${febs.doc.title}\r\n name: HNII-DEV\r\n email: \r\n url: https://\r\n version: 2.0-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/v2/api-docs,/v2/api-docs-ext', '99c1ddbe5c92f7918d900357d3451f14', '2021-06-25 14:30:58', '2021-11-10 15:40:24', NULL, '192.168.11.183', '', '3eb2a58b-d98b-40e9-9329-aae4dfac40b9', 'null', 'null', 'null', 'yaml', 'null'); +INSERT INTO `config_info` VALUES (110, 'server-system.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 9005\r\n \r\nspring:\r\n aop:\r\n proxy-target-class: true\r\n jackson:\r\n date-format: yyyy-MM-dd HH:mm:ss\r\n time-zone: GMT+8\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:9003\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n freemarker:\r\n check-template-location: false\r\n\r\n datasource:\r\n dynamic:\r\n p6spy: true\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 50000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n primary: base\r\n datasource:\r\n base:\r\n username: root\r\n password: root\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/target_base?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8\r\n redis:\r\n database: 10\r\n host: ${redis.url}\r\n port: 6379\r\n password: redis\r\n lettuce:\r\n pool:\r\n min-idle: 8\r\n max-idle: 500\r\n max-active: 2000\r\n max-wait: 10000\r\n timeout: 5000\r\nmybatis-plus:\r\n type-aliases-package: cc.mrbird.febs.common.core.entity.system\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\nsecurity:\r\n oauth2:\r\n resource:\r\n id: ${spring.application.name}\r\n user-info-uri: http://${febs-gateway}:9001/auth/user\r\n\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\nfebs:\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.server.system.controller\r\n description: ${febs.doc.title}\r\n name: HNII-DEV\r\n email: \r\n url: https://\r\n version: 2.0-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/v2/api-docs,/v2/api-docs-ext,/wx/**,/dept/**\r\n#tx-lcn:\r\n# client:\r\n# manager-address: ${febs-tx-manager}:9008', 'f9c7d36f0632748d40598724d803f51f', '2021-06-25 14:30:58', '2021-11-10 15:40:45', NULL, '192.168.11.183', '', '3eb2a58b-d98b-40e9-9329-aae4dfac40b9', 'null', 'null', 'null', 'yaml', 'null'); +INSERT INTO `config_info` VALUES (111, 'server-target.yaml', 'DEFAULT_GROUP', 'server:\r\n port: 9010\r\n \r\nspring:\r\n aop:\r\n proxy-target-class: true\r\n jackson:\r\n date-format: yyyy-MM-dd HH:mm:ss\r\n time-zone: GMT+8\r\n boot:\r\n admin:\r\n client:\r\n url: http://${febs-admin}:9003\r\n username: febs\r\n password: 123456\r\n instance:\r\n prefer-ip: true\r\n freemarker:\r\n check-template-location: false\r\n servlet:\r\n multipart:\r\n enabled: true\r\n max-file-size: 15MB\r\n max-request-size: 50MB\r\n redis:\r\n database: 10\r\n host: ${redis.url}\r\n port: 6379\r\n password: redis\r\n lettuce:\r\n pool:\r\n min-idle: 8\r\n max-idle: 500\r\n max-active: 2000\r\n max-wait: 10000\r\n timeout: 5000 \r\n datasource:\r\n dynamic:\r\n p6spy: true\r\n hikari:\r\n connection-timeout: 30000\r\n max-lifetime: 50000\r\n max-pool-size: 15\r\n min-idle: 5\r\n connection-test-query: select 1\r\n pool-name: FebsHikariCP\r\n primary: base\r\n datasource:\r\n base:\r\n username: root\r\n password: root\r\n driver-class-name: com.mysql.cj.jdbc.Driver\r\n url: jdbc:mysql://${mysql.url}:3306/target_business?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8&allowMultiQueries=true\r\n \r\nmybatis-plus:\r\n type-aliases-package: com.hnii.server.targetjudge.entity,cc.mrbird.febs.common.core.entity.system\r\n mapper-locations: classpath:mapper/*.xml\r\n configuration:\r\n jdbc-type-for-null: null\r\n global-config:\r\n banner: false\r\n\r\nfeign:\r\n hystrix:\r\n enabled: true\r\n\r\nhystrix:\r\n shareSecurityContext: true\r\n command:\r\n default:\r\n execution:\r\n isolation:\r\n thread:\r\n timeoutInMilliseconds: 30000 \r\nsecurity:\r\n oauth2:\r\n resource:\r\n id: ${spring.application.name}\r\n user-info-uri: http://${febs-gateway}:9001/auth/user\r\n\r\ninfo:\r\n app:\r\n name: ${spring.application.name}\r\n description: \"@project.description@\"\r\n version: \"@project.version@\"\r\n\r\nmanagement:\r\n endpoints:\r\n web:\r\n exposure:\r\n include: \'*\'\r\n endpoint:\r\n health:\r\n show-details: ALWAYS\r\nfebs:\r\n server:\r\n wx:\r\n anon-uris: login/login,login/updateuser,login/grlogin,login/bindPhone\r\n httpsConvert: false\r\n target:\r\n imgurl: https://f3v2109198.xicp.fun/\r\n FrBiUrl: \r\n FrBiUrl_inner:\r\n hniiReportUrl: https://f3v2109198.xicp.fun/report/\r\n doc:\r\n enable: true\r\n title: ${spring.application.name}文档\r\n base-package: cc.mrbird.febs.server.aiestate.controller\r\n description: ${febs.doc.title}\r\n name: HNII-DEV\r\n email: \r\n url: https://\r\n version: 2.0-RELEASE\r\n cloud:\r\n security:\r\n enable: true\r\n anon-uris: /actuator/**,/v2/api-docs,/v2/api-docs-ext,/wx/**,/zdLog/**,/zdZb/**,/zdBggj/**,/zbgl/**,/zdBgxq/**,/message/**,/zdTx/** \r\n#tx-lcn:\r\n# client:\r\n# manager-address: ${febs-tx-manager}:8888\r\n\r\nwx:\r\n corpid: wwf7b93a4a2726066a\r\n corpsecret: f4uHbre4kl9JhJfcU1EFUXMsL0apww6vMwtX_gEI8D4\r\n agentid: 1000003\r\n appid: wx1c56407048f6f4d9\r\n appsecret: b4b15f8fa77dca8b274020c153134897', '1c7961d1797c5d21856a357c7a9e7eaf', '2021-06-25 14:30:58', '2021-12-30 11:46:29', NULL, '192.168.11.204', '', '3eb2a58b-d98b-40e9-9329-aae4dfac40b9', 'null', 'null', 'null', 'yaml', 'null'); + +-- ---------------------------- +-- Table structure for config_info_aggr +-- ---------------------------- +DROP TABLE IF EXISTS `config_info_aggr`; +CREATE TABLE `config_info_aggr` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', + `data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'data_id', + `group_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'group_id', + `datum_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'datum_id', + `content` longtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT '内容', + `gmt_modified` datetime(0) NOT NULL COMMENT '修改时间', + `app_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL, + `tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT '' COMMENT '租户字段', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE INDEX `uk_configinfoaggr_datagrouptenantdatum`(`data_id`, `group_id`, `tenant_id`, `datum_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_bin COMMENT = '增加租户字段' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of config_info_aggr +-- ---------------------------- + +-- ---------------------------- +-- Table structure for config_info_beta +-- ---------------------------- +DROP TABLE IF EXISTS `config_info_beta`; +CREATE TABLE `config_info_beta` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', + `data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'data_id', + `group_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'group_id', + `app_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'app_name', + `content` longtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'content', + `beta_ips` varchar(1024) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'betaIps', + `md5` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'md5', + `gmt_create` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '创建时间', + `gmt_modified` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '修改时间', + `src_user` text CHARACTER SET utf8 COLLATE utf8_bin NULL COMMENT 'source user', + `src_ip` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'source ip', + `tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT '' COMMENT '租户字段', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE INDEX `uk_configinfobeta_datagrouptenant`(`data_id`, `group_id`, `tenant_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_bin COMMENT = 'config_info_beta' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of config_info_beta +-- ---------------------------- + +-- ---------------------------- +-- Table structure for config_info_tag +-- ---------------------------- +DROP TABLE IF EXISTS `config_info_tag`; +CREATE TABLE `config_info_tag` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', + `data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'data_id', + `group_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'group_id', + `tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT '' COMMENT 'tenant_id', + `tag_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'tag_id', + `app_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'app_name', + `content` longtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'content', + `md5` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'md5', + `gmt_create` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '创建时间', + `gmt_modified` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '修改时间', + `src_user` text CHARACTER SET utf8 COLLATE utf8_bin NULL COMMENT 'source user', + `src_ip` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'source ip', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE INDEX `uk_configinfotag_datagrouptenanttag`(`data_id`, `group_id`, `tenant_id`, `tag_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_bin COMMENT = 'config_info_tag' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of config_info_tag +-- ---------------------------- + +-- ---------------------------- +-- Table structure for config_tags_relation +-- ---------------------------- +DROP TABLE IF EXISTS `config_tags_relation`; +CREATE TABLE `config_tags_relation` ( + `id` bigint(20) NOT NULL COMMENT 'id', + `tag_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'tag_name', + `tag_type` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'tag_type', + `data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'data_id', + `group_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'group_id', + `tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT '' COMMENT 'tenant_id', + `nid` bigint(20) NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`nid`) USING BTREE, + UNIQUE INDEX `uk_configtagrelation_configidtag`(`id`, `tag_name`, `tag_type`) USING BTREE, + INDEX `idx_tenant_id`(`tenant_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_bin COMMENT = 'config_tag_relation' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of config_tags_relation +-- ---------------------------- + +-- ---------------------------- +-- Table structure for group_capacity +-- ---------------------------- +DROP TABLE IF EXISTS `group_capacity`; +CREATE TABLE `group_capacity` ( + `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '主键ID', + `group_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'Group ID,空字符表示整个集群', + `quota` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '配额,0表示使用默认值', + `usage` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '使用量', + `max_size` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '单个配置大小上限,单位为字节,0表示使用默认值', + `max_aggr_count` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '聚合子配置最大个数,,0表示使用默认值', + `max_aggr_size` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '单个聚合数据的子配置大小上限,单位为字节,0表示使用默认值', + `max_history_count` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '最大变更历史数量', + `gmt_create` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '创建时间', + `gmt_modified` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '修改时间', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE INDEX `uk_group_id`(`group_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_bin COMMENT = '集群、各Group容量信息表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of group_capacity +-- ---------------------------- + +-- ---------------------------- +-- Table structure for his_config_info +-- ---------------------------- +DROP TABLE IF EXISTS `his_config_info`; +CREATE TABLE `his_config_info` ( + `id` bigint(64) UNSIGNED NOT NULL, + `nid` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, + `data_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, + `group_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, + `app_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'app_name', + `content` longtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, + `md5` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL, + `gmt_create` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00', + `gmt_modified` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00', + `src_user` text CHARACTER SET utf8 COLLATE utf8_bin NULL, + `src_ip` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL, + `op_type` char(10) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL, + `tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT '' COMMENT '租户字段', + PRIMARY KEY (`nid`) USING BTREE, + INDEX `idx_gmt_create`(`gmt_create`) USING BTREE, + INDEX `idx_gmt_modified`(`gmt_modified`) USING BTREE, + INDEX `idx_did`(`data_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 246 CHARACTER SET = utf8 COLLATE = utf8_bin COMMENT = '多租户改造' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of his_config_info +-- ---------------------------- + +-- ---------------------------- +-- Table structure for permissions +-- ---------------------------- +DROP TABLE IF EXISTS `permissions`; +CREATE TABLE `permissions` ( + `role` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, + `resource` varchar(512) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, + `action` varchar(8) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, + UNIQUE INDEX `uk_role_permission`(`role`, `resource`, `action`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of permissions +-- ---------------------------- + +-- ---------------------------- +-- Table structure for roles +-- ---------------------------- +DROP TABLE IF EXISTS `roles`; +CREATE TABLE `roles` ( + `username` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, + `role` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL +) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of roles +-- ---------------------------- +INSERT INTO `roles` VALUES ('febs', 'ROLE_ADMIN'); + +-- ---------------------------- +-- Table structure for tenant_capacity +-- ---------------------------- +DROP TABLE IF EXISTS `tenant_capacity`; +CREATE TABLE `tenant_capacity` ( + `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '主键ID', + `tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '' COMMENT 'Tenant ID', + `quota` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '配额,0表示使用默认值', + `usage` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '使用量', + `max_size` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '单个配置大小上限,单位为字节,0表示使用默认值', + `max_aggr_count` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '聚合子配置最大个数', + `max_aggr_size` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '单个聚合数据的子配置大小上限,单位为字节,0表示使用默认值', + `max_history_count` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT '最大变更历史数量', + `gmt_create` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '创建时间', + `gmt_modified` datetime(0) NOT NULL DEFAULT '2010-05-05 00:00:00' COMMENT '修改时间', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE INDEX `uk_tenant_id`(`tenant_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_bin COMMENT = '租户容量信息表' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of tenant_capacity +-- ---------------------------- + +-- ---------------------------- +-- Table structure for tenant_info +-- ---------------------------- +DROP TABLE IF EXISTS `tenant_info`; +CREATE TABLE `tenant_info` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'id', + `kp` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'kp', + `tenant_id` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT '' COMMENT 'tenant_id', + `tenant_name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT '' COMMENT 'tenant_name', + `tenant_desc` varchar(256) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'tenant_desc', + `create_source` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT 'create_source', + `gmt_create` bigint(20) NOT NULL COMMENT '创建时间', + `gmt_modified` bigint(20) NOT NULL COMMENT '修改时间', + PRIMARY KEY (`id`) USING BTREE, + UNIQUE INDEX `uk_tenant_info_kptenantid`(`kp`, `tenant_id`) USING BTREE, + INDEX `idx_tenant_id`(`tenant_id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8 COLLATE = utf8_bin COMMENT = 'tenant_info' ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of tenant_info +-- ---------------------------- +INSERT INTO `tenant_info` VALUES (1, '1', '3eb2a58b-d98b-40e9-9329-aae4dfac40b9', 'target', '指标诊断', 'nacos', 1624600760868, 1624600760868); + +-- ---------------------------- +-- Table structure for users +-- ---------------------------- +DROP TABLE IF EXISTS `users`; +CREATE TABLE `users` ( + `username` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, + `password` varchar(500) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, + `enabled` tinyint(1) NOT NULL, + PRIMARY KEY (`username`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of users +-- ---------------------------- +INSERT INTO `users` VALUES ('febs', '$2a$10$NJRJ.JUIUVX5suXNFRuOFezX5nzQLxl86OyMNnA7yxH1zr94H/gBS', 1); + +SET FOREIGN_KEY_CHECKS = 1;