From 7d27d97aea62498a8fcab7c6b4f64c1995b81eec Mon Sep 17 00:00:00 2001
From: tanyp <742354529@qq.com>
Date: Thu, 6 Jul 2023 17:34:53 +0800
Subject: [PATCH] 2.0.0
---
sql/tansci_boot.sql | 531 ++++++++++++------
tansci-boot-ui/package.json | 1 -
tansci-boot-ui/src/api/auth.ts | 12 +-
tansci-boot-ui/src/api/lowcode/codeGen.ts | 8 +-
tansci-boot-ui/src/api/lowcode/lcPages.ts | 14 +-
tansci-boot-ui/src/api/lowcode/source.ts | 6 +-
tansci-boot-ui/src/api/monitor/loginLog.ts | 2 +-
tansci-boot-ui/src/api/monitor/onlineUser.ts | 4 +-
tansci-boot-ui/src/api/monitor/operLog.ts | 2 +-
tansci-boot-ui/src/api/system/dict.ts | 10 +-
tansci-boot-ui/src/api/system/menu.ts | 8 +-
tansci-boot-ui/src/api/system/org.ts | 8 +-
tansci-boot-ui/src/api/system/role.ts | 18 +-
tansci-boot-ui/src/api/system/user.ts | 14 +-
tansci-boot-ui/src/main.ts | 1 -
tansci-boot-ui/src/router/permission.ts | 2 +-
tansci-boot-ui/vite.config.ts | 28 +-
tansci-boot/pom.xml | 7 -
.../com/tansci/common/annotation/Log.java | 38 --
.../com/tansci/common/aop/OperLogAspect.java | 180 ------
.../java/com/tansci/config/Knife4jConfig.java | 48 --
.../com/tansci/config/MybatisPlusConfig.java | 28 -
.../java/com/tansci/config/SaTokenConfig.java | 2 +-
.../com/tansci/controller/AuthController.java | 85 ---
.../controller/DataSourceController.java | 57 --
.../tansci/controller/LcPagesController.java | 102 ----
.../tansci/controller/ScreenController.java | 22 -
.../tansci/controller/SysDictController.java | 76 ---
.../tansci/controller/SysLogController.java | 53 --
.../tansci/controller/SysMenuController.java | 87 ---
.../tansci/controller/SysOrgController.java | 73 ---
.../tansci/controller/SysRoleController.java | 107 ----
.../tansci/controller/SysUserController.java | 91 ---
.../main/java/com/tansci/domain/LcPages.java | 74 ---
.../java/com/tansci/domain/LcPagesMenu.java | 32 --
.../main/java/com/tansci/domain/SysDict.java | 79 ---
.../java/com/tansci/domain/SysLoginLog.java | 67 ---
.../main/java/com/tansci/domain/SysMenu.java | 94 ----
.../java/com/tansci/domain/SysOperLog.java | 82 ---
.../main/java/com/tansci/domain/SysOrg.java | 68 ---
.../main/java/com/tansci/domain/SysRole.java | 74 ---
.../java/com/tansci/domain/SysRoleMenu.java | 32 --
.../java/com/tansci/domain/SysRoleOrg.java | 32 --
.../main/java/com/tansci/domain/SysUser.java | 108 ----
.../java/com/tansci/domain/SysUserRole.java | 32 --
.../java/com/tansci/domain/vo/ColumnsVo.java | 51 --
.../java/com/tansci/domain/vo/SysMenuVo.java | 60 --
.../tansci/domain/vo/SysUserSessionVo.java | 36 --
.../java/com/tansci/domain/vo/SysUserVo.java | 46 --
.../java/com/tansci/domain/vo/TablesVo.java | 33 --
.../java/com/tansci/domain/vo/UserAuthVo.java | 47 --
.../tansci/handler/StpInterfaceHandler.java | 238 ++++----
.../com/tansci/mapper/DataSourceMapper.java | 30 -
.../java/com/tansci/mapper/LcPagesMapper.java | 16 -
.../com/tansci/mapper/LcPagesMenuMapper.java | 16 -
.../java/com/tansci/mapper/SysDictMapper.java | 16 -
.../com/tansci/mapper/SysLoginLogMapper.java | 16 -
.../java/com/tansci/mapper/SysMenuMapper.java | 16 -
.../com/tansci/mapper/SysOperLogMapper.java | 16 -
.../java/com/tansci/mapper/SysOrgMapper.java | 16 -
.../java/com/tansci/mapper/SysRoleMapper.java | 16 -
.../com/tansci/mapper/SysRoleMenuMapper.java | 16 -
.../com/tansci/mapper/SysRoleOrgMapper.java | 16 -
.../java/com/tansci/mapper/SysUserMapper.java | 31 -
.../com/tansci/mapper/SysUserRoleMapper.java | 16 -
.../com/tansci/service/DataSourceService.java | 23 -
.../tansci/service/LcPagesMenuService.java | 14 -
.../com/tansci/service/LcPagesSerice.java | 27 -
.../com/tansci/service/SysDictService.java | 22 -
.../tansci/service/SysLoginLogService.java | 19 -
.../com/tansci/service/SysMenuService.java | 24 -
.../com/tansci/service/SysOperLogService.java | 14 -
.../com/tansci/service/SysOrgService.java | 21 -
.../tansci/service/SysRoleMenuService.java | 14 -
.../com/tansci/service/SysRoleOrgService.java | 14 -
.../com/tansci/service/SysRoleService.java | 37 --
.../tansci/service/SysUserRoleService.java | 14 -
.../com/tansci/service/SysUserService.java | 38 --
.../service/impl/DataSourceServiceImpl.java | 41 --
.../service/impl/LcPagesMenuServiceImpl.java | 20 -
.../service/impl/LcPagesServiceImpl.java | 98 ----
.../service/impl/SysDictServiceImpl.java | 62 --
.../service/impl/SysLoginLogServiceImpl.java | 42 --
.../service/impl/SysMenuServiceImpl.java | 149 -----
.../service/impl/SysOperLogServiceImpl.java | 20 -
.../service/impl/SysOrgServiceImpl.java | 81 ---
.../service/impl/SysRoleMenuServiceImpl.java | 20 -
.../service/impl/SysRoleOrgServiceImpl.java | 20 -
.../service/impl/SysRoleServiceImpl.java | 132 -----
.../service/impl/SysUserRoleServiceImpl.java | 20 -
.../service/impl/SysUserServiceImpl.java | 201 -------
.../java/com/tansci/utils/SystemUtils.java | 3 +-
.../src/main/resources/application.yml | 6 +-
93 files changed, 540 insertions(+), 3903 deletions(-)
delete mode 100644 tansci-boot/src/main/java/com/tansci/common/annotation/Log.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/common/aop/OperLogAspect.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/config/Knife4jConfig.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/config/MybatisPlusConfig.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/controller/AuthController.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/controller/DataSourceController.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/controller/LcPagesController.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/controller/ScreenController.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/controller/SysDictController.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/controller/SysLogController.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/controller/SysMenuController.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/controller/SysOrgController.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/controller/SysRoleController.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/controller/SysUserController.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/LcPages.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/LcPagesMenu.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/SysDict.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/SysLoginLog.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/SysMenu.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/SysOperLog.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/SysOrg.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/SysRole.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/SysRoleMenu.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/SysRoleOrg.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/SysUser.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/SysUserRole.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/vo/ColumnsVo.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/vo/SysMenuVo.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/vo/SysUserSessionVo.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/vo/SysUserVo.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/vo/TablesVo.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/domain/vo/UserAuthVo.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/DataSourceMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/LcPagesMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/LcPagesMenuMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/SysDictMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/SysLoginLogMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/SysMenuMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/SysOperLogMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/SysOrgMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/SysRoleMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/SysRoleMenuMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/SysRoleOrgMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/SysUserMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/mapper/SysUserRoleMapper.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/DataSourceService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/LcPagesMenuService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/LcPagesSerice.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/SysDictService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/SysLoginLogService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/SysMenuService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/SysOperLogService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/SysOrgService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/SysRoleMenuService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/SysRoleOrgService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/SysRoleService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/SysUserRoleService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/SysUserService.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/DataSourceServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/LcPagesMenuServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/LcPagesServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/SysDictServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/SysLoginLogServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/SysMenuServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/SysOperLogServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/SysOrgServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/SysRoleMenuServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/SysRoleOrgServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/SysRoleServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/SysUserRoleServiceImpl.java
delete mode 100644 tansci-boot/src/main/java/com/tansci/service/impl/SysUserServiceImpl.java
diff --git a/sql/tansci_boot.sql b/sql/tansci_boot.sql
index a554d96..a68763c 100644
--- a/sql/tansci_boot.sql
+++ b/sql/tansci_boot.sql
@@ -11,7 +11,7 @@
Target Server Version : 80032
File Encoding : 65001
- Date: 12/05/2023 09:23:10
+ Date: 06/07/2023 17:34:18
*/
SET NAMES utf8mb4;
@@ -22,7 +22,7 @@ SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
DROP TABLE IF EXISTS `lc_pages`;
CREATE TABLE `lc_pages` (
- `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '主键',
+ `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键',
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '页面标题',
`subtitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '副标题',
`parent_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '父页面',
@@ -47,8 +47,8 @@ INSERT INTO `lc_pages` VALUES ('ce620f517565f989d718385d4e4033ac', 'aaaa', NULL,
-- ----------------------------
DROP TABLE IF EXISTS `lc_pages_menu`;
CREATE TABLE `lc_pages_menu` (
- `pages_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',
+ `pages_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '页面id',
+ `menu_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '菜单id',
PRIMARY KEY (`pages_id`, `menu_id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '页面菜单关系表' ROW_FORMAT = Dynamic;
@@ -63,15 +63,15 @@ INSERT INTO `lc_pages_menu` VALUES ('7f08e688-de5a-11ed-8f49-00163e228eed', 'fb9
-- ----------------------------
DROP TABLE IF EXISTS `magic_api_backup`;
CREATE TABLE `magic_api_backup` (
- `id` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '原对象ID',
- `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '原名称',
+ `id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '原对象ID',
+ `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '原名称',
`content` blob NULL COMMENT '备份内容',
- `tag` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '标签',
- `type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '类型',
- `create_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '操作人',
+ `tag` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '标签',
+ `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '类型',
+ `create_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '操作人',
`create_date` datetime NULL DEFAULT NULL COMMENT '备份时间',
PRIMARY KEY (`id`) USING BTREE
-) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = 'magic api 备份' ROW_FORMAT = DYNAMIC;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = 'magic api 备份' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of magic_api_backup
@@ -82,56 +82,95 @@ CREATE TABLE `magic_api_backup` (
-- ----------------------------
DROP TABLE IF EXISTS `magic_api_file`;
CREATE TABLE `magic_api_file` (
- `file_path` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '路径',
- `file_content` mediumtext CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL COMMENT '内容',
+ `file_path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '路径',
+ `file_content` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '内容',
PRIMARY KEY (`file_path`) USING BTREE
-) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = 'magic api 接口表' ROW_FORMAT = DYNAMIC;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = 'magic api 接口表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of magic_api_file
-- ----------------------------
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/', 'this is directory');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api/', 'this is directory');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"ee837d9cf48a4136bd4b596a1079ca87\",\r\n \"name\" : \"api\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"0\",\r\n \"path\" : \"/api\",\r\n \"createTime\" : 1682665743106,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api/test/', 'this is directory');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api/test/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"fb7cdce56e894e50a698574bde1b5300\",\r\n \"name\" : \"test\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"ee837d9cf48a4136bd4b596a1079ca87\",\r\n \"path\" : \"/test\",\r\n \"createTime\" : 1682665743110,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api/test/保存.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"f4d54960f445472b888718e9a9d9828b\",\r\n \"script\" : null,\r\n \"groupId\" : \"fb7cdce56e894e50a698574bde1b5300\",\r\n \"name\" : \"保存\",\r\n \"createTime\" : 1682665743119,\r\n \"updateTime\" : null,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"/save\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : null,\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.insert(\"\"\"insert into magic_api_backup(content,create_by,create_date,id,name,tag,type) values (uuid() , #{body.content}, #{body.create_by}, #{body.create_date}, #{body.id}, #{body.name}, #{body.tag}, #{body.type})\"\"\")');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api/test/修改.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"08df2915130943ff821ea827b7392355\",\r\n \"script\" : null,\r\n \"groupId\" : \"fb7cdce56e894e50a698574bde1b5300\",\r\n \"name\" : \"修改\",\r\n \"createTime\" : 1682665743120,\r\n \"updateTime\" : null,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"/update\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : null,\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.update(\"\"\"update magic_api_backup set\nid = #{body.id}\n ?{body.content, ,content = #{body.content}}\n?{body.create_by, ,create_by = #{body.create_by}}\n?{body.create_date, ,create_date = #{body.create_date}}\n?{body.id, ,id = #{body.id}}\n?{body.name, ,name = #{body.name}}\n?{body.tag, ,tag = #{body.tag}}\n?{body.type, ,type = #{body.type}}\n where id = #{body.id}\"\"\")');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api/test/列表.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"95f516069515411ca97d6c0cfe4b1a74\",\r\n \"script\" : null,\r\n \"groupId\" : \"fb7cdce56e894e50a698574bde1b5300\",\r\n \"name\" : \"列表\",\r\n \"createTime\" : 1682665743116,\r\n \"updateTime\" : null,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"/list\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : null,\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.page(\"\"\"\r\nselect content,create_by,create_date,id,name,tag,type from magic_api_backup where 1=1\r\n ?{content, and content = #{content} }\n ?{create_by, and create_by = #{create_by} }\n ?{create_date, and create_date = #{create_date} }\n ?{id, and id = #{id} }\n ?{name, and name = #{name} }\n ?{tag, and tag = #{tag} }\n ?{type, and type = #{type} }\r\n\"\"\")');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api/test/删除.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"386c16f35d9c43f6b1d5f46ad3337bed\",\r\n \"script\" : null,\r\n \"groupId\" : \"fb7cdce56e894e50a698574bde1b5300\",\r\n \"name\" : \"删除\",\r\n \"createTime\" : 1682665743122,\r\n \"updateTime\" : null,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"/delete\",\r\n \"method\" : \"DELETE\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : null,\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.table(\'magic_api_backup\').where().eq(\'id\', id).delete()');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/api/test/详情.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"9bf6241f1fa648e498a5aef92916836b\",\r\n \"script\" : null,\r\n \"groupId\" : \"fb7cdce56e894e50a698574bde1b5300\",\r\n \"name\" : \"详情\",\r\n \"createTime\" : 1682665743124,\r\n \"updateTime\" : null,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"/get\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : null,\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.selectOne(\"\"\"select content,create_by,create_date,id,name,tag,type from magic_api_backup where id = #{id}\"\"\")');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/', 'this is directory');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"14084ee14d8441238efc10c8f88109f3\",\r\n \"name\" : \"应用开发\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"0\",\r\n \"path\" : \"lowcode\",\r\n \"createTime\" : 1682236099251,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/', 'this is directory');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"81e7401f702f4a88bffa57faff60b81c\",\r\n \"name\" : \"代码生成\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"14084ee14d8441238efc10c8f88109f3\",\r\n \"path\" : \"code\",\r\n \"createTime\" : 1682236131105,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/代码生成.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"ce3cf8ffb5ea4121a98a3162a79cff4f\",\r\n \"script\" : null,\r\n \"groupId\" : \"81e7401f702f4a88bffa57faff60b81c\",\r\n \"name\" : \"代码生成\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1682664500287,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"execute\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport org.ssssssss.magicapi.core.model.Option\r\nimport org.ssssssss.magicapi.core.model.ApiInfo\r\nimport org.ssssssss.magicapi.core.model.Group\r\nimport org.ssssssss.magicapi.core.service.MagicResourceService\r\nimport log\r\n\r\ninfo = info::json\r\n//创建组\r\nvar getGroup = (type) => {\r\n var moduleGroup = MagicResourceService.tree(type).children.filter(it => {\r\n return it.node.path == info.modulePath || it.node.path == info.modulePath.substring(1, info.modulePath.length())\r\n })\r\n if(moduleGroup.length == 0){\r\n Group group = new Group();\r\n group.setId(UUID.randomUUID().toString().replace(\'-\', \'\'));\r\n group.setName(info.moduleName);\r\n group.setPath(info.modulePath);\r\n group.setParentId(\"0\");\r\n group.setType(type)\r\n MagicResourceService.saveGroup(group);\r\n moduleGroup = group;\r\n }else{\r\n moduleGroup = moduleGroup[0].node\r\n }\r\n //创建功能组\r\n var businessGroup = MagicResourceService.tree(type).children.filter(it => it.node.id == moduleGroup.id)[0].children.filter(it => {\r\n return it.node.path == info.businessPath || it.node.path == info.businessPath.substring(1, info.businessPath.length())\r\n })\r\n if(businessGroup.length == 0){\r\n Group group = new Group();\r\n group.setId(UUID.randomUUID().toString().replace(\'-\', \'\'));\r\n group.setName(info.businessName);\r\n group.setPath(info.businessPath);\r\n group.setParentId(moduleGroup.getId());\r\n group.setType(type)\r\n MagicResourceService.saveGroup(group);\r\n businessGroup = group;\r\n }else{\r\n businessGroup = businessGroup[0].node\r\n }\r\n\r\n // 子表组\r\n var subPath = \"/sub\"\r\n var bGroup = MagicResourceService.tree(type).children.filter(it => it.node.id == moduleGroup.id)[0]\r\n var subGroup = bGroup.children.filter(it => it.node.id == businessGroup.id )[0].children.filter(it =>{\r\n return it.node.path == subPath || it.node.path == subPath.substring(1, subPath.length())\r\n })\r\n if(info.template == \"subTable\"){\r\n if(subGroup.length == 0){\r\n Group group = new Group();\r\n group.setId(UUID.randomUUID().toString().replace(\'-\', \'\'));\r\n group.setName(\"子表\");\r\n group.setPath(\"/sub\");\r\n group.setParentId(businessGroup.getId());\r\n group.setType(type)\r\n MagicResourceService.saveGroup(group);\r\n subGroup = group; \r\n }else{\r\n subGroup = subGroup[0].node\r\n }\r\n }\r\n\r\n return {\r\n moduleGroup,\r\n businessGroup,\r\n subGroup\r\n }\r\n}\r\n//删除临时文件\r\nvar deleteFiles = (groupId, paths) => {\r\n var listFiles = MagicResourceService.listFiles(groupId)\r\n listFiles.forEach(it => {\r\n if(paths.indexOf(it.path) != -1){\r\n MagicResourceService.delete(it.id)\r\n }\r\n })\r\n}\r\n\r\nvar businessGroup = getGroup(\'api\').businessGroup\r\n//删除api接口\r\ndeleteFiles(businessGroup.getId(),[\'/list\', \'/save\', \'/get\', \'/delete\'])\r\n\r\nvar primary = db.selectValue(\"SELECT column_name FROM information_schema.COLUMNS WHERE table_name = #{tableName} and column_key = \'PRI\' and table_schema = #{dataSource} limit 1\")\r\nvar primaryLowerCamelCase = primary.replace(/([A-Z])/g,\"_$1\").toLowerCase()\r\n\r\ncolumns = columns::json\r\nvar listFields = columns.map(item => item.columnName).join(\',\')\r\nvar wheres = \'\';\r\ncolumns.forEach(it => {\r\n var field = it.columnName.replace(/([A-Z])/g,\"_$1\").toLowerCase()\r\n wheres += ` ?{${it.columnName}, and ${field} = #{${it.columnName}} }\\n`\r\n})\r\nwheres = wheres.substring(0,wheres.length() - 1)\r\n\r\n// 产生查询api接口\r\nApiInfo listApi = new ApiInfo()\r\nlistApi.setName(\"列表\")\r\nlistApi.setPath(\"/list\")\r\nlistApi.setMethod(\"GET\")\r\nlistApi.setGroupId(businessGroup.getId())\r\nlistApi.setScript(`return db.page(\"\"\"\r\nselect ${listFields} from ${tableName} where 1=1\r\n${wheres}\r\n\"\"\")`)\r\nMagicResourceService.saveFile(listApi)\r\n\r\n//产生增册改查api接口\r\nvar insertFields = \'\';\r\ncolumns.forEach(it => {\r\n var field = it.columnName.replace(/([A-Z])/g,\"_$1\").toLowerCase()\r\n insertFields += `, #{body.`+it.columnName+`}`\r\n})\r\n\r\nApiInfo saveApi = new ApiInfo()\r\nsaveApi.setName(\"保存\")\r\nsaveApi.setPath(\"/save\")\r\nsaveApi.setMethod(\"POST\")\r\nsaveApi.setGroupId(businessGroup.getId())\r\nsaveApi.setScript(`return db.insert(\"\"\"insert into ${tableName}(${listFields}) values (uuid() ${insertFields})\"\"\")`)\r\nMagicResourceService.saveFile(saveApi)\r\n\r\n// 修改\r\nvar updateFields = \'\';\r\ncolumns.forEach(it => {\r\n var field = it.columnName.replace(/([A-Z])/g,\"_$1\").toLowerCase()\r\n updateFields += `?{body.${it.columnName}, ,${field} = #{body.${it.columnName}}}\\n`\r\n})\r\nApiInfo updateApi = new ApiInfo()\r\nupdateApi.setName(\"修改\")\r\nupdateApi.setPath(\"/update\")\r\nupdateApi.setMethod(\"POST\")\r\nupdateApi.setGroupId(businessGroup.getId())\r\nupdateApi.setScript(`return db.update(\"\"\"update ${tableName} set\\n${primary} = #{body.${primary}}\\n ${updateFields} where ${primary} = #{body.${primary}}\"\"\")`)\r\nMagicResourceService.saveFile(updateApi)\r\n\r\nApiInfo deleteApi = new ApiInfo()\r\ndeleteApi.setName(\"删除\")\r\ndeleteApi.setPath(\"/delete\")\r\ndeleteApi.setMethod(\"DELETE\")\r\ndeleteApi.setGroupId(businessGroup.getId())\r\ndeleteApi.setScript(`return db.table(\'${tableName}\')${logic}.where().eq(\'${primary}\', ${primaryLowerCamelCase}).delete()`)\r\nMagicResourceService.saveFile(deleteApi)\r\n\r\n//产生单个行Api接口\r\nApiInfo getApi = new ApiInfo()\r\ngetApi.setName(\"详情\")\r\ngetApi.setPath(\"/get\")\r\ngetApi.setMethod(\"GET\")\r\ngetApi.setGroupId(businessGroup.getId())\r\ngetApi.setScript(`return db.selectOne(\"\"\"select ${listFields} from ${tableName} where ${primary} = #{${primaryLowerCamelCase}}\"\"\")`)\r\nMagicResourceService.saveFile(getApi)\r\n\r\n// 树列表接口\r\nif(info.template == \"tree\"){\r\n ApiInfo treeApi = new ApiInfo()\r\n treeApi.setName(\"树列表\")\r\n treeApi.setPath(\"/tree\")\r\n treeApi.setMethod(\"GET\")\r\n treeApi.setGroupId(businessGroup.getId())\r\n treeApi.setScript(`var toTree = (list,${info.treePid}) => select t.*,toTree(list,t.${info.treeId}) children from list t where t.${info.treePid} = ${info.treePid}\r\n var list = toTree(db.select(\'select ${listFields} from ${tableName}\'),\'0\')\r\n return {\r\n list: list,\r\n total: list.getLength()\r\n }\r\n `)\r\n MagicResourceService.saveFile(treeApi)\r\n}\r\n\r\n// 主子表 api接口\r\nif(info.template == \"subTable\"){\r\n subColumns = subColumns::json\r\n var subGroup = getGroup(\'api\').subGroup\r\n var subListFields = subColumns.map(it => it.columnName).join(\',\')\r\n var subWheres = \'\';\r\n subColumns.forEach(it => {\r\n var field = it.columnName.replace(/([A-Z])/g,\"_$1\").toLowerCase()\r\n if(it.query){\r\n if(it.where == \'in\'){\r\n subWheres += `?{${it.columnName}, and ${field} in(#{`+it.columnName+`.split(\',\')}) }\\n`\r\n }else if(it.where == \'like\'){\r\n subWheres += `?{${it.columnName}, and ${field} like concat(\'%\',#{${it.columnName}},\'%\') }\\n`\r\n }else{\r\n subWheres += `?{${it.columnName}, and ${field} ${it.where} #{${it.columnName}} }\\n`\r\n }\r\n }\r\n })\r\n var subPrimary = db.selectValue(\"SELECT column_name FROM information_schema.COLUMNS WHERE table_name = #{subTableName} and column_key = \'PRI\' and table_schema = #{datasource} limit 1\")\r\n var subPrimaryLowerCamelCase = subPrimary.replace(/([A-Z])/g,\"_$1\").toLowerCase()\r\n subWheres = subWheres.substring(0,subWheres.length() - 1)\r\n \r\n // 列表\r\n ApiInfo subListApi = new ApiInfo()\r\n subListApi.setName(\"列表\")\r\n subListApi.setPath(\"/list\")\r\n subListApi.setMethod(\"GET\")\r\n subListApi.setGroupId(subGroup.getId())\r\n subListApi.setScript(`return db.page(\"\"\"\r\n select ${subListFields} from ${subTableName} where 1=1\r\n ${subWheres}\r\n \"\"\")`)\r\n MagicResourceService.saveFile(subListApi)\r\n\r\n // 保存\r\n var insertSubFields = \'\';\r\n subColumns.forEach(it => {\r\n var field = it.columnName.replace(/([A-Z])/g,\"_$1\").toLowerCase()\r\n insertSubFields += `, #{body.`+it.columnName+`}`\r\n })\r\n ApiInfo subSaveApi = new ApiInfo()\r\n subSaveApi.setName(\"保存\")\r\n subSaveApi.setPath(\"/save\")\r\n subSaveApi.setMethod(\"POST\")\r\n subSaveApi.setGroupId(subGroup.getId())\r\n subSaveApi.setScript(`return db.insert(\"\"\"insert into ${subTableName}(${subPrimary},${subListFields}) values (uuid() ${insertSubFields})\"\"\")`)\r\n MagicResourceService.saveFile(subSaveApi)\r\n\r\n // 修改\r\n var updateSubFields = \'\';\r\n subColumns.forEach(it => {\r\n var field = it.columnName.replace(/([A-Z])/g,\"_$1\").toLowerCase()\r\n updateSubFields += `?{body.${it.columnName}, ,${field} = #{body.${it.columnName}}}\\n`\r\n })\r\n ApiInfo subUpdateApi = new ApiInfo()\r\n subUpdateApi.setName(\"修改\")\r\n subUpdateApi.setPath(\"/update\")\r\n subUpdateApi.setMethod(\"POST\")\r\n subUpdateApi.setGroupId(subGroup.getId())\r\n subUpdateApi.setScript(`return db.update(\"\"\"update ${subTableName} set \\n${subPrimary} = #{body.${subPrimary}}\\n ${updateSubFields} where ${subPrimary} = #{body.${subPrimary}}\"\"\")`)\r\n MagicResourceService.saveFile(subUpdateApi)\r\n\r\n // 删除\r\n ApiInfo subDeleteApi = new ApiInfo()\r\n subDeleteApi.setName(\"删除\")\r\n subDeleteApi.setPath(\"/delete\")\r\n subDeleteApi.setMethod(\"DELETE\")\r\n subDeleteApi.setGroupId(subGroup.getId())\r\n subDeleteApi.setScript(`return db.table(\'${subTableName}\')${subLogic}.where().eq(\'${subPrimary}\', ${subPrimaryLowerCamelCase}).delete()`)\r\n MagicResourceService.saveFile(subDeleteApi)\r\n\r\n // 详情\r\n ApiInfo subGetApi = new ApiInfo()\r\n subGetApi.setName(\"详情\")\r\n subGetApi.setPath(\"/get\")\r\n subGetApi.setMethod(\"GET\")\r\n subGetApi.setGroupId(subGroup.getId())\r\n subGetApi.setScript(`return db.selectOne(\"\"\"select ${subPrimary},${subListFields} from ${subTableName} where ${subPrimary} = #{${subPrimaryLowerCamelCase}}\"\"\")`)\r\n MagicResourceService.saveFile(subGetApi)\r\n}\r\n\r\nvar moduleGroup = getGroup(\'api\').moduleGroup\r\nreturn moduleGroup.id\r\n');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/分页.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"1bb21656ec35481fa41731295740409f\",\r\n \"script\" : null,\r\n \"groupId\" : \"81e7401f702f4a88bffa57faff60b81c\",\r\n \"name\" : \"分页\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1682236855956,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"page\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.page(\"\"\"\r\n select id,interface_id,data_source,table_name,table_comment,columns,sub_table_name,sub_table_comment,sub_columns,info,update_time,create_time\r\n from sys_gen where 1=1\r\n ?{tableName, and table_name like concat(\'%\',#{tableName},\'%\')}\r\n order by update_time desc\r\n\"\"\")');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/删除.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"cca8b70f329e4539a3488b0a38a689e0\",\r\n \"script\" : null,\r\n \"groupId\" : \"81e7401f702f4a88bffa57faff60b81c\",\r\n \"name\" : \"删除\",\r\n \"createTime\" : 1682237096069,\r\n \"updateTime\" : null,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"delete\",\r\n \"method\" : \"DELETE\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport org.ssssssss.magicapi.core.service.MagicResourceService\r\n\r\nvar interfaceId = db.selectValue(\"\"\"select interface_id from sys_gen where id = #{id}\"\"\")\r\nif(interfaceId != null){\r\n MagicResourceService.delete(interfaceId)\r\n}\r\n\r\nreturn db.table(\"sys_gen\").where().eq(\"id\",id).delete()');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/api/应用开发/代码生成/添加.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"707914bc659149708f86be79732712ef\",\r\n \"script\" : null,\r\n \"groupId\" : \"81e7401f702f4a88bffa57faff60b81c\",\r\n \"name\" : \"添加\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1682665721329,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"save\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ {\r\n \"name\" : \"wrap_request_parameter\",\r\n \"value\" : \"data\",\r\n \"description\" : \"包装请求参数到一个变量中\",\r\n \"required\" : false,\r\n \"dataType\" : \"String\",\r\n \"type\" : null,\r\n \"defaultValue\" : null,\r\n \"validateType\" : null,\r\n \"error\" : null,\r\n \"expression\" : null,\r\n \"children\" : null\r\n } ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nif(data.id){\r\n data.updateTime = new Date()\r\n data.createTime = new Date()\r\n}\r\nreturn db.table(\"sys_gen\").primary(\"id\", uuid()).save(data)');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/datasource/', 'this is directory');
-INSERT INTO `magic_api_file` VALUES ('/magic-api/function/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"fc09d5b985f44120956d5d4f9fbd3658\",\r\n \"name\" : \"应用管理\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"0\",\r\n \"path\" : \"lowcode\",\r\n \"createTime\" : 1688627828353,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/页面管理/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/页面管理/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"469af969df9e4fe4bf2c70a9608a517e\",\r\n \"name\" : \"页面管理\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"fc09d5b985f44120956d5d4f9fbd3658\",\r\n \"path\" : \"lcPages\",\r\n \"createTime\" : 1688627828384,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/页面管理/保存.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"a3ec119d481146d8940e01a203a733a1\",\r\n \"script\" : null,\r\n \"groupId\" : \"469af969df9e4fe4bf2c70a9608a517e\",\r\n \"name\" : \"保存\",\r\n \"createTime\" : 1688627828389,\r\n \"updateTime\" : 1688517368338,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"save\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.insert(\"\"\"\r\n INSERT INTO lc_pages(`id`, `title`, `subtitle`, `parent_id`, `pageschema`, `status`, `creator_id`, `update_time`, `create_time`, `remarks`) \r\n VALUES \r\n (uuid(), #{body.title},#{body.subtitle},#{body.parentId},#{body.pageschema},0,#{body.creatorId},now(),now(),#{body.remarks})\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/页面管理/修改.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"b63cac7294f94a74bdf5794f88679780\",\r\n \"script\" : null,\r\n \"groupId\" : \"469af969df9e4fe4bf2c70a9608a517e\",\r\n \"name\" : \"修改\",\r\n \"createTime\" : 1688627828392,\r\n \"updateTime\" : 1688517381359,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"update\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.update(\"\"\"\r\n update lc_pages set \r\n update_time = now()\r\n ?{body.title, ,`title` = #{body.title}}\r\n ?{body.subtitle, ,`subtitle` = #{body.subtitle}}\r\n ?{body.pageschema, ,`pageschema` = #{body.pageschema}}\r\n ?{body.status, ,`status` = #{body.status}}\r\n ?{body.parentId, ,`parent_id` = #{body.parentId}}\r\n ?{body.creatorId, ,`creator_id` = #{body.creatorId}}\r\n ?{body.remarks, ,`remarks` = #{body.remarks}}\r\n where id = #{body.id}\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/页面管理/分页.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"0b62bb303bc9442f8b0a9b0757d62c8c\",\r\n \"script\" : null,\r\n \"groupId\" : \"469af969df9e4fe4bf2c70a9608a517e\",\r\n \"name\" : \"分页\",\r\n \"createTime\" : 1688627828395,\r\n \"updateTime\" : 1688517369926,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"page\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar list = db.page(\"\"\"\r\n select p.*,GROUP_CONCAT(menu_id) as menu_ids\r\n from lc_pages p\r\n left join lc_pages_menu m on m.pages_id = p.id\r\n where 1 = 1\r\n ?{status != null, and status = #{status}}\r\n ?{parentId, and parent_id = #{parentId}}\r\n ?{creatorId, and creator_id = #{creatorId}}\r\n ?{title, and title = #{title}}\r\n GROUP BY p.id\r\n order by update_time desc\r\n\"\"\")\r\nreturn list');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/页面管理/删除.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"2bfd044cf07f42b4a9c1ce7402b8de4e\",\r\n \"script\" : null,\r\n \"groupId\" : \"469af969df9e4fe4bf2c70a9608a517e\",\r\n \"name\" : \"删除\",\r\n \"createTime\" : 1688627828397,\r\n \"updateTime\" : 1688517379847,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"delete/{id}\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar val = db.transaction(()=>{\r\n db.table(\"lc_pages\").where().eq(\"id\", id).delete()\r\n db.table(\"lc_pages_menu\").where().eq(\"pages_id\", id).delete()\r\n return \"OK\"\r\n});\r\n\r\nreturn val;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/页面管理/批量删除.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"33fbeebccb774feaba2e5276843658e5\",\r\n \"script\" : null,\r\n \"groupId\" : \"469af969df9e4fe4bf2c70a9608a517e\",\r\n \"name\" : \"批量删除\",\r\n \"createTime\" : 1688627828399,\r\n \"updateTime\" : 1688517378271,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"batchDelete\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar val = db.transaction(()=>{\r\n for(item in body.ids){\r\n db.table(\"lc_pages\").where().eq(\"id\", item).delete()\r\n db.table(\"lc_pages_menu\").where().eq(\"pages_id\", item).delete()\r\n }\r\n return \"OK\"\r\n});\r\n\r\nreturn val;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/页面管理/根据ID获取页面信息.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"c39d0fa055c848a4b073f604e9cac7b7\",\r\n \"script\" : null,\r\n \"groupId\" : \"469af969df9e4fe4bf2c70a9608a517e\",\r\n \"name\" : \"根据ID获取页面信息\",\r\n \"createTime\" : 1688627828402,\r\n \"updateTime\" : 1688517376767,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"get/{id}\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.table(\"lc_pages\").where().eq(\"id\",id).selectOne()');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/页面管理/根据菜单ID获取页面信息.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"ab48add7e308465fb5a77d7cb4c52218\",\r\n \"script\" : null,\r\n \"groupId\" : \"469af969df9e4fe4bf2c70a9608a517e\",\r\n \"name\" : \"根据菜单ID获取页面信息\",\r\n \"createTime\" : 1688627828405,\r\n \"updateTime\" : 1688517371577,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"pagesInfo/{menuId}\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar info = db.selectOne(\"\"\"select * from lc_pages_menu where menu_id = #{menuId}\"\"\")\r\nif(info == null){\r\n exit 500, \'该菜单未绑定页面!\'\r\n}\r\n\r\nreturn db.table(\"lc_pages\").where().eq(\"id\",info.id)');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/应用管理/页面管理/绑定菜单.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"6e26766b5468454ea95c2d856d8fb45f\",\r\n \"script\" : null,\r\n \"groupId\" : \"469af969df9e4fe4bf2c70a9608a517e\",\r\n \"name\" : \"绑定菜单\",\r\n \"createTime\" : 1688627828409,\r\n \"updateTime\" : 1688517366542,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"bindMenu\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar val = db.transaction(()=>{\r\n db.table(\"lc_pages_menu\").where().eq(\"pages_id\", body.id).delete()\r\n if(body.menuIds){\r\n for(item in body.menuIds){\r\n db.table(\"lc_pages_menu\").where().eq(\"menu_id\", item).delete()\r\n db.insert(\"\"\"insert into lc_pages_menu(pages_id,menu_id)values(#{body.id},#{item})\"\"\")\r\n }\r\n }\r\n return \"OK\"\r\n});\r\n\r\nreturn val;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"acff5ad7aae64de2acb03e1d16a58ce2\",\r\n \"name\" : \"系统管理\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"0\",\r\n \"path\" : \"/system\",\r\n \"createTime\" : 1688627065391,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/字段管理/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/字段管理/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"79b4851948504948ad76ca5310c94bfd\",\r\n \"name\" : \"字段管理\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"acff5ad7aae64de2acb03e1d16a58ce2\",\r\n \"path\" : \"dict\",\r\n \"createTime\" : 1688627065405,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/字段管理/保存.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"fd2d0d2447754c18ba57c68e8402647c\",\r\n \"script\" : null,\r\n \"groupId\" : \"79b4851948504948ad76ca5310c94bfd\",\r\n \"name\" : \"保存\",\r\n \"createTime\" : 1688627065458,\r\n \"updateTime\" : 1688517335971,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"save\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.insert(\"\"\"\r\n INSERT INTO sys_dict(`id`, `parent_id`, `group_name`, `type`, `dic_value`, `dic_label`, `sort`, `text1`, `text2`, `text3`, `update_time`, `create_time`, `remarks`) \r\n VALUES \r\n (uuid(), #{body.parentId},#{body.groupName},#{body.type},#{body.dicValue},#{body.dicLabel},#{body.sort},#{body.text1},#{body.text2},#{body.text3},now(),now(),#{body.remarks})\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/字段管理/修改.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"35c262b4bd4e4cd29c3f852e5d487cbd\",\r\n \"script\" : null,\r\n \"groupId\" : \"79b4851948504948ad76ca5310c94bfd\",\r\n \"name\" : \"修改\",\r\n \"createTime\" : 1688627065461,\r\n \"updateTime\" : 1688517341169,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"update\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.update(\"\"\"\r\n update sys_dict set \r\n update_time = now()\r\n ?{body.parentId, ,`parent_id` = #{body.parentId}}\r\n ?{body.groupNme, ,`group_name` = #{body.groupName}}\r\n ?{body.type, ,`type` = #{body.type}}\r\n ?{body.dicValue, ,`dic_value` = #{body.dicValue}}\r\n ?{body.dicLabel, ,`dic_label` = #{body.dicLabel}}\r\n ?{body.sort, ,`sort` = #{body.sort}}\r\n ?{body.text1, ,`text1` = #{body.text1}}\r\n ?{body.text2, ,`text2` = #{body.text2}}\r\n ?{body.text3, ,`text3` = #{body.text3}}\r\n ?{body.remarks, ,`remarks` = #{body.remarks}}\r\n where id = #{body.id}\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/字段管理/列表.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"42c28b72bc3e4560b407282a40737ba9\",\r\n \"script\" : null,\r\n \"groupId\" : \"79b4851948504948ad76ca5310c94bfd\",\r\n \"name\" : \"列表\",\r\n \"createTime\" : 1688627065464,\r\n \"updateTime\" : 1688517337704,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"list\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.select(\"\"\"\r\n select d.* \r\n from sys_dict d\r\n where 1 = 1\r\n ?{parentId, and parent_id = #{parentId}}\r\n ?{groupName, and group_name = #{groupName}}\r\n ?{dicValue, and dic_value = #{dicValue}}\r\n order by sort\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/字段管理/删除.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"4c658ae507574ce9a0503ac8fea346ae\",\r\n \"script\" : null,\r\n \"groupId\" : \"79b4851948504948ad76ca5310c94bfd\",\r\n \"name\" : \"删除\",\r\n \"createTime\" : 1688627065467,\r\n \"updateTime\" : 1688517339291,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"delete/{id}\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar val = db.transaction(()=>{\r\n var list = db.select(\"\"\"\r\n with recursive t as ( \r\n select id from sys_dict where id = #{id}\r\n union all\r\n select a.id from sys_dict a \r\n join t on a.parent_id = t.id\r\n )\r\n select id from t\r\n \"\"\")\r\n\r\n for(item in list){\r\n db.table(\"sys_dict\").where().eq(\"id\", item.id).delete()\r\n }\r\n return \"OK\"\r\n});\r\n\r\nreturn val;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/字段管理/字典树.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"45ee381e52c64cc9ad8263b1dfbe6709\",\r\n \"script\" : null,\r\n \"groupId\" : \"79b4851948504948ad76ca5310c94bfd\",\r\n \"name\" : \"字典树\",\r\n \"createTime\" : 1688627065470,\r\n \"updateTime\" : 1688517343301,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"tree\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar list = db.select(\"\"\"\r\n select d.* \r\n from sys_dict d\r\n where 1 = 1\r\n ?{parentId, and parent_id = #{parentId}}\r\n ?{groupName, and group_name = #{groupName}}\r\n ?{dicValue, and dic_value = #{dicValue}}\r\n order by sort\r\n\"\"\")\r\n\r\nif (list.length == 1) {\r\n return list;\r\n}\r\nlist.filter(item => {\r\n var arr = list.filter(child => item.id == child.parentId);\r\n arr.length > 0 ? (item.children = arr) : false;\r\n return item.parentId == 0;\r\n})\r\n\r\nreturn list.filter(item => item.parentId == 0);');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/安全/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/安全/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"1e5946084f1b47b5aea7fb8b2829c2cd\",\r\n \"name\" : \"安全\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"acff5ad7aae64de2acb03e1d16a58ce2\",\r\n \"path\" : \"auth\",\r\n \"createTime\" : 1688628736494,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/安全/登出.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"80444160d7dd4f59991a792b1dafd4ab\",\r\n \"script\" : null,\r\n \"groupId\" : \"1e5946084f1b47b5aea7fb8b2829c2cd\",\r\n \"name\" : \"登出\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1688634354515,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"logout\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport \'cn.dev33.satoken.stp.StpUtil\';\r\nStpUtil.logout();\r\nexit 200');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/安全/登录.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"60a768ae9748403dbcdf07e598511aa8\",\r\n \"script\" : null,\r\n \"groupId\" : \"1e5946084f1b47b5aea7fb8b2829c2cd\",\r\n \"name\" : \"登录\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1688633709494,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"login\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport cn.dev33.satoken.stp.StpUtil;\r\nimport cn.hutool.http.useragent.UserAgentUtil;\r\nimport cn.hutool.http.useragent.UserAgent;\r\nimport com.tansci.utils.Sha256Util;\r\nimport com.tansci.utils.SystemUtils;\r\nimport request;\r\n\r\nUserAgent ua = UserAgentUtil.parse(request.getHeaders(\"User-Agent\")[0])\r\n// 判断验证码\r\nif(!body.code){\r\n exit 0, \'请输入验证码!\'\r\n}\r\n\r\nvar user = db.table(\"sys_user\").where().eq(\"username\",body.username).selectOne();\r\nvar loginLog = {\r\n id: uuid(),\r\n username: body.username,\r\n type: \'成功\',\r\n ip: request.getClientIP(),\r\n browser: ua.getBrowser().toString(),\r\n os: ua.getOs().toString(),\r\n address: SystemUtils.getAddress(request.getClientIP()),\r\n message: \'成功\'\r\n}\r\n\r\nif(!user || user.password != Sha256Util.getSHA256(body.password)){\r\n loginLog.failPassword = body.password\r\n loginLog.type = \'失败\'\r\n loginLog.message = \'用户名或密码错误\'\r\n db.table(\"sys_login_log\").primary(\"id\").save(loginLog);\r\n exit 0,\'用户名或密码错误!\'\r\n}\r\n\r\nif(user.isLogin == 1){\r\n loginLog.type = \"失败\"\r\n loginLog.message = \"该账号已被禁用\"\r\n db.table(\"sys_login_log\").primary(\"id\").save(loginLog);\r\n exit 0,\'该账号已被禁用!\'\r\n}\r\n\r\nStpUtil.login(user.id)\r\nvar token = StpUtil.getTokenValueByLoginId(user.id)\r\nloginLog.token = token\r\ndb.table(\"sys_login_log\").primary(\"id\").save(loginLog);\r\nreturn StpUtil.getTokenValueByLoginId(user.id)');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/安全/获取验证码.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"f1a4ad9f555c43d487773c175fbe5b9f\",\r\n \"script\" : null,\r\n \"groupId\" : \"1e5946084f1b47b5aea7fb8b2829c2cd\",\r\n \"name\" : \"获取验证码\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1688630059500,\r\n \"lock\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"code\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport cn.hutool.captcha.CaptchaUtil;\r\nimport cn.hutool.captcha.LineCaptcha;\r\nimport java.io.ByteArrayOutputStream\r\nimport java.io.OutputStream\r\n\r\nvar lineCaptcha = CaptchaUtil.createLineCaptcha(100, 60);\r\nOutputStream bOut = new ByteArrayOutputStream();\r\nlineCaptcha.write(bOut)\r\nreturn bOut.toByteArray()');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/用户管理/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/用户管理/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"fc83134da85f4beaa18511d00d4ff661\",\r\n \"name\" : \"用户管理\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"acff5ad7aae64de2acb03e1d16a58ce2\",\r\n \"path\" : \"user\",\r\n \"createTime\" : 1688627065423,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/用户管理/保存.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"6bdc64e2ac314291a4c6ee857edeb458\",\r\n \"script\" : null,\r\n \"groupId\" : \"fc83134da85f4beaa18511d00d4ff661\",\r\n \"name\" : \"保存\",\r\n \"createTime\" : 1688627065477,\r\n \"updateTime\" : 1688517325816,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"save\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar count = db.selectInt(\"\"\"select count(*) from sys_user where username = #{body.username}\"\"\")\r\nif(count > 0){\r\n exit 500, \'用户名称已存在!\'\r\n}\r\n\r\nvar id = uuid();\r\nvar row = db.insert(\"\"\"\r\n INSERT INTO sys_user(`id`, `username`, `password`, `nickname`, `office_id`, `type`, `phone`,`avatar`,`gender`,`birthday`,`address`,`email`, `is_del`, `update_time`, `create_time`, `remarks`) \r\n VALUES \r\n (#{id}, #{body.username},#{password},#{body.nickname},#{body.officeId},#{body.type},#{body.phone},#{body.avatar},#{body.gender},#{body.birthday},#{body.address},#{body.email},0,now(),now(),#{body.remarks})\r\n\"\"\")\r\n\r\ndb.insert(\"\"\"insert into sys_user_role(user_id,role_id)values(#{id},#{body.roleId})\"\"\")\r\n\r\nreturn row');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/用户管理/修改.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"064dd0495efd4c3999e3236cd8f1f94b\",\r\n \"script\" : null,\r\n \"groupId\" : \"fc83134da85f4beaa18511d00d4ff661\",\r\n \"name\" : \"修改\",\r\n \"createTime\" : 1688627065483,\r\n \"updateTime\" : 1688517334058,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"update\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar row = db.update(\"\"\"\r\n update sys_user set \r\n update_time = now()\r\n ?{body.nickname, ,`nickname` = #{body.nickname}}\r\n ?{body.officeId, ,`office_id` = #{body.officeId}}\r\n ?{body.type, ,`type` = #{body.type}}\r\n ?{body.phone, ,`phone` = #{body.phone}}\r\n ?{body.avatar, ,`avatar` = #{body.avatar}}\r\n ?{body.gender, ,`gender` = #{body.gender}}\r\n ?{body.birthday, ,`birthday` = #{body.birthday}}\r\n ?{body.address, ,`address` = #{body.address}}\r\n ?{body.email, ,`email` = #{body.email}}\r\n ?{body.is_del, ,`is_del` = #{body.is_del}}\r\n ?{body.remarks, ,`remarks` = #{body.remarks}}\r\n where id = #{body.id}\r\n\"\"\")\r\n\r\nif(body.roleId != null){\r\n db.update(\"\"\"update sys_user_role set role_id = #{body.roleId} where user_id = #{body.id}\"\"\")\r\n}\r\n\r\nreturn row;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/用户管理/分页.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"396c586ab1a74de6aad78a0549d57952\",\r\n \"script\" : null,\r\n \"groupId\" : \"fc83134da85f4beaa18511d00d4ff661\",\r\n \"name\" : \"分页\",\r\n \"createTime\" : 1688627065485,\r\n \"updateTime\" : 1688517327728,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"page\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.page(\"\"\"\r\n select u.*,ur.role_id\r\n from sys_user u\r\n left join sys_user_role ur on ur.user_id = u.id\r\n where is_del = 0\r\n ?{username , and username = #{username}}\r\n ?{status != null , and status = #{status}}\r\n ?{phone , and phone = #{phone}}\r\n ?{name , and name like concat(\'%\',#{name},\'%\')}\r\n order by update_time desc \r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/用户管理/列表.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"b2c3b55a5a2e4a23bfc7af17e6143b8f\",\r\n \"script\" : null,\r\n \"groupId\" : \"fc83134da85f4beaa18511d00d4ff661\",\r\n \"name\" : \"列表\",\r\n \"createTime\" : 1688627065488,\r\n \"updateTime\" : 1688549725642,\r\n \"lock\" : \"0\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"list\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.select(\"\"\"\r\n select * from sys_user\r\n where is_del = 0\r\n ?{username , and username = #{username}}\r\n ?{status != null , and status = #{status}}\r\n ?{phone , and phone = #{phone}}\r\n ?{name , and name like concat(\'%\',#{name},\'%\')}\r\n order by update_time desc \r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/用户管理/删除.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"8370e79fd2694d5f86085f0bd7a0efe8\",\r\n \"script\" : null,\r\n \"groupId\" : \"fc83134da85f4beaa18511d00d4ff661\",\r\n \"name\" : \"删除\",\r\n \"createTime\" : 1688627065491,\r\n \"updateTime\" : 1688517330950,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"delete/{id}\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar val = db.transaction(()=>{\r\n db.table(\"sys_user\").where().eq(\"id\", id).delete()\r\n db.table(\"sys_user_role\").where().eq(\"user_id\", id).delete()\r\n return \"OK\"\r\n});\r\n\r\nreturn val;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/用户管理/详情.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"01cc62375d6c4a86b050d64e60cf5872\",\r\n \"script\" : null,\r\n \"groupId\" : \"fc83134da85f4beaa18511d00d4ff661\",\r\n \"name\" : \"详情\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1688634626745,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"info\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport cn.dev33.satoken.stp.StpUtil;\r\n\r\nvar userId = StpUtil.getLoginId();\r\nvar user = db.table(\"sys_user\").where().eq(\"id\", userId).selectOne();\r\nuser.authorities = db.select(\"\"\"\r\n SELECT DISTINCT sm.permission\r\n FROM sys_menu sm\r\n right JOIN sys_role_menu srm ON sm.id = srm.menu_id\r\n right JOIN sys_user_role sur ON sur.role_id = srm.role_id\r\n right JOIN sys_user su ON su.id = sur.user_id AND su.id = #{userId} AND su.is_del = 0\r\n WHERE sm.is_del = 0\r\n AND sm.permission != \'\'\r\n AND sm.permission IS NOT NULL\r\n\"\"\")\r\nreturn user;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/组织管理/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/组织管理/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"125a5f6a629d4afdbeca4cd45d3457fe\",\r\n \"name\" : \"组织管理\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"acff5ad7aae64de2acb03e1d16a58ce2\",\r\n \"path\" : \"org\",\r\n \"createTime\" : 1688627065434,\r\n \"updateTime\" : 1688634824150,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/组织管理/保存.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"ffb91faa7d574362ab4e6caf5ee5ea59\",\r\n \"script\" : null,\r\n \"groupId\" : \"125a5f6a629d4afdbeca4cd45d3457fe\",\r\n \"name\" : \"保存\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1688634878851,\r\n \"lock\" : \"0\",\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"save\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar code = uuid().substring(10)\r\nreturn db.insert(\"\"\"\r\n INSERT INTO sys_org(`id`, `parent_id`, `name`, `code`, `sort`, `is_del`, `update_time`, `create_time`, `remarks`) \r\n VALUES \r\n (uuid(), #{body.parentId},#{body.name},#{code},#{body.sort},0,now(),now(),#{body.remarks})\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/组织管理/修改.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"3f8916b149cb447688ae10594819b807\",\r\n \"script\" : null,\r\n \"groupId\" : \"125a5f6a629d4afdbeca4cd45d3457fe\",\r\n \"name\" : \"修改\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1688634907128,\r\n \"lock\" : \"0\",\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"update\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.update(\"\"\"\r\n update sys_org set \r\n update_time = now()\r\n ?{body.parentId, ,`parent_id` = #{body.parentId}}\r\n ?{body.name, ,`name` = #{body.name}}\r\n ?{body.code, ,`code` = #{body.code}}\r\n ?{body.sort, ,`sort` = #{body.sort}}\r\n ?{body.is_del, ,`is_del` = #{body.is_del}}\r\n ?{body.remarks, ,`remarks` = #{body.remarks}}\r\n where id = #{body.id}\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/组织管理/列表.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"fcec72133bc249cd8174de03e9e393ed\",\r\n \"script\" : null,\r\n \"groupId\" : \"125a5f6a629d4afdbeca4cd45d3457fe\",\r\n \"name\" : \"列表\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1688635144183,\r\n \"lock\" : \"0\",\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"list\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport \'cn.dev33.satoken.stp.StpUtil\';\r\n\r\nvar userId = StpUtil.getLoginId();\r\n\r\nvar list = db.select(\"\"\"\r\n with recursive t as ( \r\n select * from sys_org where id = (\r\n select ro.org_id\r\n from sys_user u\r\n left join sys_user_role ur on u.id = ur.user_id\r\n left join sys_role_org ro on ur.role_id = ro.role_id \r\n where u.id = #{userId}\r\n )\r\n union all\r\n select a.* from sys_org a \r\n join t on a.parent_id = t.id\r\n )\r\n select t.* from t\r\n\"\"\")\r\n\r\nif (list.length == 1) {\r\n return list;\r\n}\r\nlist.filter(item => {\r\n var arr = list.filter(child => item.id == child.parentId);\r\n arr.length > 0 ? (item.children = arr) : false;\r\n return item.parentId == 0;\r\n})\r\n\r\nreturn list.filter(item => item.parentId == 0);');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/组织管理/删除.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"9bf5a6729ad345b1b79eddd263dc84af\",\r\n \"script\" : null,\r\n \"groupId\" : \"125a5f6a629d4afdbeca4cd45d3457fe\",\r\n \"name\" : \"删除\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1688634898373,\r\n \"lock\" : \"0\",\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"delete/{id}\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar val = db.transaction(()=>{\r\n var list = db.select(\"\"\"\r\n with recursive t as ( \r\n select id from sys_org where id = #{id}\r\n union all\r\n select a.id from sys_org a \r\n join t on a.parent_id = t.id\r\n )\r\n select id from t\r\n \"\"\")\r\n\r\n for(item in list){\r\n db.table(\"sys_org\").where().eq(\"id\", item.id).delete()\r\n }\r\n return \"OK\"\r\n});\r\n\r\nreturn val;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/菜单管理/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/菜单管理/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"67b2ce258e24491194b74992958c74aa\",\r\n \"name\" : \"菜单管理\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"acff5ad7aae64de2acb03e1d16a58ce2\",\r\n \"path\" : \"/menu\",\r\n \"createTime\" : 1688627065445,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/菜单管理/保存.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"cb156d8c8c38401eb8405ddb80de2d30\",\r\n \"script\" : null,\r\n \"groupId\" : \"67b2ce258e24491194b74992958c74aa\",\r\n \"name\" : \"保存\",\r\n \"createTime\" : 1688627065511,\r\n \"updateTime\" : 1688517299257,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"save\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.insert(\"\"\"\r\n INSERT INTO sys_menu(`id`, `parent_id`, `name`, `url`, `icon`, `chinese_name`, `english_name`, `permission`, `sort`, `component`, `component_type`, `open_mode`, `is_del`, `keep_alive`, `is_show`, `update_time`, `create_time`, `remarks`) \r\n VALUES \r\n (uuid(), #{body.parentId},#{body.name},#{body.url},#{body.icon},#{body.chineseName},#{body.englishName},#{body.permission},#{body.sort},#{body.component},#{body.componentType},#{body.openMode},0,#{body.keepAlive},#{body.isShow},now(),now(),#{body.remarks})\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/菜单管理/修改.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"30ec3c62eca74e5695f2f96ddd6c1e10\",\r\n \"script\" : null,\r\n \"groupId\" : \"67b2ce258e24491194b74992958c74aa\",\r\n \"name\" : \"修改\",\r\n \"createTime\" : 1688627065519,\r\n \"updateTime\" : 1688517306762,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"update\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.update(\"\"\"\r\n update sys_menu set \r\n update_time = now()\r\n ?{body.parentId, ,`parent_id` = #{body.parentId}}\r\n ?{body.name, ,`name` = #{body.name}}\r\n ?{body.url, ,`url` = #{body.url}}\r\n ?{body.icon, ,`icon` = #{body.icon}}\r\n ?{body.chineseName, ,`chinese_name` = #{body.chineseName}}\r\n ?{body.englishName, ,`english_name` = #{body.englishName}}\r\n ?{body.permission, ,`permission` = #{body.permission}}\r\n ?{body.sort, ,`sort` = #{body.sort}}\r\n ?{body.component, ,`component` = #{body.component}}\r\n ?{body.componentType, ,`component_type` = #{body.componentType}}\r\n ?{body.openMode != null, ,`open_mode` = #{body.openMode}}\r\n ?{body.isDel != null, ,`is_del` = #{body.isDel}}\r\n ?{body.keepAlive != null, ,`keep_alive` = #{body.keepAlive}}\r\n ?{body.isShow != null, ,`is_show` = #{body.isShow}}\r\n ?{body.remarks, ,`remarks` = #{body.remarks}}\r\n where id = #{body.id}\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/菜单管理/删除.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"26ff3d166de34575a3bf6d41465c80e7\",\r\n \"script\" : null,\r\n \"groupId\" : \"67b2ce258e24491194b74992958c74aa\",\r\n \"name\" : \"删除\",\r\n \"createTime\" : 1688627065524,\r\n \"updateTime\" : 1688517304774,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"delete/{id}\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar val = db.transaction(()=>{\r\n var list = db.select(\"\"\"\r\n with recursive t as ( \r\n select id from sys_menu where id = #{id}\r\n union all\r\n select a.id from sys_menu a \r\n join t on a.parent_id = t.id\r\n )\r\n select id from t\r\n \"\"\")\r\n\r\n for(item in list){\r\n db.table(\"sys_menu\").where().eq(\"id\", item.id).delete()\r\n db.table(\"sys_role_menu\").where().eq(\"menu_id\", item.id)\r\n }\r\n return \"OK\"\r\n});\r\n\r\nreturn val;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/菜单管理/菜单树.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"f90132707c3e401c926eaf2ada6ec81a\",\r\n \"script\" : null,\r\n \"groupId\" : \"67b2ce258e24491194b74992958c74aa\",\r\n \"name\" : \"菜单树\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1688628469168,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"tree\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport \'cn.dev33.satoken.stp.StpUtil\';\r\n\r\nvar userId = StpUtil.getLoginId();\r\n\r\nvar menus = db.select(\"\"\"\r\n select m.* \r\n from sys_menu m\r\n where m.is_del = 0\r\n and m.is_show = 1\r\n ?{userId && userId != 1, and m.id in (\r\n select rm.menu_id \r\n from sys_role_menu rm\r\n left join sys_user_role ur on ur.role_id = rm.role_id\r\n where ur.user_id = #{userId})\r\n }\r\n\"\"\")\r\n\r\nif (menus.length == 1) {\r\n return menus;\r\n}\r\nmenus.filter(item => {\r\n var arr = menus.filter(child => item.id == child.parentId);\r\n arr.length > 0 ? (item.children = arr) : false;\r\n return item.parentId == 0;\r\n})\r\n\r\nreturn menus.filter(item => item.parentId == 0);');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/菜单管理/菜单路由.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"62020bd7a49949378e90ce2d14fef8f7\",\r\n \"script\" : null,\r\n \"groupId\" : \"67b2ce258e24491194b74992958c74aa\",\r\n \"name\" : \"菜单路由\",\r\n \"createTime\" : null,\r\n \"updateTime\" : 1688628467415,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"path\" : \"menus\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ {\r\n \"name\" : \"wrap_request_parameter\",\r\n \"value\" : \"data\",\r\n \"description\" : \"包装请求参数到一个变量中\",\r\n \"required\" : false,\r\n \"dataType\" : \"String\",\r\n \"type\" : null,\r\n \"defaultValue\" : null,\r\n \"validateType\" : null,\r\n \"error\" : null,\r\n \"expression\" : null,\r\n \"children\" : null\r\n }, {\r\n \"name\" : \"permission\",\r\n \"value\" : \"menu:change\",\r\n \"description\" : \"允许拥有该权限的访问\",\r\n \"required\" : false,\r\n \"dataType\" : \"String\",\r\n \"type\" : null,\r\n \"defaultValue\" : null,\r\n \"validateType\" : null,\r\n \"error\" : null,\r\n \"expression\" : null,\r\n \"children\" : null\r\n } ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport \'cn.dev33.satoken.stp.StpUtil\';\r\n\r\nvar userId = StpUtil.getLoginId();\r\n\r\nvar list = db.select(\"\"\"\r\n select m.* \r\n from sys_menu m\r\n where m.is_del = 0\r\n and m.is_show = 1\r\n ?{userId && userId != 1, and m.id in (\r\n select rm.menu_id \r\n from sys_role_menu rm\r\n left join sys_user_role ur on ur.role_id = rm.role_id\r\n where ur.user_id = #{userId})\r\n }\r\n\"\"\")\r\n\r\nvar menus = []\r\nlist.each(item => {\r\n menus.push({\r\n id: item.id,\r\n parentId: item.parentId,\r\n path: item.url,\r\n name: item.name,\r\n icon: item.icon,\r\n sort: item.sort,\r\n component: item.component == null ? \"Layout\" : item.component,\r\n componentType: item.componentType,\r\n isShow: item.isShow,\r\n meta: {\r\n title: item.chineseName,\r\n keepAlive: item.keepAlive,\r\n isShow: item.isShow,\r\n id: item.id,\r\n openMode: item.openMode,\r\n type: item.componentType,\r\n }\r\n })\r\n})\r\n\r\nif (menus.length == 1) {\r\n return menus;\r\n}\r\nmenus.filter(item => {\r\n var arr = menus.filter(child => item.id == child.parentId);\r\n arr.length > 0 ? (item.children = arr) : false;\r\n return item.parentId == 0;\r\n})\r\n\r\nvar _menus = menus.filter(item => item.parentId == 0);\r\n_menus.each(item=>{\r\n if(!item.children){\r\n item.children = [{\r\n id: item.id,\r\n parentId: item.parentId,\r\n path: item.path,\r\n name: item.name,\r\n icon: item.icon,\r\n sort: item.sort,\r\n component: item.component,\r\n componentType: item.componentType,\r\n isShow: item.isShow,\r\n meta: item.meta\r\n }]\r\n }\r\n})\r\n\r\n\r\nreturn _menus;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/角色管理/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/角色管理/group.json', '{\r\n \"properties\" : { },\r\n \"id\" : \"e3e7b79651ef4023bf808869bda70162\",\r\n \"name\" : \"角色管理\",\r\n \"type\" : \"api\",\r\n \"parentId\" : \"acff5ad7aae64de2acb03e1d16a58ce2\",\r\n \"path\" : \"role\",\r\n \"createTime\" : 1688627065453,\r\n \"updateTime\" : null,\r\n \"createBy\" : null,\r\n \"updateBy\" : null,\r\n \"paths\" : [ ],\r\n \"options\" : [ ]\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/角色管理/保存.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"963fbdab7f1e4c5482d94467994e076b\",\r\n \"script\" : null,\r\n \"groupId\" : \"e3e7b79651ef4023bf808869bda70162\",\r\n \"name\" : \"保存\",\r\n \"createTime\" : 1688627065553,\r\n \"updateTime\" : 1688517313199,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"save\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar code = uuid().substring(0,10)\r\nreturn db.insert(\"\"\"\r\n INSERT INTO sys_role(`id`, `name`, `code`, `permission`, `sort`, `is_del`, `creator`, `update_time`, `create_time`, `remarks`) \r\n VALUES \r\n (uuid(), #{body.name},#{code},#{body.permission},#{body.sort},0,#{body.creator},now(),now(),#{body.remarks})\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/角色管理/修改.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"62c0822e34124adcb52c79d9f2e128f3\",\r\n \"script\" : null,\r\n \"groupId\" : \"e3e7b79651ef4023bf808869bda70162\",\r\n \"name\" : \"修改\",\r\n \"createTime\" : 1688627065559,\r\n \"updateTime\" : 1688517323756,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"update\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.update(\"\"\"\r\n update sys_role set \r\n update_time = now()\r\n ?{body.name, ,`name` = #{body.name}}\r\n ?{body.code, ,`code` = #{body.code}}\r\n ?{body.sort, ,`sort` = #{body.sort}}\r\n ?{body.is_del, ,`is_del` = #{body.is_del}}\r\n ?{body.permission, ,`permission` = #{body.permission}}\r\n ?{body.remarks, ,`remarks` = #{body.remarks}}\r\n where id = #{body.id}\r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/角色管理/分页.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"d8a1114e2da54d7c857d4c54d5bc5880\",\r\n \"script\" : null,\r\n \"groupId\" : \"e3e7b79651ef4023bf808869bda70162\",\r\n \"name\" : \"分页\",\r\n \"createTime\" : 1688627065564,\r\n \"updateTime\" : 1688517316978,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"page\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.page(\"\"\"\r\n select * from sys_role\r\n where is_del = 0\r\n ?{code , and code = #{code}}\r\n ?{name , and name like concat(\'%\',#{name},\'%\')}\r\n order by sort \r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/角色管理/列表.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"71851668125c451f9e322f0c5f7828a8\",\r\n \"script\" : null,\r\n \"groupId\" : \"e3e7b79651ef4023bf808869bda70162\",\r\n \"name\" : \"列表\",\r\n \"createTime\" : 1688627065570,\r\n \"updateTime\" : 1688517320177,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"list\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nreturn db.select(\"\"\"\r\n select * from sys_role\r\n where is_del = 0\r\n ?{code , and code = #{code}}\r\n ?{name , and name like concat(\'%\',#{name},\'%\')}\r\n order by sort \r\n\"\"\")');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/角色管理/删除.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"f3450863db7c4600b8fb199e5c07eaec\",\r\n \"script\" : null,\r\n \"groupId\" : \"e3e7b79651ef4023bf808869bda70162\",\r\n \"name\" : \"删除\",\r\n \"createTime\" : 1688627065574,\r\n \"updateTime\" : 1688517321782,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"delete/{id}\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar val = db.transaction(()=>{\r\n db.table(\"sys_role\").where().eq(\"id\", id).delete()\r\n db.table(\"sys_role_menu\").where().eq(\"role_id\", id).delete()\r\n db.table(\"sys_user_role\").where().eq(\"role_id\", id).delete()\r\n return \"OK\"\r\n});\r\n\r\nreturn val;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/角色管理/获取权限菜单.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"95c1495b484e4f06ab5f1399e45fb643\",\r\n \"script\" : null,\r\n \"groupId\" : \"e3e7b79651ef4023bf808869bda70162\",\r\n \"name\" : \"获取权限菜单\",\r\n \"createTime\" : 1688627065578,\r\n \"updateTime\" : 1688517318645,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"menuList/{id}\",\r\n \"method\" : \"GET\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nimport \'@get:/system/menu/tree\' as getTree;\r\n\r\nvar list = db.select(\"\"\"select * from sys_role_menu where role_id = #{id}\"\"\");\r\n\r\nvar ids = list.map((item) =>{\r\n return item.menuId\r\n})\r\n\r\nreturn {\r\n list: getTree(),\r\n selected: ids\r\n}');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/api/系统管理/角色管理/菜单权限.ms', '{\r\n \"properties\" : { },\r\n \"id\" : \"e6b1376d15e44edea70becac58caeb35\",\r\n \"script\" : null,\r\n \"groupId\" : \"e3e7b79651ef4023bf808869bda70162\",\r\n \"name\" : \"菜单权限\",\r\n \"createTime\" : 1688627065583,\r\n \"updateTime\" : 1688517315336,\r\n \"lock\" : \"1\",\r\n \"createBy\" : null,\r\n \"updateBy\" : \"admin\",\r\n \"path\" : \"menuPermissions\",\r\n \"method\" : \"POST\",\r\n \"parameters\" : [ ],\r\n \"options\" : [ ],\r\n \"requestBody\" : \"\",\r\n \"headers\" : [ ],\r\n \"paths\" : [ ],\r\n \"responseBody\" : null,\r\n \"description\" : null,\r\n \"requestBodyDefinition\" : null,\r\n \"responseBodyDefinition\" : null\r\n}\r\n================================\r\nvar val = db.transaction(()=>{\r\n db.table(\"sys_role_menu\").where().eq(\"role_id\", body.id).delete()\r\n\r\n for(item in body.menuIds){\r\n db.insert(\"\"\"INSERT INTO sys_role_menu (role_id,menu_id) VALUES (#{body.id}, #{item})\"\"\")\r\n }\r\n\r\n return \"OK\"\r\n});\r\n\r\nreturn val;');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/datasource/', 'this is directory');
+INSERT INTO `magic_api_file` VALUES ('/tansci-api/function/', 'this is directory');
-- ----------------------------
-- Table structure for sys_dict
-- ----------------------------
DROP TABLE IF EXISTS `sys_dict`;
CREATE TABLE `sys_dict` (
- `id` varchar(36) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '主键id',
- `parent_id` varchar(36) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '父ID',
- `group_name` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '分组名称',
+ `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键id',
+ `parent_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '父ID',
+ `group_name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '分组名称',
`type` int NULL DEFAULT NULL COMMENT '类型:0、系统,1、业务',
`dic_value` int NOT NULL COMMENT '值',
- `dic_label` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '名称',
+ `dic_label` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '名称',
`sort` int NULL DEFAULT NULL COMMENT '排序',
- `text1` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '预留字段1',
- `text2` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '预留字段2',
- `text3` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '预留字段3',
+ `text1` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '预留字段1',
+ `text2` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '预留字段2',
+ `text3` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_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 utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '备注',
+ `remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注',
PRIMARY KEY (`id`) USING BTREE,
INDEX `group_name`(`group_name`) USING BTREE
-) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '字典表' ROW_FORMAT = DYNAMIC;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '字典表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_dict
@@ -154,20 +193,20 @@ INSERT INTO `sys_dict` VALUES ('f60b86ff25cc5261dafdffdf78b590db', '504f58ac31fd
-- ----------------------------
DROP TABLE IF EXISTS `sys_gen`;
CREATE TABLE `sys_gen` (
- `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '主键',
- `interface_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '接口ID',
- `data_source` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT '' COMMENT '数据源',
- `table_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '表名',
- `table_comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '表注释',
- `columns` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '字段信息json',
- `sub_table_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '字表名称',
- `sub_table_comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '子表注释',
- `sub_columns` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '子表字段信息json',
- `info` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT '生成信息json',
+ `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键',
+ `interface_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '接口ID',
+ `data_source` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT '' COMMENT '数据源',
+ `table_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '表名',
+ `table_comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '表注释',
+ `columns` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '字段信息json',
+ `sub_table_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '字表名称',
+ `sub_table_comment` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '子表注释',
+ `sub_columns` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '子表字段信息json',
+ `info` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '生成信息json',
`update_time` datetime 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 COMMENT = '生成表信息' ROW_FORMAT = Dynamic;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '生成表信息' ROW_FORMAT = Dynamic;
-- ----------------------------
-- Records of sys_gen
@@ -179,78 +218,39 @@ INSERT INTO `sys_gen` VALUES ('a54cb7225aa84346843957cb3299ed1f', 'ee837d9cf48a4
-- ----------------------------
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 '失败原因',
+ `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键',
+ `username` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '登录账号',
+ `fail_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '失败密码',
+ `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '登录类型(成功、失败)',
+ `browser` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '浏览器',
+ `os` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '操作系统',
+ `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '地理位置',
+ `ip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'ip地址',
+ `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'token',
+ `message` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_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;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_login_log
-- ----------------------------
-INSERT INTO `sys_login_log` VALUES ('08c1e570cd9574c67f16962ba8673297', 'system', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '271e882c-03b0-4dc2-8d31-4e6b29145b6d', NULL, '2023-05-08 11:39:55');
-INSERT INTO `sys_login_log` VALUES ('0ed6ac6bd685c124a19a711743a0b488', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '5a1b8133-7414-4fd5-9c84-766c3ba1da85', NULL, '2023-05-08 11:03:07');
-INSERT INTO `sys_login_log` VALUES ('105d3571aa472b8bfc9c8a4a374958b9', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '2db28952-85b9-4e50-957d-ac49fe382ef6', NULL, '2023-05-08 10:32:56');
-INSERT INTO `sys_login_log` VALUES ('1d12b8ee93626d621a7801f03bf2251d', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-12 08:22:46');
-INSERT INTO `sys_login_log` VALUES ('1dab093fff12d9c80cfc0689458b436b', 'system', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '该账号已被禁用', '2023-05-08 11:37:46');
-INSERT INTO `sys_login_log` VALUES ('215c2f9ee62ad2f6f5e155d1217b785c', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-12 08:23:12');
-INSERT INTO `sys_login_log` VALUES ('324d3221023143b4bf25a5792aadefc0', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '8a604ac3-b359-41d7-b0ed-2f3cb1180c2c', NULL, '2023-05-11 11:19:45');
-INSERT INTO `sys_login_log` VALUES ('33bca500b59fd295884de413eee8f539', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'c004dfda-54f1-44d5-a6e2-739d1e46ab01', NULL, '2023-05-11 11:04:08');
-INSERT INTO `sys_login_log` VALUES ('34ec337268904ec020f842f953e6fafb', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'c3ca08f0-0726-455b-9920-50829855d87b', NULL, '2023-05-11 11:01:15');
-INSERT INTO `sys_login_log` VALUES ('36e18cc7880ff0c400883a0bf4995b88', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-08 11:03:40');
-INSERT INTO `sys_login_log` VALUES ('47321e540bc5ffa6838d4fef43aecf6d', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '0d20066e-1741-4e93-a981-2f840fc27152', NULL, '2023-05-08 10:22:35');
-INSERT INTO `sys_login_log` VALUES ('49884b7a402d283f2dec5027530160c4', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'ae7b67a9-6188-432c-a373-e0c66110f8d5', NULL, '2023-05-11 14:44:04');
-INSERT INTO `sys_login_log` VALUES ('4db8d893ba9ba7078ed9c9b8a9cbbd0e', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '6b44aeee-2954-43ab-915e-1e4e1b40f228', NULL, '2023-05-08 11:03:51');
-INSERT INTO `sys_login_log` VALUES ('50768d42fa8665eeb327633f98ed0c40', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '292c8199-7c7e-47b4-a17c-41cd2d68834c', NULL, '2023-05-08 10:29:07');
-INSERT INTO `sys_login_log` VALUES ('6033d30ccf7eb0b09f32f45be69c648b', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '7e8012f4-f525-4bdb-929e-8087c3d43c0b', NULL, '2023-05-11 14:11:58');
-INSERT INTO `sys_login_log` VALUES ('64fc7608b4730c0701af77c59c60ba5b', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'edb0f321-988b-484e-8fb7-947ec6efddc0', NULL, '2023-05-08 10:41:08');
-INSERT INTO `sys_login_log` VALUES ('66af342bed0812b6c87a74b5cf9d391b', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-11 11:01:05');
-INSERT INTO `sys_login_log` VALUES ('68aa7e3e05abf03d528eb743a6df28f1', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'bb70863f-e96d-4b5f-86da-063a3b333ae5', NULL, '2023-05-11 13:15:00');
-INSERT INTO `sys_login_log` VALUES ('6a86f4a4bf099ed510637f297ca007b8', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'e08580bc-a5f9-4a3f-96e1-e41a2ca91a5c', NULL, '2023-05-12 08:23:19');
-INSERT INTO `sys_login_log` VALUES ('712c4a02f6a409e9f2b0262c2bc96d0b', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '65529338-8b30-4f4f-9c69-915f610fbb13', NULL, '2023-05-11 10:49:37');
-INSERT INTO `sys_login_log` VALUES ('7201c399d6fd1c12aa271121de9c3f1d', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'fde01a6d-7173-4774-b6e5-e9082338704d', NULL, '2023-05-06 14:27:32');
-INSERT INTO `sys_login_log` VALUES ('755caa9b55fd813ed2cb2a3d744674f5', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '908b5030-7a11-4098-9c7e-0cf12c288566', NULL, '2023-05-11 16:41:17');
-INSERT INTO `sys_login_log` VALUES ('7a77ab661e734d0a0f2c918165704ae2', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '143450b0-d5e8-4573-b089-91d1f7c3011f', NULL, '2023-05-11 14:29:09');
-INSERT INTO `sys_login_log` VALUES ('7b35c154a13b72e157147f2d77834f37', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'a7e76098-8278-4bf0-956e-1ae13e0088ff', NULL, '2023-05-08 11:45:16');
-INSERT INTO `sys_login_log` VALUES ('8b618bbbe021d320a8360255d4e08600', 'system', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-08 11:44:45');
-INSERT INTO `sys_login_log` VALUES ('96eac3a89032297c0cecb6b6cc3ea8e4', 'system', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '59768c89-e90d-430b-abc8-39424156cf7d', NULL, '2023-05-08 11:44:57');
-INSERT INTO `sys_login_log` VALUES ('977f28d44acf54febc061c488f9beb1d', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '83259ca7-dbf5-4576-af47-38bb41615a6c', NULL, '2023-05-04 09:46:46');
-INSERT INTO `sys_login_log` VALUES ('9938230f2e848983f8c00308e1f3738d', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '2a333084-c208-4b82-8320-a85506788292', NULL, '2023-05-08 10:37:56');
-INSERT INTO `sys_login_log` VALUES ('afbe6e9a17337e9477b257504014e75b', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'b61b0a15-7e79-461d-88a7-db2e79d2bcd5', NULL, '2023-05-08 11:36:44');
-INSERT INTO `sys_login_log` VALUES ('b6d585181a68aa159c30b2dcfba65f62', 'system', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '该账号已被禁用', '2023-05-08 11:38:10');
-INSERT INTO `sys_login_log` VALUES ('b8f788dacf066db1255d7ad4e82932f7', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'f8e0c6f3-08af-4445-b373-b5f00c3f78e9', NULL, '2023-05-08 11:01:37');
-INSERT INTO `sys_login_log` VALUES ('bd56db56bf149fd884979d7fbb12219d', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-08 11:05:23');
-INSERT INTO `sys_login_log` VALUES ('d1f17a1f957e86272b3be8c047bbd6d6', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '0d669c31-4e6a-46a0-8267-e8623d037789', NULL, '2023-05-11 13:31:41');
-INSERT INTO `sys_login_log` VALUES ('eaf20a16db773738cfea494a12839a15', 'system', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'd6f52865-349a-426c-8b64-e89f7be0d14a', NULL, '2023-05-08 11:41:20');
-INSERT INTO `sys_login_log` VALUES ('f185ebb8ed0b10ed0bc4782fdb0685c1', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '0d20066e-1741-4e93-a981-2f840fc27152', NULL, '2023-05-08 09:59:13');
-INSERT INTO `sys_login_log` VALUES ('f76c755c2777154a0fc2954c443cf6e6', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '5d1dc713-8375-422a-a28e-f023b805c36a', NULL, '2023-05-05 09:06:23');
-INSERT INTO `sys_login_log` VALUES ('f9d2697bbb2411f4cb130d3fad687093', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', '6b44aeee-2954-43ab-915e-1e4e1b40f228', NULL, '2023-05-08 11:05:31');
-INSERT INTO `sys_login_log` VALUES ('fb20662cee4f6c2008f21b8469df00c3', 'admin', '123456', '成功', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', 'af928dcc-d366-4d73-b974-5859162bebc1', NULL, '2023-05-11 17:01:58');
-INSERT INTO `sys_login_log` VALUES ('fb40ea9ca2dd1509fe7ff61de418d27a', 'admin', '123456', '失败', 'Unknown', 'Unknown', '内网IP', '127.0.0.1', NULL, '验证码有误', '2023-05-08 11:01:27');
-- ----------------------------
-- 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 '权限',
+ `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键',
+ `parent_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '父id',
+ `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '菜单名称',
+ `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '菜单链接',
+ `icon` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '图标',
+ `chinese_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '中文名称',
+ `english_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '英文名称',
+ `permission` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '权限',
`sort` int NULL DEFAULT NULL COMMENT '排序',
- `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '组件名称',
+ `component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '组件名称',
`component_type` int NULL DEFAULT 0 COMMENT '组件类型:0、默认,1、amis',
`open_mode` int NULL DEFAULT 0 COMMENT '打开方式:0、默认,1、iframe,2、新标签页',
`is_del` int NULL DEFAULT 0 COMMENT '是否删除:0、未删除,1、已删除',
@@ -258,9 +258,9 @@ CREATE TABLE `sys_menu` (
`is_show` int 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 '描述',
+ `remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '描述',
PRIMARY KEY (`id`) USING BTREE
-) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '菜单表' ROW_FORMAT = DYNAMIC;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '菜单表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_menu
@@ -316,40 +316,47 @@ INSERT INTO `sys_menu` VALUES ('fdaf429afb33d54beeee7eaea93e5e96', '120d967459a9
-- ----------------------------
DROP TABLE IF EXISTS `sys_oper_log`;
CREATE TABLE `sys_oper_log` (
- `id` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT '主键id',
- `module` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '功能模块',
- `method` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '操作方法',
- `type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '操作类型',
- `message` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '操作描述',
- `req_param` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL COMMENT '请求参数',
- `res_param` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL COMMENT '响应参数',
+ `id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键id',
+ `module` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '功能模块',
+ `method` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '操作方法',
+ `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '操作类型',
+ `message` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '操作描述',
+ `req_param` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '请求参数',
+ `res_param` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '响应参数',
`take_up_time` int NULL DEFAULT NULL COMMENT '耗时',
- `user_id` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '操作用户id',
- `user_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '操作用户名称',
+ `user_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '操作用户id',
+ `user_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '操作用户名称',
`status` int NULL DEFAULT NULL COMMENT '状态:0、成功,1、失败',
- `uri` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '请求url',
- `ip` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '请求IP',
- `unusual` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL COMMENT '异常信息',
- `version` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT '版本号',
+ `uri` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '请求url',
+ `ip` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '请求IP',
+ `unusual` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '异常信息',
+ `version` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '版本号',
`create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`id`) USING BTREE
-) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci COMMENT = '操作日志' ROW_FORMAT = DYNAMIC;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '操作日志' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_oper_log
-- ----------------------------
+INSERT INTO `sys_oper_log` VALUES ('00dffe65e9b8a3b8a2646a9b81d15089', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:06');
+INSERT INTO `sys_oper_log` VALUES ('00fdc42f8db01500c1489e5ce216e990', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-31 09:24:15');
INSERT INTO `sys_oper_log` VALUES ('011edb26d5ed5536d054d34c8359a565', '角色管理', '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}}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:40');
INSERT INTO `sys_oper_log` VALUES ('0126b95b81110f5ba99a42d228f2e327', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 15:07:30');
+INSERT INTO `sys_oper_log` VALUES ('01cd4e4bd65ef5ce4ef69883c18ebb75', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:19');
INSERT INTO `sys_oper_log` VALUES ('01d6287a7b213403996cc6d1fec3d579', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 15:22:46');
INSERT INTO `sys_oper_log` VALUES ('0258c34b387ebd77e305ba268ddd969d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:25');
+INSERT INTO `sys_oper_log` VALUES ('02825f92bb15c95ee3fa97cd01651ff1', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-30 09:04:05');
INSERT INTO `sys_oper_log` VALUES ('02ba014bc11a5e104ef6faf25c795f09', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-06 14:27:32\",\"failPassword\":\"123456\",\"id\":\"7201c399d6fd1c12aa271121de9c3f1d\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"fde01a6d-7173-4774-b6e5-e9082338704d\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-04 09:46:46\",\"failPassword\":\"123456\",\"id\":\"977f28d44acf54febc061c488f9beb1d\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"83259ca7-dbf5-4576-af47-38bb41615a6c\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-05 09:06:23\",\"failPassword\":\"123456\",\"id\":\"f76c755c2777154a0fc2954c443cf6e6\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"5d1dc713-8375-422a-a28e-f023b805c36a\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 53, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-05-06 14:28:15');
INSERT INTO `sys_oper_log` VALUES ('0320990764836f29b123f8d0f838300d', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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}]}', 140, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:11:59');
INSERT INTO `sys_oper_log` VALUES ('03cd27d9774daa8c91ea4e8e0d815c82', '角色管理', 'com.tansci.controller.SysRoleController.menuPermissions', 'INSERT', '菜单权限', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuPermissions', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:57');
INSERT INTO `sys_oper_log` VALUES ('03e0e31e9d202cb8a8b8cd97d7588f96', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":3,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:05');
INSERT INTO `sys_oper_log` VALUES ('03eb02ae01aa2ed958f6bb8dadd27d21', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 08:31:14');
INSERT INTO `sys_oper_log` VALUES ('0411be48f261764fc2bd1e4aaf8c333d', '角色管理', '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}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 16:06:35');
+INSERT INTO `sys_oper_log` VALUES ('04282e296163f6fce39ca9c83cfea372', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 52, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 08:55:19');
+INSERT INTO `sys_oper_log` VALUES ('043e87bf02dc5eeeb83b727c03537862', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-31 09:08:47');
INSERT INTO `sys_oper_log` VALUES ('0483538802bfbb03103304e6af189417', '角色管理', '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}}', 34, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-08 11:36:54');
INSERT INTO `sys_oper_log` VALUES ('04857ac92124e27b73482e2d84ea02f0', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 08:56:19');
+INSERT INTO `sys_oper_log` VALUES ('04c30878b6fe3dece16bd5629e37b8ca', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"pages:save\",\"pages:delete\",\"user:delete\",\"pages:update\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-07-06 14:52:28');
INSERT INTO `sys_oper_log` VALUES ('04ece759081a41db2ab0fab13110f123', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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\"}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:35');
INSERT INTO `sys_oper_log` VALUES ('05242613c185c7331eda1d4ac361addb', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:00');
INSERT INTO `sys_oper_log` VALUES ('05998252d0b663c70b1f09cb63f4aa6b', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 34, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-11 10:52:58');
@@ -360,6 +367,7 @@ INSERT INTO `sys_oper_log` VALUES ('07065eacd4e734270a88e05feab1c9e6', '角色
INSERT INTO `sys_oper_log` VALUES ('0707eb166a678c0b4de46f92b7ccc0e9', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:05');
INSERT INTO `sys_oper_log` VALUES ('0752cdf0a65827cfefa200f7b10d428a', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:30:23');
INSERT INTO `sys_oper_log` VALUES ('077ee8b984505001e48cf7d0b3b8b796', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:22:53');
+INSERT INTO `sys_oper_log` VALUES ('07ed547e94d082b7deb3669231e4e969', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:48');
INSERT INTO `sys_oper_log` VALUES ('08d509cc4bad12ebba7d1cd8b85b6ec6', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 09:12:07');
INSERT INTO `sys_oper_log` VALUES ('08e83b2be4ab215ec26076b02e86cf49', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:24');
INSERT INTO `sys_oper_log` VALUES ('08e8d0de857823e1bd6b905750c204f8', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 08:50:29');
@@ -368,14 +376,17 @@ INSERT INTO `sys_oper_log` VALUES ('0926d04f4391093c8c42eac736bcd49c', '菜单
INSERT INTO `sys_oper_log` VALUES ('0a1e5c92185d18f9b6da3096776d197f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"好地方\",\"updateTime\":\"2023-05-11 11:24:39\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:27:12');
INSERT INTO `sys_oper_log` VALUES ('0a784e547dca2ae257ddac744a8cbbfb', '菜单管理', '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\"}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-04 10:16:10');
INSERT INTO `sys_oper_log` VALUES ('0aac0c4afb0d201594c3359eb3a12692', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:54:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:25');
+INSERT INTO `sys_oper_log` VALUES ('0af685c88ea8a7ca7f42f8910d54ce07', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:48');
INSERT INTO `sys_oper_log` VALUES ('0b292d10e744f5450aecefd8365a8035', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 15:00:31');
INSERT INTO `sys_oper_log` VALUES ('0b609b6d739814205b7cb3b70ac4a9d4', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:59');
INSERT INTO `sys_oper_log` VALUES ('0c043dbd66688a9639f9836cb409568e', '组织管理', '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\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:07');
+INSERT INTO `sys_oper_log` VALUES ('0c084bce367e53a624efa41866d11bae', '角色管理', '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}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:31');
INSERT INTO `sys_oper_log` VALUES ('0c84571aafc3d3d3f0cd9aa2b77b1a47', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:12:19');
INSERT INTO `sys_oper_log` VALUES ('0d04f3c9f807fd9b8532b5180e5df085', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 17:07:23');
INSERT INTO `sys_oper_log` VALUES ('0df7661e2bd2e7c0bdbed6251f6d75a2', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-12 09:04:57');
INSERT INTO `sys_oper_log` VALUES ('0e0069f584435d7fdebc0eff39736cbe', '菜单管理', '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}]}', 91, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:01:41');
INSERT INTO `sys_oper_log` VALUES ('0eaf2ec7521fe4f8bf277d9e4b7530d5', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:12:31');
+INSERT INTO `sys_oper_log` VALUES ('0eca1d5b5efd3be49ce78ab0989041c6', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 29, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-31 09:16:57');
INSERT INTO `sys_oper_log` VALUES ('0eded386730b8c5340113d31c94dd43d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:43');
INSERT INTO `sys_oper_log` VALUES ('0f8693bcfd8285ed07146e8415499399', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 09:05:51');
INSERT INTO `sys_oper_log` VALUES ('1009d30b4512714273a15d2ceaf7fde7', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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-05-11 11:35:48');
@@ -399,14 +410,19 @@ INSERT INTO `sys_oper_log` VALUES ('12de2827f64f7162ce057430d65d77d3', '页面
INSERT INTO `sys_oper_log` VALUES ('130af57b11c1c04863d5012340c4236d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:17');
INSERT INTO `sys_oper_log` VALUES ('131c7666d99015835d0c7f40f0dfac1a', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 16:25:20');
INSERT INTO `sys_oper_log` VALUES ('13430ff1f5ce6bd05f0a3f5ee48aaffc', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:54:30\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:54:34');
+INSERT INTO `sys_oper_log` VALUES ('13615fe4590e9a85753abcd6e4371094', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:06');
INSERT INTO `sys_oper_log` VALUES ('136e49be72f076ae6365b09c6d63d3f1', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:45:27');
INSERT INTO `sys_oper_log` VALUES ('13fd29b61dd12677bf8d05d2f06cacb2', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:09:02');
INSERT INTO `sys_oper_log` VALUES ('1449a190eb609848292d84118e937dbc', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 15:12:28');
+INSERT INTO `sys_oper_log` VALUES ('148429f736e89c46466aa264b5f78bf1', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-31 09:28:15');
+INSERT INTO `sys_oper_log` VALUES ('1589deb2225c3156ffd265a511bc4929', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:17:49');
INSERT INTO `sys_oper_log` VALUES ('15cae9869f67e995be5fbb2b73af699a', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 09:05:06');
INSERT INTO `sys_oper_log` VALUES ('16003fdad2fb7504e684e2e566e55138', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 08:33:39');
+INSERT INTO `sys_oper_log` VALUES ('163c24c47bde2837e6379ec7f3e6c5ea', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-31 09:24:15');
INSERT INTO `sys_oper_log` VALUES ('1669a641e914586d4ece5ac42d78aff2', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:23:17');
INSERT INTO `sys_oper_log` VALUES ('16b01044ce3fb383928ae1743cfcc93b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 16:18:14');
INSERT INTO `sys_oper_log` VALUES ('1734cb83860129b6a49e13dba3e01025', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:44');
+INSERT INTO `sys_oper_log` VALUES ('176997ea622ca05899a5541850b619d4', '字典管理', '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\"}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-07-06 14:56:31');
INSERT INTO `sys_oper_log` VALUES ('176d02d6ffe363ca638f8cd58a9f6b2c', '字典管理', '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\"}]}', 25, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 13:31:42');
INSERT INTO `sys_oper_log` VALUES ('185f3432b5d4b204aed7b08808fbbacc', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:56:36');
INSERT INTO `sys_oper_log` VALUES ('18bbb7b501ae80ee399994dee6bf4123', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:22:18\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"b79cbf68cf8ed8d69c295fecadf6d15a\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"发过的\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"地方个地方\",\"updateTime\":\"2023-05-11 11:22:18\"},{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":4}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:22:18');
@@ -416,12 +432,16 @@ INSERT INTO `sys_oper_log` VALUES ('1acb16cbee47db5b22272328388c4454', '菜单
INSERT INTO `sys_oper_log` VALUES ('1b521892f337a4e85a89d13dd27eceb4', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:54:30\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:32');
INSERT INTO `sys_oper_log` VALUES ('1b5872da081304fbefb5e8ef232e398a', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 08:31:14');
INSERT INTO `sys_oper_log` VALUES ('1b617655fdddcb2e5bf3d95c21ea0e18', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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}]}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:41:36');
+INSERT INTO `sys_oper_log` VALUES ('1b8badcc03fdc61ee834ac6a35d67615', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-07-06 14:56:31');
INSERT INTO `sys_oper_log` VALUES ('1be1103591602474790e7398b49e4967', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"好地方\",\"updateTime\":\"2023-05-11 11:24:39\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:40');
+INSERT INTO `sys_oper_log` VALUES ('1be88db275dcebd8e48947384c6ec7c3', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:17');
INSERT INTO `sys_oper_log` VALUES ('1beaf22d7b1164625b814abd7c82e5b7', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 09:19:46');
INSERT INTO `sys_oper_log` VALUES ('1c1477de4f04dca005469190d5dfbf30', '组织管理', '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\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-05-06 14:32:11');
INSERT INTO `sys_oper_log` VALUES ('1c32fd9fa317088aaf8f3dfc7264fc9e', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 17:13:22');
INSERT INTO `sys_oper_log` VALUES ('1caf79db0931b9887c667ca1d2d83421', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:42');
+INSERT INTO `sys_oper_log` VALUES ('1d56b724ae08e350615f030d9ac3e56e', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:18:10');
INSERT INTO `sys_oper_log` VALUES ('1d7ebe27be17ad5a76cc8d8955d04c34', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 15:00:31');
+INSERT INTO `sys_oper_log` VALUES ('1d82be43090cec44898bb0928a9c352d', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:15');
INSERT INTO `sys_oper_log` VALUES ('1d9c99cf2a28b4e2e9006ca4b7c81fb4', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 10:53:06');
INSERT INTO `sys_oper_log` VALUES ('1db792f74b84780628b4ea584329cf0c', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:11:48');
INSERT INTO `sys_oper_log` VALUES ('1debb9902cd942ba68a959782aac7a31', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 16:24:46');
@@ -447,6 +467,9 @@ INSERT INTO `sys_oper_log` VALUES ('22e45b8747055e72a979580be938ed2c', '菜单
INSERT INTO `sys_oper_log` VALUES ('234dc9d06e648393d7f25ba2cae2a5d2', '页面管理', 'com.tansci.controller.LcPagesController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:39');
INSERT INTO `sys_oper_log` VALUES ('238d4a0417257e435d2dc25125ec27f5', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-12 08:40:21');
INSERT INTO `sys_oper_log` VALUES ('23b273f0442f07a3e5522031f3b30b45', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:24');
+INSERT INTO `sys_oper_log` VALUES ('23cd5943ef28961659e46ce8ebfd0851', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-31 09:18:08');
+INSERT INTO `sys_oper_log` VALUES ('2415abf3ef85253962c6b95f5a5e9961', '字典管理', '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\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:17:50');
+INSERT INTO `sys_oper_log` VALUES ('245e47a63714f3d4963d3fc7d8ac9e4c', '页面管理', 'com.tansci.controller.LcPagesController.getById', 'SELECT', '根据ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/get/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:03');
INSERT INTO `sys_oper_log` VALUES ('246f2154c96c118f9358c501f06cc5ec', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:27');
INSERT INTO `sys_oper_log` VALUES ('24e3a7332dcde745723fd2919657a320', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-12 08:39:22');
INSERT INTO `sys_oper_log` VALUES ('257e5c476c2c40e7e2504164f8b1879e', '角色管理', '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}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 14:30:47');
@@ -461,7 +484,9 @@ INSERT INTO `sys_oper_log` VALUES ('285c56ef432d24384b5b43420d844bca', '页面
INSERT INTO `sys_oper_log` VALUES ('287d8b8d360f2eb1897e5cea93219cf3', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:04:55');
INSERT INTO `sys_oper_log` VALUES ('28e97b124efe37dcd8a83adb602f1bd8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:12');
INSERT INTO `sys_oper_log` VALUES ('28feee6e0260b63367a5d0cc620d0f49', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:15:13');
+INSERT INTO `sys_oper_log` VALUES ('292765e6d6e2973ca0ff385cbd1d3cc0', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 45, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-30 09:02:44');
INSERT INTO `sys_oper_log` VALUES ('29c053dd0f44f3a656fcd23e7c255f83', '角色管理', 'com.tansci.controller.SysRoleController.orgList', 'INSERT', '获取权限组织', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"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\"]}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/orgList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:51');
+INSERT INTO `sys_oper_log` VALUES ('29f894938563d411ae78c36c55b3385b', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:05');
INSERT INTO `sys_oper_log` VALUES ('2a1a098e742394ec3fba957ce2155daf', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:17');
INSERT INTO `sys_oper_log` VALUES ('2a24c0e3a0803bb488d0b7de6c0c2010', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{\"isShow\":\"1\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"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\"},{\"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\"},{\"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\"},{\"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\"},{\"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-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":3,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"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\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:15');
INSERT INTO `sys_oper_log` VALUES ('2a4e41121fef15c015713e9ee27ab2d1', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 09:19:54');
@@ -470,6 +495,7 @@ INSERT INTO `sys_oper_log` VALUES ('2b5d835c93f006b6e93563008c4321c9', '页面
INSERT INTO `sys_oper_log` VALUES ('2b8df083ed16c3084b3a4235ffcb563b', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:41:36');
INSERT INTO `sys_oper_log` VALUES ('2ba66c6b4dfc47dc5bd6a9f60ef97bfa', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:44');
INSERT INTO `sys_oper_log` VALUES ('2bc19778600b3db278035476f8a344e0', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 09:10:25');
+INSERT INTO `sys_oper_log` VALUES ('2bc8aca21e1f70510cd5c8f7bf70c341', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-31 09:16:57');
INSERT INTO `sys_oper_log` VALUES ('2ca758867a005961354a8a4e1f6b9eed', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 75, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:01');
INSERT INTO `sys_oper_log` VALUES ('2cb5b70b22cc461e62648e5f0f633b0c', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 09:12:07');
INSERT INTO `sys_oper_log` VALUES ('2d41a9a292cf30ea2651dbe4381d17c4', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 09:19:46');
@@ -490,6 +516,8 @@ INSERT INTO `sys_oper_log` VALUES ('315f0cfe477dd07f44f29fee38c38fb9', '用户
INSERT INTO `sys_oper_log` VALUES ('3175f130a331c7be727ddd8a95733679', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 10:53:06');
INSERT INTO `sys_oper_log` VALUES ('3178441845d3c7f523ab9d0fb091be62', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:13');
INSERT INTO `sys_oper_log` VALUES ('3192428eae40aa925f1e8e1b4cadf5a1', '角色管理', '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}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 16:24:46');
+INSERT INTO `sys_oper_log` VALUES ('319d293501dadb8c84a6423f43b6b74f', '字典管理', '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\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-07-06 14:56:32');
+INSERT INTO `sys_oper_log` VALUES ('31e7a22b4651c5736ca020bdbfa5becc', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:57');
INSERT INTO `sys_oper_log` VALUES ('328e3a00419da2e8b2e5985441b31992', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 10:54:16');
INSERT INTO `sys_oper_log` VALUES ('330fb692e3274e56f314e1163835663b', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-12 08:24:39\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:29:45');
INSERT INTO `sys_oper_log` VALUES ('33857974b7eae2e26624f4748afd19f8', '角色管理', 'com.tansci.controller.SysRoleController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/list', '127.0.0.1', NULL, NULL, '2023-05-04 09:48:21');
@@ -497,16 +525,20 @@ INSERT INTO `sys_oper_log` VALUES ('33d32637b06075c6562c31280440b9ca', '用户
INSERT INTO `sys_oper_log` VALUES ('343115329804f19056b0e513951601c1', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 17:29:45');
INSERT INTO `sys_oper_log` VALUES ('3431ccbc7d041fbdb950d2e140df2199', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:14');
INSERT INTO `sys_oper_log` VALUES ('343ff648697148ed7e0be87d4148f569', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-12 09:04:18');
+INSERT INTO `sys_oper_log` VALUES ('34863e74d50bf74650815eb5f1904d37', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', NULL, 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/getPagesInfo/undefined', '127.0.0.1', 'com.tansci.common.exception.BusinessException:该菜单未绑定页面
com.tansci.service.impl.LcPagesServiceImpl.getPagesInfo(LcPagesServiceImpl.java:62)
com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$7347d3d9.getPagesInfo()
com.tansci.controller.LcPagesController.getPagesInfo(LcPagesController.java:55)
com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$1640a3ca.getPagesInfo()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-05-31 09:08:49');
+INSERT INTO `sys_oper_log` VALUES ('349d43fef50da8bc4578ff3bcd7211f5', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:14:26');
INSERT INTO `sys_oper_log` VALUES ('34a2eeecd0f4a668e70b2d141722f0ea', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-12 09:04:13');
INSERT INTO `sys_oper_log` VALUES ('34bc8a5020ce7f65d5b232f5e8b4b636', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:18');
INSERT INTO `sys_oper_log` VALUES ('34db30ba68d93f5602a26091922a4af2', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:20:54');
INSERT INTO `sys_oper_log` VALUES ('355aa1203d3ea4ab62be19cf78de1684', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"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\"}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:22:11');
INSERT INTO `sys_oper_log` VALUES ('361ec9754062bdfea08c319d3392ee3d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-12 08:24:39\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:38:14');
+INSERT INTO `sys_oper_log` VALUES ('36544b8a03b3d70d75f6e1c5a368bcb2', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 72, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-06-29 17:29:31');
INSERT INTO `sys_oper_log` VALUES ('36a6b2b47c29085e45582ac92b3132d9', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{\"isShow\":\"1\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"chineseName\":\"字典管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"菜单管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"组织管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"角色管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-12 09:04:45');
INSERT INTO `sys_oper_log` VALUES ('36d302bdec41c9ed8cb942089cb6838a', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{\"isShow\":\"1\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"chineseName\":\"字典管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"菜单管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"组织管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"角色管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-12 08:39:28');
INSERT INTO `sys_oper_log` VALUES ('36e0294cbef04d818ae7361d81780839', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:54:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:48');
INSERT INTO `sys_oper_log` VALUES ('376fd844887055941e6e9de3f2b15f55', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"aaa\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":10,\"total\":0}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:24');
INSERT INTO `sys_oper_log` VALUES ('37dcd21b41390d9c5a69a46b3b22c3ef', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:03:27');
+INSERT INTO `sys_oper_log` VALUES ('37f7b4e6199054579682c37c001e5db2', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-30 09:14:29');
INSERT INTO `sys_oper_log` VALUES ('380892bdd029bbe63993c694aaf6b3b0', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 15:07:30');
INSERT INTO `sys_oper_log` VALUES ('3854f340dda9baac73bd274c32d274f2', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:20:52');
INSERT INTO `sys_oper_log` VALUES ('38678ec386dd0d857b702aa34d29bc58', '字典管理', '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-05-12 09:14:46');
@@ -521,11 +553,16 @@ INSERT INTO `sys_oper_log` VALUES ('3b093bec2c8204b4c0694a1a8bcdb6f4', '菜单
INSERT INTO `sys_oper_log` VALUES ('3b48610ab7e0f602d7d32b963a53151c', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:40');
INSERT INTO `sys_oper_log` VALUES ('3b675e561cf655dec1d9fc7eb30006fb', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 16:31:28');
INSERT INTO `sys_oper_log` VALUES ('3b68f26509f60fa8abd1bd7d8b54d9fa', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 15:07:30');
+INSERT INTO `sys_oper_log` VALUES ('3b77b9263701571f36166588bf3bc09d', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":5,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:39:55\",\"failPassword\":\"123456\",\"id\":\"08c1e570cd9574c67f16962ba8673297\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"271e882c-03b0-4dc2-8d31-4e6b29145b6d\",\"type\":\"成功\",\"username\":\"system\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-06-29 17:29:30\",\"failPassword\":\"123456\",\"id\":\"0a844b28509475b914180da036f1bd0c\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"96185963-7898-4948-b519-e9d1cbf72d47\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:03:07\",\"failPassword\":\"123456\",\"id\":\"0ed6ac6bd685c124a19a711743a0b488\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"5a1b8133-7414-4fd5-9c84-766c3ba1da85\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 10:32:56\",\"failPassword\":\"123456\",\"id\":\"105d3571aa472b8bfc9c8a4a374958b9\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"2db28952-85b9-4e50-957d-ac49fe382ef6\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-30 08:54:50\",\"failPassword\":\"123456\",\"id\":\"1695b192677a54fdf867b5edf70497c9\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-12 08:22:46\",\"failPassword\":\"123456\",\"id\":\"1d12b8ee93626d621a7801f03bf2251d\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:37:46\",\"failPassword\":\"123456\",\"id\":\"1dab093fff12d9c80cfc0689458b436b\",\"ip\":\"127.0.0.1\",\"message\":\"该账号已被禁用\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"system\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-12 08:23:12\",\"failPassword\":\"123456\",\"id\":\"215c2f9ee62ad2f6f5e155d1217b785c\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:19:45\",\"failPassword\":\"123456\",\"id\":\"324d3221023143b4bf25a5792aadefc0\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"8a604ac3-b359-41d7-b0ed-2f3cb1180c2c\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:04:08\",\"failPassword\":\"123456\",\"id\":\"33bca500b59fd295884de413eee8f539\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"c004dfda-54f1-44d5-a6e2-739d1e46ab01\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":43}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:36');
INSERT INTO `sys_oper_log` VALUES ('3c01241804f323b812e1c6c7c206f173', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:20');
+INSERT INTO `sys_oper_log` VALUES ('3c78e6876896b2b81e46aacf93a8c306', '用户管理', '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-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-05-31 09:31:29');
+INSERT INTO `sys_oper_log` VALUES ('3c8e684bbbbdb864f8fc46a24717621a', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:31');
+INSERT INTO `sys_oper_log` VALUES ('3c9db0d6e3de6f2e0cc4bf3ed067efa2', '字典管理', '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-07-06 14:56:29');
INSERT INTO `sys_oper_log` VALUES ('3cbfa22ebbe9842f18ea9991057c294b', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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}]}', 36, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:22:30');
INSERT INTO `sys_oper_log` VALUES ('3ce47ad18a47474b45863e9710b56734', '菜单管理', '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}]}', 37, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 10:21:14');
INSERT INTO `sys_oper_log` VALUES ('3ce8adb752820e3fa316d635382a1540', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 08:33:39');
INSERT INTO `sys_oper_log` VALUES ('3dc42b2c8ccf573eb41fe0d508632c75', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:53:11');
+INSERT INTO `sys_oper_log` VALUES ('3e42e1e82e1484d75e7c42ae4826c95a', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 66, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-07-06 14:52:34');
INSERT INTO `sys_oper_log` VALUES ('3e636ed1cce63e3c2401bb3153b0efd9', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:20');
INSERT INTO `sys_oper_log` VALUES ('3e89f4f6ef4a1210e76ff7228ec35802', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 08:28:25');
INSERT INTO `sys_oper_log` VALUES ('3ebdda7dea961e1b688b124ffe6523df', '用户管理', '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-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}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:42');
@@ -534,6 +571,7 @@ INSERT INTO `sys_oper_log` VALUES ('3f22ee135231d307df8e040f7c2b2406', '字典
INSERT INTO `sys_oper_log` VALUES ('3f4a6d95322f2e779bc0f40cdf3705ea', '用户管理', '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}}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:05');
INSERT INTO `sys_oper_log` VALUES ('3f4a7a869baf0af23fe4293d3204b1e9', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:28');
INSERT INTO `sys_oper_log` VALUES ('3f5109b4d80ad242861e0d3fdcded5e2', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 16:06:34');
+INSERT INTO `sys_oper_log` VALUES ('3f517d49214fa73464234a6741a5056e', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:27');
INSERT INTO `sys_oper_log` VALUES ('3f8a085b4b2d35d5697fd5feb02d992b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:14');
INSERT INTO `sys_oper_log` VALUES ('3f8d7fcd413bebc9a62d5c649674ca0a', '页面管理', 'com.tansci.controller.LcPagesController.getById', 'SELECT', '根据ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/get/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-12 08:24:24');
INSERT INTO `sys_oper_log` VALUES ('3fdd33a3bc3c24d6f9cc1da927285c85', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-04 09:46:47');
@@ -556,11 +594,13 @@ INSERT INTO `sys_oper_log` VALUES ('4296fb8c63625277fa9d6145e6e12a6a', '页面
INSERT INTO `sys_oper_log` VALUES ('42a7a3c3d6fa402ffabf8625a00cac2a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:24:11');
INSERT INTO `sys_oper_log` VALUES ('4316ebf7e763561123a28224bc068219', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:09:11');
INSERT INTO `sys_oper_log` VALUES ('434a42edbb2fe347d22563a87caa4846', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 57, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:31:45');
+INSERT INTO `sys_oper_log` VALUES ('4353ce3116cd5a82943fa9c188aa2e62', '用户管理', '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-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}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:28');
INSERT INTO `sys_oper_log` VALUES ('437e486898225e02224292304f44cf79', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:02:21');
INSERT INTO `sys_oper_log` VALUES ('43950c40f8c07ea0ee4ab51b7bc7f55d', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 130, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:13');
INSERT INTO `sys_oper_log` VALUES ('441a2351b16c1f56dca0cff11c0b0b9e', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:29:46');
INSERT INTO `sys_oper_log` VALUES ('44445f9a8870ed4932b20026135b8e7f', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 13:23:17');
INSERT INTO `sys_oper_log` VALUES ('44d040c60fd757b8fb81b2fee8ba952d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:29:13');
+INSERT INTO `sys_oper_log` VALUES ('44ee8dbe4eb0542b9ef3d1cbf5a4e1e6', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-31 09:18:08');
INSERT INTO `sys_oper_log` VALUES ('458f70cff6eb8dafece8f1bb01e21757', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 16:41:23');
INSERT INTO `sys_oper_log` VALUES ('459b86265feb84fe17ad18b577a8054a', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:57:05');
INSERT INTO `sys_oper_log` VALUES ('45c49bcb6fb2c13911b356b573490b51', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:35');
@@ -577,22 +617,30 @@ INSERT INTO `sys_oper_log` VALUES ('4a11f1b6a6a9acd68f469ff8ebf857f8', '页面
INSERT INTO `sys_oper_log` VALUES ('4a28b3c1768a5810945db0bc8bf08619', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 08:54:34');
INSERT INTO `sys_oper_log` VALUES ('4a59083974a65267c0deb90e8cecd054', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:04');
INSERT INTO `sys_oper_log` VALUES ('4a89900141755fb0e5b9d9b7aaf04438', '菜单管理', '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-05-06 16:02:25');
+INSERT INTO `sys_oper_log` VALUES ('4aa492fa3ad5a6f9a2658e0bbff39db3', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-30 09:04:58');
INSERT INTO `sys_oper_log` VALUES ('4ae21fbf7f1e24a9b751ac0b273c6abb', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:34:51');
INSERT INTO `sys_oper_log` VALUES ('4b2e327bfd9e33157b98a3106d4d9ca7', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 14:27:33');
INSERT INTO `sys_oper_log` VALUES ('4b77e038626d9d1a9dfb5d94237e3055', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:21:30');
INSERT INTO `sys_oper_log` VALUES ('4c1343c97c9d64b8fcafd7da4f8ec974', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:54:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:27');
INSERT INTO `sys_oper_log` VALUES ('4c23a2ebe8c5e741b70a0d7028298ba8', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 16032, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:50');
INSERT INTO `sys_oper_log` VALUES ('4c92d3086e90252e364a24e2ee87a278', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 08:50:29');
+INSERT INTO `sys_oper_log` VALUES ('4c9beed23b1f43ab9880d7106622b763', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 152, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-07-06 14:52:28');
INSERT INTO `sys_oper_log` VALUES ('4cd0a2a36ecece4ba1cfc8ebb3b27a3d', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:06:08');
INSERT INTO `sys_oper_log` VALUES ('4d363ab9bb1774a408823843189af33a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 26, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 09:10:25');
+INSERT INTO `sys_oper_log` VALUES ('4d9c1b137d91c3fa01b3d6340b8e2ec1', '组织管理', '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\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:30');
+INSERT INTO `sys_oper_log` VALUES ('4dde04ef60778b8284928f3bdff279b0', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-07-06 14:52:35');
INSERT INTO `sys_oper_log` VALUES ('4ded51ff77d1bf433337ebc7912d56b7', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:56:15');
INSERT INTO `sys_oper_log` VALUES ('4e25b2b3fea224dda8494305f09f5913', '菜单管理', '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}]}', 35, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 14:41:16');
+INSERT INTO `sys_oper_log` VALUES ('4e2a1bc88cf478c469756aed1c3aaac0', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:00:54');
INSERT INTO `sys_oper_log` VALUES ('4ec7bc3551dbe03f0246001cb622c5e1', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:50');
+INSERT INTO `sys_oper_log` VALUES ('4f75f475e998caff709d0735d6a9ebed', '角色管理', '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}}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-31 09:18:16');
INSERT INTO `sys_oper_log` VALUES ('4fe57942545fedb11b92ab54605a865a', '角色管理', '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}}', 35, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:27:53');
+INSERT INTO `sys_oper_log` VALUES ('4ffb9787e8a856b9badd4fd24edea77f', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:18:08');
INSERT INTO `sys_oper_log` VALUES ('500187f65cb0afc6ac1186cadbf43d1f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:17:07');
INSERT INTO `sys_oper_log` VALUES ('50089399826f596888482cf7babd19a3', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"system@qq.com\",\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"type\":2,\"username\":\"system\"}}', 7, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:01');
INSERT INTO `sys_oper_log` VALUES ('50fcf1892a526162b2fdcca9c45294e6', '菜单管理', '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-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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\"}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:07:19');
INSERT INTO `sys_oper_log` VALUES ('51212c54efc2cf0a8b972962e42ea217', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 15:54:12');
+INSERT INTO `sys_oper_log` VALUES ('515ae3a0c7edcfd8b0d4c2d0be5fdec6', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-30 09:00:53');
INSERT INTO `sys_oper_log` VALUES ('5202ceb4b45acbe861e3d937d0b45dc8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"type\\\": \\\"input-text\\\", \\\"title\\\": \\\"name\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:52:29\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:52:33');
INSERT INTO `sys_oper_log` VALUES ('525619ffba72d6581cdbf71459465640', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:20');
INSERT INTO `sys_oper_log` VALUES ('525ee89df5cf1abe74911d45f0f93be7', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:07:23');
@@ -606,11 +654,13 @@ INSERT INTO `sys_oper_log` VALUES ('53b8538e03fb684a0edfd3535d5a23d6', '菜单
INSERT INTO `sys_oper_log` VALUES ('548933832392daa2054ab0804c6b471c', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-12 08:24:39\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:37:05');
INSERT INTO `sys_oper_log` VALUES ('54c0b848d0607c784ae2a5cc1322d3c0', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 08:36:45');
INSERT INTO `sys_oper_log` VALUES ('55631aa0fc8f5dad4edf2a58a2860d5a', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:36');
+INSERT INTO `sys_oper_log` VALUES ('556cf7b7648176afe72e8f4f5efa46c8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:04');
INSERT INTO `sys_oper_log` VALUES ('5597062d8418f631aee93a99c9df0477', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 1621, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:24:24');
INSERT INTO `sys_oper_log` VALUES ('56d62c603abbc81918d2a8d6827482d5', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 09:14:36');
INSERT INTO `sys_oper_log` VALUES ('58550c0eee71fd569af415b14592a0da', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 71237, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:01:49');
INSERT INTO `sys_oper_log` VALUES ('58801ba66c834d89c4c565e15f569ac2', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 15:12:28');
INSERT INTO `sys_oper_log` VALUES ('58a20c48a05d05b5d7870c163086947e', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 104407, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:30:52');
+INSERT INTO `sys_oper_log` VALUES ('58ba89bdf3b050efdf7eb9eeda65d6fc', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:04');
INSERT INTO `sys_oper_log` VALUES ('5904ccaeae0506d908b7b6f335e119fc', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:01:41');
INSERT INTO `sys_oper_log` VALUES ('59509904674f45c0f055a25885bc7604', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 16:18:12');
INSERT INTO `sys_oper_log` VALUES ('59ad3f143770e0feabbb4b8f88cf420c', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{\"isShow\":\"1\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"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\"},{\"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\"},{\"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\"},{\"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\"},{\"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-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"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\"}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 14:12:13');
@@ -625,15 +675,20 @@ INSERT INTO `sys_oper_log` VALUES ('5d064c9f821faee4fa075baa2a35399e', '字典
INSERT INTO `sys_oper_log` VALUES ('5d06d13a7398098344ccea035f5d530f', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:57:25');
INSERT INTO `sys_oper_log` VALUES ('5d24eb91ac30603695f711e6c8957773', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 132, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 08:23:20');
INSERT INTO `sys_oper_log` VALUES ('5dc3b445b806da2adbf79698362bb9b5', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"306eeeb4daa0674cbf4026f6910ba5a0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:56:13');
+INSERT INTO `sys_oper_log` VALUES ('5dccce207589e2f31ce5d0156510bb0c', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":5,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:39:55\",\"failPassword\":\"123456\",\"id\":\"08c1e570cd9574c67f16962ba8673297\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"271e882c-03b0-4dc2-8d31-4e6b29145b6d\",\"type\":\"成功\",\"username\":\"system\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:03:07\",\"failPassword\":\"123456\",\"id\":\"0ed6ac6bd685c124a19a711743a0b488\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"5a1b8133-7414-4fd5-9c84-766c3ba1da85\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 10:32:56\",\"failPassword\":\"123456\",\"id\":\"105d3571aa472b8bfc9c8a4a374958b9\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"2db28952-85b9-4e50-957d-ac49fe382ef6\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-30 08:54:50\",\"failPassword\":\"123456\",\"id\":\"1695b192677a54fdf867b5edf70497c9\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-12 08:22:46\",\"failPassword\":\"123456\",\"id\":\"1d12b8ee93626d621a7801f03bf2251d\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:37:46\",\"failPassword\":\"123456\",\"id\":\"1dab093fff12d9c80cfc0689458b436b\",\"ip\":\"127.0.0.1\",\"message\":\"该账号已被禁用\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"system\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-12 08:23:12\",\"failPassword\":\"123456\",\"id\":\"215c2f9ee62ad2f6f5e155d1217b785c\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:19:45\",\"failPassword\":\"123456\",\"id\":\"324d3221023143b4bf25a5792aadefc0\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"8a604ac3-b359-41d7-b0ed-2f3cb1180c2c\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:04:08\",\"failPassword\":\"123456\",\"id\":\"33bca500b59fd295884de413eee8f539\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"c004dfda-54f1-44d5-a6e2-739d1e46ab01\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:01:15\",\"failPassword\":\"123456\",\"id\":\"34ec337268904ec020f842f953e6fafb\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"c3ca08f0-0726-455b-9920-50829855d87b\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":42}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-05-31 09:30:47');
INSERT INTO `sys_oper_log` VALUES ('5dd37ee2144052de1990f22e7a61adb1', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 09:20:34');
INSERT INTO `sys_oper_log` VALUES ('5e55af4706b802e202588ac67e1ab9ff', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 60, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:29:21');
INSERT INTO `sys_oper_log` VALUES ('5e841ee45afe00254c4f4001bf5ad791', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-12 08:24:39\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:29:14');
+INSERT INTO `sys_oper_log` VALUES ('5ece6428f5fdabc227f69fbf306cf0e0', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 27, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 08:55:19');
INSERT INTO `sys_oper_log` VALUES ('5ef2c5e3a2ee2c2865d32ce87ecac7fa', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 09:06:24');
INSERT INTO `sys_oper_log` VALUES ('5fe10946e19e757f73c8f91ea59e4818', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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\"}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:13');
INSERT INTO `sys_oper_log` VALUES ('60101ca3b1fd91561dc77d4c7d2bb230', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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-05-11 13:23:17');
+INSERT INTO `sys_oper_log` VALUES ('60891ad06d7bfde3f19751e098b14aea', '字典管理', '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\"}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:18:02');
+INSERT INTO `sys_oper_log` VALUES ('60a7ec23398495737bf77b600e32d781', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-30 09:00:46');
INSERT INTO `sys_oper_log` VALUES ('60cfe506bc00decc604e69c4e25070b3', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:11');
INSERT INTO `sys_oper_log` VALUES ('60dea796174ac9b32024efa24715aaa5', '角色管理', '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}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:14:37');
INSERT INTO `sys_oper_log` VALUES ('613246be478298a58d3fdb2fec487a96', '菜单管理', '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}]}', 81, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:41:12');
+INSERT INTO `sys_oper_log` VALUES ('614a502f17286d8ce7ed015442dddd91', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 45, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-06-29 17:29:49');
INSERT INTO `sys_oper_log` VALUES ('6153eac15851b3dc1a9ad591e1c05b8c', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 13:44:14');
INSERT INTO `sys_oper_log` VALUES ('61bc7ac62d636e7ff413a3df60b195e6', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:48');
INSERT INTO `sys_oper_log` VALUES ('61df8c104247f13369d26e979743a044', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 30960, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:06:24');
@@ -648,6 +703,7 @@ INSERT INTO `sys_oper_log` VALUES ('642b4ae036c4b497207e7c3084aad4e7', '用户
INSERT INTO `sys_oper_log` VALUES ('643353296dee5b08ab6dc231ca6e22bf', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:05:12');
INSERT INTO `sys_oper_log` VALUES ('65193d063de679c7533a3de341797cfc', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:22:12');
INSERT INTO `sys_oper_log` VALUES ('65b93ae629cbff10976d6d6f945e282f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 10:54:16');
+INSERT INTO `sys_oper_log` VALUES ('65c3976c54510f6fb2245644595b67d5', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', NULL, 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/getPagesInfo/1cda1e6f35077cb1f89007fa36343a3d', '127.0.0.1', 'com.tansci.common.exception.BusinessException:该菜单未绑定页面
com.tansci.service.impl.LcPagesServiceImpl.getPagesInfo(LcPagesServiceImpl.java:62)
com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$50a36065.getPagesInfo()
com.tansci.controller.LcPagesController.getPagesInfo(LcPagesController.java:55)
com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$a25ed66a.getPagesInfo()
sun.reflect.GeneratedMethodAccessor172.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-05-30 09:06:36');
INSERT INTO `sys_oper_log` VALUES ('65ef1674dcf61a14d915d00a53137005', '日志管理', '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-05-06 14:28:15\",\"id\":\"02ba014bc11a5e104ef6faf25c795f09\",\"ip\":\"127.0.0.1\",\"message\":\"登录日志\",\"method\":\"com.tansci.controller.SysLogController.loginLog\",\"module\":\"日志管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"total\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"current\\\":1,\\\"optimizeCountSql\\\":true,\\\"orders\\\":[],\\\"pages\\\":1,\\\"records\\\":[{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-06 14:27:32\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"7201c399d6fd1c12aa271121de9c3f1d\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"fde01a6d-7173-4774-b6e5-e9082338704d\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"},{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-04 09:46:46\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"977f28d44acf54febc061c488f9beb1d\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"83259ca7-dbf5-4576-af47-38bb41615a6c\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"},{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-05 09:06:23\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"f76c755c2777154a0fc2954c443cf6e6\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"5d1dc713-8375-422a-a28e-f023b805c36a\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"}],\\\"searchCount\\\":true,\\\"size\\\":10,\\\"total\\\":3}}\",\"status\":0,\"takeUpTime\":53,\"type\":\"DELETE\",\"uri\":\"/tansci/syslog/loginLog\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-04 10:16:10\",\"id\":\"0a784e547dca2ae257ddac744a8cbbfb\",\"ip\":\"127.0.0.1\",\"message\":\"菜单树\",\"method\":\"com.tansci.controller.SysMenuController.tree\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"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\\\"}]}\",\"status\":0,\"takeUpTime\":23,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/tree\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-05 10:07:53\",\"id\":\"117e3302f68ec6f969b17d719b81dfc9\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"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\\\"}]}\",\"status\":0,\"takeUpTime\":5,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-04 09:46:46\",\"id\":\"18f34fb14575024a4e8579007356fe1b\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"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\\\"}]}\",\"status\":0,\"takeUpTime\":19,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-06 14:27:33\",\"id\":\"1fbc083fa7971ef3d6d6db586394c6db\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"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\\\"}]}\",\"status\":0,\"takeUpTime\":19,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-05 09:06:24\",\"id\":\"208874ad4386fbe724a3822a7c1c3289\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"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\\\"}]}\",\"status\":0,\"takeUpTime\":17,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-05 09:39:48\",\"id\":\"22afe388cfa3c76456e84887133eedc4\",\"ip\":\"127.0.0.1\",\"message\":\"用户信息\",\"method\":\"com.tansci.controller.SysUserController.info\",\"module\":\"用户管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"authorities\\\":[\\\"dict:list\\\",\\\"org:list\\\",\\\"user:delete\\\",\\\"org:delete\\\",\\\"org:save\\\",\\\"dict:update\\\",\\\"dict:save\\\",\\\"user:save\\\",\\\"menu:save\\\",\\\"menu:delete\\\",\\\"menu:update\\\",\\\"menu:view\\\",\\\"menu:list\\\",\\\"user:update\\\",\\\"user:list\\\",\\\"dict:delete\\\",\\\"org:update\\\",\\\"role:list\\\",\\\"role:save\\\",\\\"role:update\\\",\\\"role:delete\\\",\\\"role:menu\\\",\\\"role:data\\\"],\\\"email\\\":\\\"\\\",\\\"nickname\\\":\\\"管理员\\\",\\\"type\\\":1,\\\"username\\\":\\\"admin\\\"}}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysuser/info\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-06 14:28:35\",\"id\":\"259cbd70bebd59ebf2e4f9951db3d17b\",\"ip\":\"127.0.0.1\",\"message\":\"在线用户\",\"method\":\"com.tansci.controller.AuthController.onlineUser\",\"module\":\"鉴权管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"total\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"current\\\":1,\\\"optimizeCountSql\\\":true,\\\"orders\\\":[],\\\"pages\\\":1,\\\"records\\\":[{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-06 14:27:32\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"7201c399d6fd1c12aa271121de9c3f1d\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"fde01a6d-7173-4774-b6e5-e9082338704d\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"}],\\\"searchCount\\\":true,\\\"size\\\":10,\\\"total\\\":1}}\",\"status\":0,\"takeUpTime\":15,\"type\":\"SELECT\",\"uri\":\"/tansci/auth/onlineUser\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-05 09:10:25\",\"id\":\"2bc19778600b3db278035476f8a344e0\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"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\\\"}]}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-05 10:21:14\",\"id\":\"2d5f8ed7a75be5fbfccfa914b3c94ae8\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"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\\\"}]}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":46}}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-05-06 14:29:11');
INSERT INTO `sys_oper_log` VALUES ('65fe2dd3862c02960112e4b41cbb86c2', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:48');
INSERT INTO `sys_oper_log` VALUES ('661c426fc45a444a66ef54b0015edf2a', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:19:52');
@@ -660,12 +716,14 @@ INSERT INTO `sys_oper_log` VALUES ('66cc0ff834a6a739c698765ee47dc2a5', '用户
INSERT INTO `sys_oper_log` VALUES ('66df5ef3c7384652accc5e442e72a203', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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}]}', 144, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:29:16');
INSERT INTO `sys_oper_log` VALUES ('66f4aba8b709b4dfd7087e4b4074ca3f', '角色管理', '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}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:24');
INSERT INTO `sys_oper_log` VALUES ('66fe6db0cfba439380bae2d6e8a202a4', '字典管理', '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\"}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 08:23:20');
+INSERT INTO `sys_oper_log` VALUES ('673dcb8e850bf0f35879eb340342d606', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 163, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-30 08:55:01');
INSERT INTO `sys_oper_log` VALUES ('676c931ea1d36f35635a6e9016c0906e', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"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\"}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:25:40');
INSERT INTO `sys_oper_log` VALUES ('6798975b1e263b1bea34b7bfdf01ae3e', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:06');
INSERT INTO `sys_oper_log` VALUES ('67c089cd36096a850b9ba2dbae45b8c7', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"&data\\\": \\\"$result.records$\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"type\\\": \\\"input-text\\\", \\\"title\\\": \\\"name\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:50:25\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:50:30');
INSERT INTO `sys_oper_log` VALUES ('683e49c00d1583a1f94e70c39b113dba', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/system/pages/template/list\\\", \\\"data\\\": {\\\"name\\\": \\\"${name}\\\", \\\"size\\\": \\\"${perPage}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\"}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"name\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/system/pages/template/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"name\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"name\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"classify\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"分类\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"name\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"content\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/system/pages/template/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"name\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"delete:/system/pages/template/delete?id=$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"draggable\\\": false, \\\"bulkActions\\\": []}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:40:21\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:42:08');
INSERT INTO `sys_oper_log` VALUES ('687723501e3c3224a560727d1016f668', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:10:14');
INSERT INTO `sys_oper_log` VALUES ('68a6931e9d24d6b6fc84f4ea6e041ecb', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:20');
+INSERT INTO `sys_oper_log` VALUES ('68ac40bf56d1c942731c9951b6cfcd12', '字典管理', '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\"}]}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-30 08:55:01');
INSERT INTO `sys_oper_log` VALUES ('68ca632eeb97c5d02e3011b8b51e1640', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:29:45');
INSERT INTO `sys_oper_log` VALUES ('68e323a2e937acd2b2a88b53b2c837bc', '字典管理', '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\"}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:11:59');
INSERT INTO `sys_oper_log` VALUES ('68fecaacd07a0230aa0f4d2505c3688c', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:57:05');
@@ -678,6 +736,7 @@ INSERT INTO `sys_oper_log` VALUES ('6a1f8f3ec2df76da33ea1397f33ad01e', '菜单
INSERT INTO `sys_oper_log` VALUES ('6a5101917969bd4588ff9ed4237cb026', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 09:39:48');
INSERT INTO `sys_oper_log` VALUES ('6a8123209505e6fef2dbe5998e4c03be', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:31:55');
INSERT INTO `sys_oper_log` VALUES ('6a8ec18468026ce6fc5495cf787d836c', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 65, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:33:01');
+INSERT INTO `sys_oper_log` VALUES ('6a9dd4036000056bc07f7697a92a6477', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:43');
INSERT INTO `sys_oper_log` VALUES ('6ac1544b87762763826871f443c92fcf', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:23:28');
INSERT INTO `sys_oper_log` VALUES ('6b17bd9325a8a0894acdc78a5ec546a9', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 43, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:30:49');
INSERT INTO `sys_oper_log` VALUES ('6b1e86d2fd7bbfa90bda352351131edc', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:16');
@@ -690,9 +749,14 @@ INSERT INTO `sys_oper_log` VALUES ('6d3b6880eb40ae996c1c5cd005df0e42', '页面
INSERT INTO `sys_oper_log` VALUES ('6d6ca74ebe822297fa6e12eb5e8c428b', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-12 08:24:39\"}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:28:26');
INSERT INTO `sys_oper_log` VALUES ('6d7a1e08d895211b0ec1470ad1999459', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 08:56:19');
INSERT INTO `sys_oper_log` VALUES ('6d9acd29502909a0261948073f2e453d', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:30');
+INSERT INTO `sys_oper_log` VALUES ('6dad493b6496815530b5192144414bed', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:43');
INSERT INTO `sys_oper_log` VALUES ('6dc8628a08d25fc4ca75073e08288590', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"type\\\": \\\"input-text\\\", \\\"title\\\": \\\"name\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:52:29\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:52:57');
INSERT INTO `sys_oper_log` VALUES ('6e0dfb8db610c4de7e94d9a2591b15b1', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 16:30:54');
+INSERT INTO `sys_oper_log` VALUES ('6e375730f6c591da4da03d76612b2d2b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 45, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-31 09:08:33');
+INSERT INTO `sys_oper_log` VALUES ('6ebc22531cee6a80a7b756bbfdce8f57', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', NULL, 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/getPagesInfo/b1851d1b13594e71840103c11a37a003', '127.0.0.1', 'com.tansci.common.exception.BusinessException:该菜单未绑定页面
com.tansci.service.impl.LcPagesServiceImpl.getPagesInfo(LcPagesServiceImpl.java:62)
com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$50a36065.getPagesInfo()
com.tansci.controller.LcPagesController.getPagesInfo(LcPagesController.java:55)
com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$a25ed66a.getPagesInfo()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-06-29 17:30:56');
INSERT INTO `sys_oper_log` VALUES ('6f3069be971056f03fb7fe88fff712a9', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:45');
+INSERT INTO `sys_oper_log` VALUES ('6f5cb4539216eba2947672e44fd17dfc', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:27');
+INSERT INTO `sys_oper_log` VALUES ('6fd193a7e3827d9d9c08b4b5392ba1b2', '鉴权管理', '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-05-31 09:08:16\",\"failPassword\":\"123456\",\"id\":\"c8037350ade5d306c782f492056bf61c\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"e287f7d6-bbc6-41f6-b6cd-b96277e4925a\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":1}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/auth/onlineUser', '127.0.0.1', NULL, NULL, '2023-05-31 09:26:54');
INSERT INTO `sys_oper_log` VALUES ('6ff360a4468bea4148cf711ba02db84d', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:13');
INSERT INTO `sys_oper_log` VALUES ('7015bffb7ebef65cac1f4db0f445c3ed', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:32');
INSERT INTO `sys_oper_log` VALUES ('707141fa2b30ca63631fe0cb40eb77f3', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:36:48');
@@ -700,12 +764,16 @@ INSERT INTO `sys_oper_log` VALUES ('707a150970da10e35fd9eadf7d5a4414', '角色
INSERT INTO `sys_oper_log` VALUES ('70b75ad1556d771c9b7d53374ec2f3c2', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 50658, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:04:43');
INSERT INTO `sys_oper_log` VALUES ('70bf6c859ddefa3a874bd2c8d37fd39d', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:11:54');
INSERT INTO `sys_oper_log` VALUES ('718ea9c6e8b24ad48543b66de50cbe02', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:36:45');
+INSERT INTO `sys_oper_log` VALUES ('719e7c78460ecc76baf07d1626d84fed', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:19');
+INSERT INTO `sys_oper_log` VALUES ('71a7626d83343ecbb418d1fbf6d9b26c', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:00');
INSERT INTO `sys_oper_log` VALUES ('7241419be1c70d262a8bdab66643de1b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"title\":\"11\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"}],\"searchCount\":true,\"size\":8,\"total\":1}}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:13');
INSERT INTO `sys_oper_log` VALUES ('72cba1e5106431d24a940b391bd11141', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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}]}', 608, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 15:22:46');
INSERT INTO `sys_oper_log` VALUES ('743f258bd9698fd2a6db0f01011cc7d3', '字典管理', '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\"}]}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 08:53:20');
INSERT INTO `sys_oper_log` VALUES ('749ce0092f65569383fa0195853b95b8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 25, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:20:51');
INSERT INTO `sys_oper_log` VALUES ('753b4d8d75e19b5db1e73ff3b265b031', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 15:54:12');
+INSERT INTO `sys_oper_log` VALUES ('7577a3615134d97d5b4e7c0f6df25981', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:03');
INSERT INTO `sys_oper_log` VALUES ('757f83b4133734876e876686183ec8af', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:53:17');
+INSERT INTO `sys_oper_log` VALUES ('75b559c234376d3beed6b2552695ef1d', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"页面开发\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"页面菜单关系表\",\"tableName\":\"lc_pages_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-05-31 09:28:38');
INSERT INTO `sys_oper_log` VALUES ('760d6a3d497521871283b56c641eec36', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 17:03:57');
INSERT INTO `sys_oper_log` VALUES ('76262e2a4f49e7c48e00f5e0a244f292', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 10:15:22');
INSERT INTO `sys_oper_log` VALUES ('7677a0319d0abc1bf7d68eeb9613149c', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 15:14:27');
@@ -737,6 +805,7 @@ INSERT INTO `sys_oper_log` VALUES ('835e0c9c8c910b393d132ceb3083ac42', '日志
INSERT INTO `sys_oper_log` VALUES ('838402facc906b274cd7807f59cadeb8', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:04:53');
INSERT INTO `sys_oper_log` VALUES ('83b98eb70b1b1f5c61329e82c8b0b1f2', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 37, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 09:09:52');
INSERT INTO `sys_oper_log` VALUES ('83e5689808d803965f2adbd312701973', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:04:28');
+INSERT INTO `sys_oper_log` VALUES ('84a67af73e675c85190d73ba91b7c819', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', NULL, 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/getPagesInfo/undefined', '127.0.0.1', 'com.tansci.common.exception.BusinessException:该菜单未绑定页面
com.tansci.service.impl.LcPagesServiceImpl.getPagesInfo(LcPagesServiceImpl.java:62)
com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$50a36065.getPagesInfo()
com.tansci.controller.LcPagesController.getPagesInfo(LcPagesController.java:55)
com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$a25ed66a.getPagesInfo()
sun.reflect.GeneratedMethodAccessor172.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-05-30 09:14:32');
INSERT INTO `sys_oper_log` VALUES ('8576f33c2c50d6330472d17a2394c695', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"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-05-11 13:25:33');
INSERT INTO `sys_oper_log` VALUES ('85af7cdfa61ec612c220d4f6cff310fc', '用户管理', '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}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-06 14:32:14');
INSERT INTO `sys_oper_log` VALUES ('85f637869a05a2d58a59641be0d6a3d9', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 17258, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:22:53');
@@ -744,7 +813,9 @@ INSERT INTO `sys_oper_log` VALUES ('85ff13b2ee09ef85f222d69d2558d33e', '菜单
INSERT INTO `sys_oper_log` VALUES ('8671f1c04fee19e1d753c998df680b51', '角色管理', '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\"}]}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/441b6dae329b3a20ad8b4f4ca8f83a0b', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:45');
INSERT INTO `sys_oper_log` VALUES ('86e0b9a0a55b1718fc4369ce87a605a9', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:14:25');
INSERT INTO `sys_oper_log` VALUES ('870f15aa9b07574260d957358038072f', '角色管理', '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}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 14:32:13');
+INSERT INTO `sys_oper_log` VALUES ('87308600a2707db2a192b16ccb14064a', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":5,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:39:55\",\"failPassword\":\"123456\",\"id\":\"08c1e570cd9574c67f16962ba8673297\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"271e882c-03b0-4dc2-8d31-4e6b29145b6d\",\"type\":\"成功\",\"username\":\"system\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:03:07\",\"failPassword\":\"123456\",\"id\":\"0ed6ac6bd685c124a19a711743a0b488\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"5a1b8133-7414-4fd5-9c84-766c3ba1da85\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 10:32:56\",\"failPassword\":\"123456\",\"id\":\"105d3571aa472b8bfc9c8a4a374958b9\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"2db28952-85b9-4e50-957d-ac49fe382ef6\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-30 08:54:50\",\"failPassword\":\"123456\",\"id\":\"1695b192677a54fdf867b5edf70497c9\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-12 08:22:46\",\"failPassword\":\"123456\",\"id\":\"1d12b8ee93626d621a7801f03bf2251d\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:37:46\",\"failPassword\":\"123456\",\"id\":\"1dab093fff12d9c80cfc0689458b436b\",\"ip\":\"127.0.0.1\",\"message\":\"该账号已被禁用\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"system\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-12 08:23:12\",\"failPassword\":\"123456\",\"id\":\"215c2f9ee62ad2f6f5e155d1217b785c\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:19:45\",\"failPassword\":\"123456\",\"id\":\"324d3221023143b4bf25a5792aadefc0\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"8a604ac3-b359-41d7-b0ed-2f3cb1180c2c\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:04:08\",\"failPassword\":\"123456\",\"id\":\"33bca500b59fd295884de413eee8f539\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"c004dfda-54f1-44d5-a6e2-739d1e46ab01\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:01:15\",\"failPassword\":\"123456\",\"id\":\"34ec337268904ec020f842f953e6fafb\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"c3ca08f0-0726-455b-9920-50829855d87b\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":42}}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-05-31 09:26:07');
INSERT INTO `sys_oper_log` VALUES ('87647b4889d0e7960a638d45b0c60a47', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:22:12');
+INSERT INTO `sys_oper_log` VALUES ('877fa7a829bf926be09965b6389a9923', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:58');
INSERT INTO `sys_oper_log` VALUES ('878503cf6216f180f417ed5185e186d9', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:57:25');
INSERT INTO `sys_oper_log` VALUES ('883b23b82cd7fc6483a70b95931c7afa', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:24');
INSERT INTO `sys_oper_log` VALUES ('884296f0f576c32db56015b143269db4', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 10:23:12');
@@ -753,10 +824,14 @@ INSERT INTO `sys_oper_log` VALUES ('88c257640beffd34a6a9c77b73de9b74', '菜单
INSERT INTO `sys_oper_log` VALUES ('88ece35769e28198077f6d544dbf5f8f', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:05:12');
INSERT INTO `sys_oper_log` VALUES ('8939f7e8113394adc397ff1ae20bdd44', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:45');
INSERT INTO `sys_oper_log` VALUES ('89585750ae43f8e184fcc6e4eb6f5ce1', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:44:05');
+INSERT INTO `sys_oper_log` VALUES ('897b98597581265bdf5e12b37f87b318', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{\"isShow\":\"1\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"chineseName\":\"字典管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"菜单管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"组织管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"角色管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:27:41');
+INSERT INTO `sys_oper_log` VALUES ('8a5270ff342c4b9ceb55cb82afa2802c', '页面管理', 'com.tansci.controller.LcPagesController.getById', 'SELECT', '根据ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/get/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:47');
INSERT INTO `sys_oper_log` VALUES ('8b025afeae6677008ef4505e1523f58d', '字典管理', '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-05-06 16:06:34');
+INSERT INTO `sys_oper_log` VALUES ('8b8d943693e2d86d54fbc68c2afbc261', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-31 09:30:42');
INSERT INTO `sys_oper_log` VALUES ('8bb8c22f351e4d05af9db1d863ec64a0', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/system/pages/template/list\\\", \\\"data\\\": {\\\"name\\\": \\\"${name}\\\", \\\"size\\\": \\\"${perPage}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\"}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"name\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/system/pages/template/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"name\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"name\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"classify\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"分类\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"name\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"content\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/system/pages/template/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"name\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"delete:/system/pages/template/delete?id=$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"draggable\\\": false, \\\"bulkActions\\\": []}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:40:21\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:40:26');
INSERT INTO `sys_oper_log` VALUES ('8be05e9d2c7b7101de3d784d35f11004', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:22:32');
INSERT INTO `sys_oper_log` VALUES ('8c61d905903aada83632378b56cd1db2', '角色管理', '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\"}]}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/441b6dae329b3a20ad8b4f4ca8f83a0b', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:26');
+INSERT INTO `sys_oper_log` VALUES ('8c98118ab89bb6c35986df4c6225509d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:43');
INSERT INTO `sys_oper_log` VALUES ('8d1514adaa458bb46e3546042c9528ac', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-12 08:24:39\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:25:07');
INSERT INTO `sys_oper_log` VALUES ('8d273ca5b35aff4971a64e4fb4a404de', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:54:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:56:19');
INSERT INTO `sys_oper_log` VALUES ('8e59b392e42b83230a66dfaece1cff2b', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-12 09:12:02');
@@ -764,6 +839,7 @@ INSERT INTO `sys_oper_log` VALUES ('8e8479123db32adafcd9f86fcd187eea', '用户
INSERT INTO `sys_oper_log` VALUES ('8ec150489f95dbe3e2f497e01ed01a9f', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:07:04');
INSERT INTO `sys_oper_log` VALUES ('8f664c85b40e9fa97a1faed1b8fb24a4', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 09:05:51');
INSERT INTO `sys_oper_log` VALUES ('902759ae39e91de14f5a60b271ed2f3f', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 15:14:27');
+INSERT INTO `sys_oper_log` VALUES ('90aff5b9f45c8a9c35b0feede27af032', '字典管理', '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\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:17:44');
INSERT INTO `sys_oper_log` VALUES ('90c6abc493b3a95d574383ee0b15169e', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 44934, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:13:36');
INSERT INTO `sys_oper_log` VALUES ('9174eb89aa26f97180d4dba0d7764e9a', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:04:42');
INSERT INTO `sys_oper_log` VALUES ('91a48853421e5f24883918574127ba29', '角色管理', '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}}', 32, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:21:56');
@@ -777,13 +853,20 @@ INSERT INTO `sys_oper_log` VALUES ('94d83c40d1d49ffff49b2dcfe9720f2e', '页面
INSERT INTO `sys_oper_log` VALUES ('956dee94f3913f500317b94d75be4a8f', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 08:28:25');
INSERT INTO `sys_oper_log` VALUES ('95a885808c9db15aee212376a152e743', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:38');
INSERT INTO `sys_oper_log` VALUES ('95ae4fd470948e347403252878b4354a', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\"}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"type\\\": \\\"input-text\\\", \\\"title\\\": \\\"name\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"draggable\\\": false, \\\"bulkActions\\\": []}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:46:36\"}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:46:42');
+INSERT INTO `sys_oper_log` VALUES ('95bbc93305631823388afbe1f80c4c45', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 35, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-30 09:00:53');
INSERT INTO `sys_oper_log` VALUES ('9614707e366be42a9b12dbe39895ede6', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:52:04');
INSERT INTO `sys_oper_log` VALUES ('964051421acbcb1e941870ebb6868562', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:12:19');
+INSERT INTO `sys_oper_log` VALUES ('965d5e8d4b4332878b08896bbf6f6189', '数据列', 'com.tansci.controller.DataSourceController.columns', 'SELECT', '数据列', '{\"name\":\"lc_pages\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"columnComment\":\"主键\",\"columnKey\":\"PRI\",\"columnLength\":\"36\",\"columnName\":\"id\",\"columnType\":\"varchar(36)\",\"dataType\":\"varchar\",\"isNullable\":\"NO\",\"tableName\":\"lc_pages\",\"tableSchema\":\"medical_cloud\"},{\"columnComment\":\"页面标题\",\"columnKey\":\"\",\"columnLength\":\"255\",\"columnName\":\"title\",\"columnType\":\"varchar(255)\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"medical_cloud\"},{\"columnComment\":\"父页面\",\"columnKey\":\"\",\"columnLength\":\"36\",\"columnName\":\"parentid\",\"columnType\":\"varchar(36)\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"medical_cloud\"},{\"columnComment\":\"页面json\",\"columnKey\":\"\",\"columnName\":\"pageschema\",\"columnType\":\"json\",\"dataType\":\"json\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"medical_cloud\"},{\"columnComment\":\"文件描述\",\"columnKey\":\"\",\"columnLength\":\"255\",\"columnName\":\"describe\",\"columnType\":\"varchar(255)\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"medical_cloud\"},{\"columnComment\":\"更新时间\",\"columnKey\":\"\",\"columnName\":\"update_time\",\"columnType\":\"datetime\",\"dataType\":\"datetime\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"medical_cloud\"},{\"columnComment\":\"主键\",\"columnKey\":\"PRI\",\"columnLength\":\"36\",\"columnName\":\"id\",\"columnType\":\"varchar(36)\",\"dataType\":\"varchar\",\"isNullable\":\"NO\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"columnComment\":\"页面标题\",\"columnKey\":\"\",\"columnLength\":\"255\",\"columnName\":\"title\",\"columnType\":\"varchar(255)\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"columnComment\":\"副标题\",\"columnKey\":\"\",\"columnLength\":\"255\",\"columnName\":\"subtitle\",\"columnType\":\"varchar(255)\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"columnComment\":\"父页面\",\"columnKey\":\"\",\"columnLength\":\"36\",\"columnName\":\"parent_id\",\"columnType\":\"varchar(36)\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"columnComment\":\"页面json\",\"columnKey\":\"\",\"columnName\":\"pageschema\",\"columnType\":\"json\",\"dataType\":\"json\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"columnComment\":\"状态:0、正常,1、禁用\",\"columnKey\":\"\",\"columnName\":\"status\",\"columnType\":\"int\",\"dataType\":\"int\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"columnComment\":\"创建人\",\"columnKey\":\"\",\"columnLength\":\"36\",\"columnName\":\"creator_id\",\"columnType\":\"varchar(36)\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"columnComment\":\"更新时间\",\"columnKey\":\"\",\"columnName\":\"update_time\",\"columnType\":\"datetime\",\"dataType\":\"datetime\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"columnComment\":\"创建时间\",\"columnKey\":\"\",\"columnName\":\"create_time\",\"columnType\":\"datetime\",\"dataType\":\"datetime\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"columnComment\":\"文件描述\",\"columnKey\":\"\",\"columnLength\":\"255\",\"columnName\":\"remarks\",\"columnType\":\"varchar(255)\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/columns', '127.0.0.1', NULL, NULL, '2023-05-31 09:29:01');
INSERT INTO `sys_oper_log` VALUES ('9693f8a6eef76faeb204a30ff575f2a1', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"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\"}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:23:24');
INSERT INTO `sys_oper_log` VALUES ('96ebeb487c0ae18bcdbfcc34e47768b2', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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-05-11 10:54:15');
+INSERT INTO `sys_oper_log` VALUES ('97ec6168af3d1115e6772eae3c415642', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-30 09:02:44');
+INSERT INTO `sys_oper_log` VALUES ('98637de369291f66a300aafd8ccd0043', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-31 09:28:26');
INSERT INTO `sys_oper_log` VALUES ('98afb797fa9b6dd491dc13557b23a87a', '字典管理', '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-05-12 09:05:05');
INSERT INTO `sys_oper_log` VALUES ('98b17d9e95216e99df3ab2760dd2b794', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:25:22');
+INSERT INTO `sys_oper_log` VALUES ('98fdf870f26f4b0e7334799951bb0a91', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-31 09:08:31');
INSERT INTO `sys_oper_log` VALUES ('9956c71e845696d7596cbf92cf42d083', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:22:46');
+INSERT INTO `sys_oper_log` VALUES ('99819f7dad3a5bebe1996ee422d6a6cc', '组织管理', '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-06-29 17:30:20');
+INSERT INTO `sys_oper_log` VALUES ('999f3b50696e76dbe2bd472f0b17e438', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-30 09:04:58');
INSERT INTO `sys_oper_log` VALUES ('99cc5688780e1098c61ad16434bbbf1e', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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-05-11 14:43:33');
INSERT INTO `sys_oper_log` VALUES ('99cc996ff174972c0ae08211875a33c6', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:03:07');
INSERT INTO `sys_oper_log` VALUES ('99f23e90a1fe908852f9a006904f441c', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\"}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"type\\\": \\\"input-text\\\", \\\"title\\\": \\\"name\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"draggable\\\": false, \\\"bulkActions\\\": []}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:46:36\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:46:42');
@@ -795,6 +878,7 @@ INSERT INTO `sys_oper_log` VALUES ('9bb89895e910620b01bfa2461ece3f4d', '页面
INSERT INTO `sys_oper_log` VALUES ('9c3390be13859711d1b4bc8fbf777020', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-06 16:02:25');
INSERT INTO `sys_oper_log` VALUES ('9c6d59876e1e1423e7d3d378a27af990', '字典管理', '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-05-08 10:16:49');
INSERT INTO `sys_oper_log` VALUES ('9c7101e4eb8c478213cc981c081f5664', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:29:56');
+INSERT INTO `sys_oper_log` VALUES ('9c9322036e54fbc630fc49b0cbc90027', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-07-06 14:52:34');
INSERT INTO `sys_oper_log` VALUES ('9d6827b77ec4c1fe772a174d4ca57045', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:56:32');
INSERT INTO `sys_oper_log` VALUES ('9d8868bff25b0fa3b880f8b5b42041ec', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 25349, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:25:20');
INSERT INTO `sys_oper_log` VALUES ('9de175a6b18c85418a93724ab3863bdd', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:11:54');
@@ -804,10 +888,14 @@ INSERT INTO `sys_oper_log` VALUES ('9ef3e5b31e2e98b166247cd071fd8455', '用户
INSERT INTO `sys_oper_log` VALUES ('9f0b26dc6b5a2f0fabe9690c2a95ad5d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:18:58');
INSERT INTO `sys_oper_log` VALUES ('9f3ed362029eb1026d8bc5666d3ae347', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 08:53:20');
INSERT INTO `sys_oper_log` VALUES ('9f931c3ed14c11ad0681d503746577ee', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/7f08e688-de5a-11ed-8f49-00163e228eed', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:49');
+INSERT INTO `sys_oper_log` VALUES ('9f9d19c05ef12e51a934242d758fcdd1', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-30 09:04:54');
INSERT INTO `sys_oper_log` VALUES ('9fc1d2493282447f8faafc9b7e650782', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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}]}', 32, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 15:00:31');
+INSERT INTO `sys_oper_log` VALUES ('a0d53161e23198ea8861d00ddb1a9776', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:17:51');
INSERT INTO `sys_oper_log` VALUES ('a1297b91c5d8efa5a502eef16e7bd0e1', '角色管理', '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\"}]}}', 26, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/441b6dae329b3a20ad8b4f4ca8f83a0b', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:45');
INSERT INTO `sys_oper_log` VALUES ('a129a3c04c1b4ede849d26291d5156e8', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 09:14:46');
+INSERT INTO `sys_oper_log` VALUES ('a153dd571c3e5b44c044f9a24621e8ee', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":87,\"records\":[{\"createTime\":\"2023-05-30 09:05:06\",\"id\":\"00dffe65e9b8a3b8a2646a9b81d15089\",\"ip\":\"127.0.0.1\",\"message\":\"分页\",\"method\":\"com.tansci.controller.LcPagesController.page\",\"module\":\"页面管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\",\\\"title\\\":\\\"\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"current\\\":1,\\\"optimizeCountSql\\\":true,\\\"orders\\\":[],\\\"pages\\\":1,\\\"records\\\":[{\\\"createTime\\\":\\\"2023-05-11 11:24:39\\\",\\\"creatorId\\\":\\\"534a37c366ec47878a6b0c85703d0bc2\\\",\\\"id\\\":\\\"306eeeb4daa0674cbf4026f6910ba5a0\\\",\\\"menuIds\\\":[\\\"ed9b00353e7f4cf6c446b2d631db8029\\\"],\\\"pageschema\\\":\\\"{\\\\\\\"id\\\\\\\": \\\\\\\"u:e6cbae2af395\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"api\\\\\\\": {\\\\\\\"url\\\\\\\": \\\\\\\"/tansci/lcPages/page\\\\\\\", \\\\\\\"data\\\\\\\": {\\\\\\\"size\\\\\\\": \\\\\\\"${perPage}\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"${title}\\\\\\\", \\\\\\\"current\\\\\\\": \\\\\\\"${page}\\\\\\\"}, \\\\\\\"method\\\\\\\": \\\\\\\"get\\\\\\\", \\\\\\\"messages\\\\\\\": {}, \\\\\\\"responseData\\\\\\\": {\\\\\\\"data\\\\\\\": \\\\\\\"${result.records}\\\\\\\"}}, \\\\\\\"name\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"crud\\\\\\\", \\\\\\\"filter\\\\\\\": {\\\\\\\"id\\\\\\\": \\\\\\\"u:5ad1c4a6d950\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:f75f39cb2469\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"placeholder\\\\\\\": \\\\\\\"请输入名称\\\\\\\"}], \\\\\\\"title\\\\\\\": \\\\\\\"条件搜索\\\\\\\", \\\\\\\"actions\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:351ace1a07f0\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-plus\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"添加\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"api\\\\\\\": \\\\\\\"/tansci/lcPages/save\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\", \\\\\\\"required\\\\\\\": true}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\", \\\\\\\"required\\\\\\\": true}], \\\\\\\"name\\\\\\\": \\\\\\\"sample-edit-form\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"title\\\\\\\": \\\\\\\"添加\\\\\\\"}, \\\\\\\"target\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:6309a99bd03a\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"reset\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"重置\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:e541fe6332bc\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"submit\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"查询\\\\\\\", \\\\\\\"level\\\\\\\": \\\\\\\"primary\\\\\\\"}], \\\\\\\"submitText\\\\\\\": \\\\\\\"\\\\\\\"}, \\\\\\\"columns\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:6ce5ff1520ad\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"id\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"ID\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:0044e13a9da6\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"页面标题\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:e03d48488d41\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"subtitle\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"副标题\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:d1fe9b9479cf\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"状态\\\\\\\", \\\\\\\"source\\\\\\\": {\\\\\\\"0\\\\\\\": {\\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-check-circle\\\\\\\", \\\\\\\"color\\\\\\\": \\\\\\\"#67C23A\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"已发布\\\\\\\"}, \\\\\\\"1\\\\\\\": {\\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-times-circle\\\\\\\", \\\\\\\"color\\\\\\\": \\\\\\\"#F56C6C\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"未发布\\\\\\\"}}}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"updateTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"更新时间\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"createTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"创建时间\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:b53dd325281b\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"operation\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"操作\\\\\\\", \\\\\\\"width\\\\\\\": 130, \\\\\\\"buttons\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:19ee43a7c211\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-eye\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"状态\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"updateTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"更新时间\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"pageschema\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"json\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"内容\\\\\\\"}], \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"size\\\\\\\": \\\\\\\"lg\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"查看\\\\\\\"}, \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:4cde2885b9f0\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-pencil\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"api\\\\\\\": \\\\\\\"/tansci/lcPages/update\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\", \\\\\\\"required\\\\\\\": true}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\", \\\\\\\"required\\\\\\\": true}], \\\\\\\"name\\\\\\\": \\\\\\\"sample-edit-form\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"title\\\\\\\": \\\\\\\"编辑\\\\\\\"}, \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:dd3568d00c3a\\\\\\\", \\\\\\\"api\\\\\\\": \\\\\\\"get:/tansci/lcPages/delete/${id}\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-times text-danger\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"actionType\\\\\\\": \\\\\\\"ajax\\\\\\\", \\\\\\\"confirmText\\\\\\\": \\\\\\\"您确认要删除?\\\\\\\"}], \\\\\\\"toggled\\\\\\\": true}], \\\\\\\"messages\\\\\\\": {}, \\\\\\\"draggable\\\\\\\": false, \\\\\\\"bulkActions\\\\\\\": [], \\\\\\\"perPageAvailable\\\\\\\": [10]}], \\\\\\\"type\\\\\\\": \\\\\\\"page\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"toolbar\\\\\\\": []}\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"支持增删改查、分页、筛选的表格例子\\\",\\\"status\\\":0,\\\"subtitle\\\":\\\"支持增删改查\\\",\\\"title\\\":\\\"表格例子\\\",\\\"updateTime\\\":\\\"2023-05-12 08:56:35\\\"},{\\\"createTime\\\":\\\"2023-05-12 08:55:56\\\",\\\"creatorId\\\":\\\"534a37c366ec47878a6b0c85703d0bc2\\\",\\\"id\\\":\\\"ce620f517565f989d718385d4e4033ac\\\",\\\"menuIds\\\":[],\\\"remarks\\\":\\\"aaaa\\\",\\\"title\\\":\\\"aaaa\\\",\\\"updateTime\\\":\\\"2023-05-12 08:55:56\\\"},{\\\"createTime\\\":\\\"2023-05-11 10:58:43\\\",\\\"id\\\":\\\"7f08e688-de5a-11ed-8f49-00163e228eed\\\",\\\"menuIds\\\":[\\\"fb9f883cfbacefcaf0805eeea895fd32\\\"],\\\"pageschema\\\":\\\"{\\\\\\\"id\\\\\\\": \\\\\\\"u:a457fe5d710c\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:b008adde5469\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:ee0376499f18\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"carousel\\\\\\\", \\\\\\\"height\\\\\\\": \\\\\\\"300\\\\\\\", \\\\\\\"options\\\\\\\": [{\\\\\\\"image\\\\\\\": \\\\\\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\\\\\"}, {\\\\\\\"image\\\\\\\": \\\\\\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\\\\\"}, {\\\\\\\"image\\\\\\\": \\\\\\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\\\\\"}], \\\\\\\"controlsTheme\\\\\\\": \\\\\\\"light\\\\\\\"}], \\\\\\\"type\\\\\\\": \\\\\\\"panel\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"直接页面配置\\\\\\\"}], \\\\\\\"type\\\\\\\": \\\\\\\"page\\\\\\\", \\\\\\\"style\\\\\\\": {\\\\\\\"boxShadow\\\\\\\": \\\\\\\" 0px 0px 0px 0px transparent\\\\\\\"}, \\\\\\\"pullRefresh\\\\\\\": {\\\\\\\"disabled\\\\\\\": true}, \\\\\\\"asideResizor\\\\\\\": false}\\\",\\\"parentId\\\":\\\"0\\\",\\\"status\\\":0,\\\"subtitle\\\":\\\"轮播图\\\",\\\"title\\\":\\\"轮播图\\\",\\\"updateTime\\\":\\\"2023-05-11 10:58:41\\\"}],\\\"searchCount\\\":true,\\\"size\\\":10,\\\"total\\\":3}}\",\"status\":0,\"takeUpTime\":19,\"type\":\"SELECT\",\"uri\":\"/tansci/lcPages/page\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-31 09:24:15\",\"id\":\"00fdc42f8db01500c1489e5ce216e990\",\"ip\":\"127.0.0.1\",\"message\":\"用户信息\",\"method\":\"com.tansci.controller.SysUserController.info\",\"module\":\"用户管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"authorities\\\":[],\\\"email\\\":\\\"\\\",\\\"nickname\\\":\\\"管理员\\\",\\\"type\\\":1,\\\"username\\\":\\\"admin\\\"}}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysuser/info\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-08 11:45:40\",\"id\":\"011edb26d5ed5536d054d34c8359a565\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysRoleController.page\",\"module\":\"角色管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"total\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\"}\",\"resParam\":\"{\\\"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}}\",\"status\":0,\"takeUpTime\":30,\"type\":\"SELECT\",\"uri\":\"/tansci/sysrole/page\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-11 15:07:30\",\"id\":\"0126b95b81110f5ba99a42d228f2e327\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"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\\\"}]}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-30 09:05:19\",\"id\":\"01cd4e4bd65ef5ce4ef69883c18ebb75\",\"ip\":\"127.0.0.1\",\"message\":\"根据菜单ID获取页面信息\",\"method\":\"com.tansci.controller.LcPagesController.getPagesInfo\",\"module\":\"页面管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"createTime\\\":\\\"2023-05-11 11:24:39\\\",\\\"creatorId\\\":\\\"534a37c366ec47878a6b0c85703d0bc2\\\",\\\"id\\\":\\\"306eeeb4daa0674cbf4026f6910ba5a0\\\",\\\"pageschema\\\":\\\"{\\\\\\\"id\\\\\\\": \\\\\\\"u:e6cbae2af395\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"api\\\\\\\": {\\\\\\\"url\\\\\\\": \\\\\\\"/tansci/lcPages/page\\\\\\\", \\\\\\\"data\\\\\\\": {\\\\\\\"size\\\\\\\": \\\\\\\"${perPage}\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"${title}\\\\\\\", \\\\\\\"current\\\\\\\": \\\\\\\"${page}\\\\\\\"}, \\\\\\\"method\\\\\\\": \\\\\\\"get\\\\\\\", \\\\\\\"messages\\\\\\\": {}, \\\\\\\"responseData\\\\\\\": {\\\\\\\"data\\\\\\\": \\\\\\\"${result.records}\\\\\\\"}}, \\\\\\\"name\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"crud\\\\\\\", \\\\\\\"filter\\\\\\\": {\\\\\\\"id\\\\\\\": \\\\\\\"u:5ad1c4a6d950\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:f75f39cb2469\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"placeholder\\\\\\\": \\\\\\\"请输入名称\\\\\\\"}], \\\\\\\"title\\\\\\\": \\\\\\\"条件搜索\\\\\\\", \\\\\\\"actions\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:351ace1a07f0\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-plus\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"添加\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"api\\\\\\\": \\\\\\\"/tansci/lcPages/save\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\", \\\\\\\"required\\\\\\\": true}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\", \\\\\\\"required\\\\\\\": true}], \\\\\\\"name\\\\\\\": \\\\\\\"sample-edit-form\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"title\\\\\\\": \\\\\\\"添加\\\\\\\"}, \\\\\\\"target\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:6309a99bd03a\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"reset\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"重置\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:e541fe6332bc\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"submit\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"查询\\\\\\\", \\\\\\\"level\\\\\\\": \\\\\\\"primary\\\\\\\"}], \\\\\\\"submitText\\\\\\\": \\\\\\\"\\\\\\\"}, \\\\\\\"columns\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:6ce5ff1520ad\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"id\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"ID\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:0044e13a9da6\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"页面标题\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:e03d48488d41\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"subtitle\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"副标题\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:d1fe9b9479cf\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"状态\\\\\\\", \\\\\\\"source\\\\\\\": {\\\\\\\"0\\\\\\\": {\\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-check-circle\\\\\\\", \\\\\\\"color\\\\\\\": \\\\\\\"#67C23A\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"已发布\\\\\\\"}, \\\\\\\"1\\\\\\\": {\\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-times-circle\\\\\\\", \\\\\\\"color\\\\\\\": \\\\\\\"#F56C6C\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"未发布\\\\\\\"}}}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"updateTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"更新时间\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"createTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"创建时间\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:b53dd325281b\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"operation\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"操作\\\\\\\", \\\\\\\"width\\\\\\\": 130, \\\\\\\"buttons\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:19ee43a7c211\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-eye\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"状态\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"updateTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"更新时间\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"pageschema\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"json\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"内容\\\\\\\"}], \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"size\\\\\\\": \\\\\\\"lg\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"查看\\\\\\\"}, \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:4cde2885b9f0\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-pencil\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"api\\\\\\\": \\\\\\\"/tansci/lcPages/update\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\", \\\\\\\"required\\\\\\\": true}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\", \\\\\\\"required\\\\\\\": true}], \\\\\\\"name\\\\\\\": \\\\\\\"sample-edit-form\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"title\\\\\\\": \\\\\\\"编辑\\\\\\\"}, \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:dd3568d00c3a\\\\\\\", \\\\\\\"api\\\\\\\": \\\\\\\"get:/tansci/lcPages/delete/${id}\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-times text-danger\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"actionType\\\\\\\": \\\\\\\"ajax\\\\\\\", \\\\\\\"confirmText\\\\\\\": \\\\\\\"您确认要删除?\\\\\\\"}], \\\\\\\"toggled\\\\\\\": true}], \\\\\\\"messages\\\\\\\": {}, \\\\\\\"draggable\\\\\\\": false, \\\\\\\"bulkActions\\\\\\\": [], \\\\\\\"perPageAvailable\\\\\\\": [10]}], \\\\\\\"type\\\\\\\": \\\\\\\"page\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"toolbar\\\\\\\": []}\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"支持增删改查、分页、筛选的表格例子\\\",\\\"status\\\":0,\\\"subtitle\\\":\\\"支持增删改查\\\",\\\"title\\\":\\\"表格例子\\\",\\\"updateTime\\\":\\\"2023-05-12 08:56:35\\\"}}\",\"status\":0,\"takeUpTime\":4,\"type\":\"SELECT\",\"uri\":\"/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-11 15:22:46\",\"id\":\"01d6287a7b213403996cc6d1fec3d579\",\"ip\":\"127.0.0.1\",\"message\":\"用户信息\",\"method\":\"com.tansci.controller.SysUserController.info\",\"module\":\"用户管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"authorities\\\":[],\\\"email\\\":\\\"\\\",\\\"nickname\\\":\\\"管理员\\\",\\\"type\\\":1,\\\"username\\\":\\\"admin\\\"}}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysuser/info\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-12 08:55:25\",\"id\":\"0258c34b387ebd77e305ba268ddd969d\",\"ip\":\"127.0.0.1\",\"message\":\"用户信息\",\"method\":\"com.tansci.controller.SysUserController.info\",\"module\":\"用户管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"authorities\\\":[],\\\"email\\\":\\\"\\\",\\\"nickname\\\":\\\"管理员\\\",\\\"type\\\":1,\\\"username\\\":\\\"admin\\\"}}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysuser/info\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-30 09:04:05\",\"id\":\"02825f92bb15c95ee3fa97cd01651ff1\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Ticket\\\",\\\"id\\\":\\\"1cda1e6f35077cb1f89007fa36343a3d\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"1cda1e6f35077cb1f89007fa36343a3d\\\",\\\"title\\\":\\\"页面管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"lcPages\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/LcPages\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":1,\\\"icon\\\":\\\"Camera\\\",\\\"id\\\":\\\"ed9b00353e7f4cf6c446b2d631db8029\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ed9b00353e7f4cf6c446b2d631db8029\\\",\\\"title\\\":\\\"测试页面\\\",\\\"type\\\":1,\\\"isShow\\\":true},\\\"name\\\":\\\"testPages\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/testPages\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":1,\\\"icon\\\":\\\"Checked\\\",\\\"id\\\":\\\"fb9f883cfbacefcaf0805eeea895fd32\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fb9f883cfbacefcaf0805eeea895fd32\\\",\\\"title\\\":\\\"测试表单\\\",\\\"type\\\":1,\\\"isShow\\\":true},\\\"name\\\":\\\"textForm\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/textForm\\\",\\\"sort\\\":6}],\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"type\\\":0,\\\"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-05-06 14:28:15\",\"id\":\"02ba014bc11a5e104ef6faf25c795f09\",\"ip\":\"127.0.0.1\",\"message\":\"登录日志\",\"method\":\"com.tansci.controller.SysLogController.loginLog\",\"module\":\"日志管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"total\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"current\\\":1,\\\"optimizeCountSql\\\":true,\\\"orders\\\":[],\\\"pages\\\":1,\\\"records\\\":[{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-06 14:27:32\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"7201c399d6fd1c12aa271121de9c3f1d\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"fde01a6d-7173-4774-b6e5-e9082338704d\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"},{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-04 09:46:46\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"977f28d44acf54febc061c488f9beb1d\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"83259ca7-dbf5-4576-af47-38bb41615a6c\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"},{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-05 09:06:23\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"f76c755c2777154a0fc2954c443cf6e6\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"5d1dc713-8375-422a-a28e-f023b805c36a\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"}],\\\"searchCount\\\":true,\\\"size\\\":10,\\\"total\\\":3}}\",\"status\":0,\"takeUpTime\":53,\"type\":\"DELETE\",\"uri\":\"/tansci/syslog/loginLog\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-11 14:11:59\",\"id\":\"0320990764836f29b123f8d0f838300d\",\"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\\\":\\\"Ticket\\\",\\\"id\\\":\\\"1cda1e6f35077cb1f89007fa36343a3d\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"1cda1e6f35077cb1f89007fa36343a3d\\\",\\\"title\\\":\\\"页面管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lcPages\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/LcPages\\\",\\\"sort\\\":4},{\\\"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\\\":\\\"Camera\\\",\\\"id\\\":\\\"ed9b00353e7f4cf6c446b2d631db8029\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ed9b00353e7f4cf6c446b2d631db8029\\\",\\\"title\\\":\\\"测试页面\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"testPages\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/testPages\\\",\\\"sort\\\":5}],\\\"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\":140,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":863}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-05-31 09:30:43');
INSERT INTO `sys_oper_log` VALUES ('a18779987394a8417a8b79e419e5d314', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:22:07');
+INSERT INTO `sys_oper_log` VALUES ('a226578213b41b1249585f012717ffbd', '字典管理', '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\"}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:20:34');
INSERT INTO `sys_oper_log` VALUES ('a22c183c4af5f54c6322541b48f46719', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:11');
INSERT INTO `sys_oper_log` VALUES ('a2379f707d1f2cb813b54a944b27c84d', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 17:03:14');
INSERT INTO `sys_oper_log` VALUES ('a246fa8cd7e67afb2c3efbb3fd79ba6d', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:18:58');
@@ -817,6 +905,7 @@ INSERT INTO `sys_oper_log` VALUES ('a2ebcb455d8396d943d9e2de61d6ce48', '页面
INSERT INTO `sys_oper_log` VALUES ('a30d8f99854a174ace4bc6777d65e900', '页面管理', 'com.tansci.controller.LcPagesController.bindMenu', 'DELETE', '绑定菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":\"ok\"}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/bindMenu', '127.0.0.1', NULL, NULL, '2023-05-12 09:04:55');
INSERT INTO `sys_oper_log` VALUES ('a3d3a6c89b47a31093846c0ac37f5bad', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:20');
INSERT INTO `sys_oper_log` VALUES ('a45472783b7edd7b8568a4df55dc12bb', '页面管理', 'com.tansci.controller.LcPagesController.bindMenu', 'DELETE', '绑定菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":\"ok\"}', 41, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/bindMenu', '127.0.0.1', NULL, NULL, '2023-05-12 08:25:03');
+INSERT INTO `sys_oper_log` VALUES ('a4731d822982888a6b61255d69bcfb9d', '字典管理', '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\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:18:11');
INSERT INTO `sys_oper_log` VALUES ('a4c4bcbb797527b2f2c03fd302b864c8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:51:17');
INSERT INTO `sys_oper_log` VALUES ('a58b5bc4e98b01c3184861c113502ff1', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:17');
INSERT INTO `sys_oper_log` VALUES ('a5e52fc5ec2ee8588609152d918ab6bf', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"好地方\",\"updateTime\":\"2023-05-11 11:24:39\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:31:22');
@@ -834,10 +923,13 @@ INSERT INTO `sys_oper_log` VALUES ('a7640469100dcfd8f8ec35f27612c071', '字典
INSERT INTO `sys_oper_log` VALUES ('a7ce07836fbc4729b3649f1ff0cb1dfb', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:44:14');
INSERT INTO `sys_oper_log` VALUES ('a832828db2d6e7ce0a9ee95494a96a95', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-12 09:01:08');
INSERT INTO `sys_oper_log` VALUES ('a8a5da0a9a3ede0e3d97851b338deb27', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:43');
+INSERT INTO `sys_oper_log` VALUES ('a8ee57eee4985b273dc7b9005d9f8e03', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:01');
INSERT INTO `sys_oper_log` VALUES ('a8f62d333d8234af02c786fec858ab5e', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:03:08');
INSERT INTO `sys_oper_log` VALUES ('a8ff0285ecf26ec4f0fd8c92cdecf2d1', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"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\"}]}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 14:12:03');
INSERT INTO `sys_oper_log` VALUES ('a9f7732d1cab5bb04f4edb1312db51a5', '页面管理', 'com.tansci.controller.LcPagesController.batchDelete', 'DELETE', '批量删除', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":2}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/batchDelete', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:30');
+INSERT INTO `sys_oper_log` VALUES ('aa2243677921860cf52e395daa9a032b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:02');
INSERT INTO `sys_oper_log` VALUES ('aac68666498858c7ad294c9fbbb1cbbf', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:05');
+INSERT INTO `sys_oper_log` VALUES ('ab8d46e9ed05df1b86aa666a827a5583', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-31 09:08:33');
INSERT INTO `sys_oper_log` VALUES ('abac8e96a4e2bdf63606feb34fb6730d', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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\"}]}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:01');
INSERT INTO `sys_oper_log` VALUES ('ac62ceea5b70d6b6c3aba8b7ab4a945d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:14');
INSERT INTO `sys_oper_log` VALUES ('ac944343b1309ff2c7257ec9ab3c7e8a', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:41:12');
@@ -853,34 +945,46 @@ INSERT INTO `sys_oper_log` VALUES ('b09e395cf4b68283d73ddd2d60736ab3', '用户
INSERT INTO `sys_oper_log` VALUES ('b0a3527c8095544ce6bb809b60382e84', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 15:54:12');
INSERT INTO `sys_oper_log` VALUES ('b1be8ee88b6f3c56d4ec8a508390923f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-12 08:24:39\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:38:23');
INSERT INTO `sys_oper_log` VALUES ('b1c59c2db21fc10955e176f5ce81083a', '菜单管理', '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}]}', 143, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 09:06:24');
+INSERT INTO `sys_oper_log` VALUES ('b2218df9b52685002a441af2d50e1d12', '字典管理', '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\"}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-07-06 14:52:28');
INSERT INTO `sys_oper_log` VALUES ('b22cc5906237d98fd23552972b06fd55', '角色管理', '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}}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:53');
+INSERT INTO `sys_oper_log` VALUES ('b26f27fdb70878ad4deeface4062af5f', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 150, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-31 09:08:17');
INSERT INTO `sys_oper_log` VALUES ('b27b33ccac85a1a4506ce8996e2577f7', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 08:50:29');
INSERT INTO `sys_oper_log` VALUES ('b2b6b50a8607c77fb9fa398217ead1dc', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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-05-11 13:52:45');
INSERT INTO `sys_oper_log` VALUES ('b37ee2d71e0583287a1526f7614c9047', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:46:02');
+INSERT INTO `sys_oper_log` VALUES ('b3f77764850cf44df8f3482d596d9b7b', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:25');
INSERT INTO `sys_oper_log` VALUES ('b43656ab8894775809314abb094fe8f6', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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}]}', 84, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:11');
INSERT INTO `sys_oper_log` VALUES ('b4926e02fefa7b3561d49f8d1a8fa559', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:59');
INSERT INTO `sys_oper_log` VALUES ('b5972ccce3fd592508a8a04f35982337', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:14:37');
INSERT INTO `sys_oper_log` VALUES ('b60884ee5b1b9cb8caa22a9dd13a9550', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:39');
+INSERT INTO `sys_oper_log` VALUES ('b60efb2fd052584c04b2fd20fa151cce', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-07-06 14:52:36');
+INSERT INTO `sys_oper_log` VALUES ('b7077f12b09ebe7d2ef53faffe73467e', '字典管理', '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\"}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-06-29 17:29:31');
+INSERT INTO `sys_oper_log` VALUES ('b77c664a6802f0fccd3589816fb8dea2', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-06-29 17:29:31');
INSERT INTO `sys_oper_log` VALUES ('b7f4d738e99a2d1878f7cc480aea2b91', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 10:21:14');
INSERT INTO `sys_oper_log` VALUES ('b8001b766706da0f3d3588a7aebd7352', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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}]}', 137, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:01:19');
INSERT INTO `sys_oper_log` VALUES ('b8418969e5ae9191c5e9044f97744cb8', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:08');
INSERT INTO `sys_oper_log` VALUES ('b85e542ee747f6f633a56eda7ab3a666', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 08:25:11');
INSERT INTO `sys_oper_log` VALUES ('b891fb750392ee0fb3184928dc99a301', '用户管理', '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-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}}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:26:32');
INSERT INTO `sys_oper_log` VALUES ('b91170e283f6ae6024afec9322331fce', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:41:36');
+INSERT INTO `sys_oper_log` VALUES ('b9560c4d0ca2b9a56b348bc4b8d3023c', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 09:00:54');
INSERT INTO `sys_oper_log` VALUES ('b97ce3d1b9a54dc8760351b21fd8a03b', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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\"}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:00');
+INSERT INTO `sys_oper_log` VALUES ('b980f9d0c6b2b5378b0d1a0a448baa79', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-31 09:08:17');
INSERT INTO `sys_oper_log` VALUES ('b9a4807a959fe0c2103608776f3c5231', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:22:30');
INSERT INTO `sys_oper_log` VALUES ('b9ab0a2b4012bf9210da860a636948b4', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:07:12');
INSERT INTO `sys_oper_log` VALUES ('ba04b7adb84cfe54863c06aa90818ff8', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:11:48');
INSERT INTO `sys_oper_log` VALUES ('ba0f835e46cb9ebfced1f6d703da10a4', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:06');
+INSERT INTO `sys_oper_log` VALUES ('ba69f89761b9734c96207d74a1685128', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-06-29 17:31:10');
INSERT INTO `sys_oper_log` VALUES ('bae43404a21597b04fa5f8c9f06a1c9e', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:03:19');
INSERT INTO `sys_oper_log` VALUES ('bb7f80516d3556cd3819a4bbed0b6399', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:42');
INSERT INTO `sys_oper_log` VALUES ('bbbfc21d485e952d54360879dc04c877', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-12 09:16:27');
INSERT INTO `sys_oper_log` VALUES ('bbf0d73d42a546ff4ca7de86b66fa9ea', '组织管理', '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\"}]}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-05-06 14:30:53');
INSERT INTO `sys_oper_log` VALUES ('bc1fba6b6f2fd83699204fa5c1977e3c', '页面管理', 'com.tansci.controller.LcPagesController.getById', 'SELECT', '根据ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/get/24c3c80f-de5a-11ed-8f49-00163e228eed', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:22');
INSERT INTO `sys_oper_log` VALUES ('bc83131d712514effd228a6f423047f4', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 32570, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:34:47');
+INSERT INTO `sys_oper_log` VALUES ('bd1c564774e9bfbb88d23d3622a24273', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-30 09:04:05');
INSERT INTO `sys_oper_log` VALUES ('bd349c26ff8045c49fae0ff9b7c5b7d4', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:33');
INSERT INTO `sys_oper_log` VALUES ('bd56eb5356043bc5c69be33b8a49f828', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:05:52');
+INSERT INTO `sys_oper_log` VALUES ('bd575af65b8f2229ff3ce8223a2f6d67', '角色管理', '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}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:29');
INSERT INTO `sys_oper_log` VALUES ('bde84ed3127c2d96aa4f90676dd8c87c', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:19:54');
+INSERT INTO `sys_oper_log` VALUES ('bdf56999a7950733d1c79e9a87adb6b5', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"306eeeb4daa0674cbf4026f6910ba5a0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-31 09:28:19');
INSERT INTO `sys_oper_log` VALUES ('beb89e5a0139865d220d61f27e5e838a', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 09:09:52');
INSERT INTO `sys_oper_log` VALUES ('bec9cde13ba85dfa5f3f5439ac436e56', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"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\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:35');
INSERT INTO `sys_oper_log` VALUES ('bf0f9eeb40edac8cf57cfbe1d8dc2519', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 09:20:52');
@@ -889,34 +993,44 @@ INSERT INTO `sys_oper_log` VALUES ('c00d6f2591aaebf81bf2cb9344b2241a', '菜单
INSERT INTO `sys_oper_log` VALUES ('c036d4e1aa0c3aaea421e27fe5710999', '菜单管理', '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}]}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 10:23:12');
INSERT INTO `sys_oper_log` VALUES ('c0b74dccadf4bc2feeccfb6fb4a50fd9', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:22:29\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"d846fb9f4e7d767644bc26d10b5af238\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"低功耗\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"风格的话\",\"updateTime\":\"2023-05-11 11:22:29\"},{\"createTime\":\"2023-05-11 11:22:18\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"b79cbf68cf8ed8d69c295fecadf6d15a\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"发过的\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"地方个地方\",\"updateTime\":\"2023-05-11 11:22:18\"},{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":5}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:09');
INSERT INTO `sys_oper_log` VALUES ('c0c5db7f3a296fcd4b125a4392177edf', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', NULL, 93, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/page', '127.0.0.1', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'parent_id\' in \'field list\'\r\n### The error may exist in com/tansci/mapper/LcPagesMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id,title,subtitle,parent_id,pageschema,status,creator_id,update_time,create_time,remarks FROM lc_pages ORDER BY update_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'parent_id\' in \'field list\'\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column \'parent_id\' in \'field list\'
org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)
org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
com.sun.proxy.$Proxy83.selectList(Unknown Source)
org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)
com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:121)
com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:85)
com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)
com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)
com.sun.proxy.$Proxy110.selectPage(Unknown Source)
com.tansci.service.impl.LcPagesServiceImpl.page(LcPagesServiceImpl.java:38)
com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$fa3c471.page()
com.tansci.controller.LcPagesController.page(LcPagesController.java:43)
com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$fc7ce7b5.page()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-05-11 10:58:49');
+INSERT INTO `sys_oper_log` VALUES ('c1026c3ae24e9697628d564b3164f59b', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-30 09:02:44');
INSERT INTO `sys_oper_log` VALUES ('c109e7888c01fb95b7cf1f47778db2f3', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:07:19');
INSERT INTO `sys_oper_log` VALUES ('c1472370d5c141eacbaa9478ab672b22', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:24');
INSERT INTO `sys_oper_log` VALUES ('c2151bcb86b0619b1bb50e04b7a263b4', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:38:15');
INSERT INTO `sys_oper_log` VALUES ('c240eb9e10a3abe6a613d5367b4f88e1', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:10:29');
+INSERT INTO `sys_oper_log` VALUES ('c2610759cd525f68e1d778f65fb1420d', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-31 09:24:15');
+INSERT INTO `sys_oper_log` VALUES ('c2af88df07d914015c71abc15385363d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-30 08:55:01');
INSERT INTO `sys_oper_log` VALUES ('c2b919604f0b0190cbe2608d77bec375', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"4\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:30');
+INSERT INTO `sys_oper_log` VALUES ('c30e507c02372606281ce733f45cb067', '鉴权管理', '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-05-31 09:08:16\",\"failPassword\":\"123456\",\"id\":\"c8037350ade5d306c782f492056bf61c\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"e287f7d6-bbc6-41f6-b6cd-b96277e4925a\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":1}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/auth/onlineUser', '127.0.0.1', NULL, NULL, '2023-05-31 09:30:46');
INSERT INTO `sys_oper_log` VALUES ('c3188bc7cbfbf679105b9da389b4126b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:37');
INSERT INTO `sys_oper_log` VALUES ('c35f53f2756d9b3df656eaf643232b39', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 13:31:42');
INSERT INTO `sys_oper_log` VALUES ('c3b2a50a3797e163f57cbdc27a7ec4e3', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 10:33:30');
INSERT INTO `sys_oper_log` VALUES ('c4ceac2e46e3a2743f47ff7d83b3ddcc', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 09:16:06');
+INSERT INTO `sys_oper_log` VALUES ('c5207251fdad95478dc4a81e970babc2', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:18');
INSERT INTO `sys_oper_log` VALUES ('c5335caebc7f8d229adb27889975797e', '角色管理', 'com.tansci.controller.SysRoleController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:11');
INSERT INTO `sys_oper_log` VALUES ('c571fd8cbf6f997d752123cd339c5af4', '角色管理', 'com.tansci.controller.SysRoleController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"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\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/list', '127.0.0.1', NULL, NULL, '2023-05-04 09:48:30');
INSERT INTO `sys_oper_log` VALUES ('c5aedcf73bdc9fd8531f76175fe37c76', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:06:04');
INSERT INTO `sys_oper_log` VALUES ('c5be4deb502ae4b44aba8dc1e48a82ba', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 14:41:16');
INSERT INTO `sys_oper_log` VALUES ('c5d4c66d11564660e1df7e60e91910d5', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:28');
INSERT INTO `sys_oper_log` VALUES ('c607c556f4b6e7c04ed9ff21299b1067', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:37:07');
+INSERT INTO `sys_oper_log` VALUES ('c62f4b3d19b193ba08a13284768e9aea', '日志管理', 'com.tansci.controller.SysLogController.loginLog', 'DELETE', '登录日志', '{\"current\":\"1\",\"total\":\"42\",\"size\":\"20\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":3,\"records\":[{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:39:55\",\"failPassword\":\"123456\",\"id\":\"08c1e570cd9574c67f16962ba8673297\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"271e882c-03b0-4dc2-8d31-4e6b29145b6d\",\"type\":\"成功\",\"username\":\"system\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:03:07\",\"failPassword\":\"123456\",\"id\":\"0ed6ac6bd685c124a19a711743a0b488\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"5a1b8133-7414-4fd5-9c84-766c3ba1da85\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 10:32:56\",\"failPassword\":\"123456\",\"id\":\"105d3571aa472b8bfc9c8a4a374958b9\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"2db28952-85b9-4e50-957d-ac49fe382ef6\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-30 08:54:50\",\"failPassword\":\"123456\",\"id\":\"1695b192677a54fdf867b5edf70497c9\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-12 08:22:46\",\"failPassword\":\"123456\",\"id\":\"1d12b8ee93626d621a7801f03bf2251d\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:37:46\",\"failPassword\":\"123456\",\"id\":\"1dab093fff12d9c80cfc0689458b436b\",\"ip\":\"127.0.0.1\",\"message\":\"该账号已被禁用\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"system\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-12 08:23:12\",\"failPassword\":\"123456\",\"id\":\"215c2f9ee62ad2f6f5e155d1217b785c\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:19:45\",\"failPassword\":\"123456\",\"id\":\"324d3221023143b4bf25a5792aadefc0\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"8a604ac3-b359-41d7-b0ed-2f3cb1180c2c\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:04:08\",\"failPassword\":\"123456\",\"id\":\"33bca500b59fd295884de413eee8f539\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"c004dfda-54f1-44d5-a6e2-739d1e46ab01\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:01:15\",\"failPassword\":\"123456\",\"id\":\"34ec337268904ec020f842f953e6fafb\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"c3ca08f0-0726-455b-9920-50829855d87b\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:03:40\",\"failPassword\":\"123456\",\"id\":\"36e18cc7880ff0c400883a0bf4995b88\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 10:22:35\",\"failPassword\":\"123456\",\"id\":\"47321e540bc5ffa6838d4fef43aecf6d\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"0d20066e-1741-4e93-a981-2f840fc27152\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 14:44:04\",\"failPassword\":\"123456\",\"id\":\"49884b7a402d283f2dec5027530160c4\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"ae7b67a9-6188-432c-a373-e0c66110f8d5\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 11:03:51\",\"failPassword\":\"123456\",\"id\":\"4db8d893ba9ba7078ed9c9b8a9cbbd0e\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"6b44aeee-2954-43ab-915e-1e4e1b40f228\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 10:29:07\",\"failPassword\":\"123456\",\"id\":\"50768d42fa8665eeb327633f98ed0c40\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"292c8199-7c7e-47b4-a17c-41cd2d68834c\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 14:11:58\",\"failPassword\":\"123456\",\"id\":\"6033d30ccf7eb0b09f32f45be69c648b\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"7e8012f4-f525-4bdb-929e-8087c3d43c0b\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-08 10:41:08\",\"failPassword\":\"123456\",\"id\":\"64fc7608b4730c0701af77c59c60ba5b\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"edb0f321-988b-484e-8fb7-947ec6efddc0\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 11:01:05\",\"failPassword\":\"123456\",\"id\":\"66af342bed0812b6c87a74b5cf9d391b\",\"ip\":\"127.0.0.1\",\"message\":\"验证码有误\",\"os\":\"Unknown\",\"type\":\"失败\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-11 13:15:00\",\"failPassword\":\"123456\",\"id\":\"68aa7e3e05abf03d528eb743a6df28f1\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"bb70863f-e96d-4b5f-86da-063a3b333ae5\",\"type\":\"成功\",\"username\":\"admin\"},{\"address\":\"内网IP\",\"browser\":\"Unknown\",\"createTime\":\"2023-05-12 08:23:19\",\"failPassword\":\"123456\",\"id\":\"6a86f4a4bf099ed510637f297ca007b8\",\"ip\":\"127.0.0.1\",\"os\":\"Unknown\",\"token\":\"e08580bc-a5f9-4a3f-96e1-e41a2ca91a5c\",\"type\":\"成功\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":20,\"total\":42}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-05-31 09:26:13');
INSERT INTO `sys_oper_log` VALUES ('c63a438e2482583767f953dfa53fcb0e', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-12 08:24:39\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:29:37');
INSERT INTO `sys_oper_log` VALUES ('c6bb905f36ee5c48758e214af1ddfd92', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-12 09:16:06');
INSERT INTO `sys_oper_log` VALUES ('c7718ba17c22a304e09ba510464d736f', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:22:53');
INSERT INTO `sys_oper_log` VALUES ('c7822ce171776ca8306d6d3c5a73f049', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:30');
INSERT INTO `sys_oper_log` VALUES ('c78b4e2add5febef46f2bfb89ec54611', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:35');
INSERT INTO `sys_oper_log` VALUES ('c7a96e4e6bec8684bb3ea51369705323', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 94, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-12 08:56:36');
+INSERT INTO `sys_oper_log` VALUES ('c7e9bf1445be38c4bfe6efccb2ad0c6c', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-31 09:20:33');
INSERT INTO `sys_oper_log` VALUES ('c7ec9907415ed0ff939869db5591e5fd', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 09:20:35');
INSERT INTO `sys_oper_log` VALUES ('c866b58bdc790aaa85a0f61b27d27cbd', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:14:36');
INSERT INTO `sys_oper_log` VALUES ('c88b5ed2e66dd608e6f9d44fd3d65926', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:08');
+INSERT INTO `sys_oper_log` VALUES ('c918b052c9df47bdc2c8e95da05ccbf3', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-31 09:16:57');
INSERT INTO `sys_oper_log` VALUES ('c928e046b9ad2e73230e59a821ea3a81', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 09:12:07');
INSERT INTO `sys_oper_log` VALUES ('c97e507d061e2cc8764d3a5d1458658d', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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}]}', 137, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 13:15:04');
INSERT INTO `sys_oper_log` VALUES ('c98c5c054eea360fee4d09e0a8d98587', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":3,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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-05-11 16:31:28');
+INSERT INTO `sys_oper_log` VALUES ('c9945933d71ee8b637b150fdfc259341', '字典管理', '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\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:17');
INSERT INTO `sys_oper_log` VALUES ('ca05fb4c3433cf713c42604e00a4e613', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 09:20:46');
+INSERT INTO `sys_oper_log` VALUES ('ca4b002d2a1f3260426ebd644ce7c523', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:57');
INSERT INTO `sys_oper_log` VALUES ('ca75d0f7637a0b5cc53395dcee78c5a1', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-12 09:04:13');
INSERT INTO `sys_oper_log` VALUES ('ca861965ed6ad30799653100e3bd1e9a', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:54:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:56:10');
INSERT INTO `sys_oper_log` VALUES ('caaf8371c695b5fa388d69457177f29b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\"}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"type\\\": \\\"input-text\\\", \\\"title\\\": \\\"name\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"draggable\\\": false, \\\"bulkActions\\\": []}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:46:36\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:48:15');
@@ -925,10 +1039,14 @@ INSERT INTO `sys_oper_log` VALUES ('caf6c1eabad450a0f8879096f20eb20b', '页面
INSERT INTO `sys_oper_log` VALUES ('cb9530fa8d078bb12fb07b93bbe8229a', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:05:04');
INSERT INTO `sys_oper_log` VALUES ('cbb16b602641e0156e63a34db6c05be3', '页面管理', 'com.tansci.controller.LcPagesController.delete', 'DELETE', '删除', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":1}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/delete/d846fb9f4e7d767644bc26d10b5af238', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:20');
INSERT INTO `sys_oper_log` VALUES ('cbb80d488cf50aea71b2c3d50e0cb48f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:49');
+INSERT INTO `sys_oper_log` VALUES ('cbce826e21d07e2860af1f1cae1899bc', '日志管理', 'com.tansci.controller.SysLogController.operLog', 'DELETE', '操作日志', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":86,\"records\":[{\"createTime\":\"2023-05-30 09:05:06\",\"id\":\"00dffe65e9b8a3b8a2646a9b81d15089\",\"ip\":\"127.0.0.1\",\"message\":\"分页\",\"method\":\"com.tansci.controller.LcPagesController.page\",\"module\":\"页面管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\",\\\"title\\\":\\\"\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"current\\\":1,\\\"optimizeCountSql\\\":true,\\\"orders\\\":[],\\\"pages\\\":1,\\\"records\\\":[{\\\"createTime\\\":\\\"2023-05-11 11:24:39\\\",\\\"creatorId\\\":\\\"534a37c366ec47878a6b0c85703d0bc2\\\",\\\"id\\\":\\\"306eeeb4daa0674cbf4026f6910ba5a0\\\",\\\"menuIds\\\":[\\\"ed9b00353e7f4cf6c446b2d631db8029\\\"],\\\"pageschema\\\":\\\"{\\\\\\\"id\\\\\\\": \\\\\\\"u:e6cbae2af395\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"api\\\\\\\": {\\\\\\\"url\\\\\\\": \\\\\\\"/tansci/lcPages/page\\\\\\\", \\\\\\\"data\\\\\\\": {\\\\\\\"size\\\\\\\": \\\\\\\"${perPage}\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"${title}\\\\\\\", \\\\\\\"current\\\\\\\": \\\\\\\"${page}\\\\\\\"}, \\\\\\\"method\\\\\\\": \\\\\\\"get\\\\\\\", \\\\\\\"messages\\\\\\\": {}, \\\\\\\"responseData\\\\\\\": {\\\\\\\"data\\\\\\\": \\\\\\\"${result.records}\\\\\\\"}}, \\\\\\\"name\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"crud\\\\\\\", \\\\\\\"filter\\\\\\\": {\\\\\\\"id\\\\\\\": \\\\\\\"u:5ad1c4a6d950\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:f75f39cb2469\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"placeholder\\\\\\\": \\\\\\\"请输入名称\\\\\\\"}], \\\\\\\"title\\\\\\\": \\\\\\\"条件搜索\\\\\\\", \\\\\\\"actions\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:351ace1a07f0\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-plus\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"添加\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"api\\\\\\\": \\\\\\\"/tansci/lcPages/save\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\", \\\\\\\"required\\\\\\\": true}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\", \\\\\\\"required\\\\\\\": true}], \\\\\\\"name\\\\\\\": \\\\\\\"sample-edit-form\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"title\\\\\\\": \\\\\\\"添加\\\\\\\"}, \\\\\\\"target\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:6309a99bd03a\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"reset\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"重置\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:e541fe6332bc\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"submit\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"查询\\\\\\\", \\\\\\\"level\\\\\\\": \\\\\\\"primary\\\\\\\"}], \\\\\\\"submitText\\\\\\\": \\\\\\\"\\\\\\\"}, \\\\\\\"columns\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:6ce5ff1520ad\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"id\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"ID\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:0044e13a9da6\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"页面标题\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:e03d48488d41\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"subtitle\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"副标题\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:d1fe9b9479cf\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"状态\\\\\\\", \\\\\\\"source\\\\\\\": {\\\\\\\"0\\\\\\\": {\\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-check-circle\\\\\\\", \\\\\\\"color\\\\\\\": \\\\\\\"#67C23A\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"已发布\\\\\\\"}, \\\\\\\"1\\\\\\\": {\\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-times-circle\\\\\\\", \\\\\\\"color\\\\\\\": \\\\\\\"#F56C6C\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"未发布\\\\\\\"}}}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"updateTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"更新时间\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"createTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"创建时间\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:b53dd325281b\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"operation\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"操作\\\\\\\", \\\\\\\"width\\\\\\\": 130, \\\\\\\"buttons\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:19ee43a7c211\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-eye\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"状态\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"updateTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"更新时间\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"pageschema\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"json\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"内容\\\\\\\"}], \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"size\\\\\\\": \\\\\\\"lg\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"查看\\\\\\\"}, \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:4cde2885b9f0\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-pencil\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"api\\\\\\\": \\\\\\\"/tansci/lcPages/update\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\", \\\\\\\"required\\\\\\\": true}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\", \\\\\\\"required\\\\\\\": true}], \\\\\\\"name\\\\\\\": \\\\\\\"sample-edit-form\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"title\\\\\\\": \\\\\\\"编辑\\\\\\\"}, \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:dd3568d00c3a\\\\\\\", \\\\\\\"api\\\\\\\": \\\\\\\"get:/tansci/lcPages/delete/${id}\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-times text-danger\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"actionType\\\\\\\": \\\\\\\"ajax\\\\\\\", \\\\\\\"confirmText\\\\\\\": \\\\\\\"您确认要删除?\\\\\\\"}], \\\\\\\"toggled\\\\\\\": true}], \\\\\\\"messages\\\\\\\": {}, \\\\\\\"draggable\\\\\\\": false, \\\\\\\"bulkActions\\\\\\\": [], \\\\\\\"perPageAvailable\\\\\\\": [10]}], \\\\\\\"type\\\\\\\": \\\\\\\"page\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"toolbar\\\\\\\": []}\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"支持增删改查、分页、筛选的表格例子\\\",\\\"status\\\":0,\\\"subtitle\\\":\\\"支持增删改查\\\",\\\"title\\\":\\\"表格例子\\\",\\\"updateTime\\\":\\\"2023-05-12 08:56:35\\\"},{\\\"createTime\\\":\\\"2023-05-12 08:55:56\\\",\\\"creatorId\\\":\\\"534a37c366ec47878a6b0c85703d0bc2\\\",\\\"id\\\":\\\"ce620f517565f989d718385d4e4033ac\\\",\\\"menuIds\\\":[],\\\"remarks\\\":\\\"aaaa\\\",\\\"title\\\":\\\"aaaa\\\",\\\"updateTime\\\":\\\"2023-05-12 08:55:56\\\"},{\\\"createTime\\\":\\\"2023-05-11 10:58:43\\\",\\\"id\\\":\\\"7f08e688-de5a-11ed-8f49-00163e228eed\\\",\\\"menuIds\\\":[\\\"fb9f883cfbacefcaf0805eeea895fd32\\\"],\\\"pageschema\\\":\\\"{\\\\\\\"id\\\\\\\": \\\\\\\"u:a457fe5d710c\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:b008adde5469\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:ee0376499f18\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"carousel\\\\\\\", \\\\\\\"height\\\\\\\": \\\\\\\"300\\\\\\\", \\\\\\\"options\\\\\\\": [{\\\\\\\"image\\\\\\\": \\\\\\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\\\\\"}, {\\\\\\\"image\\\\\\\": \\\\\\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\\\\\"}, {\\\\\\\"image\\\\\\\": \\\\\\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\\\\\"}], \\\\\\\"controlsTheme\\\\\\\": \\\\\\\"light\\\\\\\"}], \\\\\\\"type\\\\\\\": \\\\\\\"panel\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"直接页面配置\\\\\\\"}], \\\\\\\"type\\\\\\\": \\\\\\\"page\\\\\\\", \\\\\\\"style\\\\\\\": {\\\\\\\"boxShadow\\\\\\\": \\\\\\\" 0px 0px 0px 0px transparent\\\\\\\"}, \\\\\\\"pullRefresh\\\\\\\": {\\\\\\\"disabled\\\\\\\": true}, \\\\\\\"asideResizor\\\\\\\": false}\\\",\\\"parentId\\\":\\\"0\\\",\\\"status\\\":0,\\\"subtitle\\\":\\\"轮播图\\\",\\\"title\\\":\\\"轮播图\\\",\\\"updateTime\\\":\\\"2023-05-11 10:58:41\\\"}],\\\"searchCount\\\":true,\\\"size\\\":10,\\\"total\\\":3}}\",\"status\":0,\"takeUpTime\":19,\"type\":\"SELECT\",\"uri\":\"/tansci/lcPages/page\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-31 09:24:15\",\"id\":\"00fdc42f8db01500c1489e5ce216e990\",\"ip\":\"127.0.0.1\",\"message\":\"用户信息\",\"method\":\"com.tansci.controller.SysUserController.info\",\"module\":\"用户管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"authorities\\\":[],\\\"email\\\":\\\"\\\",\\\"nickname\\\":\\\"管理员\\\",\\\"type\\\":1,\\\"username\\\":\\\"admin\\\"}}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysuser/info\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-08 11:45:40\",\"id\":\"011edb26d5ed5536d054d34c8359a565\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysRoleController.page\",\"module\":\"角色管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"total\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\"}\",\"resParam\":\"{\\\"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}}\",\"status\":0,\"takeUpTime\":30,\"type\":\"SELECT\",\"uri\":\"/tansci/sysrole/page\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-11 15:07:30\",\"id\":\"0126b95b81110f5ba99a42d228f2e327\",\"ip\":\"127.0.0.1\",\"message\":\"列表\",\"method\":\"com.tansci.controller.SysDictController.list\",\"module\":\"字典管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"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\\\"}]}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysdict/list\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-30 09:05:19\",\"id\":\"01cd4e4bd65ef5ce4ef69883c18ebb75\",\"ip\":\"127.0.0.1\",\"message\":\"根据菜单ID获取页面信息\",\"method\":\"com.tansci.controller.LcPagesController.getPagesInfo\",\"module\":\"页面管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"createTime\\\":\\\"2023-05-11 11:24:39\\\",\\\"creatorId\\\":\\\"534a37c366ec47878a6b0c85703d0bc2\\\",\\\"id\\\":\\\"306eeeb4daa0674cbf4026f6910ba5a0\\\",\\\"pageschema\\\":\\\"{\\\\\\\"id\\\\\\\": \\\\\\\"u:e6cbae2af395\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"api\\\\\\\": {\\\\\\\"url\\\\\\\": \\\\\\\"/tansci/lcPages/page\\\\\\\", \\\\\\\"data\\\\\\\": {\\\\\\\"size\\\\\\\": \\\\\\\"${perPage}\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"${title}\\\\\\\", \\\\\\\"current\\\\\\\": \\\\\\\"${page}\\\\\\\"}, \\\\\\\"method\\\\\\\": \\\\\\\"get\\\\\\\", \\\\\\\"messages\\\\\\\": {}, \\\\\\\"responseData\\\\\\\": {\\\\\\\"data\\\\\\\": \\\\\\\"${result.records}\\\\\\\"}}, \\\\\\\"name\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"crud\\\\\\\", \\\\\\\"filter\\\\\\\": {\\\\\\\"id\\\\\\\": \\\\\\\"u:5ad1c4a6d950\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:f75f39cb2469\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"placeholder\\\\\\\": \\\\\\\"请输入名称\\\\\\\"}], \\\\\\\"title\\\\\\\": \\\\\\\"条件搜索\\\\\\\", \\\\\\\"actions\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:351ace1a07f0\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-plus\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"添加\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"api\\\\\\\": \\\\\\\"/tansci/lcPages/save\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\", \\\\\\\"required\\\\\\\": true}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\", \\\\\\\"required\\\\\\\": true}], \\\\\\\"name\\\\\\\": \\\\\\\"sample-edit-form\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"title\\\\\\\": \\\\\\\"添加\\\\\\\"}, \\\\\\\"target\\\\\\\": \\\\\\\"pages_crud\\\\\\\", \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:6309a99bd03a\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"reset\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"重置\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:e541fe6332bc\\\\\\\", \\\\\\\"size\\\\\\\": \\\\\\\"sm\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"submit\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"查询\\\\\\\", \\\\\\\"level\\\\\\\": \\\\\\\"primary\\\\\\\"}], \\\\\\\"submitText\\\\\\\": \\\\\\\"\\\\\\\"}, \\\\\\\"columns\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:6ce5ff1520ad\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"id\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"ID\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:0044e13a9da6\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"页面标题\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:e03d48488d41\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"subtitle\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"副标题\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:d1fe9b9479cf\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"状态\\\\\\\", \\\\\\\"source\\\\\\\": {\\\\\\\"0\\\\\\\": {\\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-check-circle\\\\\\\", \\\\\\\"color\\\\\\\": \\\\\\\"#67C23A\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"已发布\\\\\\\"}, \\\\\\\"1\\\\\\\": {\\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-times-circle\\\\\\\", \\\\\\\"color\\\\\\\": \\\\\\\"#F56C6C\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"未发布\\\\\\\"}}}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"updateTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"更新时间\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:91aadb1310ce\\\\\\\", \\\\\\\"name\\\\\\\": \\\\\\\"createTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"创建时间\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:b53dd325281b\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"operation\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"操作\\\\\\\", \\\\\\\"width\\\\\\\": 130, \\\\\\\"buttons\\\\\\\": [{\\\\\\\"id\\\\\\\": \\\\\\\"u:19ee43a7c211\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-eye\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"status\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"状态\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"updateTime\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"static\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"更新时间\\\\\\\"}, {\\\\\\\"type\\\\\\\": \\\\\\\"divider\\\\\\\"}, {\\\\\\\"name\\\\\\\": \\\\\\\"pageschema\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"json\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"内容\\\\\\\"}], \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"size\\\\\\\": \\\\\\\"lg\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"查看\\\\\\\"}, \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:4cde2885b9f0\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-pencil\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"dialog\\\\\\\": {\\\\\\\"body\\\\\\\": {\\\\\\\"api\\\\\\\": \\\\\\\"/tansci/lcPages/update\\\\\\\", \\\\\\\"body\\\\\\\": [{\\\\\\\"name\\\\\\\": \\\\\\\"title\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"名称\\\\\\\", \\\\\\\"required\\\\\\\": true}, {\\\\\\\"name\\\\\\\": \\\\\\\"remarks\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"input-text\\\\\\\", \\\\\\\"label\\\\\\\": \\\\\\\"描述\\\\\\\", \\\\\\\"required\\\\\\\": true}], \\\\\\\"name\\\\\\\": \\\\\\\"sample-edit-form\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"form\\\\\\\"}, \\\\\\\"title\\\\\\\": \\\\\\\"编辑\\\\\\\"}, \\\\\\\"actionType\\\\\\\": \\\\\\\"dialog\\\\\\\"}, {\\\\\\\"id\\\\\\\": \\\\\\\"u:dd3568d00c3a\\\\\\\", \\\\\\\"api\\\\\\\": \\\\\\\"get:/tansci/lcPages/delete/${id}\\\\\\\", \\\\\\\"icon\\\\\\\": \\\\\\\"fa fa-times text-danger\\\\\\\", \\\\\\\"type\\\\\\\": \\\\\\\"button\\\\\\\", \\\\\\\"actionType\\\\\\\": \\\\\\\"ajax\\\\\\\", \\\\\\\"confirmText\\\\\\\": \\\\\\\"您确认要删除?\\\\\\\"}], \\\\\\\"toggled\\\\\\\": true}], \\\\\\\"messages\\\\\\\": {}, \\\\\\\"draggable\\\\\\\": false, \\\\\\\"bulkActions\\\\\\\": [], \\\\\\\"perPageAvailable\\\\\\\": [10]}], \\\\\\\"type\\\\\\\": \\\\\\\"page\\\\\\\", \\\\\\\"title\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"toolbar\\\\\\\": []}\\\",\\\"parentId\\\":\\\"0\\\",\\\"remarks\\\":\\\"支持增删改查、分页、筛选的表格例子\\\",\\\"status\\\":0,\\\"subtitle\\\":\\\"支持增删改查\\\",\\\"title\\\":\\\"表格例子\\\",\\\"updateTime\\\":\\\"2023-05-12 08:56:35\\\"}}\",\"status\":0,\"takeUpTime\":4,\"type\":\"SELECT\",\"uri\":\"/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-11 15:22:46\",\"id\":\"01d6287a7b213403996cc6d1fec3d579\",\"ip\":\"127.0.0.1\",\"message\":\"用户信息\",\"method\":\"com.tansci.controller.SysUserController.info\",\"module\":\"用户管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"authorities\\\":[],\\\"email\\\":\\\"\\\",\\\"nickname\\\":\\\"管理员\\\",\\\"type\\\":1,\\\"username\\\":\\\"admin\\\"}}\",\"status\":0,\"takeUpTime\":3,\"type\":\"SELECT\",\"uri\":\"/tansci/sysuser/info\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-12 08:55:25\",\"id\":\"0258c34b387ebd77e305ba268ddd969d\",\"ip\":\"127.0.0.1\",\"message\":\"用户信息\",\"method\":\"com.tansci.controller.SysUserController.info\",\"module\":\"用户管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"authorities\\\":[],\\\"email\\\":\\\"\\\",\\\"nickname\\\":\\\"管理员\\\",\\\"type\\\":1,\\\"username\\\":\\\"admin\\\"}}\",\"status\":0,\"takeUpTime\":2,\"type\":\"SELECT\",\"uri\":\"/tansci/sysuser/info\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-30 09:04:05\",\"id\":\"02825f92bb15c95ee3fa97cd01651ff1\",\"ip\":\"127.0.0.1\",\"message\":\"当前用户权限菜单列表\",\"method\":\"com.tansci.controller.SysMenuController.menus\",\"module\":\"菜单管理\",\"reqParam\":\"{}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":[{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Coin\\\",\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"1ec1c1cb127d83f6346904220b3ed20b\\\",\\\"title\\\":\\\"字典管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"dict\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Dict\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Grid\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a003\\\",\\\"title\\\":\\\"菜单管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"menu\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Menu\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"SetUp\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a004\\\",\\\"title\\\":\\\"组织管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"org\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Org\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Help\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a005\\\",\\\"title\\\":\\\"角色管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"role\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/Role\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a006\\\",\\\"title\\\":\\\"用户管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"user\\\",\\\"parentId\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"path\\\":\\\"/system/User\\\",\\\"sort\\\":5}],\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Tools\\\",\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":0,\\\"id\\\":\\\"b1851d1b13594e71840103c11a37a002\\\",\\\"title\\\":\\\"系统管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"system\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/system\\\",\\\"sort\\\":1},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Clock\\\",\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"5df7c65d51129baefee123ef3bc2d7de\\\",\\\"title\\\":\\\"框架\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"magicapi\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.ssssssss.org/magic-api/pages/quick/single/\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Bicycle\\\",\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":false,\\\"openMode\\\":1,\\\"id\\\":\\\"f8b972bc005a9c6691a43b76839b0675\\\",\\\"title\\\":\\\"必应\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"Iframe\\\",\\\"parentId\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"path\\\":\\\"https://www.bing.com/?mkt=zh-CN\\\",\\\"sort\\\":1}],\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"ChromeFilled\\\",\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ea83fb03d2117cb287973d6889984686\\\",\\\"title\\\":\\\"菜单实例\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"demo\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/demo\\\",\\\"sort\\\":2},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"User\\\",\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"7b02ec134bcd2a74b7930ce03da4b8bb\\\",\\\"title\\\":\\\"登录日志\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"loginLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/LoginLog\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Avatar\\\",\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9658b61b187ae33b7c8c39fc8c1265dc\\\",\\\"title\\\":\\\"在线用户\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"onlineUser\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OnlineUser\\\",\\\"sort\\\":3},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Cpu\\\",\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fdaf429afb33d54beeee7eaea93e5e96\\\",\\\"title\\\":\\\"操作日志\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"operLog\\\",\\\"parentId\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"path\\\":\\\"/monitor/OperLog\\\",\\\"sort\\\":2}],\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Odometer\\\",\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"120d967459a9e7323692b3fa49c1ba59\\\",\\\"title\\\":\\\"系统监控\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"monitor\\\",\\\"parentId\\\":\\\"0\\\",\\\"path\\\":\\\"/monitor\\\",\\\"sort\\\":3},{\\\"children\\\":[{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Ticket\\\",\\\"id\\\":\\\"1cda1e6f35077cb1f89007fa36343a3d\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"1cda1e6f35077cb1f89007fa36343a3d\\\",\\\"title\\\":\\\"页面管理\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"lcPages\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/LcPages\\\",\\\"sort\\\":4},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"SwitchFilled\\\",\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"223588533ceb03066c89940863dc747e\\\",\\\"title\\\":\\\"代码生成\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"codeGen\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/CodeGen\\\",\\\"sort\\\":2},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Connection\\\",\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"9a36ed1841e3e6d2da32df17980edaa2\\\",\\\"title\\\":\\\"接口开发\\\",\\\"type\\\":0,\\\"isShow\\\":true},\\\"name\\\":\\\"interface\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/Interface\\\",\\\"sort\\\":1},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":1,\\\"icon\\\":\\\"Camera\\\",\\\"id\\\":\\\"ed9b00353e7f4cf6c446b2d631db8029\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ed9b00353e7f4cf6c446b2d631db8029\\\",\\\"title\\\":\\\"测试页面\\\",\\\"type\\\":1,\\\"isShow\\\":true},\\\"name\\\":\\\"testPages\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/testPages\\\",\\\"sort\\\":5},{\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":1,\\\"icon\\\":\\\"Checked\\\",\\\"id\\\":\\\"fb9f883cfbacefcaf0805eeea895fd32\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"fb9f883cfbacefcaf0805eeea895fd32\\\",\\\"title\\\":\\\"测试表单\\\",\\\"type\\\":1,\\\"isShow\\\":true},\\\"name\\\":\\\"textForm\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/textForm\\\",\\\"sort\\\":6}],\\\"component\\\":\\\"Layout\\\",\\\"componentType\\\":0,\\\"icon\\\":\\\"Edit\\\",\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"title\\\":\\\"应用开发\\\",\\\"type\\\":0,\\\"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-05-06 14:28:15\",\"id\":\"02ba014bc11a5e104ef6faf25c795f09\",\"ip\":\"127.0.0.1\",\"message\":\"登录日志\",\"method\":\"com.tansci.controller.SysLogController.loginLog\",\"module\":\"日志管理\",\"reqParam\":\"{\\\"current\\\":\\\"1\\\",\\\"total\\\":\\\"1\\\",\\\"size\\\":\\\"10\\\"}\",\"resParam\":\"{\\\"code\\\":200,\\\"message\\\":\\\"操作成功\\\",\\\"result\\\":{\\\"current\\\":1,\\\"optimizeCountSql\\\":true,\\\"orders\\\":[],\\\"pages\\\":1,\\\"records\\\":[{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-06 14:27:32\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"7201c399d6fd1c12aa271121de9c3f1d\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"fde01a6d-7173-4774-b6e5-e9082338704d\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"},{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-04 09:46:46\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"977f28d44acf54febc061c488f9beb1d\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"83259ca7-dbf5-4576-af47-38bb41615a6c\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"},{\\\"address\\\":\\\"内网IP\\\",\\\"browser\\\":\\\"Unknown\\\",\\\"createTime\\\":\\\"2023-05-05 09:06:23\\\",\\\"failPassword\\\":\\\"123456\\\",\\\"id\\\":\\\"f76c755c2777154a0fc2954c443cf6e6\\\",\\\"ip\\\":\\\"127.0.0.1\\\",\\\"os\\\":\\\"Unknown\\\",\\\"token\\\":\\\"5d1dc713-8375-422a-a28e-f023b805c36a\\\",\\\"type\\\":\\\"成功\\\",\\\"username\\\":\\\"admin\\\"}],\\\"searchCount\\\":true,\\\"size\\\":10,\\\"total\\\":3}}\",\"status\":0,\"takeUpTime\":53,\"type\":\"DELETE\",\"uri\":\"/tansci/syslog/loginLog\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"},{\"createTime\":\"2023-05-11 14:11:59\",\"id\":\"0320990764836f29b123f8d0f838300d\",\"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\\\":\\\"Ticket\\\",\\\"id\\\":\\\"1cda1e6f35077cb1f89007fa36343a3d\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"1cda1e6f35077cb1f89007fa36343a3d\\\",\\\"title\\\":\\\"页面管理\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"lcPages\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/LcPages\\\",\\\"sort\\\":4},{\\\"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\\\":\\\"Camera\\\",\\\"id\\\":\\\"ed9b00353e7f4cf6c446b2d631db8029\\\",\\\"isShow\\\":true,\\\"meta\\\":{\\\"keepAlive\\\":true,\\\"openMode\\\":0,\\\"id\\\":\\\"ed9b00353e7f4cf6c446b2d631db8029\\\",\\\"title\\\":\\\"测试页面\\\",\\\"isShow\\\":true},\\\"name\\\":\\\"testPages\\\",\\\"parentId\\\":\\\"b25838d6e06c6cdad82c1ad9b1096f26\\\",\\\"path\\\":\\\"/lowcode/testPages\\\",\\\"sort\\\":5}],\\\"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\":140,\"type\":\"SELECT\",\"uri\":\"/tansci/sysmenu/menus\",\"userId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"userName\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":851}}', 55, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/operLog', '127.0.0.1', NULL, NULL, '2023-05-31 09:27:01');
+INSERT INTO `sys_oper_log` VALUES ('cbe7e33c922d3742aad01edf72b3d236', '用户管理', '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-14 15:50:12\",\"username\":\"system\"},{\"address\":\"\",\"birthday\":\"2023-03-29\",\"createTime\":\"2023-03-29 08:49:27\",\"email\":\"\",\"gender\":0,\"id\":\"534a37c366ec47878a6b0c85703d0bc2\",\"idCard\":\"\",\"isDel\":0,\"isLogin\":0,\"nickname\":\"管理员\",\"openId\":\"\",\"roleId\":\"534a37c366ec47878a6b0c85703d0bc3\",\"type\":1,\"updateTime\":\"2023-04-14 15:48:44\",\"username\":\"admin\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:29');
+INSERT INTO `sys_oper_log` VALUES ('cc26ca96fa99a75c4a99ec915768f279', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:43');
INSERT INTO `sys_oper_log` VALUES ('cc382647494a5a0b32a795363cfa97d6', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:28:26');
INSERT INTO `sys_oper_log` VALUES ('ccfcaaa2a87c460c2168b1eaf611b61e', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:42');
INSERT INTO `sys_oper_log` VALUES ('cd0796b62a1de11080a8497212f328fe', '页面管理', 'com.tansci.controller.LcPagesController.bindMenu', 'DELETE', '绑定菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":\"ok\"}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/bindMenu', '127.0.0.1', NULL, NULL, '2023-05-12 08:30:22');
INSERT INTO `sys_oper_log` VALUES ('cd113ec405f357335c0bf4823ac3eba1', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:05:12');
+INSERT INTO `sys_oper_log` VALUES ('cd41cc109476c03ec364011bf7ef4b38', '字典管理', '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\"}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-30 09:00:53');
INSERT INTO `sys_oper_log` VALUES ('cd6503f619ed49e5a5afdb519df3afb7', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:11');
INSERT INTO `sys_oper_log` VALUES ('cd90dbe1afc3a87b9a875f7ce484f83a', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-12 08:24:39\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:36:50');
INSERT INTO `sys_oper_log` VALUES ('cdb47f9268c668b2d449dc66c49a5d26', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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}]}', 37, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:08');
@@ -939,12 +1057,16 @@ INSERT INTO `sys_oper_log` VALUES ('ce5219f167089b130a4280423e1071f9', '页面
INSERT INTO `sys_oper_log` VALUES ('ce8a4fc42295be4a146545bab0d27faa', '字典管理', '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\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:33:02');
INSERT INTO `sys_oper_log` VALUES ('ce9170b709074d818ac61e9c4d661e5d', '字典管理', '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\"}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 17:02:02');
INSERT INTO `sys_oper_log` VALUES ('ce9576b21021118e4f9dc877f8681dec', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:7185899b7bec\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 15:18:40\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 17:03:14');
+INSERT INTO `sys_oper_log` VALUES ('ced763e075dffc86f0a76b7da51e8e75', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-30 09:04:58');
INSERT INTO `sys_oper_log` VALUES ('cf1bf053b10e738e07a7baceea74d34a', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:37:18');
INSERT INTO `sys_oper_log` VALUES ('cf8d890127408fbb20c250a929e8f821', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:01');
+INSERT INTO `sys_oper_log` VALUES ('cfd1a7dd8103e806e24e88d2348a2592', '组织管理', '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\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:31');
INSERT INTO `sys_oper_log` VALUES ('d0079ac38d6fe2b53e787a843c0c8819', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"4\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:22:29\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"d846fb9f4e7d767644bc26d10b5af238\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"低功耗\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"风格的话\",\"updateTime\":\"2023-05-11 11:22:29\"},{\"createTime\":\"2023-05-11 11:22:18\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"b79cbf68cf8ed8d69c295fecadf6d15a\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"发过的\",\"status\":\"0\",\"subtitle\":\"法规和地方\",\"title\":\"地方个地方\",\"updateTime\":\"2023-05-11 11:22:18\"},{\"createTime\":\"2023-05-11 11:21:30\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ea3f6b014bffec899317c51e6f06f833\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"title\":\"计划开工后\",\"updateTime\":\"2023-05-11 11:21:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":5}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:22:30');
INSERT INTO `sys_oper_log` VALUES ('d02904dd79b61366a459681e8ff61751', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 15:22:46');
INSERT INTO `sys_oper_log` VALUES ('d0a3b55fa72adc133063c8b8aa3059f2', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:07:39');
+INSERT INTO `sys_oper_log` VALUES ('d0af56fccc8178039f93654c59ae5c89', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:16');
INSERT INTO `sys_oper_log` VALUES ('d0bd1462d3ac70ff0c819c65c7e0e18e', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:30:49');
+INSERT INTO `sys_oper_log` VALUES ('d0cd15e8b59fa14182c4c347e3300b68', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-06-29 17:31:10');
INSERT INTO `sys_oper_log` VALUES ('d10d4ca804e74db5248999639631866e', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-11 11:31:55');
INSERT INTO `sys_oper_log` VALUES ('d132ec1e58edc193effb25c3c272f3b8', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-04 10:15:39');
INSERT INTO `sys_oper_log` VALUES ('d153ac9c888913c49e65f5a481314ea2', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 32, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 09:16:06');
@@ -964,27 +1086,34 @@ INSERT INTO `sys_oper_log` VALUES ('d53946998d1f9ae01963085cc326580f', '页面
INSERT INTO `sys_oper_log` VALUES ('d55c409a1e34e4a9bca46e4b88e5b8c2', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:15:45');
INSERT INTO `sys_oper_log` VALUES ('d5a773f3909e41673399fc918aa3b2b9', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 16:24:46');
INSERT INTO `sys_oper_log` VALUES ('d5e273ce1269ca05de645a96015c162e', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 09:20:46');
+INSERT INTO `sys_oper_log` VALUES ('d5ec704ba5a02f686024539ff085c9a9', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"306eeeb4daa0674cbf4026f6910ba5a0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-31 09:28:11');
INSERT INTO `sys_oper_log` VALUES ('d627c4e78ebd8b12c62dd1bfe93ef512', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"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\"}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:20:55');
INSERT INTO `sys_oper_log` VALUES ('d6474db5f34408a8d06d42c901b5f1b9', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 17:22:12');
+INSERT INTO `sys_oper_log` VALUES ('d6731451d59830e592aa94ef49d7343d', '角色管理', '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}}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:25');
INSERT INTO `sys_oper_log` VALUES ('d6a2532959b38f6e63650d2ef7be5c8c', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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-05-11 11:38:42');
INSERT INTO `sys_oper_log` VALUES ('d715d8471cb5a099332546e3068c4b3d', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:57:24');
INSERT INTO `sys_oper_log` VALUES ('d7d0e45fffae3af8a0adcc7c548989b4', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"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}]}', 139, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 13:31:42');
INSERT INTO `sys_oper_log` VALUES ('d7d58c2db608dea2142c680306e6f20e', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:30:02');
+INSERT INTO `sys_oper_log` VALUES ('d7f42d0d6138a236ca22c3c5b6a32afb', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-07-06 14:56:28');
INSERT INTO `sys_oper_log` VALUES ('d824c81bcd8911d4aaa18c203b0005de', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 17:06:07');
+INSERT INTO `sys_oper_log` VALUES ('d856947f6549086636adb2f903a73d13', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"页面开发\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"页面菜单关系表\",\"tableName\":\"lc_pages_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-05-31 09:28:59');
INSERT INTO `sys_oper_log` VALUES ('d90b28bbb7f8234ff26d6a7cfa5a1439', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:44');
INSERT INTO `sys_oper_log` VALUES ('d92b3b1f5aa684dbde6a79609e3f1eb2', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:29:56');
INSERT INTO `sys_oper_log` VALUES ('d9a437d9c3a81984bcdc69868f5d9993', '菜单管理', '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}]}', 34, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 09:39:48');
INSERT INTO `sys_oper_log` VALUES ('d9e9ac01f846b04d0c6f210f3154bf1f', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:30:49');
INSERT INTO `sys_oper_log` VALUES ('da0f60d17cb48d39610dc5b497c7b3a5', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:59');
+INSERT INTO `sys_oper_log` VALUES ('da423fb8d09c5cbffffecdfc52c3969e', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:08');
INSERT INTO `sys_oper_log` VALUES ('dac4715fb5b13980f134e87432502eb8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:39:22\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:39:22');
INSERT INTO `sys_oper_log` VALUES ('dae95b80eae26c8b98b58146cf8b2855', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:45:27');
INSERT INTO `sys_oper_log` VALUES ('daf663ee4276b03610a1112059ca993f', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 09:20:46');
INSERT INTO `sys_oper_log` VALUES ('db23345f357b5583b0b1a22d1e300429', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 09:14:46');
INSERT INTO `sys_oper_log` VALUES ('db6348cd28e61bffdcb32a317ccb5975', '组织管理', '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\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:59');
INSERT INTO `sys_oper_log` VALUES ('db7b03a1b66574e1eb1d065914a9cfec', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:bf418a412b72\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:0d594c6a511a\\\", \\\"name\\\": \\\"text\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"文本\\\"}, {\\\"id\\\": \\\"u:b246aeac5f85\\\", \\\"name\\\": \\\"textarea\\\", \\\"type\\\": \\\"textarea\\\", \\\"label\\\": \\\"多行文本\\\"}, {\\\"id\\\": \\\"u:dcd0fc815f4a\\\", \\\"name\\\": \\\"select\\\", \\\"type\\\": \\\"select\\\", \\\"label\\\": \\\"选项\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}, {\\\"id\\\": \\\"u:92cd1e5f9101\\\", \\\"name\\\": \\\"checkboxes\\\", \\\"type\\\": \\\"checkboxes\\\", \\\"label\\\": \\\"复选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}], \\\"multiple\\\": true}, {\\\"id\\\": \\\"u:12c3280b099a\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"input-date\\\", \\\"label\\\": \\\"日期\\\"}, {\\\"id\\\": \\\"u:12a3f6ede4ef\\\", \\\"name\\\": \\\"radios\\\", \\\"type\\\": \\\"radios\\\", \\\"label\\\": \\\"单选框\\\", \\\"options\\\": [{\\\"label\\\": \\\"选项A\\\", \\\"value\\\": \\\"A\\\"}, {\\\"label\\\": \\\"选项B\\\", \\\"value\\\": \\\"B\\\"}]}]}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:39:22\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:39:43');
+INSERT INTO `sys_oper_log` VALUES ('db87f24f752bb88dd512103bdf166bed', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"title\":\"测试表单\",\"type\":1,\"isShow\":true},\"name\":\"textForm\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/textForm\",\"sort\":6}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-31 09:18:08');
INSERT INTO `sys_oper_log` VALUES ('dbb93fafa32bbdb780a005bdfebf0040', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:07:36');
INSERT INTO `sys_oper_log` VALUES ('dc20a72f26e6e2478258df075be7a21f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:54:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:56:15');
INSERT INTO `sys_oper_log` VALUES ('dc2620a294bd0a77b56ceaa5a5f55121', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:08:57');
+INSERT INTO `sys_oper_log` VALUES ('dc5fcd81441a2d0d3e06b8c88264bf76', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-30 09:04:05');
INSERT INTO `sys_oper_log` VALUES ('dc6c1f8a2afe26df542784c857757966', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:21:51');
INSERT INTO `sys_oper_log` VALUES ('dc7310354bbd5b2cdea687392694c2ac', '页面管理', 'com.tansci.controller.LcPagesController.getById', 'SELECT', '根据ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/get/24c3c80f-de5a-11ed-8f49-00163e228eed', '127.0.0.1', NULL, NULL, '2023-05-11 15:14:34');
INSERT INTO `sys_oper_log` VALUES ('dc7aba8e4171d10d4c103a3233c61072', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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-05-11 11:19:48');
@@ -994,10 +1123,12 @@ INSERT INTO `sys_oper_log` VALUES ('dcd47a6259b671583aabf67b932404e4', '菜单
INSERT INTO `sys_oper_log` VALUES ('dd63a40cb0de0367aa875189cc13453d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:41:12');
INSERT INTO `sys_oper_log` VALUES ('dd7c01b8492555d70027ae5c5423dc22', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 08:54:34');
INSERT INTO `sys_oper_log` VALUES ('deaa0ace6fb295dfc13ebe1942237aa8', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-06 15:14:35');
+INSERT INTO `sys_oper_log` VALUES ('df67271288758f0773eaa25b73be3f4e', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', NULL, 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/getPagesInfo/9a36ed1841e3e6d2da32df17980edaa2', '127.0.0.1', 'com.tansci.common.exception.BusinessException:该菜单未绑定页面
com.tansci.service.impl.LcPagesServiceImpl.getPagesInfo(LcPagesServiceImpl.java:62)
com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$50a36065.getPagesInfo()
com.tansci.controller.LcPagesController.getPagesInfo(LcPagesController.java:55)
com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$a25ed66a.getPagesInfo()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-06-29 17:35:03');
INSERT INTO `sys_oper_log` VALUES ('df8550488dab398c70de48d6e9cd3547', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[\"dict:list\",\"org:list\",\"user:delete\",\"org:delete\",\"org:save\",\"dict:update\",\"dict:save\",\"user:save\",\"menu:save\",\"menu:delete\",\"menu:update\",\"menu:view\",\"menu:list\",\"user:update\",\"user:list\",\"dict:delete\",\"org:update\",\"role:list\",\"role:save\",\"role:update\",\"role:delete\",\"role:menu\",\"role:data\"],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:06');
INSERT INTO `sys_oper_log` VALUES ('dfa9a55fa8066c250042ddfbe0e92a12', '菜单管理', '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\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-08 10:41:49');
INSERT INTO `sys_oper_log` VALUES ('e022567bddf8f37bf3f72ff8a100fb09', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentId\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:17');
INSERT INTO `sys_oper_log` VALUES ('e028f2caf1cc9c71ff3064481776b64b', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 09:20:47');
+INSERT INTO `sys_oper_log` VALUES ('e070ceaf337c92f276c81b2d6cf7e1f1', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', NULL, 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/getPagesInfo/9a36ed1841e3e6d2da32df17980edaa2', '127.0.0.1', 'com.tansci.common.exception.BusinessException:该菜单未绑定页面
com.tansci.service.impl.LcPagesServiceImpl.getPagesInfo(LcPagesServiceImpl.java:62)
com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$50a36065.getPagesInfo()
com.tansci.controller.LcPagesController.getPagesInfo(LcPagesController.java:55)
com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$a25ed66a.getPagesInfo()
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-07-06 14:53:07');
INSERT INTO `sys_oper_log` VALUES ('e0802f2df01275310d528f40e1eb87e6', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{\"isShow\":\"1\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"chineseName\":\"字典管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"菜单管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"组织管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"角色管理\",\"componentType\":0,\"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\"},{\"chineseName\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-12 08:36:58');
INSERT INTO `sys_oper_log` VALUES ('e0d64b7e6cbd6f0852dfbacc654c338f', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 16:18:12');
INSERT INTO `sys_oper_log` VALUES ('e18963ec50382c409e1894588183629c', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 16:30:54');
@@ -1009,8 +1140,11 @@ INSERT INTO `sys_oper_log` VALUES ('e23aa221681a0c40ddf040265ca40df7', '菜单
INSERT INTO `sys_oper_log` VALUES ('e262e7fb213b99b74addc567167c320e', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"type\\\": \\\"input-text\\\", \\\"title\\\": \\\"name\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:52:29\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:53:20');
INSERT INTO `sys_oper_log` VALUES ('e264b76e4435003a8f6f2b9e5d5fdf3a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:07:23');
INSERT INTO `sys_oper_log` VALUES ('e2a6045eff7477a66c3ef1812622d0d7', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:10:17');
+INSERT INTO `sys_oper_log` VALUES ('e2b01297a60206ebf589546a1ef3827b', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:55');
+INSERT INTO `sys_oper_log` VALUES ('e33249b8cbb5f18f7bb6c1d6079531f9', '数据源', 'com.tansci.controller.DataSourceController.tables', 'SELECT', '数据表', '{\"name\":\"tansci_boot\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"tableComment\":\"页面开发\",\"tableName\":\"lc_pages\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"页面菜单关系表\",\"tableName\":\"lc_pages_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 备份\",\"tableName\":\"magic_api_backup\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"magic api 接口表\",\"tableName\":\"magic_api_file\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"字典表\",\"tableName\":\"sys_dict\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"生成表信息\",\"tableName\":\"sys_gen\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"\",\"tableName\":\"sys_login_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"菜单表\",\"tableName\":\"sys_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"操作日志\",\"tableName\":\"sys_oper_log\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"组织\",\"tableName\":\"sys_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色表\",\"tableName\":\"sys_role\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"角色和菜单关联表\",\"tableName\":\"sys_role_menu\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户组织机构关联表\",\"tableName\":\"sys_role_org\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户表\",\"tableName\":\"sys_user\",\"tableSchema\":\"tansci_boot\"},{\"tableComment\":\"用户角色\",\"tableName\":\"sys_user_role\",\"tableSchema\":\"tansci_boot\"}]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/source/tables', '127.0.0.1', NULL, NULL, '2023-05-31 09:28:48');
INSERT INTO `sys_oper_log` VALUES ('e3456c1615571d285398f2fa8b4d357d', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-12 09:12:08');
INSERT INTO `sys_oper_log` VALUES ('e36e30326648ea07361241dd4692260e', '字典管理', '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\"}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:29:16');
+INSERT INTO `sys_oper_log` VALUES ('e376f3501ba9aa6e00c8d501e95c645e', '字典管理', '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\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:29:38');
INSERT INTO `sys_oper_log` VALUES ('e3ff6d9829afb97ea149d34a7ba14a26', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:12:19');
INSERT INTO `sys_oper_log` VALUES ('e439d711ab170e54b153cedb6e91c00f', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"parentid\":\"7f08e688-de5a-11ed-8f49-00163e228eed\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:05');
INSERT INTO `sys_oper_log` VALUES ('e481894121bee83f33d81b4c46679dd2', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:14');
@@ -1020,18 +1154,23 @@ INSERT INTO `sys_oper_log` VALUES ('e4ca60ef540920a3c5b370ea3d89a540', '页面
INSERT INTO `sys_oper_log` VALUES ('e4ff820da88798528ddb308f200a728d', '角色管理', '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\"}],\"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\"]}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-05-08 10:42:29');
INSERT INTO `sys_oper_log` VALUES ('e55545c24708c28075e69dccbf6b00dd', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:44:04');
INSERT INTO `sys_oper_log` VALUES ('e5d7133ac4d5014736ee33250da1b694', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:21:47');
+INSERT INTO `sys_oper_log` VALUES ('e628c5ff63886c9ce557b515968ab1ca', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:25');
INSERT INTO `sys_oper_log` VALUES ('e669745295cf5846344e0a98be300b49', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:58:28');
+INSERT INTO `sys_oper_log` VALUES ('e6ac6078242f3d16a7a082998eb0ece8', '字典管理', '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\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-07-06 14:56:24');
INSERT INTO `sys_oper_log` VALUES ('e6d90632bc607fa0846a7e643ca4a25b', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 09:19:47');
INSERT INTO `sys_oper_log` VALUES ('e70875566ff7cf6c6574385801e9142f', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', NULL, 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', 'com.tansci.common.exception.BusinessException:该菜单未绑定页面
com.tansci.service.impl.LcPagesServiceImpl.getPagesInfo(LcPagesServiceImpl.java:62)
com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)
org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)
com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$50a36065.getPagesInfo()
com.tansci.controller.LcPagesController.getPagesInfo(LcPagesController.java:55)
com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke()
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)
com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$a25ed66a.getPagesInfo()
sun.reflect.GeneratedMethodAccessor191.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
javax.servlet.http.HttpServlet.service(HttpServlet.java:670)
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:748)
', NULL, '2023-05-12 09:04:31');
INSERT INTO `sys_oper_log` VALUES ('e7419b789132ec160b9365e99103fd7b', '字典管理', '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\"}]}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:13');
INSERT INTO `sys_oper_log` VALUES ('e76eafcd6871b32a6b93034e9967746b', '菜单管理', '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}]}', 25, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 10:15:22');
+INSERT INTO `sys_oper_log` VALUES ('e81e60fcc29f6e94d284e323c6896446', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:02');
INSERT INTO `sys_oper_log` VALUES ('e87b908a18d5bbf2c12b72c229bafdd2', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-12 09:21:43');
INSERT INTO `sys_oper_log` VALUES ('e8e74bb4495f516da36b454829fbb1b1', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:21:22');
INSERT INTO `sys_oper_log` VALUES ('e8f8cdae95cd899cb0e1b25713946f7a', '字典管理', '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\"}]}', 38, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 10:49:37');
INSERT INTO `sys_oper_log` VALUES ('e9456f011fbd6a2ee166541d8fef2fad', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 15:00:34');
INSERT INTO `sys_oper_log` VALUES ('e953a18b2cc21559bf84e4cc7791f29d', '菜单管理', '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\":\"字典管理\",\"type\":0,\"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\":\"菜单管理\",\"type\":0,\"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\":\"组织管理\",\"type\":0,\"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\":\"角色管理\",\"type\":0,\"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\":\"用户管理\",\"type\":0,\"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\":\"系统管理\",\"type\":0,\"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\":\"框架\",\"type\":0,\"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\":\"必应\",\"type\":0,\"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\":\"菜单实例\",\"type\":0,\"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\":\"登录日志\",\"type\":0,\"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\":\"在线用户\",\"type\":0,\"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\":\"操作日志\",\"type\":0,\"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\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"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\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 159, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 16:41:23');
INSERT INTO `sys_oper_log` VALUES ('e96b4c5ec98cf16c13e730447628038f', '角色管理', 'com.tansci.controller.SysRoleController.page', 'SELECT', '列表', '{\"current\":\"1\",\"total\":\"1\",\"size\":\"10\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"code\":\"1020cb789f\",\"createTime\":\"2023-04-12 14:29:16\",\"creator\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"441b6dae329b3a20ad8b4f4ca8f83a0b\",\"isDel\":0,\"name\":\"普通用户\",\"permission\":\"2\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-12 14:29:16\"},{\"code\":\"SR000001\",\"createTime\":\"2023-03-29 08:51:39\",\"id\":\"534a37c366ec47878a6b0c85703d0bc3\",\"isDel\":0,\"name\":\"管理员\",\"permission\":\"0\",\"remarks\":\"管理员\",\"sort\":0,\"updateTime\":\"2023-04-12 14:27:40\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 16:02:26');
+INSERT INTO `sys_oper_log` VALUES ('e993853be3cf62b3548c0a95438ce1df', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:53');
INSERT INTO `sys_oper_log` VALUES ('e9b96534fc55da2d92490f9ef7aaeb79', '菜单管理', '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}]}', 172, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-04 09:46:46');
+INSERT INTO `sys_oper_log` VALUES ('e9e69ba8a4772367ab4f9cfd57ed0ad6', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/fb9f883cfbacefcaf0805eeea895fd32', '127.0.0.1', NULL, NULL, '2023-05-30 09:05:25');
INSERT INTO `sys_oper_log` VALUES ('ea8d64021fdc22d98de203759bcc3f76', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 46, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 10:53:15');
INSERT INTO `sys_oper_log` VALUES ('eb02872012d1a18534af1e29e9b88c4b', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 10:07:53');
INSERT INTO `sys_oper_log` VALUES ('eb147423fa0d2423bde6604a68e80214', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":1,\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 13:56:32\"},{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"第三方刚发的广泛地获得更丰富法规和地方复工后法国计划法规规范化发过\",\"status\":1,\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 13:34:51\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:09');
@@ -1039,28 +1178,34 @@ INSERT INTO `sys_oper_log` VALUES ('eb9160ca49fa391692d59676b4973495', '用户
INSERT INTO `sys_oper_log` VALUES ('ebf8c1f857ce453a7a8320fe9acca5bc', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:19:48');
INSERT INTO `sys_oper_log` VALUES ('ec318f9ea6b083aec8f631649cf892c6', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:21:51');
INSERT INTO `sys_oper_log` VALUES ('ec34964368c1757c771be23dfa5587be', '字典管理', '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\"}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 13:44:14');
+INSERT INTO `sys_oper_log` VALUES ('ec802f3bd089b3c56b63a3c932333ba8', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:17');
INSERT INTO `sys_oper_log` VALUES ('ec9f5101ad221ca4b91da43e513c622f', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 08:56:19');
+INSERT INTO `sys_oper_log` VALUES ('ecab3f346858653fc399f24fcce3e670', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-31 09:27:21');
INSERT INTO `sys_oper_log` VALUES ('eceb4099a76acff0fa92d62237985e61', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 09:20:46');
INSERT INTO `sys_oper_log` VALUES ('ecf0fdb5dfce3832f63ca982f76e008b', '字典管理', '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\"}]}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 08:25:11');
INSERT INTO `sys_oper_log` VALUES ('ed00fa4fc9e3e2f386aaf7a611b54f39', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-06 14:32:08');
INSERT INTO `sys_oper_log` VALUES ('ed6b6ef2009a072364c718e26c216986', '菜单管理', '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-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 10:53:06');
INSERT INTO `sys_oper_log` VALUES ('edc38cdf793fcec96b1e4741dab6fff7', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-06 16:02:25');
+INSERT INTO `sys_oper_log` VALUES ('ee6c69f964cd43629a4332492dd5872e', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:36');
INSERT INTO `sys_oper_log` VALUES ('ee8e70cae04db2b96d14dcfb1607d215', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 12023, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:03:27');
INSERT INTO `sys_oper_log` VALUES ('eebb9e1827ca40f6c7edd98a016442c7', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:06:07');
INSERT INTO `sys_oper_log` VALUES ('ef376b62e99cae286259e6d38a0d5e98', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\"}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"type\\\": \\\"input-text\\\", \\\"title\\\": \\\"name\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"draggable\\\": false, \\\"bulkActions\\\": []}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:46:36\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:48:16');
INSERT INTO `sys_oper_log` VALUES ('ef5f8465a374ca9cf815533392e16345', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:37:18');
INSERT INTO `sys_oper_log` VALUES ('ef98903c57c043ddc3b749c18dc7b35f', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"system@qq.com\",\"nickname\":\"管理者\",\"phone\":\"18810011002\",\"type\":2,\"username\":\"system\"}}', 4, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:46:02');
+INSERT INTO `sys_oper_log` VALUES ('ef9efb7b558bb3ecd20e31e0086b6955', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}]}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-07-06 14:56:30');
INSERT INTO `sys_oper_log` VALUES ('f039c6aec9f882743a8315365d2bcaf4', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:03:14');
INSERT INTO `sys_oper_log` VALUES ('f046b216106d1dee93ffbb5143a57ac5', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"type\\\": \\\"input-text\\\", \\\"title\\\": \\\"name\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/$id\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:52:29\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:53:20');
INSERT INTO `sys_oper_log` VALUES ('f06d42ec5972470444905c458bd00057', '字典管理', 'com.tansci.controller.SysDictController.tree', 'SELECT', '列表树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"}],\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"children\":[{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"}],\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"},{\"children\":[{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"}],\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"children\":[{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"}],\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/tree', '127.0.0.1', NULL, NULL, '2023-05-04 10:16:19');
INSERT INTO `sys_oper_log` VALUES ('f0791aa9068c21e41b1ecd025816afda', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:01:19');
INSERT INTO `sys_oper_log` VALUES ('f085f549145e88ff8a06afbe33b3f389', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 15:14:27');
+INSERT INTO `sys_oper_log` VALUES ('f0cc85bec706a2eb8e53ed89df414afc', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:13');
INSERT INTO `sys_oper_log` VALUES ('f14261775d6ee6193f8918d1b3381fb5', '字典管理', '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, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:45:01');
INSERT INTO `sys_oper_log` VALUES ('f146b8098a70c1723af3a69671081c79', '页面管理', 'com.tansci.controller.LcPagesController.getMenuList', 'SELECT', '根据页面ID获取绑定的菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getMenuList/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:57');
INSERT INTO `sys_oper_log` VALUES ('f15b062bcd14f68287e7fac4bf0081d2', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":8,\"total\":2}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:19:54');
INSERT INTO `sys_oper_log` VALUES ('f187621b13dc9f3145950e67e008ca7d', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-12 09:04:17');
INSERT INTO `sys_oper_log` VALUES ('f21167dd79c6a5d452bfa333838d3e26', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:23:17');
INSERT INTO `sys_oper_log` VALUES ('f24db4705de5c197354b150d7ef1172a', '字典管理', '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\"}]}', 35, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 11:01:19');
+INSERT INTO `sys_oper_log` VALUES ('f2827d3f28dbdace656889c805239812', '菜单管理', 'com.tansci.controller.SysMenuController.tree', 'SELECT', '菜单树', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"字典管理\",\"componentType\":0,\"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\":\"保存\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"修改\",\"componentType\":0,\"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\":\"详情\",\"componentType\":0,\"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\":\"列表\",\"componentType\":0,\"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\":\"菜单管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"组织管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"角色管理\",\"componentType\":0,\"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\":\"删除\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"用户管理\",\"componentType\":0,\"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\":\"系统管理\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"\",\"componentType\":0,\"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\":\"登录日志\",\"componentType\":0,\"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\":\"在线用户\",\"componentType\":0,\"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\":\"操作日志\",\"componentType\":0,\"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\":\"系统监控\",\"componentType\":0,\"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\":[{\"children\":[{\"chineseName\":\"保存\",\"componentType\":0,\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"componentType\":0,\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"componentType\":0,\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"chineseName\":\"代码生成\",\"componentType\":0,\"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\":\"接口开发\",\"componentType\":0,\"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\":\"测试页面\",\"componentType\":1,\"createTime\":\"2023-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"},{\"chineseName\":\"测试表单\",\"componentType\":1,\"createTime\":\"2023-05-12 09:04:13\",\"englishName\":\"textForm\",\"icon\":\"Checked\",\"id\":\"fb9f883cfbacefcaf0805eeea895fd32\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"textForm\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":6,\"updateTime\":\"2023-05-12 09:04:13\",\"url\":\"/lowcode/textForm\"}],\"chineseName\":\"应用开发\",\"componentType\":0,\"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\"}]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-06-29 17:30:56');
INSERT INTO `sys_oper_log` VALUES ('f2962dc5fd0ccb4298702c99ff0be0ca', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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\"}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:59');
INSERT INTO `sys_oper_log` VALUES ('f2d81f2f00da2a1b0961d1080843229a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"title\":\"字典管理\",\"type\":0,\"isShow\":true},\"name\":\"dict\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Dict\",\"sort\":5},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a003\",\"title\":\"菜单管理\",\"type\":0,\"isShow\":true},\"name\":\"menu\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Menu\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a004\",\"title\":\"组织管理\",\"type\":0,\"isShow\":true},\"name\":\"org\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Org\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a005\",\"title\":\"角色管理\",\"type\":0,\"isShow\":true},\"name\":\"role\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/Role\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a006\",\"title\":\"用户管理\",\"type\":0,\"isShow\":true},\"name\":\"user\",\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"path\":\"/system/User\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":0,\"id\":\"b1851d1b13594e71840103c11a37a002\",\"title\":\"系统管理\",\"type\":0,\"isShow\":true},\"name\":\"system\",\"parentId\":\"0\",\"path\":\"/system\",\"sort\":1},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"type\":0,\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"type\":0,\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"type\":0,\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"title\":\"登录日志\",\"type\":0,\"isShow\":true},\"name\":\"loginLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/LoginLog\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"title\":\"在线用户\",\"type\":0,\"isShow\":true},\"name\":\"onlineUser\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OnlineUser\",\"sort\":3},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"title\":\"操作日志\",\"type\":0,\"isShow\":true},\"name\":\"operLog\",\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"path\":\"/monitor/OperLog\",\"sort\":2}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"title\":\"系统监控\",\"type\":0,\"isShow\":true},\"name\":\"monitor\",\"parentId\":\"0\",\"path\":\"/monitor\",\"sort\":3},{\"children\":[{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"type\":0,\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"type\":0,\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"type\":0,\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1},{\"component\":\"Layout\",\"componentType\":1,\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"type\":1,\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"componentType\":0,\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"type\":0,\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 08:33:39');
INSERT INTO `sys_oper_log` VALUES ('f2e1f7f3e7c2925e97b50eee236586e3', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:33');
@@ -1073,6 +1218,7 @@ INSERT INTO `sys_oper_log` VALUES ('f4f001f8bf051543a687b24e85f08bec', '菜单
INSERT INTO `sys_oper_log` VALUES ('f5669cbba837a40716484912c322c3b1', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:05:52');
INSERT INTO `sys_oper_log` VALUES ('f5deb17145413a679eb759c1aabe9e23', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 14:53:17');
INSERT INTO `sys_oper_log` VALUES ('f60cbf3434ac546033da9800700e81dc', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"aaa\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":10,\"total\":0}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:31');
+INSERT INTO `sys_oper_log` VALUES ('f6422b61e094477cda8d763bb5cff5e9', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-30 09:14:23');
INSERT INTO `sys_oper_log` VALUES ('f6a6f27b36e82660b7f9d42f41a280f1', '菜单管理', '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\":[{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-05-11 11:16:50\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0a59255aac53f421613c4d8516fcc305\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-05-11 11:16:50\",\"url\":\"\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-05-11 11:17:35\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"0e769d6164cff598ae7215c99849bd1c\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:delete\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-05-11 11:17:35\",\"url\":\"\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-05-11 11:17:13\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"3afbad18e475a7f7a4aeec6ab6e6c0fc\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"permission\":\"pages:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-05-11 11:17:13\",\"url\":\"\"}],\"chineseName\":\"页面管理\",\"createTime\":\"2023-05-11 10:52:58\",\"englishName\":\"LcPages\",\"icon\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lcPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-05-11 10:52:58\",\"url\":\"/lowcode/LcPages\"},{\"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-05-11 11:38:35\",\"englishName\":\"TestPages\",\"icon\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"testPages\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":5,\"updateTime\":\"2023-05-11 11:38:35\",\"url\":\"/lowcode/testPages\"}],\"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\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:22:17');
INSERT INTO `sys_oper_log` VALUES ('f6a840cb493908c2e3129be9921d5c6e', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 10:54:16');
INSERT INTO `sys_oper_log` VALUES ('f6f7bceac0e035db27aa48b8a7ca122f', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:16');
@@ -1090,7 +1236,10 @@ INSERT INTO `sys_oper_log` VALUES ('fa1378ca338b55d7510fcc77ffc12cb1', '用户
INSERT INTO `sys_oper_log` VALUES ('faa990e0438faff5b5308fd8e716b4f1', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"3\",\"size\":\"8\",\"parentId\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[],\"pageschema\":\"{}\",\"parentId\":\"0\",\"remarks\":\"\",\"status\":\"1\",\"subtitle\":\"法规和地方份饭\",\"title\":\"好地方111\",\"updateTime\":\"2023-05-11 11:31:55\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"},{\"createTime\":\"2023-05-11 10:57:07\",\"id\":\"24c3c80f-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:df79edd3050b\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f5047b61c8df\\\", \\\"name\\\": \\\"rich-text\\\", \\\"type\\\": \\\"input-rich-text\\\", \\\"label\\\": \\\"富文本\\\", \\\"vendor\\\": \\\"tinymce\\\", \\\"receiver\\\": \\\"\\\"}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"编辑器\\\", \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":\"0\",\"subtitle\":\" 富文本编辑器\",\"title\":\" 富文本编辑器\",\"updateTime\":\"2023-05-11 10:57:04\"}],\"searchCount\":true,\"size\":8,\"total\":3}}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:29:41');
INSERT INTO `sys_oper_log` VALUES ('faf8745e12cff2aa32772c002816c8fa', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 17:11:48');
INSERT INTO `sys_oper_log` VALUES ('fb10e9a87fa229768631b2e6e0eaa8cd', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:05:46');
+INSERT INTO `sys_oper_log` VALUES ('fb3cdf8f90f561d81c8918d5fe429d1d', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-30 09:04:58');
INSERT INTO `sys_oper_log` VALUES ('fb85c2bc6c6498644f53d7fe971a7b72', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-11 17:05:52');
+INSERT INTO `sys_oper_log` VALUES ('fc4a17284f73dc65c04c14412b8b94a5', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:14:24');
+INSERT INTO `sys_oper_log` VALUES ('fc84939148e6a5cc40dedaa44125ffe3', '字典管理', '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\"}]}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-31 09:08:17');
INSERT INTO `sys_oper_log` VALUES ('fcf0f542a12b45d0434c6295917b4685', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-12 08:23:20');
INSERT INTO `sys_oper_log` VALUES ('fda3664eab683411ee4db1b67706e473', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 11:19:48');
INSERT INTO `sys_oper_log` VALUES ('fdcae9edac81e55a91c472b460556af6', '菜单管理', '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\":\"Ticket\",\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"1cda1e6f35077cb1f89007fa36343a3d\",\"title\":\"页面管理\",\"isShow\":true},\"name\":\"lcPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/LcPages\",\"sort\":4},{\"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\":\"Camera\",\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ed9b00353e7f4cf6c446b2d631db8029\",\"title\":\"测试页面\",\"isShow\":true},\"name\":\"testPages\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/testPages\",\"sort\":5}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 14:43:44');
@@ -1101,24 +1250,26 @@ INSERT INTO `sys_oper_log` VALUES ('ff0b87bd32bc332bb848bd04db78a8c4', '页面
INSERT INTO `sys_oper_log` VALUES ('ff2cbee9c59ba10196f0a5a735bcbfe1', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 11:02:50');
INSERT INTO `sys_oper_log` VALUES ('ff3f51aefc3a4f4387c9007455501331', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:54:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:33');
INSERT INTO `sys_oper_log` VALUES ('ff5880c4a51a9721185b373e7b9331ef', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:54:30\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":2}}', 7, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:54:34');
+INSERT INTO `sys_oper_log` VALUES ('ff588c4f099891fbfde9f8ce484ddb7b', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"size\":\"10\",\"title\":\"\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":1,\"records\":[{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"menuIds\":[\"ed9b00353e7f4cf6c446b2d631db8029\"],\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"},{\"createTime\":\"2023-05-12 08:55:56\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"ce620f517565f989d718385d4e4033ac\",\"menuIds\":[],\"remarks\":\"aaaa\",\"title\":\"aaaa\",\"updateTime\":\"2023-05-12 08:55:56\"},{\"createTime\":\"2023-05-11 10:58:43\",\"id\":\"7f08e688-de5a-11ed-8f49-00163e228eed\",\"menuIds\":[\"fb9f883cfbacefcaf0805eeea895fd32\"],\"pageschema\":\"{\\\"id\\\": \\\"u:a457fe5d710c\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:b008adde5469\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:ee0376499f18\\\", \\\"type\\\": \\\"carousel\\\", \\\"height\\\": \\\"300\\\", \\\"options\\\": [{\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/3893101144_bff2dc9.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/bd3eb13533fa828b13b24500f31f4134960a5a44_81bbc2d.jpg\\\"}, {\\\"image\\\": \\\"https://aisuda.bce.baidu.com/amis/static/photo/da6376bf988c_3360340.jpg\\\"}], \\\"controlsTheme\\\": \\\"light\\\"}], \\\"type\\\": \\\"panel\\\", \\\"title\\\": \\\"直接页面配置\\\"}], \\\"type\\\": \\\"page\\\", \\\"style\\\": {\\\"boxShadow\\\": \\\" 0px 0px 0px 0px transparent\\\"}, \\\"pullRefresh\\\": {\\\"disabled\\\": true}, \\\"asideResizor\\\": false}\",\"parentId\":\"0\",\"status\":0,\"subtitle\":\"轮播图\",\"title\":\"轮播图\",\"updateTime\":\"2023-05-11 10:58:41\"}],\"searchCount\":true,\"size\":10,\"total\":3}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-30 09:06:00');
INSERT INTO `sys_oper_log` VALUES ('ff9aa0c14387623b9ddb86f77f2e51f2', '页面管理', 'com.tansci.controller.LcPagesController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 145, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:22:18');
+INSERT INTO `sys_oper_log` VALUES ('ffab37bc39474060d5689d58fa2c94a6', '页面管理', 'com.tansci.controller.LcPagesController.getPagesInfo', 'SELECT', '根据菜单ID获取页面信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"createTime\":\"2023-05-11 11:24:39\",\"creatorId\":\"534a37c366ec47878a6b0c85703d0bc2\",\"id\":\"306eeeb4daa0674cbf4026f6910ba5a0\",\"pageschema\":\"{\\\"id\\\": \\\"u:e6cbae2af395\\\", \\\"body\\\": [{\\\"id\\\": \\\"pages_crud\\\", \\\"api\\\": {\\\"url\\\": \\\"/tansci/lcPages/page\\\", \\\"data\\\": {\\\"size\\\": \\\"${perPage}\\\", \\\"title\\\": \\\"${title}\\\", \\\"current\\\": \\\"${page}\\\"}, \\\"method\\\": \\\"get\\\", \\\"messages\\\": {}, \\\"responseData\\\": {\\\"data\\\": \\\"${result.records}\\\"}}, \\\"name\\\": \\\"pages_crud\\\", \\\"type\\\": \\\"crud\\\", \\\"filter\\\": {\\\"id\\\": \\\"u:5ad1c4a6d950\\\", \\\"body\\\": [{\\\"id\\\": \\\"u:f75f39cb2469\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"placeholder\\\": \\\"请输入名称\\\"}], \\\"title\\\": \\\"条件搜索\\\", \\\"actions\\\": [{\\\"id\\\": \\\"u:351ace1a07f0\\\", \\\"icon\\\": \\\"fa fa-plus\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"button\\\", \\\"label\\\": \\\"添加\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/save\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"添加\\\"}, \\\"target\\\": \\\"pages_crud\\\", \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:6309a99bd03a\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"reset\\\", \\\"label\\\": \\\"重置\\\"}, {\\\"id\\\": \\\"u:e541fe6332bc\\\", \\\"size\\\": \\\"sm\\\", \\\"type\\\": \\\"submit\\\", \\\"label\\\": \\\"查询\\\", \\\"level\\\": \\\"primary\\\"}], \\\"submitText\\\": \\\"\\\"}, \\\"columns\\\": [{\\\"id\\\": \\\"u:6ce5ff1520ad\\\", \\\"name\\\": \\\"id\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"ID\\\"}, {\\\"id\\\": \\\"u:0044e13a9da6\\\", \\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"页面标题\\\"}, {\\\"id\\\": \\\"u:e03d48488d41\\\", \\\"name\\\": \\\"subtitle\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"副标题\\\"}, {\\\"id\\\": \\\"u:d1fe9b9479cf\\\", \\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"status\\\", \\\"label\\\": \\\"状态\\\", \\\"source\\\": {\\\"0\\\": {\\\"icon\\\": \\\"fa fa-check-circle\\\", \\\"color\\\": \\\"#67C23A\\\", \\\"label\\\": \\\"已发布\\\"}, \\\"1\\\": {\\\"icon\\\": \\\"fa fa-times-circle\\\", \\\"color\\\": \\\"#F56C6C\\\", \\\"label\\\": \\\"未发布\\\"}}}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"id\\\": \\\"u:91aadb1310ce\\\", \\\"name\\\": \\\"createTime\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"创建时间\\\"}, {\\\"id\\\": \\\"u:b53dd325281b\\\", \\\"type\\\": \\\"operation\\\", \\\"label\\\": \\\"操作\\\", \\\"width\\\": 130, \\\"buttons\\\": [{\\\"id\\\": \\\"u:19ee43a7c211\\\", \\\"icon\\\": \\\"fa fa-eye\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"名称\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"描述\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"status\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"状态\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"updateTime\\\", \\\"type\\\": \\\"static\\\", \\\"label\\\": \\\"更新时间\\\"}, {\\\"type\\\": \\\"divider\\\"}, {\\\"name\\\": \\\"pageschema\\\", \\\"type\\\": \\\"json\\\", \\\"label\\\": \\\"内容\\\"}], \\\"type\\\": \\\"form\\\"}, \\\"size\\\": \\\"lg\\\", \\\"title\\\": \\\"查看\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:4cde2885b9f0\\\", \\\"icon\\\": \\\"fa fa-pencil\\\", \\\"type\\\": \\\"button\\\", \\\"dialog\\\": {\\\"body\\\": {\\\"api\\\": \\\"/tansci/lcPages/update\\\", \\\"body\\\": [{\\\"name\\\": \\\"title\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"名称\\\", \\\"required\\\": true}, {\\\"name\\\": \\\"remarks\\\", \\\"type\\\": \\\"input-text\\\", \\\"label\\\": \\\"描述\\\", \\\"required\\\": true}], \\\"name\\\": \\\"sample-edit-form\\\", \\\"type\\\": \\\"form\\\"}, \\\"title\\\": \\\"编辑\\\"}, \\\"actionType\\\": \\\"dialog\\\"}, {\\\"id\\\": \\\"u:dd3568d00c3a\\\", \\\"api\\\": \\\"get:/tansci/lcPages/delete/${id}\\\", \\\"icon\\\": \\\"fa fa-times text-danger\\\", \\\"type\\\": \\\"button\\\", \\\"actionType\\\": \\\"ajax\\\", \\\"confirmText\\\": \\\"您确认要删除?\\\"}], \\\"toggled\\\": true}], \\\"messages\\\": {}, \\\"draggable\\\": false, \\\"bulkActions\\\": [], \\\"perPageAvailable\\\": [10]}], \\\"type\\\": \\\"page\\\", \\\"title\\\": \\\"\\\", \\\"toolbar\\\": []}\",\"parentId\":\"0\",\"remarks\":\"支持增删改查、分页、筛选的表格例子\",\"status\":0,\"subtitle\":\"支持增删改查\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:56:35\"}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-07-06 14:52:36');
-- ----------------------------
-- 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 '组织机构编码',
+ `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键id',
+ `parent_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '父id',
+ `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '名称',
+ `code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '组织机构编码',
`sort` int 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 '描述',
+ `remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '描述',
PRIMARY KEY (`id`) USING BTREE
-) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '组织' ROW_FORMAT = DYNAMIC;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '组织' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_org
@@ -1131,18 +1282,18 @@ INSERT INTO `sys_org` VALUES ('534a37c366ec47878a6b0c85703d0bc4', '0', '总公
-- ----------------------------
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:本级',
+ `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键',
+ `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '角色名称',
+ `code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '角色编码',
+ `permission` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '0:全部,1:自定义,2:本级级子级,3:本级',
`sort` int NULL DEFAULT NULL COMMENT '排序',
`is_del` int NULL DEFAULT 0 COMMENT '是否删除:0未删除,1已删除',
- `creator` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '创建人',
+ `creator` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_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 '描述',
+ `remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '描述',
PRIMARY KEY (`id`) USING BTREE
-) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '角色表' ROW_FORMAT = DYNAMIC;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '角色表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_role
@@ -1155,30 +1306,69 @@ INSERT INTO `sys_role` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '管理员',
-- ----------------------------
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',
+ `role_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色id',
+ `menu_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_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;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '角色和菜单关联表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_role_menu
-- ----------------------------
-INSERT INTO `sys_role_menu` VALUES ('441b6dae329b3a20ad8b4f4ca8f83a0b', '223588533ceb03066c89940863dc747e');
-INSERT INTO `sys_role_menu` VALUES ('441b6dae329b3a20ad8b4f4ca8f83a0b', '5df7c65d51129baefee123ef3bc2d7de');
-INSERT INTO `sys_role_menu` VALUES ('441b6dae329b3a20ad8b4f4ca8f83a0b', '9a36ed1841e3e6d2da32df17980edaa2');
-INSERT INTO `sys_role_menu` VALUES ('441b6dae329b3a20ad8b4f4ca8f83a0b', 'b25838d6e06c6cdad82c1ad9b1096f26');
-INSERT INTO `sys_role_menu` VALUES ('441b6dae329b3a20ad8b4f4ca8f83a0b', 'ea83fb03d2117cb287973d6889984686');
-INSERT INTO `sys_role_menu` VALUES ('441b6dae329b3a20ad8b4f4ca8f83a0b', 'f8b972bc005a9c6691a43b76839b0675');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '06936eec3258c1fa675c8b6b697160f5');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '07e1aebb5b69b55b7eb0ce79fed00f40');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '0a59255aac53f421613c4d8516fcc305');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '0e769d6164cff598ae7215c99849bd1c');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '11107c717306bd0d9e993cf32a94974e');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '120d967459a9e7323692b3fa49c1ba59');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '1cda1e6f35077cb1f89007fa36343a3d');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '1ec1c1cb127d83f6346904220b3ed20b');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '223588533ceb03066c89940863dc747e');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '3afbad18e475a7f7a4aeec6ab6e6c0fc');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '44979f524b88ed2dfbf14e4267ebd045');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '5de088a93f0828a57e4c70959831458b');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '5df7c65d51129baefee123ef3bc2d7de');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '5e67672047d0a00bf861ba2255535238');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '628431d108e3530ac37dfa2180dff376');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '7b02ec134bcd2a74b7930ce03da4b8bb');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '850a1c29af28318e6e470a14aaeb50e5');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '9658b61b187ae33b7c8c39fc8c1265dc');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '9a36ed1841e3e6d2da32df17980edaa2');
+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', 'b25838d6e06c6cdad82c1ad9b1096f26');
+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', 'ea83fb03d2117cb287973d6889984686');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'ed9b00353e7f4cf6c446b2d631db8029');
+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');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'f8b972bc005a9c6691a43b76839b0675');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'fb9f883cfbacefcaf0805eeea895fd32');
+INSERT INTO `sys_role_menu` VALUES ('534a37c366ec47878a6b0c85703d0bc3', 'fdaf429afb33d54beeee7eaea93e5e96');
-- ----------------------------
-- 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',
+ `org_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '组织机构id',
+ `role_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_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;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '用户组织机构关联表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_role_org
@@ -1190,48 +1380,47 @@ INSERT INTO `sys_role_org` VALUES ('534a37c366ec47878a6b0c85703d0bc4', '534a37c3
-- ----------------------------
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 '密码',
+ `id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键',
+ `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '登录名',
+ `nickname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '姓名/昵称',
+ `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '密码',
`type` int 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 '头像',
+ `phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '手机号',
+ `avatar` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '头像',
`gender` int NULL DEFAULT NULL COMMENT '性别:0、男,1、女',
`birthday` date NULL DEFAULT NULL COMMENT '出生日期',
`is_login` int NULL DEFAULT 0 COMMENT '禁止登录:0未禁用,1已禁用',
`is_del` int 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 '创建人',
+ `open_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '唯一标识',
+ `address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '地址',
+ `id_card` varchar(18) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '身份证号码',
+ `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '邮箱',
+ `create_by` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_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 '备注',
+ `remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注',
PRIMARY KEY (`id`, `username`) USING BTREE
-) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '用户表' ROW_FORMAT = DYNAMIC;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '用户表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_user
-- ----------------------------
+INSERT INTO `sys_user` VALUES ('1', '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);
INSERT INTO `sys_user` VALUES ('3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', '管理者', '240be518fabd2724ddb6f04eeb1da5967448d7e831c08c8fa822809f74c720a9', 2, '18810011002', '', 0, '2023-04-03', 0, 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_unicode_ci NOT NULL COMMENT '用户id',
- `role_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '角色id',
+ `user_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '用户id',
+ `role_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_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;
+) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_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;
diff --git a/tansci-boot-ui/package.json b/tansci-boot-ui/package.json
index 323650e..79800a0 100644
--- a/tansci-boot-ui/package.json
+++ b/tansci-boot-ui/package.json
@@ -22,7 +22,6 @@
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.52.1",
"typescript": "^4.7.2",
- "unocss": "^0.49.7",
"vite": "^4.1.2",
"vite-ssg": "^0.22.1",
"vue-tsc": "^1.1.3"
diff --git a/tansci-boot-ui/src/api/auth.ts b/tansci-boot-ui/src/api/auth.ts
index 7494b4a..9d00064 100644
--- a/tansci-boot-ui/src/api/auth.ts
+++ b/tansci-boot-ui/src/api/auth.ts
@@ -34,7 +34,7 @@ export function setMenus(menus:any) {
export function login(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/auth/login',
+ url: '/system/auth/login',
method: 'post',
data: {
username: data.username,
@@ -42,8 +42,8 @@ export function login(data:any){
code: data.code
}
}).then((res:any) => {
- setToken(res.data.result.token)
- resolve(res.data.result.token)
+ setToken(res.data.result)
+ resolve(res.data.result)
}).catch((e:any) => {
reject(e)
})
@@ -53,7 +53,7 @@ export function login(data:any){
// 登出
export function logout(){
request({
- url: '/tansci/auth/logout',
+ url: '/system/auth/logout',
method: 'get'
}).then(() => {
removeToken()
@@ -65,7 +65,7 @@ export function logout(){
export function getCode(){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/auth/code',
+ url: '/system/auth/code',
method: 'get'
}).then((res:any) => {
resolve(res)
@@ -77,7 +77,7 @@ export function getCode(){
export async function getUserInfo() {
await request({
- url: '/tansci/sysuser/info',
+ url: '/system/user/info',
method: 'get'
}).then((res:any) => {
if(res.data.result){
diff --git a/tansci-boot-ui/src/api/lowcode/codeGen.ts b/tansci-boot-ui/src/api/lowcode/codeGen.ts
index 5df0c1a..fe9ede9 100644
--- a/tansci-boot-ui/src/api/lowcode/codeGen.ts
+++ b/tansci-boot-ui/src/api/lowcode/codeGen.ts
@@ -3,7 +3,7 @@ import request from '@/utils/request'
export function page(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lowcode/code/page',
+ url: '/system/lowcode/code/page',
method: 'get',
params: params
}).then((res:any) => {
@@ -17,7 +17,7 @@ export function page(params:any){
export function del(id:String){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lowcode/code/delete/' + id,
+ url: '/system/lowcode/code/delete/' + id,
method: 'delete',
}).then((res:any) => {
resolve(res.data)
@@ -30,7 +30,7 @@ export function del(id:String){
export function save(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lowcode/code/save',
+ url: '/system/lowcode/code/save',
method: 'post',
data
}).then((res:any) => {
@@ -44,7 +44,7 @@ export function save(data:any){
export function execute(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lowcode/code/execute',
+ url: '/system/lowcode/code/execute',
method: 'post',
data
}).then((res:any) => {
diff --git a/tansci-boot-ui/src/api/lowcode/lcPages.ts b/tansci-boot-ui/src/api/lowcode/lcPages.ts
index 63c7192..695353a 100644
--- a/tansci-boot-ui/src/api/lowcode/lcPages.ts
+++ b/tansci-boot-ui/src/api/lowcode/lcPages.ts
@@ -3,7 +3,7 @@ import request from '@/utils/request'
export function page(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lcPages/page',
+ url: '/system/lcPages/page',
method: 'get',
params: params
}).then((res:any) => {
@@ -17,7 +17,7 @@ export function page(params:any){
export function getPagesInfo(menuId:String){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lcPages/getPagesInfo/' + menuId,
+ url: '/system/lcPages/getPagesInfo/' + menuId,
method: 'get'
}).then((res:any) => {
resolve(res.data)
@@ -30,7 +30,7 @@ export function getPagesInfo(menuId:String){
export function save(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lcPages/save',
+ url: '/system/lcPages/save',
method: 'post',
data
}).then((res:any) => {
@@ -44,7 +44,7 @@ export function save(data:any){
export function update(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lcPages/update',
+ url: '/system/lcPages/update',
method: 'post',
data
}).then((res:any) => {
@@ -58,7 +58,7 @@ export function update(data:any){
export function bindMenu(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lcPages/bindMenu',
+ url: '/system/lcPages/bindMenu',
method: 'post',
data
}).then((res:any) => {
@@ -72,7 +72,7 @@ export function bindMenu(data:any){
export function del(id:String){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lcPages/delete/' + id,
+ url: '/system/lcPages/delete/' + id,
method: 'get',
}).then((res:any) => {
resolve(res.data)
@@ -85,7 +85,7 @@ export function del(id:String){
export function batchDelete(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/lcPages/batchDelete',
+ url: '/system/lcPages/batchDelete',
method: 'post',
data
}).then((res:any) => {
diff --git a/tansci-boot-ui/src/api/lowcode/source.ts b/tansci-boot-ui/src/api/lowcode/source.ts
index 5f6995b..1069fec 100644
--- a/tansci-boot-ui/src/api/lowcode/source.ts
+++ b/tansci-boot-ui/src/api/lowcode/source.ts
@@ -3,7 +3,7 @@ import request from '@/utils/request'
export function tables(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/source/tables',
+ url: '/system/source/tables',
method: 'get',
params: params
}).then((res:any) => {
@@ -17,7 +17,7 @@ export function tables(params:any){
export function columns(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/source/columns',
+ url: '/system/source/columns',
method: 'get',
params: params
}).then((res:any) => {
@@ -31,7 +31,7 @@ export function columns(params:any){
export function primary(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/source/primary',
+ url: '/system/source/primary',
method: 'get',
params: params
}).then((res:any) => {
diff --git a/tansci-boot-ui/src/api/monitor/loginLog.ts b/tansci-boot-ui/src/api/monitor/loginLog.ts
index bb4fa43..7672174 100644
--- a/tansci-boot-ui/src/api/monitor/loginLog.ts
+++ b/tansci-boot-ui/src/api/monitor/loginLog.ts
@@ -4,7 +4,7 @@ import request from '@/utils/request'
export function page(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/syslog/loginLog',
+ url: '/system/syslog/loginLog',
method: 'get',
params: params
}).then((res:any) => {
diff --git a/tansci-boot-ui/src/api/monitor/onlineUser.ts b/tansci-boot-ui/src/api/monitor/onlineUser.ts
index d4507ea..06c0f8c 100644
--- a/tansci-boot-ui/src/api/monitor/onlineUser.ts
+++ b/tansci-boot-ui/src/api/monitor/onlineUser.ts
@@ -3,7 +3,7 @@ import request from '@/utils/request'
export function page(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/auth/onlineUser',
+ url: '/system/auth/onlineUser',
method: 'get',
params: params
}).then((res:any) => {
@@ -17,7 +17,7 @@ export function page(params:any){
export function kick(token:String){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/auth/kick/' + token,
+ url: '/system/auth/kick/' + token,
method: 'get'
}).then((res:any) => {
resolve(res.data)
diff --git a/tansci-boot-ui/src/api/monitor/operLog.ts b/tansci-boot-ui/src/api/monitor/operLog.ts
index d715bea..3503944 100644
--- a/tansci-boot-ui/src/api/monitor/operLog.ts
+++ b/tansci-boot-ui/src/api/monitor/operLog.ts
@@ -4,7 +4,7 @@ import request from '@/utils/request'
export function page(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/syslog/operLog',
+ url: '/system/syslog/operLog',
method: 'get',
params: params
}).then((res:any) => {
diff --git a/tansci-boot-ui/src/api/system/dict.ts b/tansci-boot-ui/src/api/system/dict.ts
index a890e0e..1c1230b 100644
--- a/tansci-boot-ui/src/api/system/dict.ts
+++ b/tansci-boot-ui/src/api/system/dict.ts
@@ -4,7 +4,7 @@ import request from '@/utils/request'
export function tree(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysdict/tree',
+ url: '/system/dict/tree',
method: 'get',
params: params
}).then((res:any) => {
@@ -19,7 +19,7 @@ export function tree(params:any){
export function list(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysdict/list',
+ url: '/system/dict/list',
method: 'get',
params: params
}).then((res:any) => {
@@ -34,7 +34,7 @@ export function list(params:any){
export function save(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysdict/save',
+ url: '/system/dict/save',
method: 'post',
data: data
}).then((res:any) => {
@@ -49,7 +49,7 @@ export function save(data:any){
export function del(id:String){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysdict/delete/' + id,
+ url: '/system/dict/delete/' + id,
method: 'get'
}).then((res:any) => {
resolve(res.data)
@@ -63,7 +63,7 @@ export function del(id:String){
export function update(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysdict/update',
+ url: '/system/dict/update',
method: 'post',
data: data
}).then((res:any) => {
diff --git a/tansci-boot-ui/src/api/system/menu.ts b/tansci-boot-ui/src/api/system/menu.ts
index 3f3bb07..f78de6a 100644
--- a/tansci-boot-ui/src/api/system/menu.ts
+++ b/tansci-boot-ui/src/api/system/menu.ts
@@ -4,7 +4,7 @@ import request from '@/utils/request'
export function list(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysmenu/tree',
+ url: '/system/menu/tree',
method: 'get',
params: params
}).then((res:any) => {
@@ -19,7 +19,7 @@ export function list(params:any){
export function save(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysmenu/save',
+ url: '/system/menu/save',
method: 'post',
data: data
}).then((res:any) => {
@@ -34,7 +34,7 @@ export function save(data:any){
export function update(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysmenu/update',
+ url: '/system/menu/update',
method: 'post',
data: data
}).then((res:any) => {
@@ -49,7 +49,7 @@ export function update(data:any){
export function del(id:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysmenu/delete/' + id,
+ url: '/system/menu/delete/' + id,
method: 'get'
}).then((res:any) => {
resolve(res.data)
diff --git a/tansci-boot-ui/src/api/system/org.ts b/tansci-boot-ui/src/api/system/org.ts
index 4f69ec7..4da718d 100644
--- a/tansci-boot-ui/src/api/system/org.ts
+++ b/tansci-boot-ui/src/api/system/org.ts
@@ -4,7 +4,7 @@ import request from '@/utils/request'
export function list(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysorg/list',
+ url: '/system/org/list',
method: 'get',
params: params
}).then((res:any) => {
@@ -19,7 +19,7 @@ export function list(params:any){
export function save(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysorg/save',
+ url: '/system/org/save',
method: 'post',
data: data
}).then((res:any) => {
@@ -34,7 +34,7 @@ export function save(data:any){
export function del(id:String){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysorg/delete/' + id,
+ url: '/system/org/delete/' + id,
method: 'get'
}).then((res:any) => {
resolve(res.data)
@@ -48,7 +48,7 @@ export function del(id:String){
export function update(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysorg/update',
+ url: '/system/org/update',
method: 'post',
data: data
}).then((res:any) => {
diff --git a/tansci-boot-ui/src/api/system/role.ts b/tansci-boot-ui/src/api/system/role.ts
index dee6868..8fecefb 100644
--- a/tansci-boot-ui/src/api/system/role.ts
+++ b/tansci-boot-ui/src/api/system/role.ts
@@ -4,7 +4,7 @@ import request from '@/utils/request'
export function page(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysrole/page',
+ url: '/system/role/page',
method: 'get',
params: params
}).then((res:any) => {
@@ -19,7 +19,7 @@ export function page(params:any){
export function list(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysrole/list',
+ url: '/system/role/list',
method: 'get',
params: params
}).then((res:any) => {
@@ -34,7 +34,7 @@ export function list(params:any){
export function save(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysrole/save',
+ url: '/system/role/save',
method: 'post',
data: data
}).then((res:any) => {
@@ -49,7 +49,7 @@ export function save(data:any){
export function del(id:String){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysrole/delete/' + id,
+ url: '/system/role/delete/' + id,
method: 'get'
}).then((res:any) => {
resolve(res.data)
@@ -63,7 +63,7 @@ export function del(id:String){
export function update(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysrole/update',
+ url: '/system/role/update',
method: 'post',
data: data
}).then((res:any) => {
@@ -78,7 +78,7 @@ export function update(data:any){
export function dataPermissions(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysrole/dataPermissions',
+ url: '/system/role/dataPermissions',
method: 'post',
data: data
}).then((res:any) => {
@@ -92,7 +92,7 @@ export function dataPermissions(data:any){
export function orgList(roleId:String){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysrole/orgList/' + roleId,
+ url: '/system/role/orgList/' + roleId,
method: 'get'
}).then((res:any) => {
resolve(res.data)
@@ -106,7 +106,7 @@ export function orgList(roleId:String){
export function menuPermissions(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysrole/menuPermissions',
+ url: '/system/role/menuPermissions',
method: 'post',
data: data
}).then((res:any) => {
@@ -120,7 +120,7 @@ export function menuPermissions(data:any){
export function menuList(roleId:String){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysrole/menuList/' + roleId,
+ url: '/system/role/menuList/' + roleId,
method: 'get'
}).then((res:any) => {
resolve(res.data)
diff --git a/tansci-boot-ui/src/api/system/user.ts b/tansci-boot-ui/src/api/system/user.ts
index 4b3d903..4eaddc4 100644
--- a/tansci-boot-ui/src/api/system/user.ts
+++ b/tansci-boot-ui/src/api/system/user.ts
@@ -4,7 +4,7 @@ import request from '@/utils/request'
export function page(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysuser/page',
+ url: '/system/user/page',
method: 'get',
params: params
}).then((res:any) => {
@@ -19,7 +19,7 @@ export function page(params:any){
export function list(params:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysuser/list',
+ url: '/system/user/list',
method: 'get',
params: params
}).then((res:any) => {
@@ -34,7 +34,7 @@ export function list(params:any){
export function save(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysuser/save',
+ url: '/system/user/save',
method: 'post',
data: data
}).then((res:any) => {
@@ -49,7 +49,7 @@ export function save(data:any){
export function del(id:String){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysuser/delete/' + id,
+ url: '/system/user/delete/' + id,
method: 'get'
}).then((res:any) => {
resolve(res.data)
@@ -63,7 +63,7 @@ export function del(id:String){
export function update(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysuser/update',
+ url: '/system/user/update',
method: 'post',
data: data
}).then((res:any) => {
@@ -78,7 +78,7 @@ export function update(data:any){
export function modifyPass(data:any){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysuser/modifyPass',
+ url: '/system/user/modifyPass',
method: 'post',
data: data
}).then((res:any) => {
@@ -93,7 +93,7 @@ export function modifyPass(data:any){
export function roleList(){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysrole/list',
+ url: '/system/role/list',
method: 'get'
}).then((res:any) => {
resolve(res.data)
diff --git a/tansci-boot-ui/src/main.ts b/tansci-boot-ui/src/main.ts
index 69701a6..3611295 100644
--- a/tansci-boot-ui/src/main.ts
+++ b/tansci-boot-ui/src/main.ts
@@ -6,7 +6,6 @@ import 'element-plus/dist/index.css'
import './styles/index.scss'
import * as ElIcons from '@element-plus/icons-vue'
import zhCn from 'element-plus/es/locale/lang/zh-cn'
-import 'uno.css'
import globalProperties from './utils/globalProperties'
import hasPermission from './utils/hasPermission'
diff --git a/tansci-boot-ui/src/router/permission.ts b/tansci-boot-ui/src/router/permission.ts
index 802104c..88ea1dc 100644
--- a/tansci-boot-ui/src/router/permission.ts
+++ b/tansci-boot-ui/src/router/permission.ts
@@ -55,7 +55,7 @@ export const loadView = (view:any) => {
export function generateRoutes(){
return new Promise((resolve, reject) => {
request({
- url: '/tansci/sysmenu/menus',
+ url: '/system/menu/menus',
method: 'get'
}).then( (res:any) => {
const routers = filterRouter(res.data.result, 0)
diff --git a/tansci-boot-ui/vite.config.ts b/tansci-boot-ui/vite.config.ts
index be4a1de..b6d8ce9 100644
--- a/tansci-boot-ui/vite.config.ts
+++ b/tansci-boot-ui/vite.config.ts
@@ -1,14 +1,6 @@
import { defineConfig } from 'vite'
import path from 'path'
import vue from '@vitejs/plugin-vue'
-import Unocss from 'unocss/vite'
-import {
- presetAttributify,
- presetIcons,
- presetUno,
- transformerDirectives,
- transformerVariantGroup,
-} from 'unocss'
const url = "http://127.0.0.1:8000"
export default defineConfig({
@@ -25,29 +17,15 @@ export default defineConfig({
},
},
plugins: [
- vue(),
- Unocss({
- presets: [
- presetUno(),
- presetAttributify(),
- presetIcons({
- scale: 1.2,
- warn: true,
- }),
- ],
- transformers: [
- transformerDirectives(),
- transformerVariantGroup(),
- ]
- }),
+ vue()
],
server: {
proxy: {
- '/tansci': {
+ '/system': {
target: url,
changeOrigin: true,
pathRewrite: {
- '^/tansci':'/tansci'
+ '^/system':'/system'
}
}
}
diff --git a/tansci-boot/pom.xml b/tansci-boot/pom.xml
index c343cea..d21c97c 100644
--- a/tansci-boot/pom.xml
+++ b/tansci-boot/pom.xml
@@ -20,7 +20,6 @@
3.4.3.1
1.2.6
1.34.0
- 3.0.3
5.7.22
2.0.26
2.1.0
@@ -67,12 +66,6 @@
true
-
- com.github.xiaoymin
- knife4j-spring-boot-starter
- ${knife4j-spring-boot.version}
-
-
cn.hutool
hutool-all
diff --git a/tansci-boot/src/main/java/com/tansci/common/annotation/Log.java b/tansci-boot/src/main/java/com/tansci/common/annotation/Log.java
deleted file mode 100644
index 685a0bc..0000000
--- a/tansci-boot/src/main/java/com/tansci/common/annotation/Log.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package com.tansci.common.annotation;
-
-import java.lang.annotation.*;
-
-/**
- * @ClassName: Log.java
- * @ClassPath: com.tansci.common.annotation.Log.java
- * @Description: 自定义操作日志注解
- * @Author: tanyp
- * @Date: 2023/4/7 14:05
- **/
-@Target(ElementType.METHOD)
-@Retention(RetentionPolicy.RUNTIME)
-@Documented
-public @interface Log {
-
- /**
- * 操作模块
- *
- * @return
- */
- String modul() default "";
-
- /**
- * 操作类型
- *
- * @return
- */
- String type() default "";
-
- /**
- * 操作说明
- *
- * @return
- */
- String desc() default "";
-
-}
diff --git a/tansci-boot/src/main/java/com/tansci/common/aop/OperLogAspect.java b/tansci-boot/src/main/java/com/tansci/common/aop/OperLogAspect.java
deleted file mode 100644
index 4047ceb..0000000
--- a/tansci-boot/src/main/java/com/tansci/common/aop/OperLogAspect.java
+++ /dev/null
@@ -1,180 +0,0 @@
-package com.tansci.common.aop;
-
-import cn.dev33.satoken.stp.StpUtil;
-import com.alibaba.fastjson2.JSON;
-import com.tansci.common.annotation.Log;
-import com.tansci.common.constant.Constants;
-import com.tansci.domain.SysOperLog;
-import com.tansci.domain.vo.SysUserSessionVo;
-import com.tansci.service.SysOperLogService;
-import com.tansci.utils.SystemUtils;
-import lombok.extern.slf4j.Slf4j;
-import org.aspectj.lang.JoinPoint;
-import org.aspectj.lang.annotation.*;
-import org.aspectj.lang.reflect.MethodSignature;
-import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.stereotype.Component;
-import org.springframework.web.context.request.RequestAttributes;
-import org.springframework.web.context.request.RequestContextHolder;
-
-import javax.servlet.http.HttpServletRequest;
-import java.lang.reflect.Method;
-import java.time.LocalDateTime;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Objects;
-
-/**
- * @ClassName: OperLogAspect.java
- * @ClassPath: com.tansci.common.aop.OperLogAspect.java
- * @Description: 操作日志记录
- * @Author: tanyp
- * @Date: 2023/4/7 14:02
- **/
-@Slf4j
-@Aspect
-@Component
-public class OperLogAspect {
-
- /**
- * 统计请求的处理时间
- */
- ThreadLocal startTime = new ThreadLocal<>();
- @Autowired
- private SysOperLogService sysOperLogService;
-
- /**
- * @MonthName: logPoinCut
- * @Description: 设置操作日志切入点 记录操作日志 在注解的位置切入代码
- * @Author: tanyp
- * @Date: 2023/4/7 14:06
- * @Param: []
- * @return: void
- **/
- @Pointcut("@annotation(com.tansci.common.annotation.Log)")
- public void logPoinCut() {
- }
-
- /**
- * @MonthName: exceptionLogPoinCut
- * @Description: 设置操作异常切入点记录异常日志 扫描所有controller包下操作
- * @Author: tanyp
- * @Date: 2023/4/7 14:07
- * @Param: []
- * @return: void
- **/
- @Pointcut("execution(* com.tansci.controller..*.*(..))")
- public void exceptionLogPoinCut() {
- }
-
- @Before("logPoinCut()")
- public void doBefore() {
- // 接收到请求,记录请求开始时间
- startTime.set(System.currentTimeMillis());
- }
-
- /**
- * @MonthName: doAfterReturning
- * @Description: 正常返回通知,拦截用户操作日志,连接点正常执行完成后执行, 如果连接点抛出异常,则不会执行
- * @Author: tanyp
- * @Date: 2023/4/7 14:08
- * @Param: [joinPoint, keys]
- * @return: void
- **/
- @AfterReturning(value = "logPoinCut()", returning = "keys")
- public void doAfterReturning(JoinPoint joinPoint, Object keys) {
- try {
- RequestAttributes requestAttributes = RequestContextHolder.getRequestAttributes();
- HttpServletRequest request = (HttpServletRequest) requestAttributes.resolveReference(RequestAttributes.REFERENCE_REQUEST);
- MethodSignature signature = (MethodSignature) joinPoint.getSignature();
- Method method = signature.getMethod();
- SysUserSessionVo sessionVo = (SysUserSessionVo) StpUtil.getSession().get(String.valueOf(StpUtil.getLoginId()));
-
- SysOperLog operLog = SysOperLog.builder()
- .reqParam(JSON.toJSONString(converMap(request.getParameterMap())))
- .resParam(JSON.toJSONString(keys))
- .takeUpTime(System.currentTimeMillis() - startTime.get())
- .userId(String.valueOf(StpUtil.getLoginId()))
- .userName(sessionVo.getUsername())
- .method(joinPoint.getTarget().getClass().getName() + "." + method.getName())
- .uri(request.getRequestURI())
- .ip(SystemUtils.getIp(request))
- .status(Constants.OPER_LOG_STATUS_SUCCESS)
- .createTime(LocalDateTime.now())
- .build();
-
- Log log = method.getAnnotation(Log.class);
- if (Objects.nonNull(log)) {
- operLog.setModule(log.modul());
- operLog.setType(log.type());
- operLog.setMessage(log.desc());
- }
-
- sysOperLogService.save(operLog);
- } catch (Exception e) {
- log.error("记录操作日志异常:{}", e);
- }
- }
-
- /**
- * @MonthName: doAfterThrowing
- * @Description: 异常返回通知,用于拦截异常日志信息 连接点抛出异常后执行
- * @Author: tanyp
- * @Date: 2023/4/7 14:36
- * @Param: [joinPoint, e]
- * @return: void
- **/
- @AfterThrowing(pointcut = "exceptionLogPoinCut()", throwing = "e")
- public void doAfterThrowing(JoinPoint joinPoint, Throwable e) {
- try {
- RequestAttributes requestAttributes = RequestContextHolder.getRequestAttributes();
- HttpServletRequest request = (HttpServletRequest) requestAttributes.resolveReference(RequestAttributes.REFERENCE_REQUEST);
- MethodSignature signature = (MethodSignature) joinPoint.getSignature();
- Method method = signature.getMethod();
- SysUserSessionVo sessionVo = (SysUserSessionVo) StpUtil.getSession().get(String.valueOf(StpUtil.getLoginId()));
-
- SysOperLog operLog = SysOperLog.builder()
- .reqParam(JSON.toJSONString(converMap(request.getParameterMap())))
- .takeUpTime(System.currentTimeMillis() - startTime.get())
- .userId(String.valueOf(StpUtil.getLoginId()))
- .userName(sessionVo.getUsername())
- .method(joinPoint.getTarget().getClass().getName() + "." + method.getName())
- .uri(request.getRequestURI())
- .ip(SystemUtils.getIp(request))
- .status(Constants.OPER_LOG_STATUS_ERROR)
- .unusual(stackTraceToString(e.getClass().getName(), e.getMessage(), e.getStackTrace()))
- .createTime(LocalDateTime.now())
- .build();
-
- Log log = method.getAnnotation(Log.class);
- if (Objects.nonNull(log)) {
- operLog.setModule(log.modul());
- operLog.setType(log.type());
- operLog.setMessage(log.desc());
- }
-
- sysOperLogService.save(operLog);
- } catch (Exception e2) {
- log.error("记录操作日志异常:{}", e2);
- }
- }
-
- public Map converMap(Map paramMap) {
- Map rtnMap = new HashMap<>();
- for (String key : paramMap.keySet()) {
- rtnMap.put(key, paramMap.get(key)[0]);
- }
- return rtnMap;
- }
-
- public String stackTraceToString(String exceptionName, String exceptionMessage, StackTraceElement[] elements) {
- StringBuffer strbuff = new StringBuffer();
- for (StackTraceElement stet : elements) {
- strbuff.append(stet + "
");
- }
- String message = exceptionName + ":" + exceptionMessage + "
" + strbuff.toString();
- return message;
- }
-
-
-}
diff --git a/tansci-boot/src/main/java/com/tansci/config/Knife4jConfig.java b/tansci-boot/src/main/java/com/tansci/config/Knife4jConfig.java
deleted file mode 100644
index ff28bbb..0000000
--- a/tansci-boot/src/main/java/com/tansci/config/Knife4jConfig.java
+++ /dev/null
@@ -1,48 +0,0 @@
-package com.tansci.config;
-
-import com.github.xiaoymin.knife4j.spring.annotations.EnableKnife4j;
-import org.springframework.context.annotation.Bean;
-import org.springframework.context.annotation.Configuration;
-import springfox.documentation.builders.ApiInfoBuilder;
-import springfox.documentation.builders.PathSelectors;
-import springfox.documentation.builders.RequestHandlerSelectors;
-import springfox.documentation.service.ApiInfo;
-import springfox.documentation.service.Contact;
-import springfox.documentation.spi.DocumentationType;
-import springfox.documentation.spring.web.plugins.Docket;
-import springfox.documentation.swagger2.annotations.EnableSwagger2;
-
-/**
- * @ClassName: Knife4jConfig.java
- * @ClassPath: com.tansci.config.Knife4jConfig.java
- * @Description: Knife4j配置
- * @Author: tanyp
- * @Date: 2023/3/20 15:22
- **/
-@Configuration
-@EnableSwagger2
-@EnableKnife4j
-public class Knife4jConfig {
-
- @Bean
- public Docket createRestApi() {
- return new Docket(DocumentationType.SWAGGER_2)
- .useDefaultResponseMessages(false)
- .apiInfo(apiInfo())
- .select()
- .apis(RequestHandlerSelectors.basePackage("com.tansci.controller"))
- .paths(PathSelectors.any())
- .build();
-
- }
-
- private ApiInfo apiInfo() {
- return new ApiInfoBuilder()
- .title("API 文档")
- .description("接口文档")
- .contact(new Contact("tanyp", "http://127.0.0.1:8081/doc.html", ""))
- .version("1.0.0")
- .build();
- }
-
-}
diff --git a/tansci-boot/src/main/java/com/tansci/config/MybatisPlusConfig.java b/tansci-boot/src/main/java/com/tansci/config/MybatisPlusConfig.java
deleted file mode 100644
index 0036cb3..0000000
--- a/tansci-boot/src/main/java/com/tansci/config/MybatisPlusConfig.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package com.tansci.config;
-
-import com.baomidou.mybatisplus.annotation.DbType;
-import com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor;
-import com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor;
-import org.mybatis.spring.annotation.MapperScan;
-import org.springframework.context.annotation.Bean;
-import org.springframework.context.annotation.Configuration;
-
-/**
- * @ClassName: MybatisPlusConfig.java
- * @ClassPath: com.tansci.config.MybatisPlusConfig.java
- * @Description: MybatisPlus分页配置
- * @Author: tanyp
- * @Date: 2023/3/20 15:24
- **/
-@Configuration
-@MapperScan("com.tansci.mapper")
-public class MybatisPlusConfig {
-
- @Bean
- public MybatisPlusInterceptor mybatisPlusInterceptor() {
- MybatisPlusInterceptor interceptor = new MybatisPlusInterceptor();
- interceptor.addInnerInterceptor(new PaginationInnerInterceptor(DbType.MYSQL));
- return interceptor;
- }
-
-}
diff --git a/tansci-boot/src/main/java/com/tansci/config/SaTokenConfig.java b/tansci-boot/src/main/java/com/tansci/config/SaTokenConfig.java
index 6c281c1..c3121ae 100644
--- a/tansci-boot/src/main/java/com/tansci/config/SaTokenConfig.java
+++ b/tansci-boot/src/main/java/com/tansci/config/SaTokenConfig.java
@@ -23,7 +23,7 @@ public class SaTokenConfig implements WebMvcConfigurer {
// 验证所有接口
.addPathPatterns("/**")
// 忽略校验
- .excludePathPatterns("/auth/**", "//magic/web/**");
+ .excludePathPatterns("/system/auth/**", "/api/web/**");
}
}
diff --git a/tansci-boot/src/main/java/com/tansci/controller/AuthController.java b/tansci-boot/src/main/java/com/tansci/controller/AuthController.java
deleted file mode 100644
index 06504e3..0000000
--- a/tansci-boot/src/main/java/com/tansci/controller/AuthController.java
+++ /dev/null
@@ -1,85 +0,0 @@
-package com.tansci.controller;
-
-import cn.dev33.satoken.session.SaSessionCustomUtil;
-import cn.dev33.satoken.stp.StpUtil;
-import cn.hutool.captcha.CaptchaUtil;
-import cn.hutool.captcha.LineCaptcha;
-import com.baomidou.mybatisplus.core.metadata.IPage;
-import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
-import com.tansci.common.WrapMapper;
-import com.tansci.common.Wrapper;
-import com.tansci.common.annotation.Log;
-import com.tansci.common.constant.Constants;
-import com.tansci.domain.SysLoginLog;
-import com.tansci.domain.SysUser;
-import com.tansci.domain.vo.SysUserVo;
-import com.tansci.service.SysLoginLogService;
-import com.tansci.service.SysUserService;
-import io.swagger.annotations.Api;
-import io.swagger.annotations.ApiOperation;
-import lombok.extern.slf4j.Slf4j;
-import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.web.bind.annotation.*;
-
-import javax.servlet.http.HttpServletRequest;
-
-/**
- * @ClassName: AuthController.java
- * @ClassPath: com.tansci.controller.AuthController.java
- * @Description: 鉴权管理
- * @Author: tanyp
- * @Date: 2023/3/20 15:52
- **/
-@Slf4j
-@RestController
-@RequestMapping("/auth")
-@Api(value = "auth", tags = "鉴权管理")
-public class AuthController {
-
- @Autowired
- private SysUserService sysUserService;
- @Autowired
- private SysLoginLogService sysLoginLogService;
-
- @ApiOperation(value = "登录", notes = "登录")
- @PostMapping("/login")
- public Wrapper login(HttpServletRequest request, @RequestBody SysUser user) {
- return WrapMapper.wrap(Wrapper.SUCCESS_CODE, Wrapper.SUCCESS_MESSAGE, sysUserService.login(request, user));
- }
-
- @ApiOperation(value = "登出", notes = "登出")
- @GetMapping("/logout")
- public Wrapper