556 lines
1.6 MiB
556 lines
1.6 MiB
/*
|
||
Navicat Premium Data Transfer
|
||
|
||
Source Server : localhost
|
||
Source Server Type : MySQL
|
||
Source Server Version : 50721
|
||
Source Host : localhost:3306
|
||
Source Schema : tansci_boot
|
||
|
||
Target Server Type : MySQL
|
||
Target Server Version : 50721
|
||
File Encoding : 65001
|
||
|
||
Date: 14/04/2023 16:31:27
|
||
*/
|
||
|
||
SET NAMES utf8mb4;
|
||
SET FOREIGN_KEY_CHECKS = 0;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_dict
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_dict`;
|
||
CREATE TABLE `sys_dict` (
|
||
`id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键id',
|
||
`parent_id` varchar(36) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '父ID',
|
||
`group_name` varchar(30) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '分组名称',
|
||
`type` int(1) NULL DEFAULT NULL COMMENT '类型:0、系统,1、业务',
|
||
`dic_value` int(11) NOT NULL COMMENT '值',
|
||
`dic_label` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '名称',
|
||
`sort` int(10) NULL DEFAULT NULL COMMENT '排序',
|
||
`text1` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '预留字段1',
|
||
`text2` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '预留字段2',
|
||
`text3` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '预留字段3',
|
||
`update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
|
||
`create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
|
||
`remarks` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`id`) USING BTREE,
|
||
INDEX `group_name`(`group_name`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '字典表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_dict
|
||
-- ----------------------------
|
||
INSERT INTO `sys_dict` VALUES ('3048f7228cf80e7f366b60f7138ce1ef', '46de04fc892b613abe4a5ecb88f4cd47', 'oper_log_status', 1, 0, '成功', 1, NULL, NULL, NULL, '2023-04-14 14:41:26', '2023-04-14 10:36:18', '操作成功');
|
||
INSERT INTO `sys_dict` VALUES ('3292493cc1195fc6ad1934e19d4bab2f', '7afe0187e05ce3465c810a49331babc8', 'user_type', 1, 1, '管理员', 1, NULL, NULL, NULL, '2023-04-14 15:40:40', '2023-04-14 15:40:40', '管理员');
|
||
INSERT INTO `sys_dict` VALUES ('402ab9a354ff5f9de90adb9e9afb33fb', '0', 'user_gender', 1, -1, '用户性别', 0, NULL, NULL, NULL, '2023-04-14 15:39:38', '2023-04-14 15:39:38', '用户性别');
|
||
INSERT INTO `sys_dict` VALUES ('46de04fc892b613abe4a5ecb88f4cd47', '0', 'oper_log_status', 1, -1, '操作日志状态', 0, NULL, NULL, NULL, '2023-04-14 10:35:49', '2023-04-14 10:35:49', '操作日志状态');
|
||
INSERT INTO `sys_dict` VALUES ('504f58ac31fd50cd0f250d4bd165bf0b', '0', 'business_type', 0, -1, '业务类型', 0, NULL, NULL, NULL, '2023-04-14 15:34:37', '2023-04-14 15:34:37', '业务类型');
|
||
INSERT INTO `sys_dict` VALUES ('565a9c6f24904ec7a4f084fa96c5434b', '7afe0187e05ce3465c810a49331babc8', 'user_type', 1, 2, '普通用户', 2, NULL, NULL, NULL, '2023-04-14 15:41:07', '2023-04-14 15:41:07', '普通用户');
|
||
INSERT INTO `sys_dict` VALUES ('7afe0187e05ce3465c810a49331babc8', '0', 'user_type', 1, -1, '用户类型', 0, NULL, NULL, NULL, '2023-04-14 15:39:15', '2023-04-14 15:39:15', '用户类型');
|
||
INSERT INTO `sys_dict` VALUES ('ba3ed2cc3a8c450f8a150ee5bbb09abe', '46de04fc892b613abe4a5ecb88f4cd47', 'oper_log_status', 1, 1, '失败', 2, NULL, NULL, NULL, '2023-04-14 14:41:31', '2023-04-14 10:36:43', '操作失败');
|
||
INSERT INTO `sys_dict` VALUES ('bd4b42486c1b522b07cec0d870834952', '402ab9a354ff5f9de90adb9e9afb33fb', 'user_gender', 1, 1, '女', 2, NULL, NULL, NULL, '2023-04-14 15:41:57', '2023-04-14 15:41:57', '女');
|
||
INSERT INTO `sys_dict` VALUES ('c7d736d70f722d15bebe282f4bd317d5', '504f58ac31fd50cd0f250d4bd165bf0b', 'business_type', 0, 1, '业务', 1, NULL, NULL, NULL, '2023-04-14 15:35:36', '2023-04-14 15:35:36', '');
|
||
INSERT INTO `sys_dict` VALUES ('df5903139958429ed65ee82424d69b1b', '402ab9a354ff5f9de90adb9e9afb33fb', 'user_gender', 1, 0, '男', 1, NULL, NULL, NULL, '2023-04-14 15:41:44', '2023-04-14 15:40:09', '男');
|
||
INSERT INTO `sys_dict` VALUES ('f60b86ff25cc5261dafdffdf78b590db', '504f58ac31fd50cd0f250d4bd165bf0b', 'business_type', 0, 0, '系统', 1, NULL, NULL, NULL, '2023-04-14 15:35:23', '2023-04-14 15:35:23', '');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_login_log
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_login_log`;
|
||
CREATE TABLE `sys_login_log` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '主键',
|
||
`username` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '登录账号',
|
||
`fail_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '失败密码',
|
||
`type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '登录类型(成功、失败)',
|
||
`browser` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '浏览器',
|
||
`os` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '操作系统',
|
||
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '地理位置',
|
||
`ip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'ip地址',
|
||
`token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'token',
|
||
`message` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '失败原因',
|
||
`create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_login_log
|
||
-- ----------------------------
|
||
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');
|
||
INSERT INTO `sys_login_log` VALUES ('3b06b5f7920a90876fbff2e537bb88ee', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'b6b56a67-94c6-4696-be6f-06e50acdb579', NULL, '2023-04-14 10:09:44');
|
||
INSERT INTO `sys_login_log` VALUES ('413676bee69ad36494122191ce8b7e5b', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'eb89f024-816d-4743-ae6d-ab86fa862a52', NULL, '2023-04-14 16:13:14');
|
||
INSERT INTO `sys_login_log` VALUES ('5996c65dc02b2396eeccf2dab60513b1', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '25eec01d-e2b2-41de-92bc-e47a9a607ef2', NULL, '2023-04-13 09:03:04');
|
||
INSERT INTO `sys_login_log` VALUES ('5e8c0cbb600ad3da60ca6979bf3af628', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '2d44a54f-b41f-4bb9-adbd-f3078daa92b4', NULL, '2023-04-13 14:43:21');
|
||
INSERT INTO `sys_login_log` VALUES ('6a0363b62479c9411a5a3db9aa76df83', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '3dcc846c-deab-4c3d-9e6d-11be43523692', NULL, '2023-04-14 11:06:53');
|
||
INSERT INTO `sys_login_log` VALUES ('6a115cd51561b57dae3de86c98170e42', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, NULL, '2023-04-14 10:09:34');
|
||
INSERT INTO `sys_login_log` VALUES ('6a1adfc042b185583a4ac722a9ba60ac', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, NULL, '2023-04-14 10:19:26');
|
||
INSERT INTO `sys_login_log` VALUES ('7a7ff6c1891a844c7c8f86217074d701', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'a3761016-6516-4b4c-a247-410a4fa73d5f', NULL, '2023-04-13 14:51:44');
|
||
INSERT INTO `sys_login_log` VALUES ('7bc0f9b1bb7bd6e113dd0ac50e74be1a', 'system', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '0367effc-8a62-4555-ba33-2f72ef974e19', NULL, '2023-04-14 10:11:15');
|
||
INSERT INTO `sys_login_log` VALUES ('8cd632ee43a65c9aaec70796afcde960', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, NULL, '2023-04-13 14:33:25');
|
||
INSERT INTO `sys_login_log` VALUES ('8d625ce8f7d251932cf9b37ea24a4bd2', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '11285480-e468-4c3e-bda3-5da5d2fed2b8', NULL, '2023-04-13 14:36:51');
|
||
INSERT INTO `sys_login_log` VALUES ('a6bb0ac03e060feaaf10a926665cd75e', 'admin', 'admin123', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '3dcc846c-deab-4c3d-9e6d-11be43523692', NULL, '2023-04-14 13:29:48');
|
||
INSERT INTO `sys_login_log` VALUES ('a921df0c68468ceb0fd100fe0887526e', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '673c35fa-27de-4607-93a6-6645a66cd25d', NULL, '2023-04-14 08:37:10');
|
||
INSERT INTO `sys_login_log` VALUES ('adf36d48ad972cf4148959c2450f578f', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '48e4c507-861b-4c6f-8a42-b28c2739e77c', NULL, '2023-04-14 10:19:36');
|
||
INSERT INTO `sys_login_log` VALUES ('ae57087918b3ea8933b0ab3348d7547a', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, NULL, '2023-04-13 14:35:18');
|
||
INSERT INTO `sys_login_log` VALUES ('b4095c71f55ef2c8779af80e4f12cba0', 'system', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '0a000d06-9f94-4d8a-8284-78a28804ba23', NULL, '2023-04-14 10:20:02');
|
||
INSERT INTO `sys_login_log` VALUES ('bde2e64c7b4d5e88d9bf7ba7ca16f782', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '71f3fa0a-811a-4ee0-ad95-82c6b9aa539a', NULL, '2023-04-13 16:25:22');
|
||
INSERT INTO `sys_login_log` VALUES ('c17eee55a7524360a592415297d25f98', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, NULL, '2023-04-14 08:36:58');
|
||
INSERT INTO `sys_login_log` VALUES ('c3d9400deaeb39a4690b73fc5469a5de', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-04-14 16:13:03');
|
||
INSERT INTO `sys_login_log` VALUES ('d587082fd110c35f2a0b4933d0b0230a', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '76e5a555-d556-4565-8c20-ddc2e2ba08ec', NULL, '2023-04-13 11:16:21');
|
||
INSERT INTO `sys_login_log` VALUES ('d7da7780cd89c6f9a9e8a66ec033c8da', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'd68430d9-a9e3-4e86-bbc8-09b660cb06fb', NULL, '2023-04-14 08:38:52');
|
||
INSERT INTO `sys_login_log` VALUES ('dce521d1e0c7a88fcc07eaac7c763650', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '2299b314-7acc-4c3c-8b07-4200e534bc36', NULL, '2023-04-13 16:35:24');
|
||
INSERT INTO `sys_login_log` VALUES ('de0d033514b8a343864552ca3f7addd1', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '2299b314-7acc-4c3c-8b07-4200e534bc36', NULL, '2023-04-13 16:31:52');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_menu
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_menu`;
|
||
CREATE TABLE `sys_menu` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '主键',
|
||
`parent_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '父id',
|
||
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '菜单名称',
|
||
`url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '菜单链接',
|
||
`icon` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '图标',
|
||
`chinese_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '中文名称',
|
||
`english_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '英文名称',
|
||
`permission` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '权限',
|
||
`sort` int(12) NULL DEFAULT NULL COMMENT '排序',
|
||
`component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '组件名称',
|
||
`open_mode` int(1) NULL DEFAULT 0 COMMENT '打开方式:0、默认,1、iframe,2、新标签页',
|
||
`is_del` int(1) NULL DEFAULT 0 COMMENT '是否删除:0、未删除,1、已删除',
|
||
`keep_alive` int(1) NULL DEFAULT NULL COMMENT '是否缓存:0、不缓存,1、缓存',
|
||
`is_show` int(1) NULL DEFAULT NULL COMMENT '是否显示:1显示,0不显示',
|
||
`update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
|
||
`create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
|
||
`remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '描述',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '菜单表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_menu
|
||
-- ----------------------------
|
||
INSERT INTO `sys_menu` VALUES ('06936eec3258c1fa675c8b6b697160f5', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '列表', '', 'dict:list', 0, '', 0, 0, 0, 0, '2023-04-13 16:26:51', '2023-04-13 16:26:51', '');
|
||
INSERT INTO `sys_menu` VALUES ('07e1aebb5b69b55b7eb0ce79fed00f40', 'b1851d1b13594e71840103c11a37a004', '', '', '', '列表', '', 'org:list', 3, '', 0, 0, 0, 0, '2023-04-13 10:35:47', '2023-04-13 10:35:47', '');
|
||
INSERT INTO `sys_menu` VALUES ('11107c717306bd0d9e993cf32a94974e', 'b1851d1b13594e71840103c11a37a006', '', '', '', '删除', '', 'user:delete', 3, NULL, 0, 0, 0, 0, '2023-04-13 11:34:29', '2023-04-13 11:34:29', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('120d967459a9e7323692b3fa49c1ba59', '0', 'monitor', '/monitor', 'Odometer', '系统监控', 'Monitor', NULL, 3, NULL, 0, 0, 1, 1, '2023-04-14 08:44:27', '2023-04-14 08:44:27', '');
|
||
INSERT INTO `sys_menu` VALUES ('1ec1c1cb127d83f6346904220b3ed20b', 'b1851d1b13594e71840103c11a37a002', 'dict', '/system/Dict', 'Coin', '字典管理', 'Dist', NULL, 5, NULL, 0, 0, 0, 1, '2023-04-13 16:26:19', '2023-04-13 16:26:19', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('223588533ceb03066c89940863dc747e', 'b25838d6e06c6cdad82c1ad9b1096f26', 'codeGen', '/lowcode/CodeGen', 'SwitchFilled', '代码生成', 'CodeGen', NULL, 2, NULL, 0, 0, 1, 1, '2023-04-14 08:54:08', '2023-04-14 08:54:08', '');
|
||
INSERT INTO `sys_menu` VALUES ('44979f524b88ed2dfbf14e4267ebd045', 'b1851d1b13594e71840103c11a37a004', '', '', '', '删除', '', 'org:delete', 1, '', 0, 0, 0, 0, '2023-04-13 10:34:53', '2023-04-13 10:34:53', '');
|
||
INSERT INTO `sys_menu` VALUES ('5de088a93f0828a57e4c70959831458b', 'b1851d1b13594e71840103c11a37a004', '', '', '', '保存', '', 'org:save', 0, '', 0, 0, 0, 0, '2023-04-13 10:33:43', '2023-04-13 10:33:43', '');
|
||
INSERT INTO `sys_menu` VALUES ('5df7c65d51129baefee123ef3bc2d7de', 'ea83fb03d2117cb287973d6889984686', 'magicapi', 'https://www.ssssssss.org/magic-api/pages/quick/single/', 'Clock', '框架', 'magicapi', NULL, 2, '', 1, 0, 0, 1, '2023-04-11 11:25:08', '2023-04-11 11:25:08', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('5e67672047d0a00bf861ba2255535238', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '修改', '', 'dict:update', 2, '', 0, 0, 0, 0, '2023-04-13 16:27:29', '2023-04-13 16:27:29', '');
|
||
INSERT INTO `sys_menu` VALUES ('628431d108e3530ac37dfa2180dff376', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '保存', '', 'dict:save', 1, '', 0, 0, 0, 0, '2023-04-13 16:27:07', '2023-04-13 16:27:07', '');
|
||
INSERT INTO `sys_menu` VALUES ('7b02ec134bcd2a74b7930ce03da4b8bb', '120d967459a9e7323692b3fa49c1ba59', 'loginLog', '/monitor/LoginLog', 'User', '登录日志', 'LoginLog', NULL, 1, NULL, 0, 0, 1, 1, '2023-04-14 08:48:07', '2023-04-14 08:48:07', '');
|
||
INSERT INTO `sys_menu` VALUES ('850a1c29af28318e6e470a14aaeb50e5', 'b1851d1b13594e71840103c11a37a006', '', '', '', '保存', '', 'user:save', 0, '', 0, 0, 0, 0, '2023-04-13 11:33:37', '2023-04-13 11:33:37', '');
|
||
INSERT INTO `sys_menu` VALUES ('9658b61b187ae33b7c8c39fc8c1265dc', '120d967459a9e7323692b3fa49c1ba59', 'onlineUser', '/monitor/OnlineUser', 'Avatar', '在线用户', 'OnlineUser', NULL, 3, NULL, 0, 0, 1, 1, '2023-04-14 08:50:35', '2023-04-14 08:50:35', '');
|
||
INSERT INTO `sys_menu` VALUES ('9a36ed1841e3e6d2da32df17980edaa2', 'b25838d6e06c6cdad82c1ad9b1096f26', 'interface', '/lowcode/Interface', 'Connection', '接口开发', 'Interface', NULL, 1, NULL, 0, 0, 1, 1, '2023-04-14 08:52:17', '2023-04-14 08:52:17', '');
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a002', '0', 'system', '/system', 'Tools', '系统管理', 'System', NULL, 1, NULL, 0, 0, 0, 1, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a003', 'b1851d1b13594e71840103c11a37a002', 'menu', '/system/Menu', 'Grid', '菜单管理', 'Menu', NULL, 2, NULL, 0, 0, 0, 1, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a004', 'b1851d1b13594e71840103c11a37a002', 'org', '/system/Org', 'SetUp', '组织管理', 'Org', NULL, 3, NULL, 0, 0, 0, 1, '2023-04-13 11:30:56', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a005', 'b1851d1b13594e71840103c11a37a002', 'role', '/system/Role', 'Help', '角色管理', 'Role', NULL, 4, NULL, 0, 0, 0, 1, '2023-04-13 11:32:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a006', 'b1851d1b13594e71840103c11a37a002', 'user', '/system/User', 'User', '用户管理', 'User', NULL, 5, NULL, 0, 0, 0, 1, '2023-04-13 11:32:34', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a007', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '保存', 'save', 'menu:save', 6, NULL, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a008', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '删除', 'delete', 'menu:delete', 6, NULL, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a009', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '修改', 'update', 'menu:update', 6, NULL, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a010', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '详情', 'view', 'menu:view', 6, NULL, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a011', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '列表', 'list', 'menu:list', 6, NULL, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b25838d6e06c6cdad82c1ad9b1096f26', '0', 'lowcode', '/lowcode', 'Edit', '应用开发', 'Lowcode', NULL, 4, NULL, 0, 0, 1, 1, '2023-04-14 08:46:15', '2023-04-14 08:46:15', '');
|
||
INSERT INTO `sys_menu` VALUES ('b4cfa05bff2269fee06788b32115851a', 'b1851d1b13594e71840103c11a37a006', '', '', '', '修改', '', 'user:update', 1, '', 0, 0, 0, 0, '2023-04-13 14:44:51', '2023-04-13 11:34:04', '');
|
||
INSERT INTO `sys_menu` VALUES ('b8db9ff560e383e59d604e19c9fbd3cb', 'b1851d1b13594e71840103c11a37a006', '', '', '', '列表', '', 'user:list', 4, '', 0, 0, 0, 0, '2023-04-13 11:34:49', '2023-04-13 11:34:49', '');
|
||
INSERT INTO `sys_menu` VALUES ('b9401c42bc1e58e0a48e6b3308cff617', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '删除', '', 'dict:delete', 4, '', 0, 0, 0, 0, '2023-04-13 16:27:48', '2023-04-13 16:27:48', '');
|
||
INSERT INTO `sys_menu` VALUES ('ea83fb03d2117cb287973d6889984686', '0', 'demo', '/demo', 'ChromeFilled', '菜单实例', 'Demo', NULL, 2, '', 0, 0, 1, 1, '2023-04-11 11:10:46', '2023-04-11 11:10:46', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f3138bd5b256d82f9eebe07c6679cf15', 'b1851d1b13594e71840103c11a37a004', '', '', '', '修改', '', 'org:update', 2, '', 0, 0, 0, 0, '2023-04-13 10:35:17', '2023-04-13 10:35:17', '');
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0666', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '列表', 'list', 'role:list', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0667', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '添加', 'save', 'role:save', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0668', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '修改', 'update', 'role:update', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0669', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '删除', 'delete', 'role:delete', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0670', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '菜单权限', 'menu', 'role:menu', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0671', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '数据权限', 'data', 'role:data', 1, '', 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0675', 'ea83fb03d2117cb287973d6889984686', 'Iframe', 'https://www.bing.com/?mkt=zh-CN', 'Bicycle', '必应', 'Iframe', NULL, 1, '', 1, 0, 0, 1, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('fdaf429afb33d54beeee7eaea93e5e96', '120d967459a9e7323692b3fa49c1ba59', 'operLog', '/monitor/OperLog', 'Cpu', '操作日志', 'OperLog', NULL, 2, NULL, 0, 0, 1, 1, '2023-04-14 08:49:04', '2023-04-14 08:49:04', '');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_oper_log
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_oper_log`;
|
||
CREATE TABLE `sys_oper_log` (
|
||
`id` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '主键id',
|
||
`module` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '功能模块',
|
||
`method` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作方法',
|
||
`type` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作类型',
|
||
`message` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作描述',
|
||
`req_param` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '请求参数',
|
||
`res_param` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '响应参数',
|
||
`take_up_time` int(64) NULL DEFAULT NULL COMMENT '耗时',
|
||
`user_id` varchar(64) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作用户id',
|
||
`user_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '操作用户名称',
|
||
`status` int(1) NULL DEFAULT NULL COMMENT '状态:0、成功,1、失败',
|
||
`uri` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请求url',
|
||
`ip` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '请求IP',
|
||
`unusual` text CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '异常信息',
|
||
`version` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '版本号',
|
||
`create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci COMMENT = '操作日志' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_oper_log
|
||
-- ----------------------------
|
||
INSERT INTO `sys_oper_log` VALUES ('0052e0173c3104c5f61b436a91290a14', '字典管理', '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', 1, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:25:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('00c9646a2b91e6793ab37416c0388e73', '字典管理', '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 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-14 15:20:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('0148214aeba05907ea705f5b60e4b8bf', '字典管理', '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', 1, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:25:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('02067b3fbef2fc5106153d27ee00cf8f', '字典管理', '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 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-14 15:19:39');
|
||
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 ('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 ('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 ('1655d461843590127654031cbc9f787e', '菜单管理', '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 11:42:27');
|
||
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 ('1ac76b35d66c60ee9e4ee2c025a831a0', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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-14 15:39:38');
|
||
INSERT INTO `sys_oper_log` VALUES ('1b308a9785e14547e40f2c37252cedde', '字典管理', 'com.tansci.controller.SysDictController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/save', '127.0.0.1', NULL, NULL, '2023-04-14 15:41:57');
|
||
INSERT INTO `sys_oper_log` VALUES ('1ba4c9709a840e39709fd3ba1bdbc6e5', '菜单管理', '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:16:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('1eec486a340de2c2eced5739c8076bd3', '菜单管理', '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}]}', 41, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 14:32:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('20457fb2a64b6d273bf6e21a7fa11641', '日志管理', '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\":77}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:36:47');
|
||
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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('2689ac5f7d667b776b0b5e207e6a7a3e', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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\"},{\"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-14 15:40:09');
|
||
INSERT INTO `sys_oper_log` VALUES ('26b7e26395bb7d23a0c47087e40d7945', '字典管理', '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:29:45');
|
||
INSERT INTO `sys_oper_log` VALUES ('27baa9ab8c234d5d81d38e1c4685dd9e', '字典管理', '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:33:40');
|
||
INSERT INTO `sys_oper_log` VALUES ('2c4074b47d7d4badbfc993dd16d48ab2', '日志管理', '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: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: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\"}],\"searchCount\":true,\"size\":10,\"total\":50}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:28:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('2c69bab2f8ba46281f7d252924f8cdab', '用户管理', '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}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:51:20');
|
||
INSERT INTO `sys_oper_log` VALUES ('2cefcfa20268df1fd29f801bdae90b6a', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":12,\"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\":120}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 15:21:02');
|
||
INSERT INTO `sys_oper_log` VALUES ('2fd4488ff0259b36dcf117bc6a9d9a66', '字典管理', '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');
|
||
INSERT INTO `sys_oper_log` VALUES ('319b4a250799e231aa36c85f3e267cdb', '用户管理', '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\":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}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:50:12');
|
||
INSERT INTO `sys_oper_log` VALUES ('33852748dd1116c76f0365331481ea41', '菜单管理', '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:36:50');
|
||
INSERT INTO `sys_oper_log` VALUES ('361c16b8916f3477c9d645ca2f6f84ae', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":12,\"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 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\"},{\"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\"}],\"searchCount\":true,\"size\":10,\"total\":115}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 15:19:40');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('39bdbce7d7936968294699cb84d71f35', '菜单管理', '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}]}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 11:44:51');
|
||
INSERT INTO `sys_oper_log` VALUES ('39d9897dd421b33b40f3d5418a253921', '用户管理', '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\":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}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:48:44');
|
||
INSERT INTO `sys_oper_log` VALUES ('3a101afe6c65a3d510da25efbfa006fc', '菜单管理', '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-14 15:28:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('3b4d0c47ea6288c079f027887318c5c1', '字典管理', 'com.tansci.controller.SysDictController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/save', '127.0.0.1', NULL, NULL, '2023-04-14 15:39:15');
|
||
INSERT INTO `sys_oper_log` VALUES ('3bcfaebc2649bb409a7cd067788d9477', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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-14 15:41:44');
|
||
INSERT INTO `sys_oper_log` VALUES ('3d2bc95b5c5a1c3a10a4a1378532ed91', '菜单管理', '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 15:19:39');
|
||
INSERT INTO `sys_oper_log` VALUES ('3d2c107970d51260bb4b83d382f6457f', '日志管理', '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\":126}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 15:32:20');
|
||
INSERT INTO `sys_oper_log` VALUES ('3fef1c39d7fc8d233408019927347450', '菜单管理', '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 15:03:26');
|
||
INSERT INTO `sys_oper_log` VALUES ('3ffcde9a9b7a4d362d318e7895ff4232', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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-14 15:39:15');
|
||
INSERT INTO `sys_oper_log` VALUES ('400878ba6f7319e71db00675d8cb01ad', '字典管理', '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\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:38:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('41513d2277f880c8e1d213cb6fa34778', '字典管理', '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\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:42:27');
|
||
INSERT INTO `sys_oper_log` VALUES ('42c2468d4e54390a65c94ae6870dfecd', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":3,\"records\":[{\"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-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\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-14 11:06:53\",\"failPassword\":\"123456\",\"id\":\"6a0363b62479c9411a5a3db9aa76df83\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"3dcc846c-deab-4c3d-9e6d-11be43523692\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-14 10:09:34\",\"failPassword\":\"123456\",\"id\":\"6a115cd51561b57dae3de86c98170e42\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-14 10:19:26\",\"failPassword\":\"123456\",\"id\":\"6a1adfc042b185583a4ac722a9ba60ac\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":26}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-04-14 16:13:58');
|
||
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 ('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 ('48da9b06991bda51be6acad40695c76d', '菜单管理', '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:30:20');
|
||
INSERT INTO `sys_oper_log` VALUES ('4bd6f30cf63f72be79438c29a7226caa', '字典管理', '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\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 13:28:15');
|
||
INSERT INTO `sys_oper_log` VALUES ('4c1a0d6cbdb53e3adec9c63fa61bd9b8', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":7,\"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\":63}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:32:23');
|
||
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 ('50a5ceb3bfac14124c195bc5f5cdc088', '菜单管理', '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-14 14:24:15');
|
||
INSERT INTO `sys_oper_log` VALUES ('51d24d828e7553bab312c691dbe9bcf4', '字典管理', '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', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:32:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('525bb7e9b9c826d08e5a1e166df690b9', '菜单管理', '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 15:20:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('545b98c1ef38d55c3d7be1d44e417ceb', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":4,\"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 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 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 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\"},{\"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:42:27\",\"id\":\"41513d2277f880c8e1d213cb6fa34778\",\"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 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\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:46:12\",\"id\":\"47ea3566c21069f2d6bb9d9467f00961\",\"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 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 13:28:15\",\"id\":\"4bd6f30cf63f72be79438c29a7226caa\",\"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 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\"}],\"searchCount\":true,\"size\":10,\"total\":35}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:24:15');
|
||
INSERT INTO `sys_oper_log` VALUES ('568785121fb034d81eed8e8954fdb1bc', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":7,\"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\":69}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:33:13');
|
||
INSERT INTO `sys_oper_log` VALUES ('579f024fda6d26b380eba9aaca9df79c', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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-14 15:35:53');
|
||
INSERT INTO `sys_oper_log` VALUES ('57de1bd24b119045cf95d02843d7173f', '日志管理', '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: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 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:52\",\"id\":\"9c01f7e135da620d4ba38f412f663806\",\"ip\":\"127.0.0.1\",\"message\":\"操作日志\",\"method\":\"com.tansci.controller.SysLogController.operLog\",\"module\":\"日志管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"total\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\"}\",\"resParam\":\"{\\\"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<br/>com.tansci.service.impl.SysOrgServiceImpl.list(SysOrgServiceImpl.java:55)<br/>com.tansci.service.impl.SysOrgServiceImpl$$FastClassBySpringCGLIB$$daef132.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)<br/>org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)<br/>com.tansci.service.impl.SysOrgServiceImpl$$EnhancerBySpringCGLIB$$385a0b2.list(<generated>)<br/>com.tansci.controller.SysOrgController.list(SysOrgController.java:41)<br/>com.tansci.controller.SysOrgController$$FastClassBySpringCGLIB$$cbfdf7c.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)<br/>com.tansci.controller.SysOrgController$$EnhancerBySpringCGLIB$$eb388eae.list(<generated>)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:498)<br/>org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)<br/>org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)<br/>org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)<br/>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br/>org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)<br/>org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)<br/>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)<br/>org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:670)<br/>org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:779)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)<br/>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<br/>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)<br/>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)<br/>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br/>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<br/>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)<br/>org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)<br/>org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<br/>org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)<br/>org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)<br/>org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)<br/>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br/>java.lang.Thread.run(Thread.java:748)<br/>\\\",\\\"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}}\",\"status\":0,\"takeUpTime\":3,\"type\":\"DELETE\",\"uri\":\"/tansci/syslog/operLog\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:42:22\",\"id\":\"c1c23da1dda85390cbd58a21eaded28c\",\"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 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: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<br/>com.tansci.service.impl.SysOrgServiceImpl.list(SysOrgServiceImpl.java:55)<br/>com.tansci.service.impl.SysOrgServiceImpl$$FastClassBySpringCGLIB$$daef132.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)<br/>org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)<br/>com.tansci.service.impl.SysOrgServiceImpl$$EnhancerBySpringCGLIB$$385a0b2.list(<generated>)<br/>com.tansci.controller.SysOrgController.list(SysOrgController.java:41)<br/>com.tansci.controller.SysOrgController$$FastClassBySpringCGLIB$$cbfdf7c.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)<br/>com.tansci.controller.SysOrgController$$EnhancerBySpringCGLIB$$eb388eae.list(<generated>)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:498)<br/>org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)<br/>org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)<br/>org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)<br/>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br/>org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)<br/>org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)<br/>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)<br/>org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:670)<br/>org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:779)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)<br/>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<br/>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)<br/>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)<br/>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br/>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<br/>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)<br/>org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)<br/>org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<br/>org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)<br/>org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)<br/>org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)<br/>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br/>java.lang.Thread.run(Thread.java:748)<br/>\",\"uri\":\"/tansci/sysorg/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:38:52\",\"id\":\"e569323c901d1638303ccedcb1345960\",\"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-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\":10}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 11:42:27');
|
||
INSERT INTO `sys_oper_log` VALUES ('57e56ae9759e24bf726ea2447ad05992', '字典管理', '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-14 15:41:57');
|
||
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');
|
||
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 ('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 ('5ee89175d3733fe2e75ec6e2182e9b9b', '用户管理', '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\":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}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:50:25');
|
||
INSERT INTO `sys_oper_log` VALUES ('5f27335cfab3d680d3ce749af20061cd', '字典管理', '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 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-14 14:46:19');
|
||
INSERT INTO `sys_oper_log` VALUES ('5f3dc4f5c668a3c5b9bf7d4de4741ca5', '菜单管理', '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 15:11:41');
|
||
INSERT INTO `sys_oper_log` VALUES ('60333c013a6ca2122a9907d0fc9ab4ac', '字典管理', '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 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\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 14:41:26');
|
||
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');
|
||
INSERT INTO `sys_oper_log` VALUES ('644f1a605cff4971fe2929026801d4c4', '组织管理', '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\"}]}', 25, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-04-14 15:36:18');
|
||
INSERT INTO `sys_oper_log` VALUES ('64671ab77b2ad25957bd4b70538bcff1', '鉴权管理', 'com.tansci.controller.AuthController.onlineUser', 'SELECT', '在线用户', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-14 11:06:53\",\"failPassword\":\"123456\",\"id\":\"6a0363b62479c9411a5a3db9aa76df83\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"3dcc846c-deab-4c3d-9e6d-11be43523692\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-14 13:29:48\",\"failPassword\":\"admin123\",\"id\":\"a6bb0ac03e060feaaf10a926665cd75e\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"3dcc846c-deab-4c3d-9e6d-11be43523692\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/auth/onlineUser', '127.0.0.1', NULL, NULL, '2023-04-14 14:46:30');
|
||
INSERT INTO `sys_oper_log` VALUES ('64b9940cfe455e352d810f4712faee7f', '用户管理', '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\":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}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:43:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('64f4b2c70e904f833c07ac56a39115e0', '字典管理', 'com.tansci.controller.SysDictController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 33, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/update', '127.0.0.1', NULL, NULL, '2023-04-14 14:41:26');
|
||
INSERT INTO `sys_oper_log` VALUES ('6507a2db89cc458599a9317017f9984f', '角色管理', 'com.tansci.controller.SysRoleController.menuList', 'INSERT', '获取权限菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"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\"}]}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/441b6dae329b3a20ad8b4f4ca8f83a0b', '127.0.0.1', NULL, NULL, '2023-04-14 16:13:42');
|
||
INSERT INTO `sys_oper_log` VALUES ('66f34202d074821a370b1f5af8d50845', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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: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\"},{\"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-14 15:40:40');
|
||
INSERT INTO `sys_oper_log` VALUES ('66f90dc9bd3a0fae320e85d6b6ee022f', '用户管理', '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\":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}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:36:53');
|
||
INSERT INTO `sys_oper_log` VALUES ('67c819535e6933b30d3912f4edd9a88d', '字典管理', '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 13:30:03');
|
||
INSERT INTO `sys_oper_log` VALUES ('67d2b6668084f58e446d2a5835e4e9a5', '菜单管理', '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:36:34');
|
||
INSERT INTO `sys_oper_log` VALUES ('6850362a0a7a26e58a2559d13dd7a675', '菜单管理', '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-14 14:38:34');
|
||
INSERT INTO `sys_oper_log` VALUES ('68db97d0fdeef77c2858e48a1c5db119', '字典管理', '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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('6e30214b9010912c60bfd47f679e0f46', '字典管理', '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\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:46:41');
|
||
INSERT INTO `sys_oper_log` VALUES ('6f9b7705b7543c71ba2f87e35e98c361', '日志管理', '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\":124}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 15:28:20');
|
||
INSERT INTO `sys_oper_log` VALUES ('70cb8d7364d8d7cfdad771d1d4099244', '字典管理', '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\"},{\"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:09');
|
||
INSERT INTO `sys_oper_log` VALUES ('716fcabd6fe8f8d19b74fe2cf647dd1a', '菜单管理', '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 15:48:53');
|
||
INSERT INTO `sys_oper_log` VALUES ('71c4a08c3b3fa13d3b2174e5b2f6fca8', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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-14 15:35:36');
|
||
INSERT INTO `sys_oper_log` VALUES ('7220fcb5ab2503b904c3cb0b74390cbd', '字典管理', 'com.tansci.controller.SysDictController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 32, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/save', '127.0.0.1', NULL, NULL, '2023-04-14 15:41:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('758b516045e4bc46551f016de2dd5b3a', '菜单管理', '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 14:29:45');
|
||
INSERT INTO `sys_oper_log` VALUES ('7882813994d84dc95cf56b08433c8f2c', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":4,\"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 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 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 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\"},{\"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:42:27\",\"id\":\"41513d2277f880c8e1d213cb6fa34778\",\"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 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\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:46:12\",\"id\":\"47ea3566c21069f2d6bb9d9467f00961\",\"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 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 13:28:15\",\"id\":\"4bd6f30cf63f72be79438c29a7226caa\",\"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 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\"}],\"searchCount\":true,\"size\":10,\"total\":33}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:18:18');
|
||
INSERT INTO `sys_oper_log` VALUES ('7882de591a9db7639a9564c6f61409cb', '字典管理', '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 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-14 14:45:49');
|
||
INSERT INTO `sys_oper_log` VALUES ('79035051974eb99791c761f107156b6c', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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-14 15:34:37');
|
||
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 ('807ca5d72569c6b2d60113cf5373a4a0', '字典管理', '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\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:06:21');
|
||
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 ('86af04bddc46e9a5859f6e06fedeff88', '字典管理', '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\"}]}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 13:27:51');
|
||
INSERT INTO `sys_oper_log` VALUES ('86c6276ef851493707965c2b62c495c7', '字典管理', '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\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:43:01');
|
||
INSERT INTO `sys_oper_log` VALUES ('87e84cc762404ecd16a50ea633206296', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":4,\"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 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 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 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\"},{\"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:42:27\",\"id\":\"41513d2277f880c8e1d213cb6fa34778\",\"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 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\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:46:12\",\"id\":\"47ea3566c21069f2d6bb9d9467f00961\",\"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 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 13:28:15\",\"id\":\"4bd6f30cf63f72be79438c29a7226caa\",\"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 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\"}],\"searchCount\":true,\"size\":10,\"total\":36}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:25:48');
|
||
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 ('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 ('8c93f77bf85f07b4a6cdd639c86b2958', '字典管理', '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 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-14 14:41:33');
|
||
INSERT INTO `sys_oper_log` VALUES ('8e2883208776b185f0f762c134665c75', '字典管理', '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:39:37');
|
||
INSERT INTO `sys_oper_log` VALUES ('8fbffbfcffdf688c8aa05fec7983affe', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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\"},{\"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\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:39:38');
|
||
INSERT INTO `sys_oper_log` VALUES ('91462329c5ff1bef4a79cb4812fdb289', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":4,\"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 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 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 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\"},{\"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:42:27\",\"id\":\"41513d2277f880c8e1d213cb6fa34778\",\"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 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\":6,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-04-14 11:46:12\",\"id\":\"47ea3566c21069f2d6bb9d9467f00961\",\"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 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 13:28:15\",\"id\":\"4bd6f30cf63f72be79438c29a7226caa\",\"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 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\"}],\"searchCount\":true,\"size\":10,\"total\":31}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:16:13');
|
||
INSERT INTO `sys_oper_log` VALUES ('932ef8cf2bfb7d72d29037fd6ce1e245', '菜单管理', '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 15:42:09');
|
||
INSERT INTO `sys_oper_log` VALUES ('935a951a643480034ac4b8b78645fb56', '字典管理', '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:36:34');
|
||
INSERT INTO `sys_oper_log` VALUES ('939f65d3af22b225eebd84d257f65ed3', '字典管理', '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', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:25:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('9556f58f008203f30a01b2a55b5a831e', '字典管理', '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:36');
|
||
INSERT INTO `sys_oper_log` VALUES ('956a2fff83124a7319a7bb58d41f5afa', '字典管理', '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 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-14 15:11:41');
|
||
INSERT INTO `sys_oper_log` VALUES ('96301c4e91fed82f1e6ac685396f9ed0', '菜单管理', '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 15:35:53');
|
||
INSERT INTO `sys_oper_log` VALUES ('978ac03f6e1759bb3d3a563ae4a37469', '用户管理', '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\":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}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:42:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('987140418dabcddd31fc8e61382ad0ec', '字典管理', '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\"}]}', 40, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:43:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('99cf7e6ea37986c8db5236c1cafa1d13', '字典管理', '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\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:44:56');
|
||
INSERT INTO `sys_oper_log` VALUES ('9a624f637cab71f5226dcdc4894026f2', '菜单管理', '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\"}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-04-14 16:13:26');
|
||
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<br/>com.tansci.service.impl.SysOrgServiceImpl.list(SysOrgServiceImpl.java:55)<br/>com.tansci.service.impl.SysOrgServiceImpl$$FastClassBySpringCGLIB$$daef132.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)<br/>org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)<br/>com.tansci.service.impl.SysOrgServiceImpl$$EnhancerBySpringCGLIB$$385a0b2.list(<generated>)<br/>com.tansci.controller.SysOrgController.list(SysOrgController.java:41)<br/>com.tansci.controller.SysOrgController$$FastClassBySpringCGLIB$$cbfdf7c.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)<br/>com.tansci.controller.SysOrgController$$EnhancerBySpringCGLIB$$eb388eae.list(<generated>)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:498)<br/>org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)<br/>org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)<br/>org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)<br/>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br/>org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)<br/>org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)<br/>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)<br/>org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:670)<br/>org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:779)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)<br/>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<br/>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)<br/>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)<br/>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br/>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<br/>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)<br/>org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)<br/>org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<br/>org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)<br/>org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)<br/>org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)<br/>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br/>java.lang.Thread.run(Thread.java:748)<br/>\",\"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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('9ef8719a536e04cfc073339fa47b550f', '字典管理', 'com.tansci.controller.SysDictController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/save', '127.0.0.1', NULL, NULL, '2023-04-14 15:35:36');
|
||
INSERT INTO `sys_oper_log` VALUES ('9f2914149d35e12c37194997536bdaca', '用户管理', '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\":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}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:45:29');
|
||
INSERT INTO `sys_oper_log` VALUES ('9f930ead70209d5124b1d5ffbeaa73e1', '菜单管理', '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:30:04');
|
||
INSERT INTO `sys_oper_log` VALUES ('a02fefa57c152ade73eb8cf6b5f45c78', '字典管理', '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 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\"}]}', 0, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 15:28:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('a1a5d6492ad9faf7ae57ccedce0f7218', '菜单管理', '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:45:49');
|
||
INSERT INTO `sys_oper_log` VALUES ('a3882d8fccf81596d025ce82980c7bbc', '字典管理', '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', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:36:47');
|
||
INSERT INTO `sys_oper_log` VALUES ('a3f88fe9fcc3025190d266a4cb552e36', '日志管理', '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\":60}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:30:21');
|
||
INSERT INTO `sys_oper_log` VALUES ('a43edc572472c440d8153f3485f95402', '字典管理', '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:30:04');
|
||
INSERT INTO `sys_oper_log` VALUES ('a5080721db16b462e5c1b4723c8c5c16', '字典管理', '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\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:46:36');
|
||
INSERT INTO `sys_oper_log` VALUES ('a886090471335bd91d199f251217f001', '菜单管理', '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-14 11:46:12');
|
||
INSERT INTO `sys_oper_log` VALUES ('a955f57e8487bed125826f505e91ef44', '字典管理', '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 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-14 15:03:26');
|
||
INSERT INTO `sys_oper_log` VALUES ('aa70ed6231388a99e895f20bfaffd2b1', '用户管理', '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,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:50:09');
|
||
INSERT INTO `sys_oper_log` VALUES ('aac9ddcbe2d15918e0fe3a71a2fdcad5', '字典管理', '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:25:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('aae84fa60bdaba8fa1ba1cdc52b5670c', '菜单管理', '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:33:40');
|
||
INSERT INTO `sys_oper_log` VALUES ('ab3c387384ff30e187620b35f43a78a5', '字典管理', '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\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:38:57');
|
||
INSERT INTO `sys_oper_log` VALUES ('abf584f6bd18226fc13765a541ee2306', '字典管理', '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 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-14 15:18:03');
|
||
INSERT INTO `sys_oper_log` VALUES ('acc692a90da7f14164b0af53659f86b2', '菜单管理', '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 15:18:03');
|
||
INSERT INTO `sys_oper_log` VALUES ('ad464f07e264a467e8878484694c5c25', '菜单管理', '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:15:50');
|
||
INSERT INTO `sys_oper_log` VALUES ('ad8b9909152dd53afb0e7c18a9291b1e', '字典管理', '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:30');
|
||
INSERT INTO `sys_oper_log` VALUES ('ae2add3afb5120d657ba7329c8c22ab9', '用户管理', '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}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:51:00');
|
||
INSERT INTO `sys_oper_log` VALUES ('b42f67122f10b6acd7a3098dfdb4e0bd', '字典管理', '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\"}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 16:13:15');
|
||
INSERT INTO `sys_oper_log` VALUES ('b450cc18924ebb023a6119d04d9f24e8', '字典管理', '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\"},{\"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:39:15');
|
||
INSERT INTO `sys_oper_log` VALUES ('b59f57be0a4dc4555ac410c70caf496c', '用户管理', '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,\"isLogin\":1,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"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:48:44');
|
||
INSERT INTO `sys_oper_log` VALUES ('b5aeefd45506fcc480e8fd1257f2c7c5', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"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\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:41:44');
|
||
INSERT INTO `sys_oper_log` VALUES ('b6ee158a2e7bbff45f89447c9ceffe9b', '菜单管理', '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-14 14:39:36');
|
||
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');
|
||
INSERT INTO `sys_oper_log` VALUES ('ba8cde8ba33866bef726a704276e456b', '字典管理', '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:33:13');
|
||
INSERT INTO `sys_oper_log` VALUES ('bb4ea28c6dc47b03e0891c9460c81b35', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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-14 15:35:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('bd0461bbd1d566342ec7415df2d61554', '字典管理', '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 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-14 14:47:01');
|
||
INSERT INTO `sys_oper_log` VALUES ('bdf32b70ea981270fa6ce28420da7c9f', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":3,\"records\":[{\"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-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\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-14 11:06:53\",\"failPassword\":\"123456\",\"id\":\"6a0363b62479c9411a5a3db9aa76df83\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"3dcc846c-deab-4c3d-9e6d-11be43523692\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-14 10:09:34\",\"failPassword\":\"123456\",\"id\":\"6a115cd51561b57dae3de86c98170e42\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-14 10:19:26\",\"failPassword\":\"123456\",\"id\":\"6a1adfc042b185583a4ac722a9ba60ac\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-04-13 14:51:44\",\"failPassword\":\"123456\",\"id\":\"7a7ff6c1891a844c7c8f86217074d701\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"a3761016-6516-4b4c-a247-410a4fa73d5f\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":24}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:46:34');
|
||
INSERT INTO `sys_oper_log` VALUES ('beffd3cc36901a54f02bd7b88ba4e5b3', '用户管理', '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\":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,\"isLogin\":1,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:48:53');
|
||
INSERT INTO `sys_oper_log` VALUES ('c07157ef530e542f7b18cc3ad299ca02', '字典管理', '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\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:32:58');
|
||
INSERT INTO `sys_oper_log` VALUES ('c1c23da1dda85390cbd58a21eaded28c', '字典管理', '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\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 11:42:22');
|
||
INSERT INTO `sys_oper_log` VALUES ('c2000200c40e234f2118104835473489', '角色管理', 'com.tansci.controller.SysRoleController.menuList', 'INSERT', '获取权限菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"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\"}],\"selected\":[\"06936eec3258c1fa675c8b6b697160f5\",\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"11107c717306bd0d9e993cf32a94974e\",\"1ec1c1cb127d83f6346904220b3ed20b\",\"44979f524b88ed2dfbf14e4267ebd045\",\"5de088a93f0828a57e4c70959831458b\",\"5e67672047d0a00bf861ba2255535238\",\"628431d108e3530ac37dfa2180dff376\",\"850a1c29af28318e6e470a14aaeb50e5\",\"b1851d1b13594e71840103c11a37a002\",\"b1851d1b13594e71840103c11a37a003\",\"b1851d1b13594e71840103c11a37a004\",\"b1851d1b13594e71840103c11a37a005\",\"b1851d1b13594e71840103c11a37a006\",\"b1851d1b13594e71840103c11a37a007\",\"b1851d1b13594e71840103c11a37a008\",\"b1851d1b13594e71840103c11a37a009\",\"b1851d1b13594e71840103c11a37a010\",\"b1851d1b13594e71840103c11a37a011\",\"b4cfa05bff2269fee06788b32115851a\",\"b8db9ff560e383e59d604e19c9fbd3cb\",\"b9401c42bc1e58e0a48e6b3308cff617\",\"f3138bd5b256d82f9eebe07c6679cf15\",\"f8b972bc005a9c6691a43b76839b0666\",\"f8b972bc005a9c6691a43b76839b0667\",\"f8b972bc005a9c6691a43b76839b0668\",\"f8b972bc005a9c6691a43b76839b0669\",\"f8b972bc005a9c6691a43b76839b0670\",\"f8b972bc005a9c6691a43b76839b0671\"]}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-04-14 16:13:45');
|
||
INSERT INTO `sys_oper_log` VALUES ('c3e0fc8344e5e1a6eb5a7ff99281913b', '用户管理', '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\":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}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:42:09');
|
||
INSERT INTO `sys_oper_log` VALUES ('c3e2a7c15732294945cc507be09dd891', '字典管理', '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:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('c668761a6be426a492367046ae434c72', '字典管理', '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\"}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 16:13:21');
|
||
INSERT INTO `sys_oper_log` VALUES ('c849e4e4fdb107fe33f0a7e1a708e219', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":12,\"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\":119}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 15:20:24');
|
||
INSERT INTO `sys_oper_log` VALUES ('c940b31c64e7aa65df15f4bb22da2337', '菜单管理', '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 11:38:51');
|
||
INSERT INTO `sys_oper_log` VALUES ('c96fde6967cb87ea00d4b7a31c04b8d6', '字典管理', 'com.tansci.controller.SysDictController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/save', '127.0.0.1', NULL, NULL, '2023-04-14 15:34:37');
|
||
INSERT INTO `sys_oper_log` VALUES ('cc38e7f5431ebe8c27a0070ceddda61d', '菜单管理', '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 15:06:44');
|
||
INSERT INTO `sys_oper_log` VALUES ('ccb1303cfd5c03cac7dca77332bd6a27', '字典管理', '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', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:36:50');
|
||
INSERT INTO `sys_oper_log` VALUES ('d0e8713f84b7d1e87aedeb9093f2e3da', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":12,\"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 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\"},{\"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\"}],\"searchCount\":true,\"size\":10,\"total\":116}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 15:20:15');
|
||
INSERT INTO `sys_oper_log` VALUES ('d65e90d34f8ee66da163aeacee376866', '字典管理', '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-14 15:48:53');
|
||
INSERT INTO `sys_oper_log` VALUES ('d6614b4d5142ca79f86eb910fef40b9c', '菜单管理', '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:46:18');
|
||
INSERT INTO `sys_oper_log` VALUES ('d6ba5612b237f291ade68d5ccee04bbd', '菜单管理', '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-14 13:28:12');
|
||
INSERT INTO `sys_oper_log` VALUES ('d7a0c61abeea19c2869bf201a81e8e0d', '角色管理', 'com.tansci.controller.SysRoleController.orgList', 'INSERT', '获取权限组织', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"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\"}],\"selected\":[\"534a37c366ec47878a6b0c85703d0bc4\"]}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/orgList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-04-14 16:13:47');
|
||
INSERT INTO `sys_oper_log` VALUES ('d7ac493da1554be616ab66a7d2c0f074', '字典管理', '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 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-14 15:17:24');
|
||
INSERT INTO `sys_oper_log` VALUES ('dbb0e0c176a76e9e274f61140c253d3d', '字典管理', '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:51');
|
||
INSERT INTO `sys_oper_log` VALUES ('dc6e858d0951656e947a2f8333bdb1e1', '菜单管理', '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 11:43:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('dde31e9adeafbd0495cd03773a4f1568', '字典管理', '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\"}]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:41:57');
|
||
INSERT INTO `sys_oper_log` VALUES ('de941ec62fd3390ea4f6b982e7300ff0', '菜单管理', '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}]}', 302, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-04-14 16:13:15');
|
||
INSERT INTO `sys_oper_log` VALUES ('dff258bb6cdefc3847f72cc4a6476c27', '字典管理', '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-14 15:42:09');
|
||
INSERT INTO `sys_oper_log` VALUES ('e14ca9bd3c7458d20cd06178e2eb5038', '菜单管理', '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 15:17:24');
|
||
INSERT INTO `sys_oper_log` VALUES ('e226066f9044bf5d72d8e0ac964e5366', '用户管理', '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\":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}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-14 15:42:00');
|
||
INSERT INTO `sys_oper_log` VALUES ('e22908c6f7d44b385ae8d3c93487cd09', '用户管理', '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-14 16:13:51');
|
||
INSERT INTO `sys_oper_log` VALUES ('e54042d05f9bbe4a5c1401dcda67f081', '组织管理-列表', 'com.tansci.controller.SysOrgController.list', 'SELECT', '列表', '{\"name\":\"ss\"}', NULL, 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/sysorg/list', '127.0.0.1', 'java.lang.NullPointerException:null<br/>com.tansci.service.impl.SysOrgServiceImpl.list(SysOrgServiceImpl.java:55)<br/>com.tansci.service.impl.SysOrgServiceImpl$$FastClassBySpringCGLIB$$daef132.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)<br/>org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)<br/>com.tansci.service.impl.SysOrgServiceImpl$$EnhancerBySpringCGLIB$$385a0b2.list(<generated>)<br/>com.tansci.controller.SysOrgController.list(SysOrgController.java:41)<br/>com.tansci.controller.SysOrgController$$FastClassBySpringCGLIB$$cbfdf7c.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)<br/>com.tansci.controller.SysOrgController$$EnhancerBySpringCGLIB$$eb388eae.list(<generated>)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:498)<br/>org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)<br/>org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)<br/>org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)<br/>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br/>org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)<br/>org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)<br/>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)<br/>org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:670)<br/>org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:779)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)<br/>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<br/>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)<br/>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)<br/>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br/>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<br/>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)<br/>org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)<br/>org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<br/>org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)<br/>org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)<br/>org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)<br/>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br/>java.lang.Thread.run(Thread.java:748)<br/>', NULL, '2023-04-13 14:52:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('e569323c901d1638303ccedcb1345960', '字典管理', '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 11:38:52');
|
||
INSERT INTO `sys_oper_log` VALUES ('e5e59a70a29e0778f9ad3e0cd0602b54', '用户管理-分页', 'com.tansci.controller.SysUserController.page', 'SELECT', '分页', '{}', '{\"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}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-04-13 14:47:59');
|
||
INSERT INTO `sys_oper_log` VALUES ('e5f8957454d5a80f0455347b8582ff35', '组织管理-列表', 'com.tansci.controller.SysOrgController.list', 'SELECT', '列表', '{}', '{\"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\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-04-13 10:39:57');
|
||
INSERT INTO `sys_oper_log` VALUES ('e8ad3ed1d19e02b9988e02bb2fc2c51d', '字典管理', '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\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 14:18:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('ea555e1c29610680f3f6a805c1f63688', '字典管理', '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: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\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-04-14 15:41:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('ee44a08244ea84311739a95b691f1d10', '用户管理', 'com.tansci.controller.SysUserController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":1}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/update', '127.0.0.1', NULL, NULL, '2023-04-14 15:50:12');
|
||
INSERT INTO `sys_oper_log` VALUES ('ee57a19df438a05b7c1239da7a50937f', '日志管理', '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\":125}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 15:31:44');
|
||
INSERT INTO `sys_oper_log` VALUES ('f14e7230e60c155b08a81daf64e25b70', '字典管理', '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\"},{\"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:34:37');
|
||
INSERT INTO `sys_oper_log` VALUES ('f2554c89a88daf8f8d7f2aa3c57e7eb6', '字典管理', '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', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-04-14 14:25:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('f26821d0ebe8e7ab2e10a955c698bf2e', '字典管理', '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 ('f3b868205a608fed13864e87f7bc8655', '组织管理', '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\"}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-04-14 16:13:33');
|
||
INSERT INTO `sys_oper_log` VALUES ('f5ab19289e695881efc226ac2466b4f4', '字典管理', '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:39:10');
|
||
INSERT INTO `sys_oper_log` VALUES ('f7ce73947f7efc54cb6e80abd35b3d4c', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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: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\"},{\"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-14 15:41:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('f7d445f5e316429c4f72eaaf34cfcc79', '字典管理', 'com.tansci.controller.SysDictController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/save', '127.0.0.1', NULL, NULL, '2023-04-14 15:39:38');
|
||
INSERT INTO `sys_oper_log` VALUES ('f95aa20d05183cbd8f06203b07ee433c', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":7,\"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\":66}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-04-14 14:32:33');
|
||
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 ('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');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_org
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_org`;
|
||
CREATE TABLE `sys_org` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '主键id',
|
||
`parent_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '父id',
|
||
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '名称',
|
||
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '组织机构编码',
|
||
`sort` int(10) NULL DEFAULT NULL COMMENT '排序',
|
||
`is_del` int(1) UNSIGNED ZEROFILL NULL DEFAULT NULL COMMENT '删除状态:0、正常,1、删除',
|
||
`update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
|
||
`create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
|
||
`remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '组织' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_org
|
||
-- ----------------------------
|
||
INSERT INTO `sys_org` VALUES ('534a37c366ec47878a6b0c85703d0001', '534a37c366ec47878a6b0c85703d0bc4', '兰州子公司', 'SO00002', 2, 0, '2023-03-29 08:53:41', '2023-03-29 08:53:43', NULL);
|
||
INSERT INTO `sys_org` VALUES ('534a37c366ec47878a6b0c85703d0bc4', '0', '总公司', 'SO00001', 0, 0, '2023-03-29 08:53:41', '2023-03-29 08:53:43', NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role`;
|
||
CREATE TABLE `sys_role` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '主键',
|
||
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '角色名称',
|
||
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '角色编码',
|
||
`permission` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '0:全部,1:自定义,2:本级级子级,3:本级',
|
||
`sort` int(1) NULL DEFAULT NULL COMMENT '排序',
|
||
`is_del` int(1) NULL DEFAULT 0 COMMENT '是否删除:0未删除,1已删除',
|
||
`creator` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
|
||
`create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
|
||
`remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '描述',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '角色表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role
|
||
-- ----------------------------
|
||
INSERT INTO `sys_role` VALUES ('441b6dae329b3a20ad8b4f4ca8f83a0b', '普通用户', '1020cb789f', '2', 0, 0, '534a37c366ec47878a6b0c85703d0bc2', '2023-04-12 14:29:16', '2023-04-12 14:29:16', '');
|
||
INSERT INTO `sys_role` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '管理员', 'SR000001', '0', 0, 0, NULL, '2023-04-12 14:27:40', '2023-03-29 08:51:39', '管理员');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role_menu
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role_menu`;
|
||
CREATE TABLE `sys_role_menu` (
|
||
`role_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '角色id',
|
||
`menu_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '菜单id',
|
||
PRIMARY KEY (`role_id`, `menu_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '角色和菜单关联表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role_menu
|
||
-- ----------------------------
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '06936eec3258c1fa675c8b6b697160f5');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '07e1aebb5b69b55b7eb0ce79fed00f40');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '11107c717306bd0d9e993cf32a94974e');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '1ec1c1cb127d83f6346904220b3ed20b');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '44979f524b88ed2dfbf14e4267ebd045');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '5de088a93f0828a57e4c70959831458b');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '5e67672047d0a00bf861ba2255535238');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '628431d108e3530ac37dfa2180dff376');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '850a1c29af28318e6e470a14aaeb50e5');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b1851d1b13594e71840103c11a37a002');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b1851d1b13594e71840103c11a37a003');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b1851d1b13594e71840103c11a37a004');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b1851d1b13594e71840103c11a37a005');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b1851d1b13594e71840103c11a37a006');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b1851d1b13594e71840103c11a37a007');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b1851d1b13594e71840103c11a37a008');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b1851d1b13594e71840103c11a37a009');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b1851d1b13594e71840103c11a37a010');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b1851d1b13594e71840103c11a37a011');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b4cfa05bff2269fee06788b32115851a');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b8db9ff560e383e59d604e19c9fbd3cb');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'b9401c42bc1e58e0a48e6b3308cff617');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'f3138bd5b256d82f9eebe07c6679cf15');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'f8b972bc005a9c6691a43b76839b0666');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'f8b972bc005a9c6691a43b76839b0667');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'f8b972bc005a9c6691a43b76839b0668');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'f8b972bc005a9c6691a43b76839b0669');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'f8b972bc005a9c6691a43b76839b0670');
|
||
INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'f8b972bc005a9c6691a43b76839b0671');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role_org
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role_org`;
|
||
CREATE TABLE `sys_role_org` (
|
||
`org_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 (`org_id`, `role_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '用户组织机构关联表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role_org
|
||
-- ----------------------------
|
||
INSERT INTO `sys_role_org` VALUES ('534a37c366ec47878a6b0c85703d0bc4', '534a37c366ec47878a6b0c85703d0bc3');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_user
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_user`;
|
||
CREATE TABLE `sys_user` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '主键',
|
||
`username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '登录名',
|
||
`nickname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '姓名/昵称',
|
||
`password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '密码',
|
||
`type` int(1) NULL DEFAULT NULL COMMENT '用户类型:1、管理员,2、普通用户',
|
||
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '手机号',
|
||
`avatar` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '头像',
|
||
`gender` int(1) NULL DEFAULT NULL COMMENT '性别:0、男,1、女',
|
||
`birthday` date NULL DEFAULT NULL COMMENT '出生日期',
|
||
`is_login` int(1) NULL DEFAULT 0 COMMENT '禁止登录:0未禁用,1已禁用',
|
||
`is_del` int(1) NULL DEFAULT 0 COMMENT '删除标识:0未删除,1已删除',
|
||
`open_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '唯一标识',
|
||
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '地址',
|
||
`id_card` varchar(18) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '身份证号码',
|
||
`email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '邮箱',
|
||
`create_by` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '创建人',
|
||
`update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
|
||
`create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
|
||
`remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`id`, `username`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '用户表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_user
|
||
-- ----------------------------
|
||
INSERT INTO `sys_user` VALUES ('3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', '管理者', '240be518fabd2724ddb6f04eeb1da5967448d7e831c08c8fa822809f74c720a9', 2, '18810011002', '', 0, '2023-04-03', 1, 0, NULL, '甘肃兰州', NULL, 'system@qq.com', NULL, '2023-04-14 15:50:12', '2023-04-13 14:41:21', '普通管理者');
|
||
INSERT INTO `sys_user` VALUES ('534a37c366ec47878a6b0c85703d0bc2', 'admin', '管理员', '8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92', 1, NULL, NULL, 0, '2023-03-29', 0, 0, '', '', '', '', NULL, '2023-04-14 15:48:44', '2023-03-29 08:49:27', NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_user_role
|
||
-- ----------------------------
|
||
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',
|
||
PRIMARY KEY (`user_id`, `role_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户角色' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_user_role
|
||
-- ----------------------------
|
||
INSERT INTO `sys_user_role` VALUES ('3ad1bd6b76c2e5573ea1805b7d68c6a9', '441b6dae329b3a20ad8b4f4ca8f83a0b');
|
||
INSERT INTO `sys_user_role` VALUES ('534a37c366ec47878a6b0c85703d0bc2', '534a37c366ec47878a6b0c85703d0bc3');
|
||
|
||
SET FOREIGN_KEY_CHECKS = 1;
|