1238 lines
3.0 MiB
1238 lines
3.0 MiB
/*
|
||
Navicat Premium Data Transfer
|
||
|
||
Source Server : localhost
|
||
Source Server Type : MySQL
|
||
Source Server Version : 80032
|
||
Source Host : localhost:3306
|
||
Source Schema : tansci_boot
|
||
|
||
Target Server Type : MySQL
|
||
Target Server Version : 80032
|
||
File Encoding : 65001
|
||
|
||
Date: 12/05/2023 09:23:10
|
||
*/
|
||
|
||
SET NAMES utf8mb4;
|
||
SET FOREIGN_KEY_CHECKS = 0;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for lc_pages
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `lc_pages`;
|
||
CREATE TABLE `lc_pages` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_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 '父页面',
|
||
`pageschema` json NULL COMMENT '页面json',
|
||
`status` int NULL DEFAULT NULL COMMENT '状态:0、正常,1、禁用',
|
||
`creator_id` 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_0900_ai_ci NULL DEFAULT NULL COMMENT '文件描述',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '页面开发' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of lc_pages
|
||
-- ----------------------------
|
||
INSERT INTO `lc_pages` VALUES ('306eeeb4daa0674cbf4026f6910ba5a0', '表格例子', '支持增删改查', '0', '{\"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\": []}', 0, '534a37c366ec47878a6b0c85703d0bc2', '2023-05-12 08:56:35', '2023-05-11 11:24:39', '支持增删改查、分页、筛选的表格例子');
|
||
INSERT INTO `lc_pages` VALUES ('7f08e688-de5a-11ed-8f49-00163e228eed', '轮播图', '轮播图', '0', '{\"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}', 0, NULL, '2023-05-11 10:58:41', '2023-05-11 10:58:43', NULL);
|
||
INSERT INTO `lc_pages` VALUES ('ce620f517565f989d718385d4e4033ac', 'aaaa', NULL, NULL, NULL, NULL, '534a37c366ec47878a6b0c85703d0bc2', '2023-05-12 08:55:56', '2023-05-12 08:55:56', 'aaaa');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for lc_pages_menu
|
||
-- ----------------------------
|
||
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',
|
||
PRIMARY KEY (`pages_id`, `menu_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '页面菜单关系表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of lc_pages_menu
|
||
-- ----------------------------
|
||
INSERT INTO `lc_pages_menu` VALUES ('306eeeb4daa0674cbf4026f6910ba5a0', 'ed9b00353e7f4cf6c446b2d631db8029');
|
||
INSERT INTO `lc_pages_menu` VALUES ('7f08e688-de5a-11ed-8f49-00163e228eed', 'fb9f883cfbacefcaf0805eeea895fd32');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for magic_api_backup
|
||
-- ----------------------------
|
||
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 '原名称',
|
||
`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 '操作人',
|
||
`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;
|
||
|
||
-- ----------------------------
|
||
-- Records of magic_api_backup
|
||
-- ----------------------------
|
||
|
||
-- ----------------------------
|
||
-- Table structure for magic_api_file
|
||
-- ----------------------------
|
||
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 '内容',
|
||
PRIMARY KEY (`file_path`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_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');
|
||
|
||
-- ----------------------------
|
||
-- 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 '分组名称',
|
||
`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 '名称',
|
||
`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',
|
||
`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 '备注',
|
||
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;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_dict
|
||
-- ----------------------------
|
||
INSERT INTO `sys_dict` VALUES ('3048f7228cf80e7f366b60f7138ce1ef', '46de04fc892b613abe4a5ecb88f4cd47', 'oper_log_status', 1, 0, '成功', 1, NULL, NULL, NULL, '2023-04-14 14:41:26', '2023-04-14 10:36:18', '操作成功');
|
||
INSERT INTO `sys_dict` VALUES ('3292493cc1195fc6ad1934e19d4bab2f', '7afe0187e05ce3465c810a49331babc8', 'user_type', 1, 1, '管理员', 1, NULL, NULL, NULL, '2023-04-14 15:40:40', '2023-04-14 15:40:40', '管理员');
|
||
INSERT INTO `sys_dict` VALUES ('402ab9a354ff5f9de90adb9e9afb33fb', '0', 'user_gender', 1, -1, '用户性别', 0, NULL, NULL, NULL, '2023-04-14 15:39:38', '2023-04-14 15:39:38', '用户性别');
|
||
INSERT INTO `sys_dict` VALUES ('46de04fc892b613abe4a5ecb88f4cd47', '0', 'oper_log_status', 1, -1, '操作日志状态', 0, NULL, NULL, NULL, '2023-04-14 10:35:49', '2023-04-14 10:35:49', '操作日志状态');
|
||
INSERT INTO `sys_dict` VALUES ('504f58ac31fd50cd0f250d4bd165bf0b', '0', 'business_type', 0, -1, '业务类型', 0, NULL, NULL, NULL, '2023-04-14 15:34:37', '2023-04-14 15:34:37', '业务类型');
|
||
INSERT INTO `sys_dict` VALUES ('565a9c6f24904ec7a4f084fa96c5434b', '7afe0187e05ce3465c810a49331babc8', 'user_type', 1, 2, '普通用户', 2, NULL, NULL, NULL, '2023-04-14 15:41:07', '2023-04-14 15:41:07', '普通用户');
|
||
INSERT INTO `sys_dict` VALUES ('7afe0187e05ce3465c810a49331babc8', '0', 'user_type', 1, -1, '用户类型', 0, NULL, NULL, NULL, '2023-04-14 15:39:15', '2023-04-14 15:39:15', '用户类型');
|
||
INSERT INTO `sys_dict` VALUES ('ba3ed2cc3a8c450f8a150ee5bbb09abe', '46de04fc892b613abe4a5ecb88f4cd47', 'oper_log_status', 1, 1, '失败', 2, NULL, NULL, NULL, '2023-04-14 14:41:31', '2023-04-14 10:36:43', '操作失败');
|
||
INSERT INTO `sys_dict` VALUES ('bd4b42486c1b522b07cec0d870834952', '402ab9a354ff5f9de90adb9e9afb33fb', 'user_gender', 1, 1, '女', 2, NULL, NULL, NULL, '2023-04-14 15:41:57', '2023-04-14 15:41:57', '女');
|
||
INSERT INTO `sys_dict` VALUES ('c7d736d70f722d15bebe282f4bd317d5', '504f58ac31fd50cd0f250d4bd165bf0b', 'business_type', 0, 1, '业务', 1, NULL, NULL, NULL, '2023-04-14 15:35:36', '2023-04-14 15:35:36', '');
|
||
INSERT INTO `sys_dict` VALUES ('df5903139958429ed65ee82424d69b1b', '402ab9a354ff5f9de90adb9e9afb33fb', 'user_gender', 1, 0, '男', 1, NULL, NULL, NULL, '2023-04-14 15:41:44', '2023-04-14 15:40:09', '男');
|
||
INSERT INTO `sys_dict` VALUES ('f60b86ff25cc5261dafdffdf78b590db', '504f58ac31fd50cd0f250d4bd165bf0b', 'business_type', 0, 0, '系统', 1, NULL, NULL, NULL, '2023-04-14 15:35:23', '2023-04-14 15:35:23', '');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_gen
|
||
-- ----------------------------
|
||
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',
|
||
`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;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_gen
|
||
-- ----------------------------
|
||
INSERT INTO `sys_gen` VALUES ('a54cb7225aa84346843957cb3299ed1f', 'ee837d9cf48a4136bd4b596a1079ca87', 'tansci_boot', 'magic_api_backup', 'magic api 备份', '[{\"tableSchema\":\"tansci_boot\",\"tableName\":\"magic_api_backup\",\"columnName\":\"content\",\"columnComment\":\"备份内容\",\"columnKey\":\"\",\"dataType\":\"blob\",\"isNullable\":\"YES\",\"columnType\":\"blob\",\"columnLength\":\"65535\"},{\"tableSchema\":\"tansci_boot\",\"tableName\":\"magic_api_backup\",\"columnName\":\"create_by\",\"columnComment\":\"操作人\",\"columnKey\":\"\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"columnType\":\"varchar(255)\",\"columnLength\":\"255\"},{\"tableSchema\":\"tansci_boot\",\"tableName\":\"magic_api_backup\",\"columnName\":\"create_date\",\"columnComment\":\"备份时间\",\"columnKey\":\"\",\"dataType\":\"datetime\",\"isNullable\":\"YES\",\"columnType\":\"datetime\",\"columnLength\":null},{\"tableSchema\":\"tansci_boot\",\"tableName\":\"magic_api_backup\",\"columnName\":\"id\",\"columnComment\":\"原对象ID\",\"columnKey\":\"PRI\",\"dataType\":\"varchar\",\"isNullable\":\"NO\",\"columnType\":\"varchar(32)\",\"columnLength\":\"32\"},{\"tableSchema\":\"tansci_boot\",\"tableName\":\"magic_api_backup\",\"columnName\":\"name\",\"columnComment\":\"原名称\",\"columnKey\":\"\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"columnType\":\"varchar(255)\",\"columnLength\":\"255\"},{\"tableSchema\":\"tansci_boot\",\"tableName\":\"magic_api_backup\",\"columnName\":\"tag\",\"columnComment\":\"标签\",\"columnKey\":\"\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"columnType\":\"varchar(32)\",\"columnLength\":\"32\"},{\"tableSchema\":\"tansci_boot\",\"tableName\":\"magic_api_backup\",\"columnName\":\"type\",\"columnComment\":\"类型\",\"columnKey\":\"\",\"dataType\":\"varchar\",\"isNullable\":\"YES\",\"columnType\":\"varchar(255)\",\"columnLength\":\"255\"}]', NULL, NULL, '[]', '{\"moduleName\":\"api\",\"modulePath\":\"/api\",\"businessName\":\"test\",\"businessPath\":\"/test\",\"template\":\"single\",\"pid\":\"\",\"treeId\":\"\",\"treePid\":\"\",\"subTable\":\"\",\"subTableKey\":\"\"}', NULL, '2023-04-28 15:09:03');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_login_log
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_login_log`;
|
||
CREATE TABLE `sys_login_log` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '主键',
|
||
`username` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '登录账号',
|
||
`fail_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '失败密码',
|
||
`type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '登录类型(成功、失败)',
|
||
`browser` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '浏览器',
|
||
`os` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '操作系统',
|
||
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '地理位置',
|
||
`ip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'ip地址',
|
||
`token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT 'token',
|
||
`message` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '失败原因',
|
||
`create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_login_log
|
||
-- ----------------------------
|
||
INSERT INTO `sys_login_log` VALUES ('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 '权限',
|
||
`sort` int NULL DEFAULT NULL COMMENT '排序',
|
||
`component` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_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、已删除',
|
||
`keep_alive` int NULL DEFAULT NULL COMMENT '是否缓存:0、不缓存,1、缓存',
|
||
`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 '描述',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '菜单表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_menu
|
||
-- ----------------------------
|
||
INSERT INTO `sys_menu` VALUES ('06936eec3258c1fa675c8b6b697160f5', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '列表', '', 'dict:list', 0, '', 0, 0, 0, 0, 0, '2023-04-13 16:26:51', '2023-04-13 16:26:51', '');
|
||
INSERT INTO `sys_menu` VALUES ('07e1aebb5b69b55b7eb0ce79fed00f40', 'b1851d1b13594e71840103c11a37a004', '', '', '', '列表', '', 'org:list', 3, '', 0, 0, 0, 0, 0, '2023-04-13 10:35:47', '2023-04-13 10:35:47', '');
|
||
INSERT INTO `sys_menu` VALUES ('0a59255aac53f421613c4d8516fcc305', '1cda1e6f35077cb1f89007fa36343a3d', '', '', '', '保存', '', 'pages:save', 0, NULL, 0, 0, 0, 0, 0, '2023-05-11 11:16:50', '2023-05-11 11:16:50', '');
|
||
INSERT INTO `sys_menu` VALUES ('0e769d6164cff598ae7215c99849bd1c', '1cda1e6f35077cb1f89007fa36343a3d', '', '', '', '删除', '', 'pages:delete', 2, NULL, 0, 0, 0, 0, 0, '2023-05-11 11:17:35', '2023-05-11 11:17:35', '');
|
||
INSERT INTO `sys_menu` VALUES ('11107c717306bd0d9e993cf32a94974e', 'b1851d1b13594e71840103c11a37a006', '', '', '', '删除', '', 'user:delete', 3, NULL, 0, 0, 0, 0, 0, '2023-04-13 11:34:29', '2023-04-13 11:34:29', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('120d967459a9e7323692b3fa49c1ba59', '0', 'monitor', '/monitor', 'Odometer', '系统监控', 'Monitor', NULL, 3, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:44:27', '2023-04-14 08:44:27', '');
|
||
INSERT INTO `sys_menu` VALUES ('1cda1e6f35077cb1f89007fa36343a3d', 'b25838d6e06c6cdad82c1ad9b1096f26', 'lcPages', '/lowcode/LcPages', 'Ticket', '页面管理', 'LcPages', NULL, 4, NULL, 0, 0, 0, 1, 1, '2023-05-11 10:52:58', '2023-05-11 10:52:58', '');
|
||
INSERT INTO `sys_menu` VALUES ('1ec1c1cb127d83f6346904220b3ed20b', 'b1851d1b13594e71840103c11a37a002', 'dict', '/system/Dict', 'Coin', '字典管理', 'Dist', NULL, 5, NULL, 0, 0, 0, 0, 1, '2023-04-13 16:26:19', '2023-04-13 16:26:19', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('223588533ceb03066c89940863dc747e', 'b25838d6e06c6cdad82c1ad9b1096f26', 'codeGen', '/lowcode/CodeGen', 'SwitchFilled', '代码生成', 'CodeGen', NULL, 2, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:54:08', '2023-04-14 08:54:08', '');
|
||
INSERT INTO `sys_menu` VALUES ('3afbad18e475a7f7a4aeec6ab6e6c0fc', '1cda1e6f35077cb1f89007fa36343a3d', '', '', '', '修改', '', 'pages:update', 1, NULL, 0, 0, 0, 0, 0, '2023-05-11 11:17:13', '2023-05-11 11:17:13', '');
|
||
INSERT INTO `sys_menu` VALUES ('44979f524b88ed2dfbf14e4267ebd045', 'b1851d1b13594e71840103c11a37a004', '', '', '', '删除', '', 'org:delete', 1, '', 0, 0, 0, 0, 0, '2023-04-13 10:34:53', '2023-04-13 10:34:53', '');
|
||
INSERT INTO `sys_menu` VALUES ('5de088a93f0828a57e4c70959831458b', 'b1851d1b13594e71840103c11a37a004', '', '', '', '保存', '', 'org:save', 0, '', 0, 0, 0, 0, 0, '2023-04-13 10:33:43', '2023-04-13 10:33:43', '');
|
||
INSERT INTO `sys_menu` VALUES ('5df7c65d51129baefee123ef3bc2d7de', 'ea83fb03d2117cb287973d6889984686', 'magicapi', 'https://www.ssssssss.org/magic-api/pages/quick/single/', 'Clock', '框架', 'magicapi', NULL, 2, '', 0, 1, 0, 0, 1, '2023-04-11 11:25:08', '2023-04-11 11:25:08', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('5e67672047d0a00bf861ba2255535238', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '修改', '', 'dict:update', 2, '', 0, 0, 0, 0, 0, '2023-04-13 16:27:29', '2023-04-13 16:27:29', '');
|
||
INSERT INTO `sys_menu` VALUES ('628431d108e3530ac37dfa2180dff376', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '保存', '', 'dict:save', 1, '', 0, 0, 0, 0, 0, '2023-04-13 16:27:07', '2023-04-13 16:27:07', '');
|
||
INSERT INTO `sys_menu` VALUES ('7b02ec134bcd2a74b7930ce03da4b8bb', '120d967459a9e7323692b3fa49c1ba59', 'loginLog', '/monitor/LoginLog', 'User', '登录日志', 'LoginLog', NULL, 1, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:48:07', '2023-04-14 08:48:07', '');
|
||
INSERT INTO `sys_menu` VALUES ('850a1c29af28318e6e470a14aaeb50e5', 'b1851d1b13594e71840103c11a37a006', '', '', '', '保存', '', 'user:save', 0, '', 0, 0, 0, 0, 0, '2023-04-13 11:33:37', '2023-04-13 11:33:37', '');
|
||
INSERT INTO `sys_menu` VALUES ('9658b61b187ae33b7c8c39fc8c1265dc', '120d967459a9e7323692b3fa49c1ba59', 'onlineUser', '/monitor/OnlineUser', 'Avatar', '在线用户', 'OnlineUser', NULL, 3, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:50:35', '2023-04-14 08:50:35', '');
|
||
INSERT INTO `sys_menu` VALUES ('9a36ed1841e3e6d2da32df17980edaa2', 'b25838d6e06c6cdad82c1ad9b1096f26', 'interface', '/lowcode/Interface', 'Connection', '接口开发', 'Interface', NULL, 1, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:52:17', '2023-04-14 08:52:17', '');
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a002', '0', 'system', '/system', 'Tools', '系统管理', 'System', NULL, 1, NULL, 0, 0, 0, 0, 1, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a003', 'b1851d1b13594e71840103c11a37a002', 'menu', '/system/Menu', 'Grid', '菜单管理', 'Menu', NULL, 2, NULL, 0, 0, 0, 0, 1, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a004', 'b1851d1b13594e71840103c11a37a002', 'org', '/system/Org', 'SetUp', '组织管理', 'Org', NULL, 3, NULL, 0, 0, 0, 0, 1, '2023-04-13 11:30:56', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a005', 'b1851d1b13594e71840103c11a37a002', 'role', '/system/Role', 'Help', '角色管理', 'Role', NULL, 4, NULL, 0, 0, 0, 0, 1, '2023-04-13 11:32:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a006', 'b1851d1b13594e71840103c11a37a002', 'user', '/system/User', 'User', '用户管理', 'User', NULL, 5, NULL, 0, 0, 0, 0, 1, '2023-04-13 11:32:34', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a007', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '保存', 'save', 'menu:save', 6, NULL, 0, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a008', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '删除', 'delete', 'menu:delete', 6, NULL, 0, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a009', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '修改', 'update', 'menu:update', 6, NULL, 0, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a010', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '详情', 'view', 'menu:view', 6, NULL, 0, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b1851d1b13594e71840103c11a37a011', 'b1851d1b13594e71840103c11a37a003', NULL, NULL, NULL, '列表', 'list', 'menu:list', 6, NULL, 0, 0, 0, 0, 0, '2023-03-29 08:57:50', '2023-03-29 08:57:52', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('b25838d6e06c6cdad82c1ad9b1096f26', '0', 'lowcode', '/lowcode', 'Edit', '应用开发', 'Lowcode', NULL, 4, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:46:15', '2023-04-14 08:46:15', '');
|
||
INSERT INTO `sys_menu` VALUES ('b4cfa05bff2269fee06788b32115851a', 'b1851d1b13594e71840103c11a37a006', '', '', '', '修改', '', 'user:update', 1, '', 0, 0, 0, 0, 0, '2023-04-13 14:44:51', '2023-04-13 11:34:04', '');
|
||
INSERT INTO `sys_menu` VALUES ('b8db9ff560e383e59d604e19c9fbd3cb', 'b1851d1b13594e71840103c11a37a006', '', '', '', '列表', '', 'user:list', 4, '', 0, 0, 0, 0, 0, '2023-04-13 11:34:49', '2023-04-13 11:34:49', '');
|
||
INSERT INTO `sys_menu` VALUES ('b9401c42bc1e58e0a48e6b3308cff617', '1ec1c1cb127d83f6346904220b3ed20b', '', '', '', '删除', '', 'dict:delete', 4, '', 0, 0, 0, 0, 0, '2023-04-13 16:27:48', '2023-04-13 16:27:48', '');
|
||
INSERT INTO `sys_menu` VALUES ('ea83fb03d2117cb287973d6889984686', '0', 'demo', '/demo', 'ChromeFilled', '菜单实例', 'Demo', NULL, 2, '', 0, 0, 0, 1, 1, '2023-04-11 11:10:46', '2023-04-11 11:10:46', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('ed9b00353e7f4cf6c446b2d631db8029', 'b25838d6e06c6cdad82c1ad9b1096f26', 'testPages', '/lowcode/testPages', 'Camera', '测试页面', 'TestPages', NULL, 5, NULL, 1, 0, 0, 1, 1, '2023-05-11 11:38:35', '2023-05-11 11:38:35', '');
|
||
INSERT INTO `sys_menu` VALUES ('f3138bd5b256d82f9eebe07c6679cf15', 'b1851d1b13594e71840103c11a37a004', '', '', '', '修改', '', 'org:update', 2, '', 0, 0, 0, 0, 0, '2023-04-13 10:35:17', '2023-04-13 10:35:17', '');
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0666', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '列表', 'list', 'role:list', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0667', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '添加', 'save', 'role:save', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0668', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '修改', 'update', 'role:update', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0669', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '删除', 'delete', 'role:delete', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0670', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '菜单权限', 'menu', 'role:menu', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0671', 'b1851d1b13594e71840103c11a37a005', NULL, NULL, NULL, '数据权限', 'data', 'role:data', 1, '', 0, 0, 0, 0, 0, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('f8b972bc005a9c6691a43b76839b0675', 'ea83fb03d2117cb287973d6889984686', 'Iframe', 'https://www.bing.com/?mkt=zh-CN', 'Bicycle', '必应', 'Iframe', NULL, 1, '', 0, 1, 0, 0, 1, '2023-04-11 11:26:05', '2023-04-11 11:12:16', NULL);
|
||
INSERT INTO `sys_menu` VALUES ('fb9f883cfbacefcaf0805eeea895fd32', 'b25838d6e06c6cdad82c1ad9b1096f26', 'textForm', '/lowcode/textForm', 'Checked', '测试表单', 'textForm', NULL, 6, NULL, 1, 0, 0, 1, 1, '2023-05-12 09:04:13', '2023-05-12 09:04:13', '');
|
||
INSERT INTO `sys_menu` VALUES ('fdaf429afb33d54beeee7eaea93e5e96', '120d967459a9e7323692b3fa49c1ba59', 'operLog', '/monitor/OperLog', 'Cpu', '操作日志', 'OperLog', NULL, 2, NULL, 0, 0, 0, 1, 1, '2023-04-14 08:49:04', '2023-04-14 08:49:04', '');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_oper_log
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_oper_log`;
|
||
CREATE TABLE `sys_oper_log` (
|
||
`id` varchar(64) CHARACTER SET 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 '响应参数',
|
||
`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 '操作用户名称',
|
||
`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 '版本号',
|
||
`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;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_oper_log
|
||
-- ----------------------------
|
||
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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('05a2e36eb380c8f71c586b1f77562e5c', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-11 13:56:32');
|
||
INSERT INTO `sys_oper_log` VALUES ('05e03bdd282144f47feeb11a6d48ae29', '字典管理', '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 10:48:06');
|
||
INSERT INTO `sys_oper_log` VALUES ('05f7d28327eed3a1370f0a1da11d7869', '菜单管理', '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\"}]}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-12 08:30:14');
|
||
INSERT INTO `sys_oper_log` VALUES ('07065eacd4e734270a88e05feab1c9e6', '角色管理', '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\"}]}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/list', '127.0.0.1', NULL, NULL, '2023-05-06 14:30:40');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('08fdabbf3c1e78a2524951f56b786c4e', '页面管理', '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:09:02');
|
||
INSERT INTO `sys_oper_log` VALUES ('0926d04f4391093c8c42eac736bcd49c', '菜单管理', '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:32:29');
|
||
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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('1033eb4d0130023dcffe091e870757be', '菜单管理', '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:56');
|
||
INSERT INTO `sys_oper_log` VALUES ('10401357a90295653b674934cd353bf1', '菜单管理', '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:33:29');
|
||
INSERT INTO `sys_oper_log` VALUES ('110f94b44103a79d6889c27cfeb07102', '菜单管理', '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}]}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:22:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('11178c0ec87493412e86606ab60d6337', '页面管理', '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:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('111cfda15fecbc8c01a8aad16beb80f3', '用户管理', '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-11 10:49:37');
|
||
INSERT INTO `sys_oper_log` VALUES ('112a44366ea4febb5014a1647f3c5720', '菜单管理', '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\"}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-06 14:31:05');
|
||
INSERT INTO `sys_oper_log` VALUES ('116ca95914f1bef8f67e11dabadcef17', '页面管理', '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:35:53');
|
||
INSERT INTO `sys_oper_log` VALUES ('1174f2b27f557f222f0dd6924632b44c', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"5\",\"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}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:24:20');
|
||
INSERT INTO `sys_oper_log` VALUES ('117e3302f68ec6f969b17d719b81dfc9', '字典管理', '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-05 10:07:53');
|
||
INSERT INTO `sys_oper_log` VALUES ('11d58eab45db92c95377364fdda7101a', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 39, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-12 08:46:36');
|
||
INSERT INTO `sys_oper_log` VALUES ('11f47db413cda79533545f846f22cd3b', '菜单管理', '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}]}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:29:45');
|
||
INSERT INTO `sys_oper_log` VALUES ('12087fa098190dbb9ac95717d236e618', '页面管理', '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}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 16:28:06');
|
||
INSERT INTO `sys_oper_log` VALUES ('12292cdc15514495114ecc4fa66c6e6b', '字典管理', '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:18:58');
|
||
INSERT INTO `sys_oper_log` VALUES ('1248d71eed14d6fdb67f11636d5b7656', '用户管理', '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 13:15:04');
|
||
INSERT INTO `sys_oper_log` VALUES ('125d70341b3613c12a19488344f936f6', '用户管理', '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:45:20');
|
||
INSERT INTO `sys_oper_log` VALUES ('12ccf515c484d19a6fbe2b91ad557682', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-11 13:34:51');
|
||
INSERT INTO `sys_oper_log` VALUES ('12de2827f64f7162ce057430d65d77d3', '页面管理', '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\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:48:16');
|
||
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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('18f34fb14575024a4e8579007356fe1b', '字典管理', '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-04 09:46:46');
|
||
INSERT INTO `sys_oper_log` VALUES ('19c854a7dac056df027f02674bdbde54', '菜单管理', '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:05:51');
|
||
INSERT INTO `sys_oper_log` VALUES ('1acb16cbee47db5b22272328388c4454', '菜单管理', '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:37');
|
||
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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('1e16eafb59f8102ec69385385ad60044', '用户管理', '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:14:46');
|
||
INSERT INTO `sys_oper_log` VALUES ('1f0d3ff05a760d470ac3fbbb875b74a9', '页面管理', '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 13:34:35');
|
||
INSERT INTO `sys_oper_log` VALUES ('1f1d0d7e21eea1114bcb7a594081c7b1', '页面管理', '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}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:21:46');
|
||
INSERT INTO `sys_oper_log` VALUES ('1f294086531633424d28ee9fd5bcad23', '字典管理', '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:55:25');
|
||
INSERT INTO `sys_oper_log` VALUES ('1f4e604f6bae26cb2075a65d29a7beaf', '页面管理', '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}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:39:00');
|
||
INSERT INTO `sys_oper_log` VALUES ('1f64077813683206f65c020610c7cff1', '页面管理', 'com.tansci.controller.LcPagesController.delete', 'DELETE', '删除', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":1}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/delete/24c3c80f-de5a-11ed-8f49-00163e228eed', '127.0.0.1', NULL, NULL, '2023-05-12 08:38:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('1fbc083fa7971ef3d6d6db586394c6db', '字典管理', '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-06 14:27:33');
|
||
INSERT INTO `sys_oper_log` VALUES ('2006acf444335953765159a2796cc090', '菜单管理', '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}]}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:10:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('2018481bea518ffe4e8b742be3a2d7ae', '页面管理', '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\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:31:14');
|
||
INSERT INTO `sys_oper_log` VALUES ('201fa38ddb1f4b806d9c3705a75f82c9', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 13:15:04');
|
||
INSERT INTO `sys_oper_log` VALUES ('208874ad4386fbe724a3822a7c1c3289', '字典管理', 'com.tansci.controller.SysDictController.list', 'SELECT', '列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"createTime\":\"2023-04-14 15:41:57\",\"dicLabel\":\"女\",\"dicValue\":1,\"groupName\":\"user_gender\",\"id\":\"bd4b42486c1b522b07cec0d870834952\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"女\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:57\"},{\"createTime\":\"2023-04-14 15:40:09\",\"dicLabel\":\"男\",\"dicValue\":0,\"groupName\":\"user_gender\",\"id\":\"df5903139958429ed65ee82424d69b1b\",\"parentId\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"remarks\":\"男\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:41:44\"},{\"createTime\":\"2023-04-14 15:41:07\",\"dicLabel\":\"普通用户\",\"dicValue\":2,\"groupName\":\"user_type\",\"id\":\"565a9c6f24904ec7a4f084fa96c5434b\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"普通用户\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 15:41:07\"},{\"createTime\":\"2023-04-14 15:40:40\",\"dicLabel\":\"管理员\",\"dicValue\":1,\"groupName\":\"user_type\",\"id\":\"3292493cc1195fc6ad1934e19d4bab2f\",\"parentId\":\"7afe0187e05ce3465c810a49331babc8\",\"remarks\":\"管理员\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 15:40:40\"},{\"createTime\":\"2023-04-14 15:39:38\",\"dicLabel\":\"用户性别\",\"dicValue\":-1,\"groupName\":\"user_gender\",\"id\":\"402ab9a354ff5f9de90adb9e9afb33fb\",\"parentId\":\"0\",\"remarks\":\"用户性别\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:38\"},{\"createTime\":\"2023-04-14 15:39:15\",\"dicLabel\":\"用户类型\",\"dicValue\":-1,\"groupName\":\"user_type\",\"id\":\"7afe0187e05ce3465c810a49331babc8\",\"parentId\":\"0\",\"remarks\":\"用户类型\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 15:39:15\"},{\"createTime\":\"2023-04-14 15:35:36\",\"dicLabel\":\"业务\",\"dicValue\":1,\"groupName\":\"business_type\",\"id\":\"c7d736d70f722d15bebe282f4bd317d5\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:36\"},{\"createTime\":\"2023-04-14 15:35:23\",\"dicLabel\":\"系统\",\"dicValue\":0,\"groupName\":\"business_type\",\"id\":\"f60b86ff25cc5261dafdffdf78b590db\",\"parentId\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"remarks\":\"\",\"sort\":1,\"type\":0,\"updateTime\":\"2023-04-14 15:35:23\"},{\"createTime\":\"2023-04-14 15:34:37\",\"dicLabel\":\"业务类型\",\"dicValue\":-1,\"groupName\":\"business_type\",\"id\":\"504f58ac31fd50cd0f250d4bd165bf0b\",\"parentId\":\"0\",\"remarks\":\"业务类型\",\"sort\":0,\"type\":0,\"updateTime\":\"2023-04-14 15:34:37\"},{\"createTime\":\"2023-04-14 10:36:43\",\"dicLabel\":\"失败\",\"dicValue\":1,\"groupName\":\"oper_log_status\",\"id\":\"ba3ed2cc3a8c450f8a150ee5bbb09abe\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作失败\",\"sort\":2,\"type\":1,\"updateTime\":\"2023-04-14 14:41:31\"},{\"createTime\":\"2023-04-14 10:36:18\",\"dicLabel\":\"成功\",\"dicValue\":0,\"groupName\":\"oper_log_status\",\"id\":\"3048f7228cf80e7f366b60f7138ce1ef\",\"parentId\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"remarks\":\"操作成功\",\"sort\":1,\"type\":1,\"updateTime\":\"2023-04-14 14:41:26\"},{\"createTime\":\"2023-04-14 10:35:49\",\"dicLabel\":\"操作日志状态\",\"dicValue\":-1,\"groupName\":\"oper_log_status\",\"id\":\"46de04fc892b613abe4a5ecb88f4cd47\",\"parentId\":\"0\",\"remarks\":\"操作日志状态\",\"sort\":0,\"type\":1,\"updateTime\":\"2023-04-14 10:35:49\"}]}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-05 09:06:24');
|
||
INSERT INTO `sys_oper_log` VALUES ('209054fd9f51d8eeacb216c91ff27e9f', '字典管理', '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-05-06 14:31:20');
|
||
INSERT INTO `sys_oper_log` VALUES ('20d30aaba45aeed9718972d02a27eaf0', '菜单管理', '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}]}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:16');
|
||
INSERT INTO `sys_oper_log` VALUES ('21479ec7074eea7dd539f5649958d5b6', '页面管理', '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}}', 58, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 14:12:10');
|
||
INSERT INTO `sys_oper_log` VALUES ('227dc4b215bec26b95e862073b3e75d8', '菜单管理', '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}]}', 141, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:01:58');
|
||
INSERT INTO `sys_oper_log` VALUES ('22997ceb2f95a6d58869cbddbd291556', '字典管理', '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 16:18:12');
|
||
INSERT INTO `sys_oper_log` VALUES ('22a2bb9b0c5ffb058ec06b5ece825c87', '菜单管理', '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 16:06:34');
|
||
INSERT INTO `sys_oper_log` VALUES ('22afe388cfa3c76456e84887133eedc4', '用户管理', '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 09:39:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('22e45b8747055e72a979580be938ed2c', '菜单管理', '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\"}]}', 37, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 13:50:13');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('259cbd70bebd59ebf2e4f9951db3d17b', '鉴权管理', '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-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}}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/auth/onlineUser', '127.0.0.1', NULL, NULL, '2023-05-06 14:28:35');
|
||
INSERT INTO `sys_oper_log` VALUES ('261831c8ae6b2ba16bf8d6e8d44bbfae', '用户管理', '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:32');
|
||
INSERT INTO `sys_oper_log` VALUES ('264984b04483c2c7af2930efbabdef6e', '用户管理', '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:00:31');
|
||
INSERT INTO `sys_oper_log` VALUES ('26f6cfe9ba16bdcae42d17425beb5e57', '组织管理', '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\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysorg/list', '127.0.0.1', NULL, NULL, '2023-05-08 11:36:59');
|
||
INSERT INTO `sys_oper_log` VALUES ('27249620f2e98d5e5d0d5c389c2e26c1', '角色管理', '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}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:25:59');
|
||
INSERT INTO `sys_oper_log` VALUES ('27353a983207990f6f5d41d1bbd930cf', '字典管理', '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 13:52:04');
|
||
INSERT INTO `sys_oper_log` VALUES ('2781d399cc55380bc35a5376069a71d6', '菜单管理', '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:42');
|
||
INSERT INTO `sys_oper_log` VALUES ('285c56ef432d24384b5b43420d844bca', '页面管理', '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}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:56');
|
||
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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('2a883be08a839237f199480c3a498b1b', '用户管理', '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:05:05');
|
||
INSERT INTO `sys_oper_log` VALUES ('2b5d835c93f006b6e93563008c4321c9', '页面管理', 'com.tansci.controller.LcPagesController.bindMenu', 'DELETE', '绑定菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":\"ok\"}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/bindMenu', '127.0.0.1', NULL, NULL, '2023-05-12 08:37:05');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('2d5616e9c6af0f244dd326e97ee707d6', '页面管理', '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: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\"}}', 1, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/get/24c3c80f-de5a-11ed-8f49-00163e228eed', '127.0.0.1', NULL, NULL, '2023-05-11 15:18:45');
|
||
INSERT INTO `sys_oper_log` VALUES ('2d5f8ed7a75be5fbfccfa914b3c94ae8', '字典管理', '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 10:21:14');
|
||
INSERT INTO `sys_oper_log` VALUES ('2d718af78be9a294d41d8735e38f276c', '菜单管理', '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\"}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:13');
|
||
INSERT INTO `sys_oper_log` VALUES ('2d8e7b49261d2144049ba436dcbf3e65', '菜单管理', '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\"}]}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:49');
|
||
INSERT INTO `sys_oper_log` VALUES ('2de8c7ef86c12c672c2de524e904ca04', '页面管理', '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:50:25\"},{\"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}}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:50:30');
|
||
INSERT INTO `sys_oper_log` VALUES ('2ee502796869c87432eed153b18d4481', '页面管理', '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}}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:46:42');
|
||
INSERT INTO `sys_oper_log` VALUES ('2ef34ad06be1a1dcdd4d6be653768f6d', '页面管理', '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}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:20:50');
|
||
INSERT INTO `sys_oper_log` VALUES ('2f3a9f0cbdb3fa9b43ae976c88e19789', '用户管理', '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\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:30');
|
||
INSERT INTO `sys_oper_log` VALUES ('2f882547b32040abb0f24a364a7d070e', '菜单管理', '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\"}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:39');
|
||
INSERT INTO `sys_oper_log` VALUES ('2f974141f756ca5d9a6d66f9576dd688', '页面管理', '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}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:53:03');
|
||
INSERT INTO `sys_oper_log` VALUES ('3017979df9c3e38a4e1e05c7e18f27ac', '字典管理', '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-04 10:16:04');
|
||
INSERT INTO `sys_oper_log` VALUES ('302c77b9f168fc9bd1fdd86279e47a18', '菜单管理', '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 13:52:04');
|
||
INSERT INTO `sys_oper_log` VALUES ('30677ee08a0a08333257e79987d448c5', '页面管理', '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}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:38:40');
|
||
INSERT INTO `sys_oper_log` VALUES ('315f0cfe477dd07f44f29fee38c38fb9', '用户管理', '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}}', 71, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-04 09:48:19');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('33d32637b06075c6562c31280440b9ca', '用户管理', '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 14:41:16');
|
||
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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('38b246c2a2e3082c3ca7555fa8d329f2', '用户管理', '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:05');
|
||
INSERT INTO `sys_oper_log` VALUES ('3968790a4fd3bfdf06e7ecf0791bb046', '页面管理', '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\"}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:52:33');
|
||
INSERT INTO `sys_oper_log` VALUES ('39ada7c79f7dba5bfca7b5a683aa17d4', '菜单管理', '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\"}]}', 31, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 10:52:58');
|
||
INSERT INTO `sys_oper_log` VALUES ('39cf55f3f986dab34b6ee9cf523578bc', '字典管理', '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 17:29:56');
|
||
INSERT INTO `sys_oper_log` VALUES ('39fa9bbb9661a4674113e39accdc25de', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', NULL, 37258, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/sysmenu/menus', '127.0.0.1', 'java.lang.NullPointerException:null<br/>com.tansci.service.impl.SysMenuServiceImpl.menus(SysMenuServiceImpl.java:111)<br/>com.tansci.service.impl.SysMenuServiceImpl$$FastClassBySpringCGLIB$$58665f75.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)<br/>org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)<br/>com.tansci.service.impl.SysMenuServiceImpl$$EnhancerBySpringCGLIB$$97aa06b2.menus(<generated>)<br/>com.tansci.controller.SysMenuController.menus(SysMenuController.java:40)<br/>com.tansci.controller.SysMenuController$$FastClassBySpringCGLIB$$8cd2e7ff.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)<br/>com.tansci.controller.SysMenuController$$EnhancerBySpringCGLIB$$8cb00925.menus(<generated>)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:498)<br/>org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)<br/>org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)<br/>org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)<br/>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br/>org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)<br/>org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)<br/>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)<br/>org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:670)<br/>org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:779)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)<br/>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<br/>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)<br/>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)<br/>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br/>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<br/>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)<br/>org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)<br/>org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<br/>org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)<br/>org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)<br/>org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)<br/>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br/>java.lang.Thread.run(Thread.java:748)<br/>', NULL, '2023-05-08 10:39:01');
|
||
INSERT INTO `sys_oper_log` VALUES ('3a53566263445f5f12bcddf4097db59a', '字典管理', '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 10:23:12');
|
||
INSERT INTO `sys_oper_log` VALUES ('3a8d33d676ba30f31b493f1c2a04ca2e', '角色管理', '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\":[{\"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\"}]}}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:37');
|
||
INSERT INTO `sys_oper_log` VALUES ('3b093bec2c8204b4c0694a1a8bcdb6f4', '菜单管理', '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}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:14:25');
|
||
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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('3ed0ec033baa9b0c906c7dbbf3e64334', '页面管理', '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:05:52');
|
||
INSERT INTO `sys_oper_log` VALUES ('3f22ee135231d307df8e040f7c2b2406', '字典管理', '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 17:09:02');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('3fe2d38204c3daf70ece248324969d8e', '页面管理', '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: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\"}}', 2, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/get/306eeeb4daa0674cbf4026f6910ba5a0', '127.0.0.1', NULL, NULL, '2023-05-12 08:39:46');
|
||
INSERT INTO `sys_oper_log` VALUES ('3fe5effd4da908a6350e67f3a5cd28b9', '用户管理', '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 17:07:39');
|
||
INSERT INTO `sys_oper_log` VALUES ('3feba75515ab2c5f01ed53d5ffebb2cb', '菜单管理', '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}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:37:18');
|
||
INSERT INTO `sys_oper_log` VALUES ('400950f7bfba0c1b15cf1577ce39fa3a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 10316, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:00:31');
|
||
INSERT INTO `sys_oper_log` VALUES ('4025e32c400a9141a00f52572b71126e', '字典管理', '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:16:06');
|
||
INSERT INTO `sys_oper_log` VALUES ('4030533d25c87116882f5045cd0b3a3b', '菜单管理', '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\"}]}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 10:49:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('404b5489611f5f268a91cd2926e5b966', '页面管理', '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\":[\"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\":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\":[],\"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-12 08:25:03');
|
||
INSERT INTO `sys_oper_log` VALUES ('40a87a90e864af9275520066df9365c3', '页面管理', '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 15:07:32');
|
||
INSERT INTO `sys_oper_log` VALUES ('40cd68f872982a3cd9046926e0efa314', '字典管理', '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:24:13');
|
||
INSERT INTO `sys_oper_log` VALUES ('40f5adf836b76aa6eadddfff8bb40921', '菜单管理', '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:22:22');
|
||
INSERT INTO `sys_oper_log` VALUES ('4157f913cd34402339d7707b2edd20b4', '菜单管理', '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}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:07:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('415e6b7f09c9af9d4143b0ec5eb46e17', '页面管理', '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:53:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('41b2619a84692456ff59d253d55c578e', '用户管理', '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:15:22');
|
||
INSERT INTO `sys_oper_log` VALUES ('41f639ca2d83f8d12cb1a9d2187a04aa', '用户管理', '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}}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:28:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('428e0187718f8dfb9a05b0439708991e', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', NULL, 65, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/sysmenu/menus', '127.0.0.1', 'java.lang.NullPointerException:null<br/>com.tansci.service.impl.SysMenuServiceImpl.menus(SysMenuServiceImpl.java:111)<br/>com.tansci.service.impl.SysMenuServiceImpl$$FastClassBySpringCGLIB$$58665f75.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)<br/>org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)<br/>com.tansci.service.impl.SysMenuServiceImpl$$EnhancerBySpringCGLIB$$97aa06b2.menus(<generated>)<br/>com.tansci.controller.SysMenuController.menus(SysMenuController.java:40)<br/>com.tansci.controller.SysMenuController$$FastClassBySpringCGLIB$$8cd2e7ff.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)<br/>com.tansci.controller.SysMenuController$$EnhancerBySpringCGLIB$$8cb00925.menus(<generated>)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:498)<br/>org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)<br/>org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)<br/>org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)<br/>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br/>org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)<br/>org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)<br/>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)<br/>org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:670)<br/>org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:779)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)<br/>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<br/>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)<br/>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)<br/>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br/>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<br/>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)<br/>org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)<br/>org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<br/>org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)<br/>org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)<br/>org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)<br/>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br/>java.lang.Thread.run(Thread.java:748)<br/>', NULL, '2023-05-08 10:38:02');
|
||
INSERT INTO `sys_oper_log` VALUES ('4296fb8c63625277fa9d6145e6e12a6a', '页面管理', '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: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}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:39:33');
|
||
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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('4657de63b68ecb37f605e36fa5bcfa8b', '用户管理', '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}}', 39, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/page', '127.0.0.1', NULL, NULL, '2023-05-06 14:30:37');
|
||
INSERT INTO `sys_oper_log` VALUES ('46ec0ffeda25813657e5aac8a4b15ca7', '页面管理', '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}}', 54, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:15:08');
|
||
INSERT INTO `sys_oper_log` VALUES ('47195c6a4839d0537aa380c2c95ae9d9', '页面管理', '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:07:39');
|
||
INSERT INTO `sys_oper_log` VALUES ('48073d4de34d61e7aa0fcc7d04b843ce', '字典管理', '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:19:45');
|
||
INSERT INTO `sys_oper_log` VALUES ('48cfce85a156e7b970541fda7129be59', '字典管理', '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:00:31');
|
||
INSERT INTO `sys_oper_log` VALUES ('493cda10dd4fb6deecffc7f8523adeb9', '页面管理', '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-12 09:09:52');
|
||
INSERT INTO `sys_oper_log` VALUES ('49bcc6d39416f90ff2c07039840cc2d3', '字典管理', '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\"}]}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysdict/list', '127.0.0.1', NULL, NULL, '2023-05-11 17:05:52');
|
||
INSERT INTO `sys_oper_log` VALUES ('49bf24acdc9bcd745fc8235e8cc3af3a', '菜单管理', '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}]}', 163, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 14:27:33');
|
||
INSERT INTO `sys_oper_log` VALUES ('4a010420ddb7abafd4ebfcd73a70fc29', '用户管理', '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-08 09:59:18');
|
||
INSERT INTO `sys_oper_log` VALUES ('4a11f1b6a6a9acd68f469ff8ebf857f8', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"2\",\"size\":\"8\",\"title\":\"d\",\"parentid\":\"0\"}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"current\":1,\"optimizeCountSql\":true,\"orders\":[],\"pages\":0,\"records\":[],\"searchCount\":true,\"size\":8,\"total\":0}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:04:41');
|
||
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 ('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 ('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 ('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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('5265f30df959ab4b5abb58fa40308476', '页面管理', '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}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:16');
|
||
INSERT INTO `sys_oper_log` VALUES ('52921dc7f0547bcf50a76313e981af80', '字典管理', '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:14:25');
|
||
INSERT INTO `sys_oper_log` VALUES ('52eb1612c8a48a04bbf9de7db26421cd', '字典管理', '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-08 11:36:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('531df57587e5ff86d44f32f333478d29', '用户管理', '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\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-05 09:20:47');
|
||
INSERT INTO `sys_oper_log` VALUES ('53375a8eee27206202dc76774bd31867', '菜单管理', 'com.tansci.controller.SysMenuController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:16:50');
|
||
INSERT INTO `sys_oper_log` VALUES ('534752a55da05e4de641a3c9b7037988', '用户管理', '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-05 09:10:25');
|
||
INSERT INTO `sys_oper_log` VALUES ('53b8538e03fb684a0edfd3535d5a23d6', '菜单管理', '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-12 08:36:45');
|
||
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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('59c4c41366379be02966f625084e12e0', '页面管理', 'com.tansci.controller.LcPagesController.bindMenu', 'DELETE', '绑定菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":\"ok\"}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/bindMenu', '127.0.0.1', NULL, NULL, '2023-05-11 11:39:00');
|
||
INSERT INTO `sys_oper_log` VALUES ('59c50173f85c5aaa206968a4baead4e3', '字典管理', '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:10:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('5a675c1392b602077f477d707395a72a', '字典管理', '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:22:22');
|
||
INSERT INTO `sys_oper_log` VALUES ('5b91ee5b30f59c7085c154f894126250', '字典管理', '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 13:52:45');
|
||
INSERT INTO `sys_oper_log` VALUES ('5bbac4f6857f5f621928a5a052115c71', '菜单管理', '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}]}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-06 16:24:46');
|
||
INSERT INTO `sys_oper_log` VALUES ('5be6f8dc15ba0c38850811df90784489', '角色管理', '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}}', 28, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/page', '127.0.0.1', NULL, NULL, '2023-05-06 15:24:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('5be8730f24e9bbb6a093723496ab3348', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"1\",\"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:26:16');
|
||
INSERT INTO `sys_oper_log` VALUES ('5d064c9f821faee4fa075baa2a35399e', '字典管理', '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:19:46');
|
||
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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('6201d1e8ca5dbdbeca212407a343be46', '菜单管理', '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}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:11:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('6254657eabc46454a527fc1243770a66', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 36, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-12 08:50:25');
|
||
INSERT INTO `sys_oper_log` VALUES ('625ceef03c67b9e234859cd4fddc78db', '页面管理', '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 14:44:10');
|
||
INSERT INTO `sys_oper_log` VALUES ('628dd0caa077c770f8b0ba80c7d20b04', '菜单管理', '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:20');
|
||
INSERT INTO `sys_oper_log` VALUES ('62d5a6553d11e777523b209f065b97e3', '菜单管理', '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}]}', 24, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-04 10:15:39');
|
||
INSERT INTO `sys_oper_log` VALUES ('62fc1b5d28f336a4cd86b59d5aafbb97', '页面管理', '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:47');
|
||
INSERT INTO `sys_oper_log` VALUES ('63bd6b0b175334ac1adcb3bd380203f0', '页面管理', '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}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:17:42');
|
||
INSERT INTO `sys_oper_log` VALUES ('642b4ae036c4b497207e7c3084aad4e7', '用户管理', '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:06:07');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('666a3dab001d80debbcbcca88aacb63b', '页面管理', '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}}', 8, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:56');
|
||
INSERT INTO `sys_oper_log` VALUES ('667cca5d6ab4233d0e3da1d4a9b372cd', '字典管理', '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:09:52');
|
||
INSERT INTO `sys_oper_log` VALUES ('669a3215ee58adc97fe7a3508b4f433e', '菜单管理', '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:29:56');
|
||
INSERT INTO `sys_oper_log` VALUES ('66bfb47590dae19f0a2e7ca10fc08674', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 36, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-12 08:54:30');
|
||
INSERT INTO `sys_oper_log` VALUES ('66c12b4831de3489fcbf8edef7e5dfcf', '页面管理', '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}}', 80, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 17:02:09');
|
||
INSERT INTO `sys_oper_log` VALUES ('66cc0ff834a6a739c698765ee47dc2a5', '用户管理', '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 17:13:22');
|
||
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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('693683ceb14e6dba84e9d77b7dc92d6e', '菜单管理', '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}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 17:09:02');
|
||
INSERT INTO `sys_oper_log` VALUES ('6970558ee7e30870c118e3308224e70b', '页面管理', '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:11:51');
|
||
INSERT INTO `sys_oper_log` VALUES ('6988b90d35ba69a8ccefed9a406b4736', '页面管理', '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:02');
|
||
INSERT INTO `sys_oper_log` VALUES ('69c97ea69ceff00dfe056c1cb4e805bb', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:18');
|
||
INSERT INTO `sys_oper_log` VALUES ('69cd5607c081c6f34b263615d32a3aa8', '字典管理', '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:44:05');
|
||
INSERT INTO `sys_oper_log` VALUES ('6a1f8f3ec2df76da33ea1397f33ad01e', '菜单管理', '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:53');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('6b31c373b264fc2e3545578fc0036f43', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 21, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 17:02:02');
|
||
INSERT INTO `sys_oper_log` VALUES ('6bcf126945d5d6fc7722c54a10c3ba3c', '菜单管理', '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:05:05');
|
||
INSERT INTO `sys_oper_log` VALUES ('6c1866bb5825c73906929db770c7bfd0', '菜单管理', '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}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:59');
|
||
INSERT INTO `sys_oper_log` VALUES ('6c51a7f25554acf226f8aabc7e8ba411', '页面管理', '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}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:56');
|
||
INSERT INTO `sys_oper_log` VALUES ('6c827b42dcdebe2ab8cd970048f69d05', '字典管理', '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:58:28');
|
||
INSERT INTO `sys_oper_log` VALUES ('6d3b6880eb40ae996c1c5cd005df0e42', '页面管理', '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}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:08:52');
|
||
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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('707a150970da10e35fd9eadf7d5a4414', '角色管理', 'com.tansci.controller.SysRoleController.orgList', 'INSERT', '获取权限组织', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"children\":[{\"code\":\"SO00002\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0001\",\"isDel\":0,\"name\":\"兰州子公司\",\"parentId\":\"534a37c366ec47878a6b0c85703d0bc4\",\"sort\":2,\"updateTime\":\"2023-03-29 08:53:41\"}],\"code\":\"SO00001\",\"createTime\":\"2023-03-29 08:53:43\",\"id\":\"534a37c366ec47878a6b0c85703d0bc4\",\"isDel\":0,\"name\":\"总公司\",\"parentId\":\"0\",\"sort\":0,\"updateTime\":\"2023-03-29 08:53:41\"}],\"selected\":[\"534a37c366ec47878a6b0c85703d0bc4\"]}}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/orgList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-05-11 11:18:40');
|
||
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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('767b8aed937f12bbd312a393438b66c9', '用户管理', '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:43:44');
|
||
INSERT INTO `sys_oper_log` VALUES ('76a9d0c062c4c330ed56bc57fb8b3e17', '角色管理', '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-08 10:48:21');
|
||
INSERT INTO `sys_oper_log` VALUES ('76ae51962936fc7d1638125ab6c76de7', '页面管理', '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}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:34:38');
|
||
INSERT INTO `sys_oper_log` VALUES ('76b32cd059c186f0aa21103cd590330d', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-12 08:24:39');
|
||
INSERT INTO `sys_oper_log` VALUES ('7823440350d3ced726a6bad2e266011b', '用户管理', '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 14:53:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('786afb77d203a076597bdcbe8bdaa5b1', '页面管理', '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}}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:38:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('78cc24a97392968f96d8f68f9ede28a0', '页面管理', '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}}', 26, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:36:10');
|
||
INSERT INTO `sys_oper_log` VALUES ('799d4d7948f32fc6432e31ca6969aad0', '字典管理', '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 17:07:12');
|
||
INSERT INTO `sys_oper_log` VALUES ('79a9ccca562e0bf3ba29fa6cb23c6892', '页面管理', '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:20:55');
|
||
INSERT INTO `sys_oper_log` VALUES ('79c29aa408a2033109d7f761bbd90b1a', '菜单管理', '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-12 08:53:20');
|
||
INSERT INTO `sys_oper_log` VALUES ('7aba2db8b7745d8cebff683a04134d6c', '菜单管理', '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}]}', 140, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 10:49:37');
|
||
INSERT INTO `sys_oper_log` VALUES ('7b183ef6341983077f9d748d868fd719', '页面管理', '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:21:47');
|
||
INSERT INTO `sys_oper_log` VALUES ('7b76c1e860af60fa903b029986da9d25', '页面管理', '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\":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\":[],\"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}}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:30:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('7caab12f3e8aacb420d92bd94d0511fc', '菜单管理', '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 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:16:50');
|
||
INSERT INTO `sys_oper_log` VALUES ('7d40053ee03475175cb2a450325e1008', '用户管理', '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-12 09:04:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('7de3fb466978425c4e80a8324b4f58b2', '角色管理', 'com.tansci.controller.SysRoleController.menuList', 'INSERT', '获取权限菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"list\":[{\"children\":[{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 16:26:51\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"06936eec3258c1fa675c8b6b697160f5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:list\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 16:26:51\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5e67672047d0a00bf861ba2255535238\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 16:27:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:07\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"628431d108e3530ac37dfa2180dff376\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:save\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 16:27:07\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 16:27:48\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b9401c42bc1e58e0a48e6b3308cff617\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"permission\":\"dict:delete\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 16:27:48\",\"url\":\"\"}],\"chineseName\":\"字典管理\",\"createTime\":\"2023-04-13 16:26:19\",\"englishName\":\"Dist\",\"icon\":\"Coin\",\"id\":\"1ec1c1cb127d83f6346904220b3ed20b\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"dict\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 16:26:19\",\"url\":\"/system/Dict\"},{\"children\":[{\"chineseName\":\"保存\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"save\",\"id\":\"b1851d1b13594e71840103c11a37a007\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:save\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"删除\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"delete\",\"id\":\"b1851d1b13594e71840103c11a37a008\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:delete\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"修改\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"update\",\"id\":\"b1851d1b13594e71840103c11a37a009\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:update\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"详情\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"view\",\"id\":\"b1851d1b13594e71840103c11a37a010\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:view\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"},{\"chineseName\":\"列表\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"list\",\"id\":\"b1851d1b13594e71840103c11a37a011\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a003\",\"permission\":\"menu:list\",\"sort\":6,\"updateTime\":\"2023-03-29 08:57:50\"}],\"chineseName\":\"菜单管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Menu\",\"icon\":\"Grid\",\"id\":\"b1851d1b13594e71840103c11a37a003\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"menu\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":2,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system/Menu\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:47\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:list\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-13 10:35:47\",\"url\":\"\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-13 10:34:53\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"44979f524b88ed2dfbf14e4267ebd045\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:delete\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 10:34:53\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 10:33:43\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"5de088a93f0828a57e4c70959831458b\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 10:33:43\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 10:35:17\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"f3138bd5b256d82f9eebe07c6679cf15\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a004\",\"permission\":\"org:update\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-13 10:35:17\",\"url\":\"\"}],\"chineseName\":\"组织管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Org\",\"icon\":\"SetUp\",\"id\":\"b1851d1b13594e71840103c11a37a004\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"org\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":3,\"updateTime\":\"2023-04-13 11:30:56\",\"url\":\"/system/Org\"},{\"children\":[{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"list\",\"id\":\"f8b972bc005a9c6691a43b76839b0666\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:list\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"添加\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"save\",\"id\":\"f8b972bc005a9c6691a43b76839b0667\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:save\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"update\",\"id\":\"f8b972bc005a9c6691a43b76839b0668\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:update\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"删除\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"delete\",\"id\":\"f8b972bc005a9c6691a43b76839b0669\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:delete\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"菜单权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"menu\",\"id\":\"f8b972bc005a9c6691a43b76839b0670\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:menu\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"},{\"chineseName\":\"数据权限\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"data\",\"id\":\"f8b972bc005a9c6691a43b76839b0671\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a005\",\"permission\":\"role:data\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\"}],\"chineseName\":\"角色管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"Role\",\"icon\":\"Help\",\"id\":\"b1851d1b13594e71840103c11a37a005\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"role\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":4,\"updateTime\":\"2023-04-13 11:32:50\",\"url\":\"/system/Role\"},{\"children\":[{\"chineseName\":\"删除\",\"createTime\":\"2023-04-13 11:34:29\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"11107c717306bd0d9e993cf32a94974e\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:delete\",\"sort\":3,\"updateTime\":\"2023-04-13 11:34:29\",\"url\":\"\"},{\"chineseName\":\"保存\",\"component\":\"\",\"createTime\":\"2023-04-13 11:33:37\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"850a1c29af28318e6e470a14aaeb50e5\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:save\",\"remarks\":\"\",\"sort\":0,\"updateTime\":\"2023-04-13 11:33:37\",\"url\":\"\"},{\"chineseName\":\"修改\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:04\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b4cfa05bff2269fee06788b32115851a\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:update\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-13 14:44:51\",\"url\":\"\"},{\"chineseName\":\"列表\",\"component\":\"\",\"createTime\":\"2023-04-13 11:34:49\",\"englishName\":\"\",\"icon\":\"\",\"id\":\"b8db9ff560e383e59d604e19c9fbd3cb\",\"isDel\":0,\"isShow\":0,\"keepAlive\":0,\"name\":\"\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a006\",\"permission\":\"user:list\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-13 11:34:49\",\"url\":\"\"}],\"chineseName\":\"用户管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"User\",\"icon\":\"User\",\"id\":\"b1851d1b13594e71840103c11a37a006\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"user\",\"openMode\":0,\"parentId\":\"b1851d1b13594e71840103c11a37a002\",\"sort\":5,\"updateTime\":\"2023-04-13 11:32:34\",\"url\":\"/system/User\"}],\"chineseName\":\"系统管理\",\"createTime\":\"2023-03-29 08:57:52\",\"englishName\":\"System\",\"icon\":\"Tools\",\"id\":\"b1851d1b13594e71840103c11a37a002\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"system\",\"openMode\":0,\"parentId\":\"0\",\"sort\":1,\"updateTime\":\"2023-03-29 08:57:50\",\"url\":\"/system\"},{\"children\":[{\"chineseName\":\"框架\",\"component\":\"\",\"createTime\":\"2023-04-11 11:25:08\",\"englishName\":\"magicapi\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"magicapi\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":2,\"updateTime\":\"2023-04-11 11:25:08\",\"url\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\"},{\"chineseName\":\"必应\",\"component\":\"\",\"createTime\":\"2023-04-11 11:12:16\",\"englishName\":\"Iframe\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isDel\":0,\"isShow\":1,\"keepAlive\":0,\"name\":\"Iframe\",\"openMode\":1,\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"sort\":1,\"updateTime\":\"2023-04-11 11:26:05\",\"url\":\"https://www.bing.com/?mkt=zh-CN\"}],\"chineseName\":\"菜单实例\",\"component\":\"\",\"createTime\":\"2023-04-11 11:10:46\",\"englishName\":\"Demo\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"demo\",\"openMode\":0,\"parentId\":\"0\",\"sort\":2,\"updateTime\":\"2023-04-11 11:10:46\",\"url\":\"/demo\"},{\"children\":[{\"chineseName\":\"登录日志\",\"createTime\":\"2023-04-14 08:48:07\",\"englishName\":\"LoginLog\",\"icon\":\"User\",\"id\":\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"loginLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:48:07\",\"url\":\"/monitor/LoginLog\"},{\"chineseName\":\"在线用户\",\"createTime\":\"2023-04-14 08:50:35\",\"englishName\":\"OnlineUser\",\"icon\":\"Avatar\",\"id\":\"9658b61b187ae33b7c8c39fc8c1265dc\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"onlineUser\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:50:35\",\"url\":\"/monitor/OnlineUser\"},{\"chineseName\":\"操作日志\",\"createTime\":\"2023-04-14 08:49:04\",\"englishName\":\"OperLog\",\"icon\":\"Cpu\",\"id\":\"fdaf429afb33d54beeee7eaea93e5e96\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"operLog\",\"openMode\":0,\"parentId\":\"120d967459a9e7323692b3fa49c1ba59\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:49:04\",\"url\":\"/monitor/OperLog\"}],\"chineseName\":\"系统监控\",\"createTime\":\"2023-04-14 08:44:27\",\"englishName\":\"Monitor\",\"icon\":\"Odometer\",\"id\":\"120d967459a9e7323692b3fa49c1ba59\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"monitor\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":3,\"updateTime\":\"2023-04-14 08:44:27\",\"url\":\"/monitor\"},{\"children\":[{\"chineseName\":\"代码生成\",\"createTime\":\"2023-04-14 08:54:08\",\"englishName\":\"CodeGen\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"codeGen\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":2,\"updateTime\":\"2023-04-14 08:54:08\",\"url\":\"/lowcode/CodeGen\"},{\"chineseName\":\"接口开发\",\"createTime\":\"2023-04-14 08:52:17\",\"englishName\":\"Interface\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"interface\",\"openMode\":0,\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"remarks\":\"\",\"sort\":1,\"updateTime\":\"2023-04-14 08:52:17\",\"url\":\"/lowcode/Interface\"}],\"chineseName\":\"应用开发\",\"createTime\":\"2023-04-14 08:46:15\",\"englishName\":\"Lowcode\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isDel\":0,\"isShow\":1,\"keepAlive\":1,\"name\":\"lowcode\",\"openMode\":0,\"parentId\":\"0\",\"remarks\":\"\",\"sort\":4,\"updateTime\":\"2023-04-14 08:46:15\",\"url\":\"/lowcode\"}],\"selected\":[\"06936eec3258c1fa675c8b6b697160f5\",\"07e1aebb5b69b55b7eb0ce79fed00f40\",\"11107c717306bd0d9e993cf32a94974e\",\"120d967459a9e7323692b3fa49c1ba59\",\"1ec1c1cb127d83f6346904220b3ed20b\",\"223588533ceb03066c89940863dc747e\",\"44979f524b88ed2dfbf14e4267ebd045\",\"5de088a93f0828a57e4c70959831458b\",\"5df7c65d51129baefee123ef3bc2d7de\",\"5e67672047d0a00bf861ba2255535238\",\"628431d108e3530ac37dfa2180dff376\",\"7b02ec134bcd2a74b7930ce03da4b8bb\",\"850a1c29af28318e6e470a14aaeb50e5\",\"9658b61b187ae33b7c8c39fc8c1265dc\",\"9a36ed1841e3e6d2da32df17980edaa2\",\"b1851d1b13594e71840103c11a37a002\",\"b1851d1b13594e71840103c11a37a003\",\"b1851d1b13594e71840103c11a37a004\",\"b1851d1b13594e71840103c11a37a005\",\"b1851d1b13594e71840103c11a37a006\",\"b1851d1b13594e71840103c11a37a007\",\"b1851d1b13594e71840103c11a37a008\",\"b1851d1b13594e71840103c11a37a009\",\"b1851d1b13594e71840103c11a37a010\",\"b1851d1b13594e71840103c11a37a011\",\"b25838d6e06c6cdad82c1ad9b1096f26\",\"b4cfa05bff2269fee06788b32115851a\",\"b8db9ff560e383e59d604e19c9fbd3cb\",\"b9401c42bc1e58e0a48e6b3308cff617\",\"ea83fb03d2117cb287973d6889984686\",\"f3138bd5b256d82f9eebe07c6679cf15\",\"f8b972bc005a9c6691a43b76839b0666\",\"f8b972bc005a9c6691a43b76839b0667\",\"f8b972bc005a9c6691a43b76839b0668\",\"f8b972bc005a9c6691a43b76839b0669\",\"f8b972bc005a9c6691a43b76839b0670\",\"f8b972bc005a9c6691a43b76839b0671\",\"f8b972bc005a9c6691a43b76839b0675\",\"fdaf429afb33d54beeee7eaea93e5e96\"]}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysrole/menuList/534a37c366ec47878a6b0c85703d0bc3', '127.0.0.1', NULL, NULL, '2023-05-08 10:48:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('7ea21508f8b8229957a5d42dc48f5c51', '页面管理', '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}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:56:42');
|
||
INSERT INTO `sys_oper_log` VALUES ('7eb4748b5d8b9e99c0e2d87108971133', '页面管理', '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:33:29');
|
||
INSERT INTO `sys_oper_log` VALUES ('804540003a1ca7a3fc76b526922fd113', '页面管理', 'com.tansci.controller.LcPagesController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 17, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/save', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:56');
|
||
INSERT INTO `sys_oper_log` VALUES ('807ba55b5f85ed5ecccbd844235ef468', '页面管理', '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:35:37');
|
||
INSERT INTO `sys_oper_log` VALUES ('814fcc91f30557eaadec92da77cb46b2', '页面管理', '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:53:39');
|
||
INSERT INTO `sys_oper_log` VALUES ('81a2fe9a73cea32605f29705abbaff27', '菜单管理', '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:33:57');
|
||
INSERT INTO `sys_oper_log` VALUES ('8244a4f77c9d32038852a4a745d3042e', '页面管理', '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}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:39:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('82ce3fa2d7d6531d82c8f01297d23f69', '菜单管理', '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:13:22');
|
||
INSERT INTO `sys_oper_log` VALUES ('835e0c9c8c910b393d132ceb3083ac42', '日志管理', '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-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\":2}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-05-05 10:32:51');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('85ff13b2ee09ef85f222d69d2558d33e', '菜单管理', '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\"}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:37:32');
|
||
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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('887154182eb02cc0e2a0b5cb0d25b3d5', '页面管理', 'com.tansci.controller.LcPagesController.bindMenu', 'DELETE', '绑定菜单', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":\"ok\"}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/bindMenu', '127.0.0.1', NULL, NULL, '2023-05-12 08:39:33');
|
||
INSERT INTO `sys_oper_log` VALUES ('88c257640beffd34a6a9c77b73de9b74', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:30');
|
||
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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('8e8479123db32adafcd9f86fcd187eea', '用户管理', '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\"}}', 19, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-08 09:59:13');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('92446447939260c994f8309f9f8a4bab', '页面管理', '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:52');
|
||
INSERT INTO `sys_oper_log` VALUES ('927880440bb1211110cc7fb29b44a87b', '菜单管理', '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}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 09:04:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('92c34429bd0dd0a0bef49f30ed280061', '字典管理', '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-11 16:41:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('930b7f306ff02a4a34e1103eadfa49e1', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 8, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:39:55');
|
||
INSERT INTO `sys_oper_log` VALUES ('9424d79febd3fc9da4d4c6f73457930c', '菜单管理', '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}]}', 76, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:36:48');
|
||
INSERT INTO `sys_oper_log` VALUES ('944d19bcc29677acd70c74128e19cdbb', '页面管理', '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:05:06');
|
||
INSERT INTO `sys_oper_log` VALUES ('94d83c40d1d49ffff49b2dcfe9720f2e', '页面管理', 'com.tansci.controller.LcPagesController.page', 'SELECT', '分页', '{\"current\":\"1\",\"total\":\"0\",\"size\":\"8\",\"parentid\":\"0\"}', NULL, 54, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/lcPages/page', '127.0.0.1', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \',status,creator_id,update_time,create_time,remarks FROM lc_pages \n \n \n \n ORDE\' at line 1\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,schema,status,creator_id,update_time,create_time,remarks FROM lc_pages ORDER BY update_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \',status,creator_id,update_time,create_time,remarks FROM lc_pages \n \n \n \n ORDE\' at line 1\n; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \',status,creator_id,update_time,create_time,remarks FROM lc_pages \n \n \n \n ORDE\' at line 1<br/>org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)<br/>org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)<br/>org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)<br/>org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)<br/>com.sun.proxy.$Proxy83.selectList(Unknown Source)<br/>org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)<br/>com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:121)<br/>com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:85)<br/>com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)<br/>com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)<br/>com.sun.proxy.$Proxy110.selectPage(Unknown Source)<br/>com.tansci.service.impl.LcPagesServiceImpl.page(LcPagesServiceImpl.java:38)<br/>com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)<br/>org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)<br/>com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$7347d3d9.page(<generated>)<br/>com.tansci.controller.LcPagesController.page(LcPagesController.java:43)<br/>com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)<br/>com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$fe1dc86d.page(<generated>)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:498)<br/>org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)<br/>org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)<br/>org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)<br/>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br/>org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)<br/>org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)<br/>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)<br/>org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:670)<br/>org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:779)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)<br/>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<br/>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)<br/>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)<br/>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br/>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<br/>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)<br/>org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)<br/>org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<br/>org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)<br/>org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)<br/>org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)<br/>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br/>java.lang.Thread.run(Thread.java:748)<br/>', NULL, '2023-05-11 11:01:32');
|
||
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 ('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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('9a1c317a32c9279a3b30234c6eea7d9d', '页面管理', '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:33:59');
|
||
INSERT INTO `sys_oper_log` VALUES ('9a8f386d2a6cbea5c344c6afa42bd2a3', '字典管理', '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-04 10:15:39');
|
||
INSERT INTO `sys_oper_log` VALUES ('9b49d0e5648d82030cbc9776487b360d', '页面管理', '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:09:52');
|
||
INSERT INTO `sys_oper_log` VALUES ('9b907f04a5f61412515f3bce01fcc0a8', '菜单管理', '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\"}]}', 20, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-12 08:24:56');
|
||
INSERT INTO `sys_oper_log` VALUES ('9bb89895e910620b01bfa2461ece3f4d', '页面管理', '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}}', 22, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:25:32');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('9e2f94d002179efa262d5703e59a204b', '菜单管理', '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\"}]}', 30, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-11 11:16:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('9e70455cbb50ac15337cbd5390890ce5', '字典管理', '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 08:36:45');
|
||
INSERT INTO `sys_oper_log` VALUES ('9ef3e5b31e2e98b166247cd071fd8455', '用户管理', '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:22:30');
|
||
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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('a27da9dc1999324b533f9c0eae3d2a04', '字典管理', '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-11 11:04:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('a2befb33b38e2516779ebf0a330c402b', '页面管理', '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:25');
|
||
INSERT INTO `sys_oper_log` VALUES ('a2ebcb455d8396d943d9e2de61d6ce48', '页面管理', '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:52');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('a5fc5bb501d43797655a1b36cd24c2c5', '用户管理', '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:54:34');
|
||
INSERT INTO `sys_oper_log` VALUES ('a60cd9948dafed04976cae74d72c007b', '用户管理', '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:33:02');
|
||
INSERT INTO `sys_oper_log` VALUES ('a61675b92c80ec6028761787135753ce', '页面管理', 'com.tansci.controller.LcPagesController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 13, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:21:30');
|
||
INSERT INTO `sys_oper_log` VALUES ('a62632c3c93f64dc28c62140e9b09022', '字典管理', '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:20:34');
|
||
INSERT INTO `sys_oper_log` VALUES ('a63149f50ff60e5c60cdbb66f63a9c20', '页面管理', '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:13:29');
|
||
INSERT INTO `sys_oper_log` VALUES ('a6399db9074281543f446b5368c798ee', '用户管理', '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:28:25');
|
||
INSERT INTO `sys_oper_log` VALUES ('a65660d51ffabb840c8946241fc45620', '字典管理', '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-08 11:01:41');
|
||
INSERT INTO `sys_oper_log` VALUES ('a676ef4016a732a0b1f4f18e4c9a9e93', '页面管理', '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-12 09:19:47');
|
||
INSERT INTO `sys_oper_log` VALUES ('a6cc9688c14141b38bbe391525a739e2', '日志管理', '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-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\":2}}', 53, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/syslog/loginLog', '127.0.0.1', NULL, NULL, '2023-05-05 10:32:46');
|
||
INSERT INTO `sys_oper_log` VALUES ('a6f50bf88d92d764ca859b8e4453c6a5', '页面管理', '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:35\"},{\"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}}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:34:35');
|
||
INSERT INTO `sys_oper_log` VALUES ('a7640469100dcfd8f8ec35f27612c071', '字典管理', '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:12:19');
|
||
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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('ac9ae0fa97c21a5914b18a91a3cc736a', '用户管理', '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:22:22');
|
||
INSERT INTO `sys_oper_log` VALUES ('ace8e772ca951cfef31ba29d371774bb', '菜单管理', '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}]}', 29, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-05 09:20:47');
|
||
INSERT INTO `sys_oper_log` VALUES ('ad9b986899f9c71d933f90694aa35b08', '页面管理', '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:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('ade8af53929a5414c335dd2c3139e7bf', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 16, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:11:54');
|
||
INSERT INTO `sys_oper_log` VALUES ('aea508712d59a4ae3d4a69e134106384', '页面管理', '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\":0,\"subtitle\":\"支持增删改查、分页、筛选的表格例子\",\"title\":\"表格例子\",\"updateTime\":\"2023-05-12 08:39:22\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:39:37');
|
||
INSERT INTO `sys_oper_log` VALUES ('af67ecd8a6eba38d42181b6cd8b55036', '字典管理', '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:24:39');
|
||
INSERT INTO `sys_oper_log` VALUES ('b04e6e5641b08d520dd1a9c69fa6dc18', '菜单管理', '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}]}', 15, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-12 08:55:25');
|
||
INSERT INTO `sys_oper_log` VALUES ('b093dba15051a795353c86e363deb025', '页面管理', '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}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:10:21');
|
||
INSERT INTO `sys_oper_log` VALUES ('b09e395cf4b68283d73ddd2d60736ab3', '用户管理', '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:37:18');
|
||
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 ('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 ('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 ('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 ('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 ('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 ('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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('bfcb00cceaed7564d1fdac10efcc6d3c', '页面管理', '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\"}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:56:10');
|
||
INSERT INTO `sys_oper_log` VALUES ('c00d6f2591aaebf81bf2cb9344b2241a', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[{\"children\":[{\"component\":\"Layout\",\"icon\":\"Clock\",\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"5df7c65d51129baefee123ef3bc2d7de\",\"title\":\"框架\",\"isShow\":true},\"name\":\"magicapi\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.ssssssss.org/magic-api/pages/quick/single/\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Bicycle\",\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"isShow\":true,\"meta\":{\"keepAlive\":false,\"openMode\":1,\"id\":\"f8b972bc005a9c6691a43b76839b0675\",\"title\":\"必应\",\"isShow\":true},\"name\":\"Iframe\",\"parentId\":\"ea83fb03d2117cb287973d6889984686\",\"path\":\"https://www.bing.com/?mkt=zh-CN\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"ChromeFilled\",\"id\":\"ea83fb03d2117cb287973d6889984686\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"ea83fb03d2117cb287973d6889984686\",\"title\":\"菜单实例\",\"isShow\":true},\"name\":\"demo\",\"parentId\":\"0\",\"path\":\"/demo\",\"sort\":2},{\"children\":[{\"component\":\"Layout\",\"icon\":\"SwitchFilled\",\"id\":\"223588533ceb03066c89940863dc747e\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"223588533ceb03066c89940863dc747e\",\"title\":\"代码生成\",\"isShow\":true},\"name\":\"codeGen\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/CodeGen\",\"sort\":2},{\"component\":\"Layout\",\"icon\":\"Connection\",\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"9a36ed1841e3e6d2da32df17980edaa2\",\"title\":\"接口开发\",\"isShow\":true},\"name\":\"interface\",\"parentId\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"path\":\"/lowcode/Interface\",\"sort\":1}],\"component\":\"Layout\",\"icon\":\"Edit\",\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"isShow\":true,\"meta\":{\"keepAlive\":true,\"openMode\":0,\"id\":\"b25838d6e06c6cdad82c1ad9b1096f26\",\"title\":\"应用开发\",\"isShow\":true},\"name\":\"lowcode\",\"parentId\":\"0\",\"path\":\"/lowcode\",\"sort\":4}]}', 6, '3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 11:46:02');
|
||
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\'<br/>org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)<br/>org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)<br/>org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:91)<br/>org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)<br/>com.sun.proxy.$Proxy83.selectList(Unknown Source)<br/>org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)<br/>com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForIPage(MybatisMapperMethod.java:121)<br/>com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:85)<br/>com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)<br/>com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)<br/>com.sun.proxy.$Proxy110.selectPage(Unknown Source)<br/>com.tansci.service.impl.LcPagesServiceImpl.page(LcPagesServiceImpl.java:38)<br/>com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)<br/>org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)<br/>com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$fa3c471.page(<generated>)<br/>com.tansci.controller.LcPagesController.page(LcPagesController.java:43)<br/>com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)<br/>com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$fc7ce7b5.page(<generated>)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:498)<br/>org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)<br/>org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)<br/>org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)<br/>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br/>org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)<br/>org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)<br/>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)<br/>org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:670)<br/>org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:779)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)<br/>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<br/>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)<br/>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)<br/>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br/>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<br/>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)<br/>org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)<br/>org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<br/>org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)<br/>org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)<br/>org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)<br/>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br/>java.lang.Thread.run(Thread.java:748)<br/>', NULL, '2023-05-11 10:58:49');
|
||
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 ('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 ('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 ('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 ('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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('cac368ffe03f7fd9b81368cdeed83503', '字典管理', '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:33:30');
|
||
INSERT INTO `sys_oper_log` VALUES ('caf6c1eabad450a0f8879096f20eb20b', '页面管理', '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}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:33:12');
|
||
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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('cdd8d2614c48752285c847ee754e170b', '页面管理', '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:34');
|
||
INSERT INTO `sys_oper_log` VALUES ('cdf18a3f4dfe72d1480e08b3e4214c09', '角色管理', '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 15:54:12');
|
||
INSERT INTO `sys_oper_log` VALUES ('ce120ebf79179da0ce1c70ab421890f1', '页面管理', '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}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 09:19:50');
|
||
INSERT INTO `sys_oper_log` VALUES ('ce5219f167089b130a4280423e1071f9', '页面管理', '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:09:28');
|
||
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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('d1730461c6c23a788d277d09b23b3e40', '页面管理', '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\"}}', 5, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/getPagesInfo/ed9b00353e7f4cf6c446b2d631db8029', '127.0.0.1', NULL, NULL, '2023-05-12 08:33:40');
|
||
INSERT INTO `sys_oper_log` VALUES ('d1bc93b4441ee5ad879bcc804ee2691e', '用户管理', 'com.tansci.controller.SysUserController.info', 'SELECT', '用户信息', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":{\"authorities\":[],\"email\":\"\",\"nickname\":\"管理员\",\"type\":1,\"username\":\"admin\"}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysuser/info', '127.0.0.1', NULL, NULL, '2023-05-11 14:29:16');
|
||
INSERT INTO `sys_oper_log` VALUES ('d2cd84019640bdeadd62276cc1da3cd3', '用户管理', '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-12 08:31:14');
|
||
INSERT INTO `sys_oper_log` VALUES ('d2ce96bd1e1f2e736f3339ed1540074a', '用户管理', '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-05 10:07:53');
|
||
INSERT INTO `sys_oper_log` VALUES ('d2fdfe30606b7d3448ac2f0724600357', NULL, 'com.tansci.controller.AuthController.login', NULL, NULL, '{}', NULL, 153268, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 1, '/tansci/auth/login', '127.0.0.1', 'com.tansci.common.exception.BusinessException:验证码有误,请重新获取!<br/>com.tansci.service.impl.SysUserServiceImpl.login(SysUserServiceImpl.java:145)<br/>com.tansci.service.impl.SysUserServiceImpl$$FastClassBySpringCGLIB$$7b28d89.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)<br/>org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)<br/>com.tansci.service.impl.SysUserServiceImpl$$EnhancerBySpringCGLIB$$fc1fd6e.login(<generated>)<br/>com.tansci.controller.AuthController.login(AuthController.java:47)<br/>com.tansci.controller.AuthController$$FastClassBySpringCGLIB$$f5ca994d.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)<br/>com.tansci.controller.AuthController$$EnhancerBySpringCGLIB$$1cd15dcf.login(<generated>)<br/>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br/>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:498)<br/>org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)<br/>org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)<br/>org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)<br/>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br/>org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)<br/>org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)<br/>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)<br/>org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:696)<br/>org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:779)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)<br/>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<br/>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)<br/>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)<br/>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br/>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<br/>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)<br/>org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)<br/>org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<br/>org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)<br/>org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)<br/>org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)<br/>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br/>java.lang.Thread.run(Thread.java:748)<br/>', NULL, '2023-05-08 11:05:23');
|
||
INSERT INTO `sys_oper_log` VALUES ('d3547ed8a4f9444d5f4a33611eb08815', '页面管理', '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}}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 16:31:02');
|
||
INSERT INTO `sys_oper_log` VALUES ('d3807705a8c3eb2fad7d53d81d873d3b', '用户管理', '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:45');
|
||
INSERT INTO `sys_oper_log` VALUES ('d3bff5bc180febe3a330554b92073583', '菜单管理', '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\"}]}', 11, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-12 08:58:03');
|
||
INSERT INTO `sys_oper_log` VALUES ('d41ed334ef13a8d897df733bc67956ee', '页面管理', '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 14:45:27');
|
||
INSERT INTO `sys_oper_log` VALUES ('d46dbc5aed9094424f2bd17df8c595f1', '菜单管理', '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}]}', 12, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 16:30:54');
|
||
INSERT INTO `sys_oper_log` VALUES ('d470a7049427742a9b82b78f16886b1b', '字典管理', '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 14:30:49');
|
||
INSERT INTO `sys_oper_log` VALUES ('d504685cb688b71c0a056bf69046c88d', '用户管理', '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:45:27');
|
||
INSERT INTO `sys_oper_log` VALUES ('d53946998d1f9ae01963085cc326580f', '页面管理', '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}}', 3, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:35:45');
|
||
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 ('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 ('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 ('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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('dc8443b9754757257c6227f14352944e', '页面管理', '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:22:42');
|
||
INSERT INTO `sys_oper_log` VALUES ('dc9355d33e1a82b0dd4535ba849c7371', '页面管理', '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}}', 6, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 11:19:51');
|
||
INSERT INTO `sys_oper_log` VALUES ('dcd47a6259b671583aabf67b932404e4', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 23270, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:23:28');
|
||
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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('e1be80022c67033f48ac8b7c72f41823', '字典管理', '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 11:03:07');
|
||
INSERT INTO `sys_oper_log` VALUES ('e1bf6f0d4ce4aed542ee4be00ec91e5c', '页面管理', 'com.tansci.controller.LcPagesController.update', 'INSERT', '修改', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 37, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/update', '127.0.0.1', NULL, NULL, '2023-05-12 08:52:29');
|
||
INSERT INTO `sys_oper_log` VALUES ('e1f467dec5701abee22f5d28638033f3', '页面管理', '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:14:46');
|
||
INSERT INTO `sys_oper_log` VALUES ('e1f656876aed85a5c4684b5380ca5367', '页面管理', '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:07:12');
|
||
INSERT INTO `sys_oper_log` VALUES ('e23aa221681a0c40ddf040265ca40df7', '菜单管理', '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}]}', 32, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 16:58:59');
|
||
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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('e4835b66edc1755efdb57844a63f66f2', '用户管理', '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-08 10:25:22');
|
||
INSERT INTO `sys_oper_log` VALUES ('e4c17827666aa685b43078a1711504c6', '用户管理', '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:10:17');
|
||
INSERT INTO `sys_oper_log` VALUES ('e4ca60ef540920a3c5b370ea3d89a540', '页面管理', '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}}', 18, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:53:02');
|
||
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 ('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 ('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:该菜单未绑定页面<br/>com.tansci.service.impl.LcPagesServiceImpl.getPagesInfo(LcPagesServiceImpl.java:62)<br/>com.tansci.service.impl.LcPagesServiceImpl$$FastClassBySpringCGLIB$$89c02214.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy.invokeMethod(CglibAopProxy.java:386)<br/>org.springframework.aop.framework.CglibAopProxy.access$000(CglibAopProxy.java:85)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:704)<br/>com.tansci.service.impl.LcPagesServiceImpl$$EnhancerBySpringCGLIB$$50a36065.getPagesInfo(<generated>)<br/>com.tansci.controller.LcPagesController.getPagesInfo(LcPagesController.java:55)<br/>com.tansci.controller.LcPagesController$$FastClassBySpringCGLIB$$bff6d580.invoke(<generated>)<br/>org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:64)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:57)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:58)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)<br/>org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)<br/>org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763)<br/>org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708)<br/>com.tansci.controller.LcPagesController$$EnhancerBySpringCGLIB$$a25ed66a.getPagesInfo(<generated>)<br/>sun.reflect.GeneratedMethodAccessor191.invoke(Unknown Source)<br/>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br/>java.lang.reflect.Method.invoke(Method.java:498)<br/>org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)<br/>org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)<br/>org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)<br/>org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)<br/>org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)<br/>org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1071)<br/>org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:964)<br/>org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)<br/>org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:670)<br/>org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)<br/>javax.servlet.http.HttpServlet.service(HttpServlet.java:779)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<br/>org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.ssssssss.magicapi.servlet.javaee.MagicJavaEECorsFilter.doFilter(MagicJavaEECorsFilter.java:15)<br/>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<br/>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<br/>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)<br/>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<br/>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)<br/>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)<br/>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<br/>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<br/>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)<br/>org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)<br/>org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<br/>org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)<br/>org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)<br/>org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)<br/>org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)<br/>org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<br/>java.lang.Thread.run(Thread.java:748)<br/>', NULL, '2023-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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('eb9160ca49fa391692d59676b4973495', '用户管理', '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:33:30');
|
||
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 ('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 ('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 ('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 ('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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('f37ab35a3078d69ff8fe019bcacb636d', '字典管理', '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 08:55:32');
|
||
INSERT INTO `sys_oper_log` VALUES ('f41effbc30788e6c10904dec947ca2a5', '菜单管理', '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:25:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('f4622030beb9617242a9b8e4e40f94d6', '菜单管理', 'com.tansci.controller.SysMenuController.menus', 'SELECT', '当前用户权限菜单列表', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":[]}', 4, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-08 10:24:11');
|
||
INSERT INTO `sys_oper_log` VALUES ('f48441308cef63561ca89e1e2f570816', '用户管理', '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:41:36');
|
||
INSERT INTO `sys_oper_log` VALUES ('f4b7bae9d611c74b971d0f2cf576b918', '菜单管理', '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 15:12:28');
|
||
INSERT INTO `sys_oper_log` VALUES ('f4f001f8bf051543a687b24e85f08bec', '菜单管理', '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:28:11');
|
||
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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('f75302c1eb6d5e7c23c6b5045cbdfde2', '页面管理', '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:04');
|
||
INSERT INTO `sys_oper_log` VALUES ('f771049fdb7be885b8e1cdb51b958bad', '用户管理', '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:20:34');
|
||
INSERT INTO `sys_oper_log` VALUES ('f78f21e5cd44493b0221ef1efd4f7d6c', '菜单管理', '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:45');
|
||
INSERT INTO `sys_oper_log` VALUES ('f7fa592ff905d20fa7e6f0b3c8ceafd6', '用户管理', '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:31:28');
|
||
INSERT INTO `sys_oper_log` VALUES ('f877135d2cf90e48c3cafa77c10c0d4b', '字典管理', '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 17:07:39');
|
||
INSERT INTO `sys_oper_log` VALUES ('f8c501dd284d7740fcfe20ebfaf5b481', '用户管理', '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:03:27');
|
||
INSERT INTO `sys_oper_log` VALUES ('f996c8b8a3d8990e4a896dd4ad3ce169', '菜单管理', '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\"}]}', 9, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/tree', '127.0.0.1', NULL, NULL, '2023-05-06 14:32:10');
|
||
INSERT INTO `sys_oper_log` VALUES ('f9c985b09a7824d31cc3c682e05135d3', '页面管理', 'com.tansci.controller.LcPagesController.save', 'INSERT', '添加', '{}', '{\"code\":200,\"message\":\"操作成功\",\"result\":true}', 170, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/save', '127.0.0.1', NULL, NULL, '2023-05-11 11:22:30');
|
||
INSERT INTO `sys_oper_log` VALUES ('f9f2cda7edb0910f0124c32d4e1e8ac2', '页面管理', '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:55');
|
||
INSERT INTO `sys_oper_log` VALUES ('fa05fb892bf0183f357790a2948ab3e7', '用户管理', '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 14:11:59');
|
||
INSERT INTO `sys_oper_log` VALUES ('fa1378ca338b55d7510fcc77ffc12cb1', '用户管理', '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:20');
|
||
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 ('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 ('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');
|
||
INSERT INTO `sys_oper_log` VALUES ('fe79db53a022989198a11922c17fce0d', '页面管理', '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}}', 14, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-11 13:44:14');
|
||
INSERT INTO `sys_oper_log` VALUES ('fe8a05d35125e75d2759816d061e6da6', '页面管理', '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\":[\"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}}', 10, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:30:22');
|
||
INSERT INTO `sys_oper_log` VALUES ('fe91bca8c98555ac8b148932ad75f829', '菜单管理', '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}]}', 23, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/sysmenu/menus', '127.0.0.1', NULL, NULL, '2023-05-11 10:53:06');
|
||
INSERT INTO `sys_oper_log` VALUES ('ff0b87bd32bc332bb848bd04db78a8c4', '页面管理', '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}}', 49, '534a37c366ec47878a6b0c85703d0bc2', 'admin', 0, '/tansci/lcPages/page', '127.0.0.1', NULL, NULL, '2023-05-12 08:24:12');
|
||
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 ('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');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_org
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_org`;
|
||
CREATE TABLE `sys_org` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '主键id',
|
||
`parent_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '父id',
|
||
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '名称',
|
||
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '组织机构编码',
|
||
`sort` int NULL DEFAULT NULL COMMENT '排序',
|
||
`is_del` int(1) UNSIGNED ZEROFILL NULL DEFAULT NULL COMMENT '删除状态:0、正常,1、删除',
|
||
`update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
|
||
`create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
|
||
`remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '描述',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '组织' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_org
|
||
-- ----------------------------
|
||
INSERT INTO `sys_org` VALUES ('534a37c366ec47878a6b0c85703d0001', '534a37c366ec47878a6b0c85703d0bc4', '兰州子公司', 'SO00002', 2, 0, '2023-03-29 08:53:41', '2023-03-29 08:53:43', NULL);
|
||
INSERT INTO `sys_org` VALUES ('534a37c366ec47878a6b0c85703d0bc4', '0', '总公司', 'SO00001', 0, 0, '2023-03-29 08:53:41', '2023-03-29 08:53:43', NULL);
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role`;
|
||
CREATE TABLE `sys_role` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '主键',
|
||
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '角色名称',
|
||
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '角色编码',
|
||
`permission` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '0:全部,1:自定义,2:本级级子级,3:本级',
|
||
`sort` int 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 '创建人',
|
||
`update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
|
||
`create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
|
||
`remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '描述',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '角色表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role
|
||
-- ----------------------------
|
||
INSERT INTO `sys_role` VALUES ('441b6dae329b3a20ad8b4f4ca8f83a0b', '普通用户', '1020cb789f', '2', 0, 0, '534a37c366ec47878a6b0c85703d0bc2', '2023-04-12 14:29:16', '2023-04-12 14:29:16', '');
|
||
INSERT INTO `sys_role` VALUES ('534a37c366ec47878a6b0c85703d0bc3', '管理员', 'SR000001', '0', 0, 0, NULL, '2023-04-12 14:27:40', '2023-03-29 08:51:39', '管理员');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role_menu
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role_menu`;
|
||
CREATE TABLE `sys_role_menu` (
|
||
`role_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '角色id',
|
||
`menu_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '菜单id',
|
||
PRIMARY KEY (`role_id`, `menu_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '角色和菜单关联表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role_menu
|
||
-- ----------------------------
|
||
INSERT INTO `sys_role_menu` VALUES ('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');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_role_org
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_role_org`;
|
||
CREATE TABLE `sys_role_org` (
|
||
`org_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '组织机构id',
|
||
`role_id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '角色id',
|
||
PRIMARY KEY (`org_id`, `role_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '用户组织机构关联表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_role_org
|
||
-- ----------------------------
|
||
INSERT INTO `sys_role_org` VALUES ('534a37c366ec47878a6b0c85703d0bc4', '534a37c366ec47878a6b0c85703d0bc3');
|
||
|
||
-- ----------------------------
|
||
-- Table structure for sys_user
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `sys_user`;
|
||
CREATE TABLE `sys_user` (
|
||
`id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '主键',
|
||
`username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '登录名',
|
||
`nickname` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '姓名/昵称',
|
||
`password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '密码',
|
||
`type` int NULL DEFAULT NULL COMMENT '用户类型:1、管理员,2、普通用户',
|
||
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '手机号',
|
||
`avatar` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '头像',
|
||
`gender` int 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 '创建人',
|
||
`update_time` datetime NULL DEFAULT NULL COMMENT '更新时间',
|
||
`create_time` datetime NULL DEFAULT NULL COMMENT '创建时间',
|
||
`remarks` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL COMMENT '备注',
|
||
PRIMARY KEY (`id`, `username`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci COMMENT = '用户表' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_user
|
||
-- ----------------------------
|
||
INSERT INTO `sys_user` VALUES ('3ad1bd6b76c2e5573ea1805b7d68c6a9', 'system', '管理者', '240be518fabd2724ddb6f04eeb1da5967448d7e831c08c8fa822809f74c720a9', 2, '18810011002', '', 0, '2023-04-03', 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',
|
||
PRIMARY KEY (`user_id`, `role_id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户角色' ROW_FORMAT = DYNAMIC;
|
||
|
||
-- ----------------------------
|
||
-- Records of sys_user_role
|
||
-- ----------------------------
|
||
INSERT INTO `sys_user_role` VALUES ('3ad1bd6b76c2e5573ea1805b7d68c6a9', '441b6dae329b3a20ad8b4f4ca8f83a0b');
|
||
INSERT INTO `sys_user_role` VALUES ('534a37c366ec47878a6b0c85703d0bc2', '534a37c366ec47878a6b0c85703d0bc3');
|
||
|
||
SET FOREIGN_KEY_CHECKS = 1;
|