From cb65ad215a80591d8d9a4de4590c1a2f0666d2e9 Mon Sep 17 00:00:00 2001
From: tanyp <742354529@qq.com>
Date: Mon, 24 Apr 2023 11:55:32 +0800
Subject: [PATCH] update
---
sql/tansci_boot.sql | 41 +++++++++++++++++--
tansci-boot-ui/src/api/auth.ts | 10 ++++-
tansci-boot-ui/src/main.ts | 2 +
tansci-boot-ui/src/utils/global.ts | 3 +-
tansci-boot-ui/src/utils/hasPermission.ts | 17 ++++++++
tansci-boot-ui/src/views/system/User.vue | 6 +--
.../java/com/tansci/domain/vo/UserAuthVo.java | 5 +++
.../java/com/tansci/mapper/SysUserMapper.java | 15 +++++++
.../service/impl/SysUserServiceImpl.java | 3 ++
9 files changed, 94 insertions(+), 8 deletions(-)
create mode 100644 tansci-boot-ui/src/utils/hasPermission.ts
diff --git a/sql/tansci_boot.sql b/sql/tansci_boot.sql
index 83cb4c7..08af3a0 100644
--- a/sql/tansci_boot.sql
+++ b/sql/tansci_boot.sql
@@ -11,7 +11,7 @@
Target Server Version : 80032
File Encoding : 65001
- Date: 23/04/2023 15:43:02
+ Date: 24/04/2023 11:50:06
*/
SET NAMES utf8mb4;
@@ -53,6 +53,13 @@ INSERT INTO `magic_api_file` VALUES ('/magic-api/api/', 'this is directory');
INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api接口/', 'this is directory');
INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api接口/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"32d0a3770c12490392ec7e269f280997\",\r\n \"name\" : \"api接口\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"0\",\r\n \"path\" : \"api\",\r\n \"createTime\" : 1681699282071,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api接口/测试.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"01bb2b7e44a4497c80f76f957d4ebf2b\",\r\n \"script\" : null,\r\n \"groupId\" : \"32d0a3770c12490392ec7e269f280997\",\r\n \"name\" : \"测试\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1681700060339,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"test\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ {\r\n \"name\" : \"token\",\r\n \"value\" : \"0454f0a3-08cc-4881-b997-68fcb6f86836\",\r\n \"description\" : null,\r\n \"required\" : false,\r\n \"dataType\" : \"String\",\r\n \"type\" : null,\r\n \"defaultValue\" : null,\r\n \"validateType\" : null,\r\n \"error\" : null,\r\n \"expression\" : null,\r\n \"children\" : null\r\n } ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : \"{\\n \\\"code\\\": 403,\\n \\\"message\\\": \\\"用户凭证已过期,请重新登录!\\\",\\n \\\"result\\\": \\\"Token无效:0454f0a3-08cc-4881-b997-68fcb6f86836v\\\"\\n}\",\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.table(\"sys_login_log\").page()');
+INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"14084ee14d8441238efc10c8f88109f3\",\r\n \"name\" : \"应用开发\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"0\",\r\n \"path\" : \"lowcode\",\r\n \"createTime\" : 1682236099251,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"81e7401f702f4a88bffa57faff60b81c\",\r\n \"name\" : \"代码生成\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"14084ee14d8441238efc10c8f88109f3\",\r\n \"path\" : \"code\",\r\n \"createTime\" : 1682236131105,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/代码生成.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"ce3cf8ffb5ea4121a98a3162a79cff4f\",\r\n \"script\" : null,\r\n \"groupId\" : \"81e7401f702f4a88bffa57faff60b81c\",\r\n \"name\" : \"代码生成\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1682237651228,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"execute\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn \'Hello magic-api\'');
+INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/分页.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"1bb21656ec35481fa41731295740409f\",\r\n \"script\" : null,\r\n \"groupId\" : \"81e7401f702f4a88bffa57faff60b81c\",\r\n \"name\" : \"分页\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1682236855956,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"page\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.page(\"\"\"\r\n select id,interface_id,data_source,table_name,table_comment,columns,sub_table_name,sub_table_comment,sub_columns,info,update_time,create_time\r\n from sys_gen where 1=1\r\n ?{tableName, and table_name like concat(\'%\',#{tableName},\'%\')}\r\n order by update_time desc\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/删除.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"cca8b70f329e4539a3488b0a38a689e0\",\r\n \"script\" : null,\r\n \"groupId\" : \"81e7401f702f4a88bffa57faff60b81c\",\r\n \"name\" : \"删除\",\r\n \"createTime\" : 1682237096069,\r\n \"updateTime\" : null,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"delete\",\r\n \"method\" : \"DELETE\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport org.ssssssss.magicapi.core.service.MagicResourceService\r\n\r\nvar interfaceId = db.selectValue(\"\"\"select interface_id from sys_gen where id = #{id}\"\"\")\r\nif(interfaceId != null){\r\n MagicResourceService.delete(interfaceId)\r\n}\r\n\r\nreturn db.table(\"sys_gen\").where().eq(\"id\",id).delete()');
INSERT INTO `magic_api_file` VALUES ('/magic-api/datasource/', 'this is directory');
INSERT INTO `magic_api_file` VALUES ('/magic-api/function/', 'this is directory');
@@ -142,6 +149,7 @@ CREATE TABLE `sys_login_log` (
-- ----------------------------
INSERT INTO `sys_login_log` VALUES ('003e973b932a559ec6c1021d0ce8f80c', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '3ec57ac5-ec74-41aa-a863-f7451f61da5f', NULL, '2023-04-17 10:07:47');
INSERT INTO `sys_login_log` VALUES ('07e90f1230f51d460533b70bd4ee4334', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-04-17 10:52:36');
+INSERT INTO `sys_login_log` VALUES ('08af50706875d5829ee3828f64e6d9af', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'b7bd4bc3-6347-451d-a0a1-ed2eb1abd590', NULL, '2023-04-23 15:46:17');
INSERT INTO `sys_login_log` VALUES ('0a50e9eeb3073093b2f3816be20c1802', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, NULL, '2023-04-13 14:33:16');
INSERT INTO `sys_login_log` VALUES ('1dda904aa5e1f400c887f950a16081f4', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, NULL, '2023-04-13 14:36:41');
INSERT INTO `sys_login_log` VALUES ('31850573d570037f1dd85f46b9919f5c', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, NULL, '2023-04-13 09:02:55');
@@ -297,10 +305,13 @@ INSERT INTO `sys_oper_log` VALUES ('09fdc88db1cedfa2abc306f7b92af8a2', '字典
INSERT INTO `sys_oper_log` VALUES ('0b163c16decaf4787b17f0c262c71c6f', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 45, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-04-23 11:53:03');
INSERT INTO `sys_oper_log` VALUES ('0c0e42b693b2834c13e7ed30c37b47a5', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{\"groupName\":\"oper_log_status\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:38:48');
INSERT INTO `sys_oper_log` VALUES ('0c7cdcb0688705d36b53aab4e371f526', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 13:29:49');
+INSERT INTO `sys_oper_log` VALUES ('0e3bb40f2f82588156349b8a5cb23410', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 15:46:20');
INSERT INTO `sys_oper_log` VALUES ('0edb2a3f6c3e9b0ebef68abe1fa0de98', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:36:28');
+INSERT INTO `sys_oper_log` VALUES ('0f2b63bb4758adb369c763db4c6057b0', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:55:00');
INSERT INTO `sys_oper_log` VALUES ('0fa2deaec5c5350e7264260cad739003', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{\"groupName\":\"oper_log_status\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:38:34');
INSERT INTO `sys_oper_log` VALUES ('0faed2c775146c30ed8d233b0df49978', '字典管理', 'com.tansci.controller.SysDictController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/save', '127.0.0.1', NULL, NULL, '2023-04-14 15:40:40');
INSERT INTO `sys_oper_log` VALUES ('10b6daa89af8b920258c548a3c379299', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:58:24');
+INSERT INTO `sys_oper_log` VALUES ('115aea740d212689886ba7190a1dbcdf', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:21:23');
INSERT INTO `sys_oper_log` VALUES ('12628444a6366871699010869aa878db', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-23 11:16:06');
INSERT INTO `sys_oper_log` VALUES ('12dc204cc105dc59a9e7540b420a7a4d', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 10:53:39');
INSERT INTO `sys_oper_log` VALUES ('12faf4ea67de6ee59ebcd3aa52346934', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 10:06:34');
@@ -313,6 +324,7 @@ INSERT INTO `sys_oper_log` VALUES ('16625050d376a828e33fcbec643f0e15', '字典
INSERT INTO `sys_oper_log` VALUES ('16900c0783a333c163b9af6c78f9db95', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 14:39:10');
INSERT INTO `sys_oper_log` VALUES ('16e5b3f4ee2dd3b80d10cd371995d491', '用户管理', 'com.tansci.controller.SysUserController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":1}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/update', '127.0.0.1', NULL, NULL, '2023-04-14 15:48:44');
INSERT INTO `sys_oper_log` VALUES ('17078bc6f929731970837122563f8766', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:27:33');
+INSERT INTO `sys_oper_log` VALUES ('177810ec1db9ef8cd406fdb4ebc84423', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:26:20');
INSERT INTO `sys_oper_log` VALUES ('185fecd34cc9325fc20477f99f181884', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 47, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:43:28');
INSERT INTO `sys_oper_log` VALUES ('18ba35a58f85f87259d0bf390ef09f28', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 14:26:18');
INSERT INTO `sys_oper_log` VALUES ('18e84a76780ad223da438fbc4743fcdc', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 11:52:44');
@@ -331,12 +343,14 @@ INSERT INTO `sys_oper_log` VALUES ('2086a91e1406a53f8168b43293b9a101', '字典
INSERT INTO `sys_oper_log` VALUES ('20c7dc94871db5f411cdf2fea0e50692', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 11:06:26');
INSERT INTO `sys_oper_log` VALUES ('21b08f99b78880ba2f89c6e69f82d2b5', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 49, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 14:19:08');
INSERT INTO `sys_oper_log` VALUES ('2206ab4b9952e8d4292d2131ef19fba9', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 11:15:43');
+INSERT INTO `sys_oper_log` VALUES ('222839e1fccec7d0224c8c287160c663', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:25:42');
INSERT INTO `sys_oper_log` VALUES ('222f81c9d3907ccaab97b340e7351c49', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:06:03');
INSERT INTO `sys_oper_log` VALUES ('2244e3dbdab564d4d41ead1f22cb90ce', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:35:53');
INSERT INTO `sys_oper_log` VALUES ('238e5e32d72259ff653a97388e21504e', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{\"groupName\":\"oper_log_status\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:25:48');
INSERT INTO `sys_oper_log` VALUES ('23eedbfcff265f5d0eb29b41a3a6bd80', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 10:30:37');
INSERT INTO `sys_oper_log` VALUES ('241e0c0f4073f638054e9da1e2f34f2c', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 11:46:41');
INSERT INTO `sys_oper_log` VALUES ('2494aa9d9db9b74102011f59046895d7', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 10:26:35');
+INSERT INTO `sys_oper_log` VALUES ('24a95441abe6fbc16e900e2ee172919c', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 15:46:20');
INSERT INTO `sys_oper_log` VALUES ('253eff7629134bbaca60726025a57911', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 14:40:57');
INSERT INTO `sys_oper_log` VALUES ('257a5c8f5a14f909d3ea06d2cadaf6e6', '组织管理', 'com.tansci.controller.SysOrgController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"code\":\"SO00002\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0001\",\"isDel\":0,\"name\":\"兰州子公司\",\"parentId\":\"534a37c366ec47878a6b0c85703d0bc4\",\"sort\":2,\"updateTime\":\"2023-03-29 08:53:41\"}],\"code\":\"SO00001\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0bc4\",\"isDel\":0,\"name\":\"总公司\",\"parentId\":\"0\",\"sort\":0,\"updateTime\":\"2023-03-29 08:53:41\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-04-23 11:15:38');
INSERT INTO `sys_oper_log` VALUES ('257fa7172ffcec71e6cf8803ae319103', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 14:28:07');
@@ -379,6 +393,7 @@ INSERT INTO `sys_oper_log` VALUES ('361c16b8916f3477c9d645ca2f6f84ae', '日志
INSERT INTO `sys_oper_log` VALUES ('3625aeec9d61b50b1d6feee56f26a1e6', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:55:05');
INSERT INTO `sys_oper_log` VALUES ('363b9764fe20a78dfc4104a0d8bd2cc7', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 11:43:28');
INSERT INTO `sys_oper_log` VALUES ('3663b73ee73dc0fdea33a9683f7c3368', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{\"groupName\":\"oper_log_status\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:40:57');
+INSERT INTO `sys_oper_log` VALUES ('3681d311424fc953db958e25a665e278', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 27, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:29:14');
INSERT INTO `sys_oper_log` VALUES ('36e0695b013a34e6e6c835ec39a22714', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:00:31');
INSERT INTO `sys_oper_log` VALUES ('37d43dad2abcdbee9e1f837d74ac0087', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-04-23 11:02:52');
INSERT INTO `sys_oper_log` VALUES ('3834d237edb3a6120f641c881ad8dde2', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":8,\"records\":[{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"0052e0173c3104c5f61b436a91290a14\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"0148214aeba05907ea705f5b60e4b8bf\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:38:48\",\"id\":\"0c0e42b693b2834c13e7ed30c37b47a5\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 13:29:49\",\"id\":\"0c7cdcb0688705d36b53aab4e371f526\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":7,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:42:27\",\"id\":\"1655d461843590127654031cbc9f787e\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:16:11\",\"id\":\"1ba4c9709a840e39709fd3ba1bdbc6e5\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:32:23\",\"id\":\"1eec486a340de2c2eced5739c8076bd3\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":41,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"238e5e32d72259ff653a97388e21504e\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":4,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:46:41\",\"id\":\"241e0c0f4073f638054e9da1e2f34f2c\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":8,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:28:07\",\"id\":\"257fa7172ffcec71e6cf8803ae319103\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":5,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":72}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:33:40');
@@ -408,6 +423,7 @@ INSERT INTO `sys_oper_log` VALUES ('430f66ab9d73312ddc1b42452ca95dad', '菜单
INSERT INTO `sys_oper_log` VALUES ('43af382ab9fb9effa154fe7564f147ba', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 0, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 14:41:31');
INSERT INTO `sys_oper_log` VALUES ('441137ebb25b88d6e4d1f7676d7ba8be', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:38:37');
INSERT INTO `sys_oper_log` VALUES ('4446fa1416145fdfa21a15a48f0666a0', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-23 11:53:24');
+INSERT INTO `sys_oper_log` VALUES ('466de5fbef6039aa4e9f4651192eb773', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:25:02');
INSERT INTO `sys_oper_log` VALUES ('47d233f4a9b932fd26442ed10199d016', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{\"groupName\":\"oper_log_status\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:32:33');
INSERT INTO `sys_oper_log` VALUES ('47ea3566c21069f2d6bb9d9467f00961', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:46:12');
INSERT INTO `sys_oper_log` VALUES ('47f8c1c23866ab709c014a2e498b051d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 11:45:12');
@@ -423,9 +439,11 @@ INSERT INTO `sys_oper_log` VALUES ('4c2214fc5dcadd8c511b8bc0a920000c', '菜单
INSERT INTO `sys_oper_log` VALUES ('4c3deee1edcbe1a2a5213952117b10ef', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:30:28');
INSERT INTO `sys_oper_log` VALUES ('4c691e75084ee65865e9fa5acf4b1b8e', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:35:23');
INSERT INTO `sys_oper_log` VALUES ('4d706af10d36651360fd636c5b0cc713', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 11:46:03');
+INSERT INTO `sys_oper_log` VALUES ('4dd2bed287d66bfa9ae0db16b5485931', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:40:23');
INSERT INTO `sys_oper_log` VALUES ('4e735dfbb603942a2a4407953b32e35f', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 75, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:16:41');
INSERT INTO `sys_oper_log` VALUES ('4e80d88d019f27e928fac99b6c2fefad', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 11:52:23');
INSERT INTO `sys_oper_log` VALUES ('4e8202844d62bb632af80c530b0bc7c3', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:13:26');
+INSERT INTO `sys_oper_log` VALUES ('4ec9911b44cb2b31233fc7c730e3de03', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:38:30');
INSERT INTO `sys_oper_log` VALUES ('4f26f711eb9e06d72973dd159fe4cfdb', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-23 11:43:16');
INSERT INTO `sys_oper_log` VALUES ('4f47084096ae80a823375e86b6979a03', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 10:53:39');
INSERT INTO `sys_oper_log` VALUES ('4f5621d2e96090c59079b4033c76aad5', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-23 11:15:43');
@@ -453,6 +471,7 @@ INSERT INTO `sys_oper_log` VALUES ('57e56ae9759e24bf726ea2447ad05992', '字典
INSERT INTO `sys_oper_log` VALUES ('57eaf552c6015dc3d0b25dfa120ea76b', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 11:35:09');
INSERT INTO `sys_oper_log` VALUES ('5851b84c68adbdf16a8140b88a7d4945', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-23 11:15:39');
INSERT INTO `sys_oper_log` VALUES ('586753736903dda41a40557dd8382a11', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-23 11:52:23');
+INSERT INTO `sys_oper_log` VALUES ('58da60eda924faa3cfd66519c38fefb7', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:25:11');
INSERT INTO `sys_oper_log` VALUES ('5903d539122cadcc883b275e1cd00558', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":5,\"records\":[{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"0052e0173c3104c5f61b436a91290a14\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"0148214aeba05907ea705f5b60e4b8bf\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:38:48\",\"id\":\"0c0e42b693b2834c13e7ed30c37b47a5\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 13:29:49\",\"id\":\"0c7cdcb0688705d36b53aab4e371f526\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":7,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:42:27\",\"id\":\"1655d461843590127654031cbc9f787e\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:16:11\",\"id\":\"1ba4c9709a840e39709fd3ba1bdbc6e5\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"238e5e32d72259ff653a97388e21504e\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":4,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:46:41\",\"id\":\"241e0c0f4073f638054e9da1e2f34f2c\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":8,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"2fd4488ff0259b36dcf117bc6a9d9a66\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":1,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:44:51\",\"id\":\"39bdbce7d7936968294699cb84d71f35\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":28,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":47}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:28:04');
INSERT INTO `sys_oper_log` VALUES ('596d918cfceff55c308fc371c4451306', '字典管理', 'com.tansci.controller.SysDictController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/update', '127.0.0.1', NULL, NULL, '2023-04-14 14:41:31');
INSERT INTO `sys_oper_log` VALUES ('59f65736d1d92291961d726bfbf542db', '字典管理', 'com.tansci.controller.SysDictController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/save', '127.0.0.1', NULL, NULL, '2023-04-14 15:35:23');
@@ -461,6 +480,9 @@ INSERT INTO `sys_oper_log` VALUES ('5a792cc82d591c5575a4ca55938f278d', '字典
INSERT INTO `sys_oper_log` VALUES ('5b18195b50308a86eaaaaf64a2fa2d34', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 14:33:13');
INSERT INTO `sys_oper_log` VALUES ('5b4658f0ac2461adbfa455ecd04eef74', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-17 11:38:40');
INSERT INTO `sys_oper_log` VALUES ('5d504ebf4d4dfbf4d1c666528887d1d4', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 10:50:53');
+INSERT INTO `sys_oper_log` VALUES ('5d6552f7ccd2236f2589b21d6255f5a8', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:45:03');
+INSERT INTO `sys_oper_log` VALUES ('5d69017b7f04bea824db4a9f14116fae', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 148, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 15:46:20');
+INSERT INTO `sys_oper_log` VALUES ('5dbe512ff1e17018adcc597382e14146', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:54:15');
INSERT INTO `sys_oper_log` VALUES ('5dd13cfcd36591b4c6cb010febb2c3a6', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{\"groupName\":\"oper_log_status\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:30:21');
INSERT INTO `sys_oper_log` VALUES ('5e243987c2fecdf006eaa07a4761f4ed', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:46:08');
INSERT INTO `sys_oper_log` VALUES ('5e8783ddad7ae043495a073f8742706b', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 10:35:25');
@@ -477,6 +499,7 @@ INSERT INTO `sys_oper_log` VALUES ('6089200ada68f786d3c62e4d3feeb586', '菜单
INSERT INTO `sys_oper_log` VALUES ('611efca83a661b36542d20e0b5f71737', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:40:07');
INSERT INTO `sys_oper_log` VALUES ('618a6e054896e42a099b362f3619d0f9', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:36:32');
INSERT INTO `sys_oper_log` VALUES ('61ecff95eb60b4ba7926018b3a6260a6', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 11:31:04');
+INSERT INTO `sys_oper_log` VALUES ('620424a0a3348dd561d1b70d4a012948', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:23:26');
INSERT INTO `sys_oper_log` VALUES ('62af5d910ea7ae0f8a8551ace4640d76', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:05:18');
INSERT INTO `sys_oper_log` VALUES ('62cce280ffd791e2e1fe052fd8ec6423', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-23 11:44:11');
INSERT INTO `sys_oper_log` VALUES ('63c92fbffce56ff8f9032a36cef7c736', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{\"groupName\":\"oper_log_status\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:25:48');
@@ -501,6 +524,7 @@ INSERT INTO `sys_oper_log` VALUES ('69d99937c405e865e1cda418810c919b', '字典
INSERT INTO `sys_oper_log` VALUES ('6a7ce8c49c582fcc37f493f01192eb8d', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 11:46:03');
INSERT INTO `sys_oper_log` VALUES ('6a84e4d3209a6b7e10e0eba2a61c8111', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:41:55');
INSERT INTO `sys_oper_log` VALUES ('6bc474502b94b7558f288d35176ca56d', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 14:32:33');
+INSERT INTO `sys_oper_log` VALUES ('6c6159764bd9c2b019792a60059aa317', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 15:46:48');
INSERT INTO `sys_oper_log` VALUES ('6cd7d123c655a338c515db12cd501254', '字典管理', 'com.tansci.controller.SysDictController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/save', '127.0.0.1', NULL, NULL, '2023-04-14 15:40:09');
INSERT INTO `sys_oper_log` VALUES ('6cdba636971d701249a376e07b321704', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":13,\"records\":[{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"0052e0173c3104c5f61b436a91290a14\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":1,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 15:20:23\",\"id\":\"00c9646a2b91e6793ab37416c0388e73\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:31\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:26\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":1,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"0148214aeba05907ea705f5b60e4b8bf\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":1,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 15:19:39\",\"id\":\"02067b3fbef2fc5106153d27ee00cf8f\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:31\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 14:41:26\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:38:48\",\"id\":\"0c0e42b693b2834c13e7ed30c37b47a5\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":1,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 13:29:49\",\"id\":\"0c7cdcb0688705d36b53aab4e371f526\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":7,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:38:34\",\"id\":\"0fa2deaec5c5350e7264260cad739003\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:42:27\",\"id\":\"1655d461843590127654031cbc9f787e\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:39:10\",\"id\":\"16900c0783a333c163b9af6c78f9db95\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":4,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:16:11\",\"id\":\"1ba4c9709a840e39709fd3ba1bdbc6e5\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":123}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 15:28:07');
INSERT INTO `sys_oper_log` VALUES ('6d4bf8c7b789be4cf5658b49140dfe8c', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:09\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:40:40');
@@ -539,6 +563,7 @@ INSERT INTO `sys_oper_log` VALUES ('7acfe06e8989482b3c535e130f24e3c6', '用户
INSERT INTO `sys_oper_log` VALUES ('7c00209f106195960af7a3669132f016', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":8,\"records\":[{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"0052e0173c3104c5f61b436a91290a14\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"0148214aeba05907ea705f5b60e4b8bf\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:38:48\",\"id\":\"0c0e42b693b2834c13e7ed30c37b47a5\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 13:29:49\",\"id\":\"0c7cdcb0688705d36b53aab4e371f526\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":7,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:42:27\",\"id\":\"1655d461843590127654031cbc9f787e\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:16:11\",\"id\":\"1ba4c9709a840e39709fd3ba1bdbc6e5\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:32:23\",\"id\":\"1eec486a340de2c2eced5739c8076bd3\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":41,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"238e5e32d72259ff653a97388e21504e\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":4,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:46:41\",\"id\":\"241e0c0f4073f638054e9da1e2f34f2c\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":8,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:28:07\",\"id\":\"257fa7172ffcec71e6cf8803ae319103\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":5,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":75}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:36:34');
INSERT INTO `sys_oper_log` VALUES ('7ce90b6c219f55656d126c96cc3f5d80', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 14:15:26');
INSERT INTO `sys_oper_log` VALUES ('7cffacb9b60529e08f1a1212a2133e6b', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 11:00:13');
+INSERT INTO `sys_oper_log` VALUES ('7db0c36d18541ebfb0ec770a1e7ebfbd', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:32:55');
INSERT INTO `sys_oper_log` VALUES ('7dca46911cfbf7d0e1086313b6e72a08', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 43, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 10:24:23');
INSERT INTO `sys_oper_log` VALUES ('7dfd8c026e845aa675823419cf6073e7', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 14:26:18');
INSERT INTO `sys_oper_log` VALUES ('7e692ab0324ac189275f4958312c3305', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 11:38:46');
@@ -551,6 +576,7 @@ INSERT INTO `sys_oper_log` VALUES ('812af1d10f1ca337b24d8036eba37f3f', '字典
INSERT INTO `sys_oper_log` VALUES ('81b23da303ea7171c9d49dc93b5e4e54', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:26:37');
INSERT INTO `sys_oper_log` VALUES ('820d25ecc24f730bba212886f6465a5f', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{\"groupName\":\"oper_log_status\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:37:08');
INSERT INTO `sys_oper_log` VALUES ('822c4cb8b46f888332ebd138bbbc3ee9', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 13:38:47');
+INSERT INTO `sys_oper_log` VALUES ('825df4f2c7dbe014675c1dc86914488d', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:21:24');
INSERT INTO `sys_oper_log` VALUES ('82907572ca3e92556f5ed526baa99941', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 13:59:15');
INSERT INTO `sys_oper_log` VALUES ('8377c4d65c0180d6cb3e31c2f1ba7e8c', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-04-23 13:38:48');
INSERT INTO `sys_oper_log` VALUES ('839b96af7720d59a3b511d9c1a7ec34c', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 10:42:28');
@@ -566,6 +592,7 @@ INSERT INTO `sys_oper_log` VALUES ('889c8db0a8dc5bcb8eb430de570207fb', '菜单
INSERT INTO `sys_oper_log` VALUES ('892702863f80ee072351f7559195344b', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 14:28:30');
INSERT INTO `sys_oper_log` VALUES ('89c837b64c9df26bdb170002f25b777d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 11:45:40');
INSERT INTO `sys_oper_log` VALUES ('89f331a6d9ef792bf04ab746cef8918f', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 26, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 11:00:02');
+INSERT INTO `sys_oper_log` VALUES ('8a081082118edb0e577a94cad713017b', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:54:21');
INSERT INTO `sys_oper_log` VALUES ('8a687a508e6580abb17c413bef5b4624', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:02:04');
INSERT INTO `sys_oper_log` VALUES ('8a712bb6e2ef535f35201d0de2346a24', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{\"groupName\":\"oper_log_status\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:28:04');
INSERT INTO `sys_oper_log` VALUES ('8ae5488ea577cbba143ce3e617adc1c1', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-23 11:26:26');
@@ -609,6 +636,7 @@ INSERT INTO `sys_oper_log` VALUES ('9a624f637cab71f5226dcdc4894026f2', '菜单
INSERT INTO `sys_oper_log` VALUES ('9bd72a979d49e4872155d657a8265e3a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 10:54:41');
INSERT INTO `sys_oper_log` VALUES ('9c01f7e135da620d4ba38f412f663806', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-04-14 11:38:48\",\"id\":\"0c0e42b693b2834c13e7ed30c37b47a5\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:38:48\",\"id\":\"400878ba6f7319e71db00675d8cb01ad\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":5,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:38:51\",\"id\":\"c940b31c64e7aa65df15f4bb22da2337\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-13 14:52:11\",\"id\":\"e54042d05f9bbe4a5c1401dcda67f081\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysOrgController.list\",\"module\":\"组织管理-列表\",\"reqParam\":\"{\\\"name\\\":\\\"ss\\\"}\",\"status\":1,\"takeUpTime\":5,\"type\":\"SELECT\",\"unusual\":\"java.lang.NullPointerException:null
com.tansci.service.impl.SysOrgServiceImpl.list(SysOrgServiceImpl.java:55)
com.tansci.service.impl.SysOrgServiceImpl$$FastClassBySpringCGLIB$$daef132.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.SysOrgServiceImpl$$EnhancerBySpringCGLIB$$385a0b2.list()
com.tansci.controller.SysOrgController.list(SysOrgController.java:41)
com.tansci.controller.SysOrgController$$FastClassBySpringCGLIB$$cbfdf7c.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.SysOrgController$$EnhancerBySpringCGLIB$$eb388eae.list()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
\",\"uri\":\"/tansci/sysorg/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-13 14:47:59\",\"id\":\"e5e59a70a29e0778f9ad3e0cd0602b54\",\"ip\":\"127.0.0.1\",\"message\":\"分页\",\"method\":\"com.tansci.controller.SysUserController.page\",\"module\":\"用户管理-分页\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"current\\\":1,\\\"optimizeCountSql\\\":true,\\\"orders\\\":[],\\\"pages\\\":1,\\\"records\\\":[{\\\"address\\\":\\\"甘肃兰州\\\",\\\"avatar\\\":\\\"\\\",\\\"birthday\\\":\\\"2023-04-03\\\",\\\"createTime\\\":\\\"2023-04-13 14:41:21\\\",\\\"email\\\":\\\"system@qq.com\\\",\\\"gender\\\":0,\\\"id\\\":\\\"3ad1bd6b76c2e5573ea1805b7d68c6a9\\\",\\\"isDel\\\":0,\\\"isLogin\\\":0,\\\"nickname\\\":\\\"管理者\\\",\\\"phone\\\":\\\"18810011002\\\",\\\"remarks\\\":\\\"普通管理者\\\",\\\"roleId\\\":\\\"441b6dae329b3a20ad8b4f4ca8f83a0b\\\",\\\"type\\\":2,\\\"updateTime\\\":\\\"2023-04-13 14:45:15\\\",\\\"username\\\":\\\"system\\\"},{\\\"address\\\":\\\"\\\",\\\"birthday\\\":\\\"2023-03-29\\\",\\\"createTime\\\":\\\"2023-03-29 08:49:27\\\",\\\"email\\\":\\\"\\\",\\\"gender\\\":0,\\\"id\\\":\\\"534a37c366ec47878a6b0c85703d0bc2\\\",\\\"idCard\\\":\\\"\\\",\\\"isDel\\\":0,\\\"nickname\\\":\\\"管理员\\\",\\\"openId\\\":\\\"\\\",\\\"roleId\\\":\\\"534a37c366ec47878a6b0c85703d0bc3\\\",\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-03-29 08:49:24\\\",\\\"username\\\":\\\"admin\\\"}],\\\"searchCount\\\":true,\\\"size\\\":10,\\\"total\\\":2}}\",\"status\":0,\"takeUpTime\":14,\"type\":\"SELECT\",\"uri\":\"/tansci/sysuser/page\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-13 10:39:57\",\"id\":\"e5f8957454d5a80f0455347b8582ff35\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysOrgController.list\",\"module\":\"组织管理-列表\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"code\\\":\\\"SO00001\\\",\\\"createTime\\\":\\\"2023-03-29 08:53:43\\\",\\\"id\\\":\\\"534a37c366ec47878a6b0c85703d0bc4\\\",\\\"isDel\\\":0,\\\"name\\\":\\\"总公司\\\",\\\"parentId\\\":\\\"0\\\",\\\"sort\\\":0,\\\"updateTime\\\":\\\"2023-03-29 08:53:41\\\"}]}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysorg/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":6}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 11:38:52');
INSERT INTO `sys_oper_log` VALUES ('9d0cbb6799cb00a99033c91d89537fde', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 10:24:24');
+INSERT INTO `sys_oper_log` VALUES ('9d0f7bb607a28571e3fad7d6b65e408d', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:36:06');
INSERT INTO `sys_oper_log` VALUES ('9d11d3d953e62e16e5e46a6137abe224', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 13:59:56');
INSERT INTO `sys_oper_log` VALUES ('9db775d579b43880393202a1d83500ea', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 36, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 10:06:34');
INSERT INTO `sys_oper_log` VALUES ('9e8b05a6a0f27d914a2739e6639285a8', '字典管理', 'com.tansci.controller.SysDictController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/update', '127.0.0.1', NULL, NULL, '2023-04-14 15:41:44');
@@ -655,6 +683,7 @@ INSERT INTO `sys_oper_log` VALUES ('af7b4ca8abe7f1ee7dd51796aa07ed21', '用户
INSERT INTO `sys_oper_log` VALUES ('aff1150da4d2c0591d90934ac3afb554', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 11:35:50');
INSERT INTO `sys_oper_log` VALUES ('b0a2cdf06f839aaadae605c46a2a6e65', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:37:16');
INSERT INTO `sys_oper_log` VALUES ('b143afb77b16b8c034b465eed15ec710', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 13:38:11');
+INSERT INTO `sys_oper_log` VALUES ('b19fbaa03af3a26d3982c80dc47c975e', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 15:46:48');
INSERT INTO `sys_oper_log` VALUES ('b1cdcb0434409b407c9a0d4408d5a69c', '组织管理', 'com.tansci.controller.SysOrgController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"code\":\"SO00002\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0001\",\"isDel\":0,\"name\":\"兰州子公司\",\"parentId\":\"534a37c366ec47878a6b0c85703d0bc4\",\"sort\":2,\"updateTime\":\"2023-03-29 08:53:41\"}],\"code\":\"SO00001\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0bc4\",\"isDel\":0,\"name\":\"总公司\",\"parentId\":\"0\",\"sort\":0,\"updateTime\":\"2023-03-29 08:53:41\"}]}', 35, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-04-23 11:02:56');
INSERT INTO `sys_oper_log` VALUES ('b22ea4ae6f9a5ba99ae3c423f774c2e8', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 11:46:03');
INSERT INTO `sys_oper_log` VALUES ('b3c84032b3031d0a4b2f97fe5329bfb2', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 64, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-04-23 13:36:03');
@@ -670,6 +699,7 @@ INSERT INTO `sys_oper_log` VALUES ('b6ee158a2e7bbff45f89447c9ceffe9b', '菜单
INSERT INTO `sys_oper_log` VALUES ('b6f1683d7cd64add57708cf69aca67c9', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 11:38:46');
INSERT INTO `sys_oper_log` VALUES ('b796e73816cf6161aa77bef9837daaf3', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-23 10:47:11');
INSERT INTO `sys_oper_log` VALUES ('b7cfb12ee45d57b42c1231913831c47c', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:00:13');
+INSERT INTO `sys_oper_log` VALUES ('b7f797bab2765c753a748d80fccdf0b4', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:39:32');
INSERT INTO `sys_oper_log` VALUES ('b8526e18c5565f78840446264c947b09', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:27:02');
INSERT INTO `sys_oper_log` VALUES ('b90e92182c0996ff824615a6a2c20033', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 11:01:52');
INSERT INTO `sys_oper_log` VALUES ('ba0ffbd044d5bf2dea18d895e6257475', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-13 14:45:15\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-03-29 08:49:24\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:43:12');
@@ -728,10 +758,12 @@ INSERT INTO `sys_oper_log` VALUES ('d0e8713f84b7d1e87aedeb9093f2e3da', '日志
INSERT INTO `sys_oper_log` VALUES ('d1608a01fe9d2eb664957b400fd0d9ad', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:34:13');
INSERT INTO `sys_oper_log` VALUES ('d180695173f754999c6902a73eb00dd0', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 11:15:33');
INSERT INTO `sys_oper_log` VALUES ('d191f3390b165e982ab926971f0c5e3f', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 10:53:46');
+INSERT INTO `sys_oper_log` VALUES ('d195220a22d651f1757da113f4e0b0eb', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:51:21');
INSERT INTO `sys_oper_log` VALUES ('d1d22cd8c05a88dcd0ea6555fbebd01f', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 14:04:17');
INSERT INTO `sys_oper_log` VALUES ('d1fd06c9bb46541a4cb2ffa17529ac2d', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 11:15:43');
INSERT INTO `sys_oper_log` VALUES ('d229a7d73f117bd411fc26f29d0d0250', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 10:53:48');
INSERT INTO `sys_oper_log` VALUES ('d2a774225a262d984d1214d4c11318f0', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:36:17');
+INSERT INTO `sys_oper_log` VALUES ('d300b4896f7cf683181616c6859ae66a', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:52:36');
INSERT INTO `sys_oper_log` VALUES ('d335c5f0a3a434fc44e846d258b84861', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 10:27:33');
INSERT INTO `sys_oper_log` VALUES ('d33f452a280d4ab10468ad56f66bfe3c', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 10:27:07');
INSERT INTO `sys_oper_log` VALUES ('d3416ccf3a5c00bcd1bca10f2958ec95', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:28:40');
@@ -747,7 +779,9 @@ INSERT INTO `sys_oper_log` VALUES ('d7ac493da1554be616ab66a7d2c0f074', '字典
INSERT INTO `sys_oper_log` VALUES ('d82c3883836957805658bc4a8927cc5e', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-23 10:53:39');
INSERT INTO `sys_oper_log` VALUES ('d8396d123f03be1fdbb477b8c30e6428', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:28:06');
INSERT INTO `sys_oper_log` VALUES ('d86196fea5053948ae5ac7f2a136ca86', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 10:16:41');
+INSERT INTO `sys_oper_log` VALUES ('d8dc49d2765a7d2db16465641ad356ab', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:41:12');
INSERT INTO `sys_oper_log` VALUES ('d99dfcac7c8d862bfb96430624ae21a5', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-17 10:40:29');
+INSERT INTO `sys_oper_log` VALUES ('d9a0fe3c56669920244676f33508ca09', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 15:46:48');
INSERT INTO `sys_oper_log` VALUES ('da3f8ba9fb9c2f5ec9d31a4bbe5dd22a', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-17 11:37:16');
INSERT INTO `sys_oper_log` VALUES ('da622497ce5cb7a80d71b48e86f691fc', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-23 11:45:39');
INSERT INTO `sys_oper_log` VALUES ('db4dc94cfc6cc690a24084aeb6fba339', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":4,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-17 10:07:47\",\"failPassword\":\"123456\",\"id\":\"003e973b932a559ec6c1021d0ce8f80c\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"3ec57ac5-ec74-41aa-a863-f7451f61da5f\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-17 10:52:36\",\"failPassword\":\"123456\",\"id\":\"07e90f1230f51d460533b70bd4ee4334\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-13 14:33:16\",\"failPassword\":\"123456\",\"id\":\"0a50e9eeb3073093b2f3816be20c1802\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-13 14:36:41\",\"failPassword\":\"123456\",\"id\":\"1dda904aa5e1f400c887f950a16081f4\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-13 09:02:55\",\"failPassword\":\"123456\",\"id\":\"31850573d570037f1dd85f46b9919f5c\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-14 10:09:44\",\"failPassword\":\"123456\",\"id\":\"3b06b5f7920a90876fbff2e537bb88ee\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"b6b56a67-94c6-4696-be6f-06e50acdb579\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-14 16:13:14\",\"failPassword\":\"123456\",\"id\":\"413676bee69ad36494122191ce8b7e5b\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"eb89f024-816d-4743-ae6d-ab86fa862a52\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-17 10:16:38\",\"failPassword\":\"123456\",\"id\":\"51391a81fb319ac9a43ed75515ca6f96\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"207ef0d4-b6e9-443b-98fc-ac54997b4d09\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-13 09:03:04\",\"failPassword\":\"123456\",\"id\":\"5996c65dc02b2396eeccf2dab60513b1\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"25eec01d-e2b2-41de-92bc-e47a9a607ef2\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-13 14:43:21\",\"failPassword\":\"123456\",\"id\":\"5e8c0cbb600ad3da60ca6979bf3af628\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"2d44a54f-b41f-4bb9-adbd-f3078daa92b4\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":33}}', 58, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-04-17 11:46:51');
@@ -814,6 +848,7 @@ INSERT INTO `sys_oper_log` VALUES ('f95aa20d05183cbd8f06203b07ee433c', '日志
INSERT INTO `sys_oper_log` VALUES ('f990703a668d1afcb3cbec29ac67f525', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:36:11');
INSERT INTO `sys_oper_log` VALUES ('fa4632677a564124322dbc75d113ad19', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 48, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-04-14 16:13:40');
INSERT INTO `sys_oper_log` VALUES ('fae1459faf200701ae3d706699b4e509', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-04-23 11:52:23');
+INSERT INTO `sys_oper_log` VALUES ('fd02b58d8a25e1ec7b733ec49ae3f285', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-04-23 16:25:32');
INSERT INTO `sys_oper_log` VALUES ('fd22c4dc30847b31fd804c98fecb0e72', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"操作成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 10:37:16\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"操作失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 10:37:20\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 14:41:15');
INSERT INTO `sys_oper_log` VALUES ('fdb0a9c190ae7c50bab9672b1f03aff9', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":6,\"records\":[{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"0052e0173c3104c5f61b436a91290a14\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"0148214aeba05907ea705f5b60e4b8bf\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:38:48\",\"id\":\"0c0e42b693b2834c13e7ed30c37b47a5\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 13:29:49\",\"id\":\"0c7cdcb0688705d36b53aab4e371f526\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":7,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:42:27\",\"id\":\"1655d461843590127654031cbc9f787e\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:16:11\",\"id\":\"1ba4c9709a840e39709fd3ba1bdbc6e5\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:25:48\",\"id\":\"238e5e32d72259ff653a97388e21504e\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":4,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:46:41\",\"id\":\"241e0c0f4073f638054e9da1e2f34f2c\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":8,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:28:07\",\"id\":\"257fa7172ffcec71e6cf8803ae319103\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lowcode\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/lowcode\\\",\\\"sort\\\":4}]}\",\"status\":0,\"takeUpTime\":5,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 14:29:45\",\"id\":\"26b7e26395bb7d23a0c47087e40d7945\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{\\\"groupName\\\":\\\"oper_log_status\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"createTime\\\":\\\"2023-04-14 10:36:43\\\",\\\"dicLabel\\\":\\\"操作失败\\\",\\\"dicValue\\\":1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"ba3ed2cc3a8c450f8a150ee5bbb09abe\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作失败\\\",\\\"sort\\\":2,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:20\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:36:18\\\",\\\"dicLabel\\\":\\\"操作成功\\\",\\\"dicValue\\\":0,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"3048f7228cf80e7f366b60f7138ce1ef\\\",\\\"parentId\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"remarks\\\":\\\"操作成功\\\",\\\"sort\\\":1,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:37:16\\\"},{\\\"createTime\\\":\\\"2023-04-14 10:35:49\\\",\\\"dicLabel\\\":\\\"操作日志状态\\\",\\\"dicValue\\\":-1,\\\"groupName\\\":\\\"oper_log_status\\\",\\\"id\\\":\\\"46de04fc892b613abe4a5ecb88f4cd47\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"操作日志状态\\\",\\\"sort\\\":0,\\\"type\\\":1,\\\"updateTime\\\":\\\"2023-04-14 10:35:49\\\"}]}\",\"status\":0,\"takeUpTime\":1,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":57}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:30:04');
INSERT INTO `sys_oper_log` VALUES ('fe2d9c5af708560e75daf4078c1dddd6', '用户管理', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"甘肃兰州\",\"avatar\":\"\",\"birthday\":\"2023-04-03\",\"createTime\":\"2023-04-13 14:41:21\",\"email\":\"system@qq.com\",\"gender\":0,\"id\":\"3ad1bd6b76c2e5573ea1805b7d68c6a9\",\"isDel\":0,\"isLogin\":1,\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"remarks\":\"普通管理者\",\"roleId\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"type\":2,\"updateTime\":\"2023-04-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-23 10:54:41');
@@ -963,8 +998,8 @@ INSERT INTO `sys_user` VALUES ('534a37c366ec47878a6b0c85703d0bc2', 'admin', '管
-- ----------------------------
DROP TABLE IF EXISTS `sys_user_role`;
CREATE TABLE `sys_user_role` (
- `user_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '用户id',
- `role_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '角色id',
+ `user_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '用户id',
+ `role_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '角色id',
PRIMARY KEY (`user_id`, `role_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户角色' ROW_FORMAT = DYNAMIC;
diff --git a/tansci-boot-ui/src/api/auth.ts b/tansci-boot-ui/src/api/auth.ts
index 7941304..7494b4a 100644
--- a/tansci-boot-ui/src/api/auth.ts
+++ b/tansci-boot-ui/src/api/auth.ts
@@ -13,6 +13,10 @@ export function setToken(token:string) {
}
export function removeToken() {
sessionStorage.removeItem(tokenKey);
+ global.user = {
+ authorities: [],
+ info: {},
+ }
}
// 菜单信息
@@ -77,7 +81,11 @@ export async function getUserInfo() {
method: 'get'
}).then((res:any) => {
if(res.data.result){
- global.user.info = res.data.result
+ // 用户信息
+ let user = res.data.result
+ global.user.info = user
+ // 权限信息
+ global.user.authorities = user.authorities
}
})
}
\ No newline at end of file
diff --git a/tansci-boot-ui/src/main.ts b/tansci-boot-ui/src/main.ts
index 6d40eef..69701a6 100644
--- a/tansci-boot-ui/src/main.ts
+++ b/tansci-boot-ui/src/main.ts
@@ -8,6 +8,7 @@ import * as ElIcons from '@element-plus/icons-vue'
import zhCn from 'element-plus/es/locale/lang/zh-cn'
import 'uno.css'
import globalProperties from './utils/globalProperties'
+import hasPermission from './utils/hasPermission'
const app = createApp(App)
app.use(globalProperties)
@@ -19,4 +20,5 @@ app.use(ElementPlus,{
for (const icon in ElIcons) {
app.component(icon, (ElIcons as any)[icon])
}
+app.use(hasPermission)
app.mount('#app');
diff --git a/tansci-boot-ui/src/utils/global.ts b/tansci-boot-ui/src/utils/global.ts
index c8a7ec6..f4d638a 100644
--- a/tansci-boot-ui/src/utils/global.ts
+++ b/tansci-boot-ui/src/utils/global.ts
@@ -4,6 +4,7 @@ export default {
baseApi: import.meta.env.VITE_BASE_API,
cardShadow: 'never',
user: {
- info: {}
+ info: {},
+ authorities: [],
},
}
diff --git a/tansci-boot-ui/src/utils/hasPermission.ts b/tansci-boot-ui/src/utils/hasPermission.ts
new file mode 100644
index 0000000..6f8c6d1
--- /dev/null
+++ b/tansci-boot-ui/src/utils/hasPermission.ts
@@ -0,0 +1,17 @@
+// 权限
+const hasPermission = {
+ install(app:any) {
+ app.directive('permission', {
+ mounted(el:any, binding:any) {
+ if (binding.value) {
+ const permissionList = app.config.globalProperties.$global.user.authorities
+ if (permissionList && permissionList.length && !permissionList.includes(binding.value)) {
+ el.remove()
+ }
+ }
+ }
+ })
+ }
+ }
+
+ export default hasPermission
\ No newline at end of file
diff --git a/tansci-boot-ui/src/views/system/User.vue b/tansci-boot-ui/src/views/system/User.vue
index 36f63e1..4eabcdf 100644
--- a/tansci-boot-ui/src/views/system/User.vue
+++ b/tansci-boot-ui/src/views/system/User.vue
@@ -221,14 +221,14 @@
- 添加
+ 添加
查询
- 编辑
- 删除
+ 编辑
+ 删除
diff --git a/tansci-boot/src/main/java/com/tansci/domain/vo/UserAuthVo.java b/tansci-boot/src/main/java/com/tansci/domain/vo/UserAuthVo.java
index e05f9f8..16b115b 100644
--- a/tansci-boot/src/main/java/com/tansci/domain/vo/UserAuthVo.java
+++ b/tansci-boot/src/main/java/com/tansci/domain/vo/UserAuthVo.java
@@ -7,6 +7,8 @@ import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
+import java.util.List;
+
/**
* @ClassName: UserAuthVo.java
* @ClassPath: com.tansci.domain.vo.UserAuthVo.java
@@ -39,4 +41,7 @@ public class UserAuthVo {
@ApiModelProperty(value = "邮箱")
private String email;
+ @ApiModelProperty(value = "权限code")
+ private List authorities;
+
}
diff --git a/tansci-boot/src/main/java/com/tansci/mapper/SysUserMapper.java b/tansci-boot/src/main/java/com/tansci/mapper/SysUserMapper.java
index 9315cfe..09c1af4 100644
--- a/tansci-boot/src/main/java/com/tansci/mapper/SysUserMapper.java
+++ b/tansci-boot/src/main/java/com/tansci/mapper/SysUserMapper.java
@@ -3,6 +3,10 @@ package com.tansci.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.tansci.domain.SysUser;
import org.apache.ibatis.annotations.Mapper;
+import org.apache.ibatis.annotations.Param;
+import org.apache.ibatis.annotations.Select;
+
+import java.util.List;
/**
* @ClassName: SysUserMapper.java
@@ -13,4 +17,15 @@ import org.apache.ibatis.annotations.Mapper;
**/
@Mapper
public interface SysUserMapper extends BaseMapper {
+
+ @Select("SELECT DISTINCT sm.permission\n" +
+ "FROM sys_menu sm\n" +
+ "right JOIN sys_role_menu srm ON sm.id = srm.menu_id\n" +
+ "right JOIN sys_user_role sur ON sur.role_id = srm.role_id\n" +
+ "right JOIN sys_user su ON su.id = sur.user_id AND su.id = #{userId} AND su.is_del = 0\n" +
+ "WHERE sm.is_del = 0\n" +
+ "AND sm.permission != ''\n" +
+ "AND sm.permission IS NOT NULL")
+ List authorities(@Param("userId") String userId);
+
}
diff --git a/tansci-boot/src/main/java/com/tansci/service/impl/SysUserServiceImpl.java b/tansci-boot/src/main/java/com/tansci/service/impl/SysUserServiceImpl.java
index a0ec308..a3a7f23 100644
--- a/tansci-boot/src/main/java/com/tansci/service/impl/SysUserServiceImpl.java
+++ b/tansci-boot/src/main/java/com/tansci/service/impl/SysUserServiceImpl.java
@@ -80,12 +80,15 @@ public class SysUserServiceImpl extends ServiceImpl impl
@Override
public UserAuthVo info() {
SysUser user = this.baseMapper.selectById(String.valueOf(StpUtil.getLoginId()));
+ // 获取当前用户权限code
+ List authorities = this.baseMapper.authorities(String.valueOf(StpUtil.getLoginId()));
return UserAuthVo.builder()
.username(user.getUsername())
.nickname(user.getNickname())
.type(user.getType())
.phone(user.getPhone())
.email(user.getEmail())
+ .authorities(authorities)
.build();
}